﻿article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}
.t_c{text-align: center;}
.BMap_Marker img {
    width: auto;
    display: inline-block;
}
.BMap_bubble_content img {
    width: auto;
    display: inline-block;
}
/* 引入字体 */
@font-face {
    font-family: 'DINCond-Medium';
    src: url('http://qny.hnrsxw.com/hnrsxw/font/DINCond-Medium.otf');
}
@font-face {
    font-family: "poppins";
    src: url("http://qny.hnrsxw.com/hnrsxw/font/Poppins.ttf");
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("http://qny.hnrsxw.com/hnrsxw/font/Poppins-SemiBold.otf");
}
@font-face {
    font-family: "poppins_bold";
    src: url("../fonts/POPPINSLATIN-BOLD.OTF");
}
@font-face {
    font-family: "font_bold";
    src: url("http://qny.hnrsxw.com/hnrsxw/font/Poppins-SemiBold.otf");
}
@font-face {
    font-family: "font_light";
    src: url("../fonts/POPPINSLATIN-LIGHT.OTF");
}
@font-face {
    font-family: "font_regular";
    src: url("../fonts/POPPINSLATIN-REGULAR.OTF");
}
@font-face {
    font-family: "PingFang-SC";
    src: url("http://qny.hnrsxw.com/hnrsxw/font/PingFang-SC.ttf");
}
@font-face {
    font-family: "PingFang-SC-Bold";
    src: url("../fonts/PingFang-SC-Bold.ttf");
}
@font-face {
    font-family: "PingFang-SC-Heavy";
    src: url("../fonts/PingFang-SC-Heavy.ttf");
}
@font-face {
    font-family: "PingFang-SC-Medium";
    src: url("http://qny.hnrsxw.com/hnrsxw/font/PingFang-SC-Medium.ttf");
}
@font-face {
    font-family: "PingFang-SC-Regular";
    src: url("../fonts/PingFang-SC-Regular.ttf");
}
@font-face {
    font-family: "font_semibold";
    src: url("../fonts/POPPINSLATIN-SEMIBOLD.OTF");
}
.poppins{
    font-family: 'poppins', "Microsoft YaHei","Arial", "sans-serif";
}
.poppins_bold {
    font-family: "poppins_bold", "Microsoft YaHei","Arial", "sans-serif" !important;
}
.poppins_semiBold{
    font-family: "Poppins-SemiBold", "Microsoft YaHei","Arial", "sans-serif" !important;
}
.font_bold {
    font-family: "font_bold", "Microsoft YaHei","Arial", "sans-serif" !important;
}
.font_light {
    font-family: "PingFang-SC","font_light", "Microsoft YaHei", "Arial",  "sans-serif" !important;
}
.font_regular {
    font-family: "PingFang-SC","font_regular", "Microsoft YaHei", "Arial", "sans-serif" !important;
}
.font_semibold {
    font-family: "font_semibold", "Microsoft YaHei", "Arial", "sans-serif" !important;
}
/*默认样式*/
#ascrail2000 {
    padding: 20px 0;
}
.nicescroll-cursors {
    border: none !important;
}
.nicescroll-rails {
    cursor: pointer !important;
}
.BMap_cpyCtrl {
    display: none;
}
.anchorBL {
    display: none;
}
.body_flex {
    position: fixed;
}
/*#ascrail2000 {*/
/*    height: calc(100vh - 20px) !important;*/
/*    top: 10px!important;*/
/*    right: 3px!important;*/
/*    overflow: hidden!important;*/
/*}*/
.BMap_cpyCtrl {
    display: none;
}
.anchorBL {
    display: none;
}
.body_flex {
    position: fixed;
}
/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}
/*input高亮*/
.salient-input {
    padding: 7px 0 7px 5px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.salient-input:focus {
    border-color: #4faad6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(10, 201, 245, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(10, 201, 245, .6);
}
/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8c8c8c;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8c8c8c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8c8c8c;
}
.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}
.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  object-fit: cover;
}
.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/
/*!*滚动条两端的按钮*!*/
/*::-webkit-scrollbar-button {*/
/*}*/
/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/
/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/
/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/
/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/
/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/
/*css play*/
.web_center {
    padding: 0 230px;
    position: relative;
    width: 100%;
}
.page_center {
    margin:0 auto;
    position: relative;
    width: 1400px;
}
.header_wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s .3s cubic-bezier(.64, .19, .34, .84);
}
.header_box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 110px 0 165px;
}
.header_active {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header_logo_box {
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.header_logo_number {
    position: absolute;
    top: 50%;
    right: -15px;
    font-size: 16px;
    color: #333;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
}
.index_body_tab .header_logo_number {
    color: #fff;
}
.header_logo_box a {
    display: block;
    width: 147px;
    height: 60px;
}
.index_banner_slide {
    width: 100%;
    height: 100%;
    position: relative;
}
.index_banner_read {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 300px;
}
.index_banner_tab {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index_banner_back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.index_banner_img {
    position: relative;
    height: 100%;
}
.index_banner_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.index_banner_img video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.header_nav_item a {
    color: #fff;
    margin-right: 60px;
    font-size: 16px;
    line-height: 85px;
}
.header_language_box {
    color: #fff;
    margin-right: 60px;
    line-height: 85px;
}
.header_language_box a {
    color: #fff;
    font-size: 16px;
    line-height: 85px;
}
.header_button {
    width: 30px;
    cursor: pointer;
}
.header_button_item {
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
}
.header_nav_box {
    border-bottom: 1px solid #fff;
    width: calc(100% - 157px);
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
.header_button_item:nth-child(3) {
    width: 50%;
    margin-left: 50%;
}
.index_banner_en {
    font-size: 80px;
    line-height: 86px;
    color: #fff;
}
.index_banner_cn {
    font-size: 32px;
    color: #fff;
    margin-top: 25px;
}
.index_banner_pagination {
    bottom: 100px !important;
}
.index_banner_pagination .swiper-pagination-bullet {
    height: 20px;
    width: 60px;
    margin: 0 19px !important;
    border-radius: 0;
    opacity: 1;
    background: none;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_banner_pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
    background: rgba(255, 255, 255, .4);
}
.index_banner_pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
    background: rgba(255, 255, 255, 1);
}
.index_banner_pagination .swiper-pagination-bullet-active:after {
    width: 100%;
}
.index_body {
    height: 100vh;
    width: 100%;
}
.index_body_tab {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index_body_slide {
    width: 100%;
    height: 100%;
    position: relative;
}
.index_body_box {
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.index_body_read {
    width: 100%;
    padding: 0 230px;
}
.index_body_title {
    color: #004da0;
    text-align: center;
    padding-bottom: 122px;
}
.index_color_tab .swiper-slide {
}
.index_title_en {
    font-size: 42px;
    line-height: 54px;
}
.index_title_cn {
    font-size: 30px;
    line-height: 42px;
}
.index_color_list {
    position: relative;
}
.index_color_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    cursor: pointer;
    opacity: 0;
    left: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
    -webkit-transition: all .8s .4s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s .4s cubic-bezier(.64, .19, .34, .84);
}
.index_color_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    cursor: pointer;
    opacity: 0;
    right: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
    -webkit-transition: all .8s .4s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s .4s cubic-bezier(.64, .19, .34, .84);
}
.index_color_active .index_color_prev {
    left: -45px;
    opacity: 1;
}
.index_color_active .index_color_next {
    right: -45px;
    opacity: 1;
}
.index_color_prev .index_jt_icon,
.index_color_next .index_jt_icon {
    font-size: 56px;
    color: #bdbebe;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_color_prev .index_jt_icon:before {
    position: relative;
    left: -2px;
}
.index_color_next .index_jt_icon:before {
    position: relative;
    left: 2px;
}
.index_color_prev:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_color_next:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_color_prev .index_jt_left,
.index_color_next .index_jt_left {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.index_color_prev .index_jt_left {
    left: 100%;
}
.index_color_next .index_jt_left {
    left: -100%;
}
.index_color_prev:hover .index_jt_icon:nth-child(1) {
    transform: translateX(-100%);
}
.index_color_next:hover .index_jt_icon:nth-child(1) {
    transform: translateX(100%);
}
.index_color_prev:hover .index_jt_icon:nth-child(2) {
    left: 0;
}
.index_color_next:hover .index_jt_icon:nth-child(2) {
    left: 0;
}
.index_color_next .index_jt_icon:before {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.subject_wrap {
    width: 100%;
    overflow: hidden;
}
.index_color_item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.index_color_item a {
    display: block;
    width: 100%;
    position: relative;
}
.index_color_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index_color_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_color_icon {
    margin-bottom: 150px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 35px;
}
.index_color_icon img {
    height: 111px;
    width: auto;
}
.index_color_read {
    position: relative;
    z-index: 9;
    padding: 45px 35px;
}
.index_color_en {
    font-size: 33px;
    line-height: 35px;
    color: #fff;
}
.index_color_cn {
    font-size: 19px;
    line-height: 27px;
    color: #fff;
    margin-top: 20px;
}
.index_color_item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_color_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 7;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_color_item:hover:after {
    bottom: 100%;
}
.index_color_item:hover:before {
    top: 0;
}
.color1:after {
    background-image: linear-gradient(to top, rgba(1, 78, 160, 1) 10%, rgba(255, 255, 255, 0) 40%);
}
.color2:after {
    background-image: linear-gradient(to top, rgba(42, 151, 130, 1) 10%, rgba(255, 255, 255, 0) 40%);
}
.color3:after {
    background-image: linear-gradient(to top, rgba(1, 78, 160, 1) 10%, rgba(255, 255, 255, 0) 40%);
}
.color4:after {
    background-image: linear-gradient(to top, rgba(239, 130, 1, 1) 10%, rgba(255, 255, 255, 0) 40%);
}
.color5:after {
    background-image: linear-gradient(to top, rgba(103, 58, 185, 1) 10%, rgba(255, 255, 255, 0) 40%);
}
.color6:after {
    background-image: linear-gradient(to top, rgba(42, 151, 130, 1) 10%, rgba(255, 255, 255, 0) 40%);
}
.color1:before {
    background: rgba(1, 78, 160, 1);
}
.color2:before {
    background: rgba(42, 151, 130, 1);
}
.color3:before {
    background: rgba(1, 78, 160, 1);
}
.color4:before {
    background: rgba(239, 130, 1, 1);
}
.color5:before {
    background: rgba(103, 58, 185, 1);
}
.color6:before {
    background: rgba(42, 151, 130, 1);
}
.index_core_box {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 230px;
}
.index_core_title {
    color: #fff;
}
.index_core_en {
    font-size: 50px;
    line-height: 48px;
}
.index_core_cn {
    font-size: 35px;
    padding-top: 10px;
}
.index_core_width {
    overflow: hidden;
    position: relative;
    height: 664px;
    width: 0;
    margin-left: 265px;
    -webkit-transition: all .6s cubic-bezier(.64, .19, .34, .84);
    transition: all .6s cubic-bezier(.64, .19, .34, .84);
}
.index_core_active {
    width: 950px;
}
.index_core_back {
    width: 950px;
    height: 664px;
    position: relative;
    left: 0;
    top: 0;
}
.index_core_number {
    padding: 125px 150px;
    background: rgba(102, 57, 185, .7);
}
.index_core_list {
}
.index_number_list {
    width: 650px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.index_number_span:nth-child(1) {
    width: 250px;
}
.index_number_span:nth-child(2) {
    width: 320px;
}
.index_number_item {
    width: 100%;
    margin-bottom: 130px;
}
.index_number_item:last-child {
    margin-bottom: 0;
}
.index_number_title {
    font-size: 60px;
    line-height: 68px;
    color: #fff;
}
.index_number_text {
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}
.index_number_line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 35px;
}
.index_body_parallax {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.index_parallax_item {
    position: absolute;
}
.index_parallax_item img {
    width: 100%;
}
.index_parallax_item1 {
    width: 114px;
    left: 280px;
    top: 410px;
    -webkit-animation: animate 6s infinite linear both;
    animation: animate 6s infinite linear both;
}
@keyframes animate {
    0% {
        transform: translateY(-20px) scale(1.1);
    }
    50% {
        transform: translateY(20px) scale(.9);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}
.index_parallax_item2 {
    width: 42px;
    left: 305px;
    top: 67.96%;
}
.index_parallax_item3 {
    width: 265px;
    left: 453px;
    top: 55.55556%;
    -webkit-animation: animate3 8s infinite linear both;
    animation: animate3 8s infinite linear both;
}
@keyframes animate3 {
    0% {
        transform: scale(1.05) translateY(20px);
    }
    50% {
        transform: scale(.95) translateY(0);
    }
    100% {
        transform: scale(1.05) translateY(20px);
    }
}
.index_parallax_item4 {
    width: 547px;
    left: 583px;
    top: 25.55556%;
    z-index: 1;
}
.index_parallax_item5 {
    width: 547px;
    left: 583px;
    top: 25.55556%;
    z-index: 3;
}
.index_parallax_item6 {
    width: 63px;
    left: 1126px;
    top: 27.314%;
    -webkit-animation: animate2 4s infinite linear both;
    animation: animate2 4s infinite linear both;
}
@keyframes animate2 {
    0% {
        transform: scale(1.2);
        opacity: .4;
    }
    50% {
        transform: scale(.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: .4;
    }
}
.index_parallax_item7 {
    width: 83px;
    right: 509px;
    top: 14%;
}
.index_parallax_title {
    width: 100%;
    font-size: 140px;
    line-height: 132px;
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 224px;
    top: 17%;
}
.index_parallax_title2 {
    width: 100%;
    font-size: 140px;
    line-height: 132px;
    color: #fff;
    position: absolute;
    left: 390px;
    top: 17%;
    z-index: 2;
}
.index_parallax_read {
    width: 317px;
    position: absolute;
    right: 283px;
    top: 45%;
}
.news_index_box {
    height: 100%;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
}
.news_index_content {
    width: 100%;
    padding: 0 230px;
}
.news_index_title {
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #004da0;
}
.news_index_en {
    font-size: 45px;
}
.news_index_cn {
    font-size: 32px;
    margin-left: 30px;
}
.news_index_tab {
    width: 100%;
}
.news_index_tab .swiper-slide {
    width: 31.64383%;
    margin-right: 2.534255%;
}
.news_index_tab .swiper-slide:nth-child(3n) {
    margin-right: 0;
}
.news_index_item a {
    display: block;
    width: 100%;
}
.news_item_title {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    height: 24px;
    color: #4d4d4d;
    margin-top: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_index_list {
    margin: 130px 0 110px 0;
}
.footer_wrap {
    width: 100%;
    background: #d6d6d6;
}
.footer_back_text {
    font-size: 23px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.footer_back_box {
    position: relative;
    height: 50%;
    overflow: hidden;
}
.footer_back_read {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-45%);
    width: 100%;
}
.footer_back_icon {
    margin: 0 auto;
    width: 394px;
}
.footer_back_img {
    position: relative;
    height: 100%;
}
.footer_back_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_list_box {
    height: 50%;
}
.index_body_pagination {
    width: 10px;
    position: absolute;
    z-index: 99;
    right: -20px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .8s .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s .3s cubic-bezier(.64, .19, .34, .84);
}
.index_body_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 16px 0 !important;
    background: rgba(255, 255, 255, .3);
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_body_pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_body_pagination .swiper-pagination-bullet-active:after {
    left: 0;
}
.pagination_black .swiper-pagination-bullet {
    background: rgba(198, 199, 199, .3);
}
.pagination_black .swiper-pagination-bullet:after {
    background: rgba(198, 199, 199, 1);
}
.fade_animation, .banner_animation {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.index_parallax_button {
    line-height: 42px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 19px;
}
.news_index_button {
    text-align: center;
}
.news_index_button img {
    width: auto;
    margin: 0 auto;
}
.loading_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
}
.loading_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: #fff;
    -webkit-transition: all .4s .6s cubic-bezier(.64, .19, .34, .84);
    transition: all .4s .6s cubic-bezier(.64, .19, .34, .84);
}
.loading_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: #fff;
    -webkit-transition: all .4s .6s cubic-bezier(.64, .19, .34, .84);
    transition: all .4s .6s cubic-bezier(.64, .19, .34, .84);
}
.loading_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 9;
}
.loading_content {
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
    position: relative;
    z-index: 1;
}
.loading_hide {
    opacity: 0;
    pointer-events: none;
}
.loading_text {
    font-size: 22px;
    color: #aaabab;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}
.loading_text span {
    margin-left: 22px;
}
.loading_line {
    position: absolute;
    height: 1px;
    width: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .3s .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .3s cubic-bezier(.64, .19, .34, .84);
    background: #1a1a1a;
    z-index: 1;
}
.loading_line_active {
    width: 100%;
    opacity: 0;
}
.loading_active:after {
    height: 0;
}
.loading_active:before {
    height: 0;
}
.news_index_img {
    position: relative;
    overflow: hidden;
}
.news_index_img img {
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.news_index_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background: #004da0;
    z-index: 1;
}
.news_index_jt {
    position: absolute;
    z-index: 9;
    height: 31px;
    width: 31px;
    top: 7px;
    left: 7px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.news_index_jt:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 14px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_index_jt:before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 14px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.news_index_jt_show {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
}
.news_index_item:hover .news_index_jt_hide {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
}
.news_index_item:hover .news_index_jt_show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.nav_pop_wrap {
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.nav_pop_wrap:before {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .3s .8s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .8s cubic-bezier(.64, .19, .34, .84);
}
.nav_pop_wrap:after {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #004da0;
    -webkit-transition: all .3s .6s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .6s cubic-bezier(.64, .19, .34, .84);
}
.nav_pop_box {
    position: relative;
    z-index: 9;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.nav_black_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 165px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.nav_black_logo {
    position: relative;
    width: 147px;
    overflow: hidden;
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: all .1s .2s cubic-bezier(.64, .19, .34, .84);
    transition: all .1s .2s cubic-bezier(.64, .19, .34, .84);
}
.logo_right {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.logo_left {
    position: absolute;
    left: -100%;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.nav_black_close {
    width: 125px;
    height: 125px;
    position: relative;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.nav_black_close:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0c3d90;
    z-index: 3;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.nav_black_close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.nav_black_icon {
    font-size: 68px;
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.nav_black_icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.nav_black_icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.benefits_button_read {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}
.benefits_button_read:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    background: #fff;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.benefits_button_read:hover:after {
    left: 0;
}
.benefits_button_read:hover .benefits_button_icon {
    color: #f08200;
}
.benefits_button_read:hover .benefits_button_text {
    color: #f08200;
}
.benefits_button_read:hover .benefits_button_jt {
    color: #f08200;
}
.nav_black_bottom {
    position: absolute;
    left: 100%;
    top: 0;
}
/*.nav_black_close:hover:before {*/
/*    top: -100%;*/
/*}*/
/*.nav_black_close:hover:after {*/
/*    top: 0;*/
/*}*/
.nav_black_close:hover .nav_black_top {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.nav_black_close:hover .nav_black_bottom {
    left: 0;
}
.nav_black_item {
    padding: 25px 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.nav_black_item a {
    font-size: 40px;
    color: #fff;
}
.index_body_tab .swiper-slide {
    background: #fff;
}
.nav_pop_active {
    pointer-events: auto;
}
.nav_pop_active:before {
    right: 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.nav_pop_active:after {
    right: 0;
    -webkit-transition: all .3s .2s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .2s cubic-bezier(.64, .19, .34, .84);
}
.nav_pop_active .nav_black_close {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s .7s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .7s cubic-bezier(.64, .19, .34, .84);
}
.nav_pop_active .nav_black_logo {
    opacity: 1;
}
/*.nav_pop_active .logo_left {*/
/*    left: 0;*/
/*    -webkit-transition: all .3s .6s cubic-bezier(.64, .19, .34, .84);*/
/*    transition: all .3s .6s cubic-bezier(.64, .19, .34, .84);*/
/*}*/
/*.nav_pop_active .logo_right {*/
/*    left: 100%;*/
/*    -webkit-transition: all .3s .6s cubic-bezier(.64, .19, .34, .84);*/
/*    transition: all .3s .6s cubic-bezier(.64, .19, .34, .84);*/
/*}*/
.index_body_tab .swiper-wrapper {
    -webkit-transition: .6s cubic-bezier(.64, .19, .34, .84);
    transition: .6s cubic-bezier(.64, .19, .34, .84);
}
.page_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.page_link1 {
    position: absolute;
    top: 0;
    left: 1024px;
    width: 73px;
    height: 100%;
}
.page_link1 a {
    display: block;
    height: 100%;
}
.page_link2 {
    position: absolute;
    top: 0;
    left: 1140px;
    width: 35px;
    height: 100%;
}
.page_link2 a {
    display: block;
    height: 100%;
}
.page_link3 {
    position: absolute;
    top: 0;
    left: 1218px;
    width: 72px;
    height: 100%;
}
.page_link3 a {
    display: block;
    height: 100%;
}
.page_link4 {
    position: absolute;
    top: 0;
    left: 1333px;
    width: 73px;
    height: 100%;
}
.page_link4 a {
    display: block;
    height: 100%;
}
.page_link5 {
    position: absolute;
    top: 0;
    left: 1448px;
    width: 91px;
    height: 100%;
}
.page_link5 a {
    display: block;
    height: 100%;
}
.pro_list {
    padding: 0 160px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 782px;
    justify-content: space-between;
}
.pro_list_item {
    width: 483px;
    margin-top: 111px;
    overflow: hidden;
}
.pro_list_item img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.pro_list_item:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.index_link {
    position: absolute;
    left: 160px;
    top: 0;
    width: 147px;
    display: block;
    height: 100%;
}
.page_top {
    position: relative;
}
.page_top img {
    display: block;
}
.page_top_link1 {
    position: absolute;
    bottom: 0;
    left: 600px;
    width: 240px;
    height: 80px;
}
.page_top_link1 a {
    display: block;
    height: 100%;
}
.page_top_link2 {
    position: absolute;
    bottom: 0;
    left: 840px;
    width: 240px;
    height: 80px;
}
.page_top_link2 a {
    display: block;
    height: 100%;
}
.page_top_link3 {
    position: absolute;
    bottom: 0;
    left: 1080px;
    width: 240px;
    height: 80px;
}
.page_top_link3 a {
    display: block;
    height: 100%;
}
.page_head_link1 {
    position: absolute;
    bottom: 0;
    left: 480px;
    width: 240px;
    height: 80px;
}
.page_head_link1 a {
    display: block;
    height: 100%;
}
.page_head_link2 {
    position: absolute;
    bottom: 0;
    left: 720px;
    width: 240px;
    height: 80px;
}
.page_head_link2 a {
    display: block;
    height: 100%;
}
.page_head_link3 {
    position: absolute;
    bottom: 0;
    left: 960px;
    width: 240px;
    height: 80px;
}
.page_head_link3 a {
    display: block;
    height: 100%;
}
.page_head_link4 {
    position: absolute;
    bottom: 0;
    left: 1200px;
    width: 240px;
    height: 80px;
}
.page_head_link4 a {
    display: block;
    height: 100%;
}
.index_ky_title {
    font-size: 35px;
    color: #fff;
    line-height: 48px;
    margin-bottom: 20px;
}
.index_ky_text {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index_ky_button a {
    width: 148px;
    height: 44px;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}
.index_ky_button a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    border: 2px solid #fff;
    border-radius: 44px;
}
.index_ky_button a:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 44px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_ky_button_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
    position: relative;
}
.index_ky_button_left {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_ky_button_right {
    -webkit-transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
}
.index_ky_button_text {
    font-size: 19px;
    color: #fff;
    line-height: 44px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_ky_button_icon {
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    padding-left: 12px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_ky_button a:hover:before {
    left: 0;
    -webkit-transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
}
.index_ky_button a:hover .index_ky_button_left {
    left: 0;
    -webkit-transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
}
.index_ky_button a:hover .index_ky_button_right {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.index_ky_button a:hover .index_ky_button_text {
    color: #333;
    -webkit-transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
}
.index_ky_button a:hover .index_ky_button_icon {
    color: #333;
    -webkit-transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
}
.index_button_blue .index_ky_button_text {
    color: #004da0;
}
.index_button_blue .index_ky_button_icon {
    color: #004da0;
}
.index_button_blue a:before {
    background: #004da0;
}
.index_button_blue a {
    margin: 0 auto;
}
.index_button_blue a:after {
    border: 2px solid #004da0;
}
.index_button_blue a:hover .index_ky_button_text {
    color: #fff;
}
.index_button_blue a:hover .index_ky_button_icon {
    color: #fff;
}
.news_index_images {
    padding-bottom: 66.88311%;
}
.news_index_button a {
    width: 148px;
    height: 44px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.news_index_button a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    border: 2px solid #004da0;
    border-radius: 44px;
}
.index_news_button_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_news_button_text {
    font-size: 19px;
    color: #004da0;
    line-height: 44px;
}
.index_news_button_icon {
    font-size: 18px;
    line-height: 44px;
    color: #004da0;
    padding-left: 12px;
}
.footer_back_item {
    text-align: center;
}
.footer_back_item a {
    position: relative;
}
.footer_back_item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.footer_back_item a:hover:after {
    width: 100%;
}
.footer_back_en {
    font-size: 40px;
    line-height: 52px;
    font-weight:520;
    color: #fff;
}
.footer_back_cn {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    padding-top: 5px;
}
.footer_back_label {
    margin-top: 35px;
}
.footer_label_text {
    font-size:18px;
    line-height: 40px;
    color: #fff;
}
.footer_label_text a {
    color: #fff;    font-size: 18px;
}
.footer_left {
    width: 61%;
}
.footer_right {
    width: 39%;
}
.footer_nav_list a {
    position: relative;
    color: #fff;
}
.footer_nav_list a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #595757;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.footer_nav_list a:hover:after {
    width: 100%;
}
.footer_bq_text a {
    position: relative;
}
.footer_bq_text a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #595757;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.footer_bq_text a:hover:after {
    width: 100%;
}
.footer_bq_box a {
    position: relative;
}
.footer_bq_box a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #595757;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.footer_bq_box a:hover:after {
    width: 100%;
}
.footer_nav_title {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    padding-bottom: 25px;
    position: relative;
}
.footer_nav_title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #c0c0c0;
}
.footer_nav_ul {
    padding: 20px 0 0 0;
}
.footer_nav_li {
    padding: 5px 0;
}
.footer_nav_li a {
    display: inline-block;
    color: #595757;
    font-size: 15px;
    line-height: 24px;
    margin-right: 70px;
}
.footer_item_img {
    padding-top: 100px;
}
.footer_nav_item:last-child .footer_nav_li a {
    margin-right: 0;
}
.footer_bq_text {
    font-size: 14px;
    line-height: 40px;
    color: #595757;
    text-align: right;
}
.footer_bq_text a {
    font-size: 14px;
    line-height: 24px;
    margin: 7px;
    color: #595757;
}
.footer_icon_list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 0px 0 35px 0;
}
.footer_icon_icon {
    padding-right: 40px;
}
.footer_icon_icon:last-child {
    padding-right: 0;
}
.footer_icon_icon a {
    font-size: 32px;
    color: #595757;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.footer_icon_icon a:hover {
    color: #000;
}
.footer_icon_icon .icon-qq-copy-copy-copy-copy {
    font-size: 30px;
}
.footer_icon_icon .icon-sina {
    font-size: 30px;
}
.footer_icon_icon .footer_icon_icon {
    font-size: 36px;
}
@media screen and (min-width: 1200px) {
    .footer_icon_icon .icon-wchart {
        position: relative;
        z-index: 999;
    }
    .icon-wx-kang-wrap {
        position: absolute;
        z-index: 999;
        top: 0;
        left: 50%;
        margin-left: -65px;
        width: 130px;
        padding-top: 34px;
        display: none;
    }
    .icon-wx-kang-inner {
        display: block;
        background: #fff;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        border-radius: 3px;
    }
    .icon-wx-kang-inner:before {
        content: '';
        display: block;
        height: 0;
        overflow: hidden;
    }
    #qrcode {
        display: block;
        width: 90px;
        margin: 5px auto;
    }
    #qrcode canvas, #qrcode img {
        width: 100%;
        height: 100%;
    }
}
.footer_bq_box {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.footer_bq_item {
    padding: 0 10px;
    position: relative;
}
.footer_bq_item:after {
    position: absolute;
    right: 0;
    top: 13px;
    content: "";
    height: 14px;
    width: 1px;
    background: #7b7979;
}
.footer_bq_item:last-child {
    padding: 0 0 0 10px;
}
.footer_bq_item:last-child:after {
    display: none;
}
.footer_bq_item a {
    font-size: 14px;
    color: #595757;
    line-height: 24px;
    margin: 8px 0;
}
.header_nav_black {
    background: #fff;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.header_nav_black .header_nav_list .header_nav_item a {
    color: #666666;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.header_nav_black .header_nav_list .header_nav_active a {
    color: #f08200;
}
.header_nav_black .header_nav_list .headerItemDefault a {
    color: #666666;
}
.header_nav_black .header_nav_list .headerItemHover a {
    color: #f08200;
}
.header_nav_black .header_language_box {
    color: #666666;
}
.header_nav_black .header_language_box a {
    color: #666666;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.header_nav_black .header_language_box a:hover {
    color: #f08200;
}
.header_nav_black .header_button_item {
    background: #666666;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.header_nav_black .header_button_item:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #f08200;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.header_nav_black .header_button_item:nth-child(1):after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header_nav_black .header_button_item:nth-child(2):after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.header_nav_black .header_button_item:nth-child(3):after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header_nav_black .header_button:hover .header_button_item:nth-child(3) {
    width: 100%;
    margin-left: 0;
}
.header_nav_black .header_button:hover .header_button_item:nth-child(1):after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header_nav_black .header_button:hover .header_button_item:nth-child(2):after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header_nav_black .header_button:hover .header_button_item:nth-child(3):after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header_nav_black .header_nav_box {
    border-bottom: none;
}
.header_nav_black .header_box {
    padding: 7px 110px 7px 165px;
}
.page_banner_nav_right:after {
    width: 0;
}
.page_banner_nav_list {
    -webkit-justify-content: center;
    justify-content: center;
    /*    border-top: 1px solid rgba(255, 255, 255, .2);*/
}
.page_banner_wap_button {
    display: none;
}
.page_banner_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -250px;
    width: 100%;
    height: 150px;
    pointer-events: none;
}
.page_banner_wrap.no_shadow:after{
    display:none;
}
.page-banner{background: #f5f5f5;}
.page_banner_nav_box {
    /*background: #dedede;*/
  /*  position: absolute;*/
    width: 100%;
    left: 0;
    bottom: -80px;
    z-index: 999;
    /*overflow: hidden;*/
    /*-webkit-transition: all .8s .5s cubic-bezier(.64, .19, .34, .84);*/
    /*transition: all .8s .5s cubic-bezier(.64, .19, .34, .84);*/
}
.itemInUp:after {
    bottom: 0;
}
.itemInUp .page_banner_nav_box {
    bottom: 0;
}
.page_banner_nav_item {
    width: 240px;
    line-height: 80px;
    position: relative;
    overflow: hidden;
}
.page_banner_nav_item a {
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.page_banner_nav_item:hover{
    color:#ff6900 ;
}
.page_banner_nav_icon {
    font-size: 23px;
    color: #fff;
}
.page_banner_nav_icon.icon-tuandui1 {
    font-size: 27px;
}
.page_banner_nav_icon.icon-pinkong {
    font-size: 27px;
}
.page_banner_nav_text {
    font-size: 18px;
    padding-left: 10px;
}
.page_banner_nav_item:hover{
	background-color: #eee;
}
.page_banner_nav_item:after {
    content: "";
    position: absolute;
    top: -105%;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.page_banner_nav_item:before {
    content: "";
    position: absolute;
    top: -105%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff6900a6;;
}*/
.page_banner_nav_active{
	background-color: #eee;
    color:#ff6900 ;
}
.page_banner_nav_active:after {
    /* top: 0; */
    /* border-bottom: 2px solid #ff6900; */
}
.page_banner_nav_item a:hover{
    /* border-bottom: 2px solid #ff6900; */
}
.page_banner_nav_active:before {
    top: 0;
}
.itemDefault:after {
    top: -105%;
}
.itemDefault:before {
    top: -105%;
}
.fixed_top .itemDefault .page_banner_nav_icon {
    color: #333 !important;
}
.fixed_top .itemDefault .page_banner_nav_text {
    color: #333 !important;
}
.itemHover:after {
    top: 0;
    -webkit-transition: all .3s .175s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .175s cubic-bezier(.64, .19, .34, .84);
}
.itemHover:before {
    top: 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.fixed_top .itemHover .page_banner_nav_icon {
    /*color: #fff !important;*/
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.fixed_top .itemHover .page_banner_nav_text {
    /*   color: #fff !important;*/
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.page_banner_img {
    padding-bottom: 39.5833333%;
    pointer-events: none;
}
.page_banner_box {
    position: relative;
    overflow: hidden;
}
.page_banner_read_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 160px 81px 160px;
    width: 100%;
}
.page_banner_read_en {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
}
.page_banner_read_cn {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    padding: 20px 0 50px 0;
}
.page_banner_read_icon {
    width: 62px;
    height: 62px;
    border: 1px solid #fff;
    border-radius: 31px;
    font-size: 28px;
    color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.page_banner_read_icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    width: 0;
    height: 0;
}
.page_banner_read_icon:before {
    position: relative;
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    -webkit-animation: downIcon 1.5s ease-out infinite;
    animation: downIcon 1.5s ease-out infinite;
}
@-webkit-keyframes downIcon {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 45%;
        opacity: 0;
    }
    65% {
        top: -45%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
@keyframes downIcon {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 45%;
        opacity: 0;
    }
    65% {
        top: -45%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
.page_banner_read_icon:hover {
    color: #333;
}
.page_banner_read_icon:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.nav_page_pop_active .nav_black_logo {
    margin-top: 20px;
}
.footer_active_img {
    padding-bottom: 190px;
}
.platform_en {
    font-size: 44px;
    line-height: 54px;
    color: #1a1a1a;
    text-align: center;
}
.platform_cn {
    font-size:30px;
    line-height: 42px;
    color: #1a1a1a;
    text-align: center;
}
.platform_max {
    font-size: 48px;
    line-height: 60px;
    color:#FF6900;;
    font-family: "PingFang-SC-Medium", "Arial", "sans-serif";
    padding: 60px 0 40px 0;
}
.platform_read {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.platform_read p{font-family: 'PingFang-SC-Medium';}
.platform_box {
    text-align: center;
}
.platform_wrap {
    padding: 110px 0 75px 0;
}
.platform_wrap2 {
    padding: 110px 0 130px 0;
}
.platform_wrap1 {
    background: #F5F2F0;
}
.huoban_wrap{
    background-image: url(https://qny.hnrsxw.com/hnrsxw/images/huoban_ban.jpg);
    background-size: 100% 100%;
    height:950px;
    width: 100%;
}
.development_slide_icon1 .icon_box {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 34px;
    height: 34px;
    margin: 0 auto;
    /* background:#1250B3; */
    background:#ff6900;
    border-radius: 50%;
    text-align: center;
}
.development_slide_icon1{
    padding-top:45px;
	margin-left: -10px;
}
.development_slide_icon1 a{font-size: 18px;}
.development_slide_icon1:hover a {
    /* transform: translateY(-10px); */
	/* color: #ff6900 !important; */
}
.development_slide_icon1:hover .icon_box{background-color: #1250B3 !important;}
.development_slide_icon1 .icon_box span{margin-top: 2px;font-size: 18px;}
/* .development_slide_icon1:hover .icon_box span{margin-top: -10px;}
.development_slide_icon1 .icon_box span{transition: all 1s;} */
.ben_item{
    width: 25%;
 margin-top: 42px;
 padding: 0 30px;
}
.code_page_item {
width: 46.875%;
background: #fff;
padding: 40px;
position: relative;
}
.code_page_item:after {
content: "";
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 3px;
background: #3d5fb0;
}
.code_page_item:nth-child(2n+1) {
margin-right: 6.25%;
}
.code_page_wrap {
background: #f0f0f0;
padding: 165px 0;
}
.code_page_icon {
font-size: 60px;
color: #3d5fb0;
padding: 20px 0;
}
.code_page_title {
font-size: 24px;
color: #333333;
margin-bottom: 20px;
}
.code_page_text {
font-size: 16px;
line-height: 30px;
color: #999999;
}
.code_page_li {
font-size: 16px;
line-height: 30px;
color: #999999;
}
.code_page_button {
font-size: 16px;
line-height: 30px;
color: #3d5fb0;
cursor: pointer;
}
.team_page_en {
font-size: 42px;
color: #1a1a1a;
text-align: center;
}
.team_page_cn {
font-size: 30px;
color: #333333;
text-align: center;
}
.team_page_wrap {padding: 120px 0 160px 0;}
.team_page_text {
    padding: 50px 0 6px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin: 45px 0 0 0;
    width: 76%;
    margin: 0 auto;
    font-family: 'PingFang-SC-Medium';
}
.about_title_box .team_page_text {
    padding-bottom: 33px;
    font-family: 'PingFang-SC-Medium';
}
.keyan_page_text{
padding-top: 50px;
color: #fff;
width: 50%;
}
.team_page_list {
padding: 70px 0 0 0;
}
.team_page_img {
margin-bottom: 3.125%;
}
.team_page_img:nth-child(5n+1) {
width: 48.4375%;
margin-right: 3.125%;
}
.team_page_img:nth-child(5n+2) {
width: 48.4375%;
}
.team_page_img:nth-child(5n+3) {
width: 31.25%;
margin-right: 3.125%;
}
.team_page_img:nth-child(5n+4) {
width: 31.25%;
margin-right: 3.125%;
}
.team_page_img:nth-child(5n) {
width: 31.25%;
}
.platform_number_box {
padding-top: 70px;
}
.platform_number_item {
width: 33.3333%;
text-align: center;
}
.platform_number_title {
font-size: 78px;
line-height: 80px;
color: #004da0;
}
.platform_number_text {
font-size: 16px;
line-height: 30px;
color: #666666;
}
.platform_number_wrap {
padding: 120px 0;
}
.patent_page_back {
padding-bottom: 39.58333%;
}
.patent_page_box {
position: relative;
}
.patent_page_img {
padding-bottom: 71.9%;
}
.patent_page_swiper .swiper-slide .patent_page_item {
-webkit-transform: scale(.8);
transform: scale(.8);
opacity: .8;
padding: 10px;
background: #fff;
box-shadow: 0 1px 20px rgba(0, 0, 0, .15);
-webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.patent_page_swiper .swiper-slide-active .patent_page_item {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.patent_honor_wrap {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.patent_honor_button {
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
padding-top: 70px;
}
.patent_button_item {
color: #fff;
font-size: 28px;
outline: none;
cursor: pointer;
}
.patent_honor_next:before {
display: block;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.patent_honor_line {
height: 1px;
width: 120px;
background: #fff;
margin: 0 10px;
}
.patent_page_news_wrap {
padding: 0 160px;
}
.patent_news_title {
width: 40%;
font-size: 24px;
line-height: 38px;
color: #333333;
}
.patent_news_list {
width: 60%;
}
.patent_news_item {
width: 50%;
}
.patent_news_read {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.patent_news_icon {
width: 20px;
color: #004da0;
font-size: 16px;
line-height: 48px;
}
.patent_news_text {
font-size: 16px;
line-height: 48px;
width: calc(100% - 20px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.patent_page_news_box {
padding: 200px 0;
}
.pro_page_wrap {
padding: 120px 0 200px 0;
}
.pro_page_item_read {
width: 36.25%;
padding: 100px;
}
.pro_page_item_back {
width: 63.75%
}
.pro_page_item_title {
-webkit-align-items: center;
align-items: center;
}
.pro_page_item_icon {
width: 26px;
height: 26px;
box-sizing: border-box;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.pro_page_item_max {
font-size: 28px;
line-height: 38px;
color: #333333;
padding-left: 10px;
}
.pro_item_box {
background: #f0f0f0;
}
.pro_item_content {
padding-top: 40px;
}
.pro_item_content_title {
font-size: 18px;
line-height: 28px;
margin-bottom: 5px;
color: #999999;
}
.pro_item_content_text {
font-size: 16px;
color: #4c4c4c;
line-height: 30px;
min-height: 210px;
}
.pro_item_content_button a {
width: 130px;
line-height: 48px;
-webkit-border-radius: 24px;
border-radius: 24px;
-webkit-justify-content: center;
justify-content: center;
overflow: hidden;
position: relative;
}
.product_copy {
width: 100%;
height: 100%;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}
.product_right {
position: absolute;
left: -100%;
top: 0;
-webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.product_left {
position: relative;
-webkit-transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
}
.pro_item_content_button a:hover .product_right {
left: 0;
-webkit-transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
}
.pro_item_content_button a:hover .product_left {
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.pro_button_text {
color: #fff;
font-size: 18px;
}
.pro_button_icon {
font-size: 16px;
color: #fff;
padding-left: 8px;
}
.pro_page_item_img {
padding-bottom: 58.8235%;
}
.pro_ul_wrap {
position: relative;
margin-top: 110px;
}
.pro_ul_button {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 63.75%;
z-index: 9;
background: rgba(0, 0, 0, .3);
-webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.pro_ul_button:hover {
background: rgba(0, 0, 0, .5);
}
.pro_button_item {
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
position: relative;
}
.pro_button_item a {
height: 100%;
-webkit-align-items: center;
align-items: center;
}
.pro_button_center {
width: 100%;
}
.pro_button_item:after {
content: "";
position: absolute;
right: 0;
top: 0;
width: 1px;
height: 100%;
background: rgba(255, 255, 255, .15);
}
.pro_button_item:last-child:after {
display: none;
}
.pro_pagination_icon {
width: 45px;
height: 45px;
position: relative;
margin: 0 auto 13px;
-webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.pro_pagination_icon:after {
content: "";
width: 45px;
height: 45px;
position: absolute;
left: 0;
top: 0;
box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, .1);
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.pro_pagination_icon:before {
content: "";
width: 27px;
height: 27px;
position: absolute;
left: 9px;
top: 9px;
box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, .4);
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.pro_pagination_label {
position: absolute;
left: 16px;
top: 16px;
width: 13px;
height: 13px;
background: rgba(255, 255, 255, 1);
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.pro_pagination_text {
font-size: 18px;
color: #fff;
text-align: center;
}
.pro_ul_wrap:nth-child(2n) .pro_ul_button {
left: 0;
}
.color_blue .pro_item_content_button a {
background: #014ea0;
}
.color_blue .pro_page_item_icon {
border: 5px solid #014ea0;
}
.color_blue .pro_button_item {
width: 50%;
height: 100%;
}
.pro_button_active .pro_pagination_icon {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
/*.pro_button_active .pro_pagination_icon:after {*/
/*    animation: 1s scaleAnimate infinite linear normal both;*/
/*}*/
/*.pro_button_active .pro_pagination_icon:before {*/
/*    animation: 1s scaleAnimate infinite linear normal both;*/
/*}*/
@keyframes scaleAnimate {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.color_blue .pro_button_active .pro_pagination_icon:after {
    border: 1px solid rgba(0, 124, 255, .1);
}
.color_blue .pro_button_active .pro_pagination_icon:before {
    border: 1px solid rgba(0, 124, 255, .4);
}
.color_blue .pro_button_active .pro_pagination_label {
    background: rgba(0, 124, 255, 1);
}
.color_green .pro_item_content_button a {
    background: rgba(42, 151, 130, 1);
}
.color_green .pro_page_item_icon {
    border: 5px solid rgba(42, 151, 130, 1);
}
.color_green .pro_button_item {
    width: 33.33333%;
    height: 100%;
}
.color_green .pro_button_active .pro_pagination_icon:after {
    border: 1px solid rgba(42, 151, 130, .1);
}
.color_green .pro_button_active .pro_pagination_icon:before {
    border: 1px solid rgba(42, 151, 130, .4);
}
.color_green .pro_button_active .pro_pagination_label {
    background: rgba(42, 151, 130, 1);
}
.color_blue2 .pro_item_content_button a {
    background: #014ea0;
}
.color_blue2 .pro_page_item_icon {
    border: 5px solid #014ea0;
}
.color_blue2 .pro_button_item {
    width: 50%;
    height: 100%;
}
.color_blue2 .pro_button_active .pro_pagination_icon:after {
    border: 1px solid rgba(0, 124, 255, .1);
}
.color_blue2 .pro_button_active .pro_pagination_icon:before {
    border: 1px solid rgba(0, 124, 255, .4);
}
.color_blue2 .pro_button_active .pro_pagination_label {
    background: rgba(0, 124, 255, 1);
}
.color_yellow .pro_item_content_button a {
    background: rgba(239, 130, 1, 1);
}
.color_yellow .pro_page_item_icon {
    border: 5px solid rgba(239, 130, 1, 1);
}
.color_yellow .pro_button_item {
    width: 33.333333%;
    height: 100%;
}
.color_yellow .pro_button_active .pro_pagination_icon:after {
    border: 1px solid rgba(239, 130, 1, .1);
}
.color_yellow .pro_button_active .pro_pagination_icon:before {
    border: 1px solid rgba(239, 130, 1, .4);
}
.color_yellow .pro_button_active .pro_pagination_label {
    background: rgba(239, 130, 1, 1);
}
.color_violet .pro_item_content_button a {
    background: rgba(103, 58, 185, 1);
}
.color_violet .pro_page_item_icon {
    border: 5px solid rgba(103, 58, 185, 1);
}
.color_violet .pro_button_item {
    width: 50%;
    height: 100%;
}
.color_violet .pro_button_active .pro_pagination_icon:after {
    border: 1px solid rgba(103, 58, 185, .1);
}
.color_violet .pro_button_active .pro_pagination_icon:before {
    border: 1px solid rgba(103, 58, 185, .4);
}
.color_violet .pro_button_active .pro_pagination_label {
    background: rgba(103, 58, 185, 1);
}
.color_green2 .pro_item_content_button a {
    background: rgba(42, 151, 130, 1);
}
.color_green2 .pro_page_item_icon {
    border: 5px solid rgba(42, 151, 130, 1);
}
.color_green2 .pro_button_item {
    width: 100%;
    height: 100%;
}
.color_green2 .pro_button_active .pro_pagination_icon:after {
    border: 1px solid rgba(42, 151, 130, .1);
}
.color_green2 .pro_button_active .pro_pagination_icon:before {
    border: 1px solid rgba(42, 151, 130, .4);
}
.color_green2 .pro_button_active .pro_pagination_label {
    background: rgba(42, 151, 130, 1);
}
.color_green2 .pro_button_item:nth-child(1):before {
    display: none;
}
.color_green2 .pro_button_item:nth-child(2):before {
    display: none;
}
.color_green2 .pro_button_item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .15);
}
.quality_wrap {
    padding: 0 160px;
}
/*.quality_box {
    padding: 70px 0 0 0;
}*/
.quality_list {
    padding: 110px 0 70px 0;
}
.quality_line {
    background: #dedede;
    height: 1px;
    width: 100%;
    margin-bottom: 80px;
}
.quality_item_box {
    width: 50%;
}
.quality_item_box img{
    width: 100%;
}
.quality_item_box:nth-child(2n+1) {
    padding-right: 90px;
}
.quality_item_box:nth-child(2n) {
    padding-left: 90px;
}
.quality_item_title {
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    padding-bottom: 20px;
}
.quality_item_text {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.quality_contact_item:first-child {
    padding-left: 0;
}
.quality_contact_item:last-child {
    border-right: none;
}
.quality_contact_item {
    width: 25%;
    padding-left: 110px;
    border-right: 1px solid #e6e6e6;
}
.quality_contact_icon {
    font-size: 28px;
    line-height: 42px;
    color: #b3b3b3;
}
.quality_contact_icon.icon-dizhi {
    font-size: 34px;
}
.quality_contact_tips {
    font-size: 24px;
    line-height: 42px;
    color: #4c4c4c;
    padding-left: 15px;
}
.quality_contact_read {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.quality_contact_read a {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.quality_contact_title {
    padding-bottom: 10px;
}
.page_banner_item_img {
    padding-bottom: 20.83333%;
}
.pro_details_wrap {
    background: #f5f5f5;
    padding-bottom: 200px;
}
.pro_item_nav {
    line-height: 80px;
    font-size: 15px;
    color: #999999;
}
.pro_item_nav a {
    line-height: 80px;
    font-size: 15px;
    color: #999999;
    margin: 0 10px;
}
.pro_details_title {
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    text-align: center;
    padding-bottom: 35px;
}
.pro_details_text {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}
.pro_details_box {
    padding: 60px 0 0 0;
}
.pro_details_li {
    margin-right: 4.71875%;
    margin-bottom: 40px;
    width: 30.1875%;
}
.pro_details_li:nth-child(3n) {
    margin-right: 0;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.pro_details_li:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.pro_details_li:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.pro_details_img {
    padding-bottom: 74.53416%
}
.pro_details_li_text {
    background: #fff;
    font-size: 18px;
    line-height: 70px;
    padding: 0 25px;
    color: #4c4c4c;
}
.pro_details_list {
    padding: 70px 0 0 0;
}
.pro_details_head {
    position: relative;
    overflow: hidden;
}
.pro_details_content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(240, 130, 0, .95);
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 40px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.pro_details_read {
    max-height: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.pro_details_li:hover .pro_details_content {
    top: 0;
}
.company_video_img {
    padding-bottom: 51.063829%;
}
.company_en {
    font-size: 44px;
    line-height: 54px;
    color:#333333;
  /*  padding-top: 120px;*/
}
.topic_h2{
    font-size:42px;
}
.topic_h2_h2{
    font-size:60px;
}
.topic1 .topic_h2{
    font-size:32px;
}
.topic1 .topic_h2_h2{
    font-size:48px;
}
.company_cn {
    font-size: 16px;
    line-height: 42px;
    color: #333333;
}
.company_title {
    -webkit-align-items: center;
    align-items: center;
    padding-top:1rem;
    text-align: center;
}
.company_max {
    font-size: 26px;
    color: #4c4c4c;
}
/*
.company_title:before {
    content: "";
    width: 60px;
    height: 3px;
    background: #4d4d4d;
}
*/
.company_text {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    padding:55px 0 120px;
}
.company_text p{
	font-size: 14px;
	font-family: "PingFang-SC-Medium", "Microsoft YaHei", sans-serif !important;
}
.company_box {
    padding: 50px 0 50px 0;
}
.company_video_box {
    margin-top: 45px;
    position: relative;
}
.company_play_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}
.company_play_button {
    color: #fff;
    font-size: 60px;
}
.company_play_button svg {
    width: 60px;
}
#play-button-circle {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    /* stroke-dashoffset: 340; */
    stroke-dasharray: 340;
}
#play-button-circle, #play-button-triangle {
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
#play-button-triangle {
    /* stroke-dashoffset: 180; */
    stroke-dasharray: 180;
}
#play-button:hover #play-button-circle {
    animation: strokeC 1s ease-in-out;
}
#play-button:hover #play-button-triangle {
    animation: strokeC2 1s ease-in-out;
}
@keyframes strokeC {
    0% {
        stroke-dasharray: 0, 340;
    }
    100% {
        stroke-dasharray: 340, 340;
    }
}
@keyframes strokeC2 {
    0% {
        stroke-dasharray: 0, 180;
    }
    100% {
        stroke-dasharray: 180, 180;
    }
}
.company_number_box {
    padding-top: 60px;
}
.company_number_item {
    border-right: 1px solid #dedede;
}
.company_number_item:nth-child(3n+2) {
    width: 42%;
    text-align: center;
}
.company_number_item:nth-child(3n+1) {
    text-align: left;
    width: 29%;
}
.company_number_item:nth-child(3n) {
    text-align: right;
    width: 29%;
    border: none;
}
.company_number_max {
    font-size: 78px;
    color: #004da0;
}
.company_number_min {
    font-size: 16px;
    color: #666666;
}
.company_banner_wrap {
    position: relative;
    z-index: 1;
}
/*#region  荣誉资质调整*/
.company_banner_back {
    padding-bottom:40%;
    pointer-events: none;
    height: 1148px;
    overflow: visible;
}
.company_banner_back .bg{
    width: 100vw;
    height: 1148px;
}
.company_banner_back .inner_bg{
    width: 72%;
    position: absolute;
    z-index: 2;
    top: calc(50% - 10px);
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 1400px;
    object-fit: contain;
	margin-top: 72px;
}
.company_banner_wrap .social_box{
    padding: 0;
    padding-top: 120px;
}
.company_banner_wrap .about_title_en{
	color: #eee;
}
.company_banner_wrap .honor_box{
    width: 72%;
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    padding: 3% 5% 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1400px;
	margin-top: 72px;
    background-image: url(http://www.hnrsxw.com/skin/default/static/images/zizhibg2.png);
    background-size: 100% 100%;
}
.company_banner_wrap .honor_box .left {
    width: 67.5%;
    /* flex-grow: 1; */
}
.company_banner_wrap .honor_box .left .title{
    font-size: 64px;
    color: #B19F89;
    margin-bottom: 32px;
}
.company_banner_wrap .honor_box .left .subtitle{
    font-size: 22px;
    color: #B19F89;
}
.company_banner_wrap .honor_box .left .content{
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}
.company_banner_wrap .honor_box .left .content pre{font-family: 'PingFang-SC-Medium' ;}
.company_banner_wrap .honor_box .right .title{
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 32px;
	line-height:1.4;
}   
.company_banner_wrap .honor_box .right .subtitle{
    font-size: 20px;
    color: #FFFFFF;
}   
.company_banner_wrap .honor_box .right .content{
    font-size: 16px;
    color: #B19F89;
    line-height: 40px;
}        
.company_banner_wrap .honor_box .content{
    margin-top: 16px;
}
.company_banner_wrap .honor_box .section{
    overflow-y: scroll;
    height: 440px;
}
.company_banner_wrap .honor_box .section::-webkit-scrollbar{
    width: 2px;
    border-radius: 1.5px;
    background-color: transparent;
}
.company_banner_wrap .honor_box .section::-webkit-scrollbar-button{
    display: none;
}
.company_banner_wrap .honor_box .section::-webkit-scrollbar-thumb{
    border: none;
    background-color: #B19F89;
}
.company_banner_wrap .honor_box .section::-webkit-scrollbar-track{
    /* background-color: #eee;
    background-color: rgba(97, 97, 97, 0.1); */
    background-color: transparent;
}
/*#endregion 荣誉资质调整 */
/* //移动端 */
@media screen and (max-width:820px){
    .company_banner_wrap .inner_bg,.company_banner_wrap .honor_box{
        min-width:calc(100% - 32px);
        height: calc(100% - 200px);
        object-fit: cover;
        top: 50%;
        left: 0;
        transform: scale(1);
        padding-top: 20px;
        background-image: url(https://qny.hnrsxw.com/hnrsxw/images/zizhimbg.png);
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 0px;
    }
    /*  */
    .company_banner_wrap .honor_box .left{
        width: 100%;
        height: 100%;
    }
    .company_banner_wrap .honor_box .right{
        display: none;
    }
    .company_banner_wrap .honor_box .left .content pre{
        font-size: 13px;
        line-height: 26px;
    }
    .company_banner_back{
        padding-bottom: 0 !important;
    }
    .company_banner_wrap .honor_box .left .title{
        font-size: 28px;
        color: #B19F89;
        margin-bottom: 10px;
    }
    .company_banner_wrap .honor_box .left .subtitle{
        font-size: 17px;
        color: #B19F89;
    }
    .company_banner_wrap .honor_box .left .content{
        font-size: 13px;
        color: #666666;
        line-height: 26px;
    }
    .company_banner_wrap .honor_box .right .title{
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }   
    .company_banner_wrap .honor_box .right .subtitle{
        font-size: 12px;
        color: #FFFFFF;
    }   
    .company_banner_wrap .honor_box .right .content{
        font-size: 10px;
        color: #B19F89;
        line-height: 20px;
        display: none;
    }        
    .company_banner_wrap .honor_box .right{
        transform: translateX(15%);
    }                  
    .company_banner_wrap .honor_box .content{
        margin-top: 10px;
    }
    .company_banner_wrap .honor_box .section{
        overflow-y: scroll;
        height: 80%;
    }
}
.company_banner_back1 {
    padding-bottom:40%;
    pointer-events: none;
}
.citizen_p p{
	line-height:2;
    font-size:18px;
	font-family: "PingFang-SC-Regular","font_bold", "Microsoft YaHei","Arial", "sans-serif" !important;
}
#develop .company_banner_center {
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 3;
}
.company_banner_center2{
    background-image: url(http://www.hnrsxw.com/skin/default/static/images/about-dw.jpg);
    background-size: cover;
    padding-top: 120px;
}
.company_banner_center2 .about_title_en{
    color: #333;
    line-height:1;
}
.company_banner_center1 {
    width: 100%;
    position: absolute;
    left: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.company_banner_logo {
    width: 38.375%;
    pointer-events: none;
}
.company_banner_content {
    width: 54.125%;
    margin-left: 7.5%;
    padding-left: 7.5%;
    margin-top: 90px;
    position: relative;
}
.company_banner_content:after {
    content: "";
    position: absolute;
    height: 90%;
    width: 1px;
    left: 0;
    top: 5%;
    background: rgba(255, 255, 255, .4);
}
.company_banner_cn {
    font-size: 32px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 40px;
}
.company_banner_en {
    font-size: 46px;
    color: #ffffff;
}
.about_title_en {
    font-size: 44px;
    color:#333;
    line-height: 30px;
}
.rencai_title_en {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
}
.about_title_cn {
    font-weight: 540;
    color: #eee;
    line-height: 56px;
    font-size: 30px;
    /* padding-top: 100px; */
}
.about_title_cn_huoban {
    font-weight: 540;
    color: #fff;
    line-height: 56px;
    font-size: 44px;
    padding-top: 15px;
}
.about_title_cn1 {
    font-weight: 540;
    color: #333333;
    /* line-height: 56px; */
    font-size: 30px;
    padding-top: 4px;
}
.keyan_title_cn{
    color: #fff;
    font-size: 30px;
}
.keyan_title_en {
    color: #fff;
}
.about_title_box {
    text-align: center;
	margin-bottom: 12px;
}
.culture_wrap {
    padding: 120px 0;
    background: #f5f5f5;
}
.culture_list_item {
    width: 33.3333%;
    position: relative;
    background: #fff;
}
.culture_list_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.culture_list_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.culture_list_item:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.culture_list_img {
    padding-bottom: 60.03752%;
}
.culture_list_read {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 1;
    padding: 0 40px 0 40px;
}
.culture_list_icon {
    font-size: 54px;
    margin-bottom: 30px;
    margin-left: 10px;
}
.culture_list_icon.icon-yuanjing {
    font-size: 46px;
    padding-bottom: 3px;
}
.culture_list_title {
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 5px;
}
.culture_list_text {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
}
.culture_list_item:nth-child(2n+1) {
    color: #fff;
}
.culture_list_item:nth-child(2n) .culture_list_icon {
    color: #f08200;
}
.culture_list_item:nth-child(2n) .culture_list_title {
    color: #333333;
}
.culture_list_item:nth-child(2n) .culture_list_text {
    color: #999999;
}
.culture_list_wrap {
    padding: 80px 0 50px 0;
}
.development_back {
    padding-bottom: 52%;
}
.development_back1 {
    padding:500px 0;
}
.development_box {
    position: relative;
}
.development_content {
    width: 100%;
    /* position: absolute;
    top:120px;
    left: 0; */
}
#develop .development_content {
    position: absolute;
    top:120px;
    left: 0;
}
#develop .position_none{
    position: unset;
}
.development_content1 {
    position: absolute;
    width: 100%;
    top:169px;
    left: 0;
}
.development_icon {
    margin: 14px 0;
    width: 11px;
    height: 11px;
    border: 2px solid #f08506;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.development_line {
    background: #cccccc;
    height: 100%;
    width: 1px;
    margin: 0 5px;
}
.development_title {
    line-height: 40px;
    font-size: 28px;
    color: #f08506;
    padding-left: 20px;
}
.development_text {
    padding: 0 80px 0 20px;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    height: 280px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.development_text p{
    line-height: 24px;
    margin: 20px 0;
    font-family: 'PingFang-SC-Medium';
}
.development_max {
    padding: 120px 200px 0 235px;
}
.development_right {
    width: calc(100% - 11px);
}
.development_max {
    background: url(../images/path.png) repeat-x -40px bottom;
}
.development_read {
    position: relative;
}
.development_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
    height: 68px;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.development_button:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #f08506;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.development_prev:after {
    right: -100%;
}
.development_next:after {
    left: -100%;
}
.development_prev {
    left: -110px;
}
.development_prev .development_slide_icon:before {
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.development_next .development_slide_icon:before {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.development_next {
    right: -110px;
}
.development_slide_icon {
    font-size: 30px;
    color: #999999;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.development_prev .development_slide_icon:nth-child(2) {
    position: absolute;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
}
.development_next .development_slide_icon:nth-child(2) {
    position: absolute;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
}
.development_prev:hover:after {
    right: 0;
}
.development_next:hover:after {
    left: 0;
}
.development_prev:hover .development_slide_icon:nth-child(1) {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    color: #fff;
}
.development_next:hover .development_slide_icon:nth-child(1) {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    color: #fff;
}
.development_prev:hover .development_slide_icon:nth-child(2) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    color: #fff;
}
.development_next:hover .development_slide_icon:nth-child(2) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    color: #fff;
}
.social_item_box {
    width: 30%;
    margin-right: 5%;
}
.social_item_box:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.social_item_box:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.social_item_box:nth-child(3n) {
    margin-right: 0;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.social_item_img {
    padding-bottom: 66.66666667%;
}
.social_list {
    padding-top: 80px;
}
.social_item_title {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    padding: 30px 0 26px 0;
}
.social_item_line {
    height: 1px;
    width: 100%;
    background: #dedede;
}
.social_item_text {
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    margin-top: 20px;
}
.social_box {
    padding: 180px 0;
}
.partner_wrap {
    background: #f5f5f5;
}
.partner_item {
    width: 16.66667%;
    border-right: 1px dashed #dedede;
    border-top: 1px dashed #dedede;
}
.partner_item:nth-child(6n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.partner_item:nth-child(6n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.partner_item:nth-child(6n+3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.partner_item:nth-child(6n+4) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.partner_item:nth-child(6n+5) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.partner_item:nth-child(6n) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.partner_item:nth-child(1),
.partner_item:nth-child(2),
.partner_item:nth-child(3),
.partner_item:nth-child(4),
.partner_item:nth-child(5),
.partner_item:nth-child(6) {
    border-top: 1px dashed transparent;
}
.partner_item:nth-child(6n) {
    border-right: 1px dashed transparent;
}
.partner_img {
    padding-bottom: 55.0943396%;
}
.partner_wrap,
.about_contact_box {
    padding: 200px 0;
}
.partner_list {
    padding-top: 80px;
}
.about_contact_item {
    width: 30.375%;
    margin-right: 4.4375%;
    margin-bottom:3%;
}
.about_contact_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.about_contact_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.about_contact_item:nth-child(3n) {
    margin-right: 0;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.about_contact_title {
    font-size: 22px;
    line-height: 34px;
    color: #333333;
    padding-bottom: 10px;
}
.about_contact_text {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.about_contact_text a {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.about_contact_text a:hover {
    color: #004da0;
}
.about_contact_img {
    padding-bottom: 55.5556%;
    margin-top: 35px;
}
.about_contact_list {
    padding-top: 110px;
}
.basic_box {
    padding: 0 160px;
}
.about_title_text {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.about_title_text p{font-family: 'PingFang-SC-Medium';}
.zeren_text{
    width: 79.29%;
    margin: 50px auto;
}
.basic_contact_box {
    padding-top: 80px;
}
.basic_wrap {
    padding: 120px 0 200px 0;
}
.concept_wrap {
    padding: 120px 0 200px 0;
}
.temporary_wrap {
    background: #f5f5f5;
    padding: 200px 0 130px 0;
}
.temporary_box {
    padding: 0 160px;
}
.temporary_item_box {
    background: #fff;
    line-height: 77px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.temporary_item_box a {
    border-bottom: 1px solid #e6e6e6;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 40px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.temporary_item_icon {
    width: 22px;
    margin-right: 40px;
}
.temporary_item_label {
    height: 2px;
    background: #6d6d6d;
    margin-bottom: 4px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.temporary_item_label:last-child {
    margin-bottom: 0;
    width: 50%;
}
.temporary_item_time {
    width: 100px;
    text-align: right;
    font-size: 16px;
    color: #999999;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.temporary_item_title {
    width: calc(100% - 162px);
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.temporary_list_box {
    position: relative;
    margin-top: 80px;
}
.temporary_list_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e6e6e6;
    z-index: 1;
}
.temporary_list_box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e6e6e6;
    z-index: 1;
}
.temporary_item_box:hover {
    background: #004da0;
}
.temporary_item_box:hover a {
    border-bottom: 1px solid #004da0;
}
.temporary_item_box:hover .temporary_item_label {
    background: #fff;
}
.temporary_item_box:hover .temporary_item_title {
    color: #fff;
}
.temporary_item_box:hover .temporary_item_time {
    color: #fff;
}
.temporary_item_ul {
    position: relative;
}
.temporary_item_ul:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
}
.more_button_wrap {
    margin-top: 80px;
}
.more_button_wrap a {
    width: 180px;
    line-height: 48px;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    color: #004da0;
    margin: 0 auto;
    overflow: hidden;
}
.more_button_read {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
}
.more_button_left {
    position: absolute;
    left: -100%;
    top: 0;
    background: #004da0;
    z-index: 2;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.more_button_right {
    -webkit-transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
}
.more_button_left .more_button_text {
    color: #fff;
}
.more_button_left .more_button_icon {
    color: #fff;
}
.more_button_wrap a:hover .more_button_right {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.more_button_wrap a:hover .more_button_left {
    left: 0;
    -webkit-transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .15s cubic-bezier(.64, .19, .34, .84);
}
.more_button_text {
    font-size: 18px;
}
.more_button_icon {
    font-size: 24px;
}
.more_button_wrap a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #004da0;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    pointer-events: none;
}
.reports_box {
    padding: 200px 0;
}
.reports_item_time {
    font-size: 16px;
    color: #999999;
}
.reports_item_head {
    line-height: 56px;
}
.reports_item_show {
    font-size: 16px;
    color: #999999;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.reports_item_show a {
    font-size: 16px;
    color: #999999;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.reports_item_icon {
    color: #999999;
    font-size: 16px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.reports_item_text {
    font-size: 16px;
    color: #999999;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.reports_list {
    padding-top: 50px;
}
.reports_item_box {
    padding: 20px 40px;
    background: #f5f5f5;
    width: 48.4375%;
    margin-right: 3.125%;
    margin-top: 30px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.reports_item_box:nth-child(2n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.reports_item_box:nth-child(2n) {
    margin-right: 0;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.reports_item_time {
    width: 100px;
    color: #666666;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.reports_item_read {
    width: calc(100% - 100px);
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.reports_item_down {
    margin-left: 25px;
}
.reports_item_down a {
    -webkit-align-items: center;
    align-items: center;
}
.reports_item_line {
    background: #e8e8e8;
    height: 1px;
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.reports_item_ms {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin: 16px 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.concept_item {
    position: relative;
}
.concept_center_title {
    position: absolute;
    display: inline-block;
    top: 50%;
    z-index: 1;
    font-size: 22px;
    color: #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.reports_item_box:hover {
    background: #004da0;
}
.reports_item_box:hover .reports_item_time {
    color: #fff;
}
.reports_item_box:hover .reports_item_show a {
    color: #fff;
}
.reports_item_box:hover .reports_item_icon {
    color: #fff;
}
.reports_item_box:hover .reports_item_text {
    color: #fff;
}
.reports_item_box:hover .reports_item_line {
    background: #4d83bd;
}
.reports_item_box:hover .reports_item_ms {
    color: #fff;
}
.concept_center_max {
    position: relative;
    z-index: 1;
    font-size:22px;
}
.rencai-div{
    font-size:26px;
}
.concept_center_title:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f08200;
}
.concept_item {
    width: 16.5%;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.concept_item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.concept_img {
    height: 600px;
}
.concept_read {
    position: absolute;
    width:90%;
    left: 50px;
    bottom: 70px;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.con_cn {
    font-size: 36px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
}
.concept_en {
    font-size: 26px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
}
.concept_line {
    width: 52px;
    height: 3px;
    background: #f08200;
    margin: 3px 0 5px 0;
}
.concept_cn {
    font-size: 16px;
    line-height: 28px;
    height: 38px;
    color: #ffffff;
    font-family: 'PingFang-SC-Medium';
}
.concept_active {
    width: 50%;
}
.concept_active:after {
    opacity: 0;
}
.concept_active .concept_center_title {
    opacity: 0;
}
.concept_active .concept_read {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.concept_list {
    padding-top: 60px;
}
.talent {
    background-image: url(https://qny.hnrsxw.com/hnrsxw/images/bens_back.jpg);
    padding: 100px 0;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.benefits_wrap{
    background-image: url(http://qny.hnrsxw.com/hnrsxw/images/huoban_back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 100px;
}
.development .benefits_wrap{
    background-image: url(http://qny.hnrsxw.com/hnrsxw/images/bens_back.jpg);
    padding: 100px 0;
}
.benefits_back {
    padding-bottom:41%;
}
.white_title .about_title_en {
    color: #fff !important;
}
.white_title .about_title_cn {
    color: #fff !important;
}
.benefits_list {
    padding-top: 40px;
}
.benefits_item {
    width: 33.3333%;
    margin-top: 100px;
    padding: 0 30px;
}
.benefits_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.benefits_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.benefits_item:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.talent_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.talent_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.talent_item:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.benefits_icon {
    font-size: 58px;
    color: #fff;
    padding-top: 5px;
    width: 60px;
}
.benefits_icon.icon-baozhang {
    font-size: 64px;
}
.benefits_title {
    font-size: 20px;
    line-height: 56px;
    color: #fff;
}
.benefits_title1 {
    font-size: 32px;
    line-height: 56px;
    color: #fff;
}
.benefits_text {
    font-size: 16px;
    line-height:32px;
    color: #fff;
    margin-top: 25px;
    opacity: 0.88;
    font-family: 'PingFang-SC-Medium';
}
.benefits_button_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 40px;
    margin-top: 70px;
    cursor: pointer;
}
.benefits_button_icon {
    font-size: 26px;
    color: #fff;
    position: relative;
    top: 1px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.benefits_button_text {
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.benefits_button_jt {
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 1px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.talent_list {
    padding-top: 20px;
}
.talent_item {
    width: 31.625%;
    margin-right: 2.5625%;
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.talent_item a {
    display: block;
}
.talent_item:nth-child(3n) {
    margin-right: 0;
}
.talent_img {
    padding-bottom: 64.42687%;
}
.talent_read {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 40px;
    width: 100%;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.talent_read:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 70%, rgba(0, 0, 0, .8) 100%);
}
.talent_title {
    font-size: 22px;
    color: #ffffff;
}
.talent_text {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 15px;
    height: 90px;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.talent_item:hover .talent_read {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.talent_item:hover .talent_text {
    opacity: 1;
}
.talent_box {
    padding: 119px 0;
}
.talent_box .swiper-pagination{display: none;}
.join_wrap {
    background:#F0F0F0;;
}
.join_box {
    padding: 110px 0 75px 0;
}
.join_tips_icon {
    font-size: 32px;
    line-height: 34px;
    color: #1a1a1a;
}
.join_tips_text {
    font-size: 22px;
    line-height: 34px;
    color: #1a1a1a;
    padding-left: 10px;
}
.join_item_head {
    cursor: pointer;
}
.join_item_title {
    width: 45%;
    font-size: 22px;
    line-height: 32px;
    padding: 24px 0;
}
.join_item_add {
    width: calc(55% - 21px);
    font-size: 16px;
    line-height: 32px;
    padding: 24px 10px;
    color: #666666;
    font-family: 'PingFang-SC-Medium';
}
.join_item_icon {
    width: 21px;
    -webkit-align-items: center;
    align-items: center;
}
.join_down_button {
    position: relative;
    width: 21px;
    height: 21px;
}
.join_down_button:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #f08200;
    position: absolute;
    top: 9px;
    left: 0;
}
.join_down_button:before {
    content: "";
    height: 100%;
    width: 3px;
    background: #f08200;
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.join_item_box {
    width: 45.625%;
    margin-right: 8.75%;
}
.join_item_box:nth-child(2n) {
    margin-right: 0;
}
.join_item_text {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    padding: 20px 0;
}
.join_item_button {
    width: 45%;
}
.join_item_button a {
    line-height: 26px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.join_button_icon {
    font-size: 36px;
    line-height: 26px;
    color: #f08200;
    padding-right: 5px;
}
.join_button_text {
    font-size: 16px;
    color: #f08200;
}
.join_item_button a:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #f08200;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.join_item_button a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.join_item_button a:hover:after {
    width: 100%;
}
.join_item_link a {
    line-height: 26px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.join_item_link a:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #999999;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.join_link_icon {
    font-size: 16px;
    color: #999999;
    position: relative;
    top: 1px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.join_link_text {
    font-size: 16px;
    color: #999999;
    padding: 0 6px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.join_link_jt {
    font-size: 12px;
    color: #999999;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.join_item_line {
    background: #cccccc;
    height: 1px;
    width: 100%;
}
.join_item_link a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.join_item_link a:hover .join_link_icon {
    color: #333;
}
.join_item_link a:hover .join_link_text {
    color: #333;
}
.join_item_link a:hover .join_link_jt {
    color: #333;
}
.join_item_link a:hover:after {
    width: 100%;
    background: #333;
}
.join_item_li {
    margin-top: 60px;
}
.join_list_box {
 /*   padding-top:40px;*/
}
.join_item_read {
    display: none;
}
.join_item_active .join_down_button:before {
    height: 0;
}
.join_more_button {
    width: 60px;
    margin: 110px auto 0;
    cursor: pointer;
}
.join_more_icon {
    width: 20px;
    margin: 0 auto;
    font-size: 32px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.join_more_icon:nth-child(1) {
    position: relative;
    top: 8px;
    color: #999999;
    animation: topAnimation 1.5s infinite linear both;
}
.join_more_icon:nth-child(2) {
    color: rgba(153, 153, 153, .5);
    animation: topAnimation 1.5s .75S infinite linear both;
}
@keyframes topAnimation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: rotate(90deg) translateX(3px);
    }
    100% {
        opacity: 0;
        transform: rotate(90deg) translateX(6px);
    }
}
.join_more_top {
    position: relative;
    top: -10px;
}
.develop_concept_list {
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 80px;
}
.develop_concept_item {
    width: 20.5%;
    margin: 0 35px;
}
.develop_concept_img {
    padding-bottom: 71.036585%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.develop_concept_text {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding: 15px 0;
    text-align: center;
}
.develop_concept_box {
    padding: 120px 0 200px 0;
}
.develop_concept_wrap {
    position: relative;
}
.develop_concept_back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.areas_box {
    padding: 0 160px;
}
.areas_img {
    padding-bottom: 63.3333%;
}
.areas_item {
    width: 46.875%;
    margin: 6.25% 6.25% 0 0;
    position: relative;
}
.areas_item:nth-child(2n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.areas_item:nth-child(2n) {
    margin: 6.25% 0 0 0;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.areas_read {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
}
.areas_read:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
}
.areas_title {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}
.areas_text {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
}
.areas_wrap {
    padding: 200px 0;
    background: #f5f5f5;
}
.areas_list {
    padding: 20px 0 0 0;
}
.news_list_img {
    width: 30%;
}
.news_list_img a {
    display: block;
    padding-bottom: 66.66667%;
}
.news_list_img a img {
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.news_list_read {
    width: 70%;
    padding: 50px 60px;
    background: #fff;
}
.news_list_title {
    margin-bottom: 20px;
}
.news_list_title a {
    display: inline-block;
    font-size: 22px;
    line-height: 36px;
    color: #333333;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.news_list_title a:hover {
    color: #004da0;
}
.news_list_line {
    height: 1px;
    border-bottom: 1px dashed #cccccc;
}
.news_list_text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_list_time {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
    color: #cccccc;
}
.news_list_wrap {
    background: #f5f5f5;
    padding: 120px 0 200px 0;
}
.news_list_li {
    margin-bottom: 60px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.news_list_li:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, .08);
}
.news_list_li:hover .news_list_img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news_list_ul {
    padding-bottom: 40px;
}
.page_lable_wrap {
    text-align: center;
}
.page_lable_wrap span, .page_lable_wrap a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 10px;
    position: relative;
    padding: 10px 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.page_lable_wrap .current, .page_lable_wrap a:hover {
    background: #1360b3;
    color: #fff;
    border: 1px solid #1360b3;
}
.news_read_wrap {
    margin-top: 100px;
}
.news_read_head {
    text-align: center;
    padding: 150px 0 110px 0;
    background: #f5f5f5;
}
.news_read_title {
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 20px;
}
.news_read_time {
    font-size: 15px;
    line-height: 25px;
    color: #999999;
}
.news_read_content {
    padding: 60px 240px 120px;
}
.news_read_bjq {
    margin-bottom: 60px;
}
.news_read_bjq,
.news_read_bjq p,
.news_read_bjq a {
    font-size: 16px;
    line-height: 32px;
    color: #4c4c4c;
}
.news_read_bjq h1 {
    font-size: 30px;
    line-height: 42px;
    color: #4c4c4c;
}
.news_read_bjq h2 {
    font-size: 26px;
    line-height: 38px;
    color: #4c4c4c;
}
.news_read_bjq h3 {
    font-size: 22px;
    line-height: 34px;
    color: #4c4c4c;
}
.news_read_bjq img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto;
    margin: 30px 0;
}
.news_read_line {
    height: 1px;
    width: 100%;
    background: #dedede;
}
.news_read_list_box {
    padding: 40px 0;
    -webkit-align-items: center;
    align-items: center;
}
.news_read_page_button {
    width: 150px;
    line-height: 60px;
}
.news_read_page_button a {
    background: #ededed;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.news_read_page_icon {
    font-size: 22px;
    color: #cccccc;
    margin-right: 10px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.news_read_page_text {
    font-size: 16px;
    color: #666666;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.news_read_page_button a:hover {
    background: #004da0;
}
.news_read_page_button a:hover .news_read_page_icon {
    color: #fff;
}
.news_read_page_button a:hover .news_read_page_text {
    color: #fff;
}
.news_read_page_box {
    width: calc(100% - 150px);
    padding-right: 40px;
}
.news_read_page_tips {
    margin: 5px 0;
}
.news_read_page_tips,
.news_read_page_tips a {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.news_read_page_tips a:hover {
    color: #004da0;
}
.circular_back {
    padding-bottom: 60.9375%;
}
.circular_content_box {
    position: relative;
    height: 700px;
    width: 700px;
    margin: 0 auto;
}
.circular_label img {
    pointer-events: none;
    opacity: 0;
}
.circular_label1 img {
    -webkit-transition: all .8s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s cubic-bezier(.64, .19, .34, .84);
}
.circular_label2 img {
    -webkit-transition: all .8s .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s .3s cubic-bezier(.64, .19, .34, .84);
}
.circular_label3 img {
    -webkit-transition: all .8s .6s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s .6s cubic-bezier(.64, .19, .34, .84);
}
.circular_label4 img {
    -webkit-transition: all .8s .9s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s .9s cubic-bezier(.64, .19, .34, .84);
}
.circular_label5 img {
    -webkit-transition: all .8s 1.2s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s 1.2s cubic-bezier(.64, .19, .34, .84);
}
.circular_label1 {
    position: absolute;
    left: 50%;
    top: 50%;
    /* -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); */
	transform: translate(-50%,-50%);
    width: 700px;
    height: 700px;
}
.circular_tips_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.circular_tips_text {
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    opacity: 0;
    text-align: right;
    font-family: 'PingFang-SC-Medium';
}
.circular_tips_text1 {
    position: absolute;
    left: -16.5%;
    top: 28%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all .5s 1.5s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 1.5s cubic-bezier(.64, .19, .34, .84);
}
.circular_tips_text2 {
    position: absolute;
    left: -22.5%;
    top: 49%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all .5s 1.8s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 1.8s cubic-bezier(.64, .19, .34, .84);
}
.circular_tips_text33 {
    position: absolute;
    left: -26%;
    top: 73%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all .5s 1.8s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 1.8s cubic-bezier(.64, .19, .34, .84);
}
.circular_tips_text3 {
    position: absolute;
    right: -93.7%;
    top: 28%;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all .5s 2.1s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 2.1s cubic-bezier(.64, .19, .34, .84);
}
.circular_tips_text4 {
    position: absolute;
    right: -96.7%;
    top: 59%;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all .5s 2.4s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 2.4s cubic-bezier(.64, .19, .34, .84);
}
.circular_tips_text5 {
    position: absolute;
    right: -98.2%;
    top: 43.5%;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all .5s 2.25s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 2.25s cubic-bezier(.64, .19, .34, .84);
}
.circular_tips_text55 {
    position: absolute;
    right: -91%;
    top: 75%;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all .5s 2.25s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 2.25s cubic-bezier(.64, .19, .34, .84);
}
.circular_tips_text .circular_tips_icon {
    width: 8px;
    height: 8px;
    background: #ef8201;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 10px;
}
.circular_label2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 500px;
    height: 500px;
}
.circular_label3 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 420px;
    height: 420px;
}
.circular_label4 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 360px;
    height: 360px;
    z-index: 1;
}
.circular_label5 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 300px;
    height: 300px;
}
.circular_label6 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 280px;
    height: 280px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    padding-top: 20px;
    -webkit-transition: all .5s .8s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s .8s cubic-bezier(.64, .19, .34, .84);
}
.circular_label_min_box {
    position: absolute;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    -webkit-transform: translateX(0) scale(.5);
    transform: translateX(0) scale(.5);
}
.circular_label_min_box:after {
    content: "";
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    /*left: -10px;*/
    /*top: -10px;*/
    width: 116%;
    height: 116%;
    border: 10px solid rgba(255, 255, 255, .08);
}
.circular_label_min_box1 {
    -webkit-transition: all .5s 1.2s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 1.2s cubic-bezier(.64, .19, .34, .84);
    background-image: linear-gradient(#26b2fe 0%, #732fe2 100%);
}
.circular_label_min_box2 {
    -webkit-transition: all .5s 1.2s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 1.2s cubic-bezier(.64, .19, .34, .84);
    background-image: linear-gradient(195deg, #732fe2 0%, #26b2fe 100%);
}
.circular_label_min_box3 {
    -webkit-transition: all .5s 1.2s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s 1.2s cubic-bezier(.64, .19, .34, .84);
    background-image: linear-gradient(-195deg, #732fe2 0%, #26b2fe 100%);
}
.circular_label_min_text {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.circular_center_title {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}
.circular_center_title p{font-size: 32px;}
.circular_wrap {
    position: relative;
    overflow: hidden;
}
.circular_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.circular_content_wrap {
    position: relative;
    z-index: 1;
    padding-top: 130px;
}
.circular_active .circular_label1 img {
    opacity: 1;
    -webkit-animation: clockwiseRotate 50s infinite linear both;
    animation: clockwiseRotate 50s infinite linear both;
}
.circular_active .circular_label2 img {
    opacity: 1;
    -webkit-animation: antiClockwiseRotate 40s infinite linear both;
    animation: antiClockwiseRotate 40s infinite linear both;
}
.circular_active .circular_label3 img {
    opacity: 1;
    -webkit-animation: clockwiseRotate 20s infinite linear both;
    animation: clockwiseRotate 20s infinite linear both;
}
.circular_active .circular_label4 img {
    opacity: 1;
}
.circular_active .circular_label5 img {
    opacity: 1;
    -webkit-animation: clockwiseRotate 10s infinite linear both;
    animation: clockwiseRotate 10s infinite linear both;
}
.circular_active .circular_label_min_box {
    opacity: 1;
    margin: 0;
}
.circular_active .circular_tips_text1,
.circular_active .circular_tips_text2,
.circular_active .circular_tips_text3,
.circular_active .circular_tips_text4,
.circular_active .circular_tips_text5,
.circular_active .circular_tips_text33,
.circular_active .circular_tips_text55{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.circular_active .circular_label_min_box1 {
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.circular_active .circular_label_min_box2 {
    bottom: 0;
    left: -60%;
    -webkit-transform: translateX(100%) scale(1);
    transform: translateX(100%) scale(1);
}
.circular_active .circular_label_min_box3 {
    bottom: 0;
    left: 120%;
    -webkit-transform: translateX(-100%) scale(1);
    transform: translateX(-100%) scale(1);
}
.circular_active .circular_label6 {
    opacity: 1;
    padding-top: 0;
}
@-webkit-keyframes clockwiseRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes clockwiseRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes antiClockwiseRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes antiClockwiseRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.circular_number_list {
    padding: 0 160px;
    margin-top: 20px;
    display: none;
}
.circular_number_item {
    color: #fff;
    width: 25%;
    position: relative;
}
.circular_number_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
}
.circular_number_item:last-child:after {
    display: none;
}
.circular_number_item_max {
    font-size: 78px;
    line-height: 78px;
}
.circular_number_item_icon {
    font-size: 28px;
    line-height: 30px;
    margin: 5px 0 8px 0;
}
.circular_number_item_text {
    font-size: 14px;
    line-height: 30px;
}
.circular_number_head {
    -webkit-justify-content: center;
    justify-content: center;
}
.circular_number_item_read {
    padding-left: 5px;
}
.circular_number_title {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 20px;
}
.cooperation_item_box:nth-child(2n+1) .cooperation_item_read {
    padding: 30px 0 30px 150px;
}
.cooperation_item_box:nth-child(2n) .cooperation_item_read {
    padding: 30px 150px 30px 0;
}
.cooperation_item_max {
    width: 50%;
}
.cooperation_item_read {
    width: 50%;
}
.cooperation_item_img {
    padding-bottom: 60%;
}
.cooperation_item_head {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    line-height: 70px;
    margin-bottom: 20px;
}
.cooperation_item_icon {
    font-size: 58px;
    width: 60px;
    margin-right: 20px;
    background-image: -webkit-linear-gradient(-40deg, #26b2fe 20%, #732fe2, #340092 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cooperation_item_title {
    font-size: 30px;
    color: #333;
    position: relative;
    z-index: 1;
    width: calc(100% - 80px);
}
.cooperation_item_cn {
    position: absolute;
    top: 0;
    left: 80px;
    line-height: 66px;
    font-size: 56px;
    color: #ededed;
    text-transform: uppercase;
    font-weight: bolder;
}
.cooperation_item_line {
    width: 44px;
    height: 3px;
    background-image: -webkit-linear-gradient(-40deg, #26b2fe 30%, #732fe2, #340092 100%);
}
.cooperation_item_text {
    font-size: 16px;
    line-height: 30px;
    height: 200px;
    color: #666666;
    margin: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.cooperation_item_text p{font-family: 'PingFang-SC-Medium';}
.cooperation_item_text.active {
    display: block;
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;
}
.cooperation_item_box {
    padding: 80px 0;
}
.cooperation_wrap {
    padding: 120px 0;
}
.cooperation_item_button a {
    width: 130px;
    line-height: 48px;
    background: #014ea0;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
}
.cooperation_button_text {
    text-transform: uppercase;
    font-size: 18px;
}
.cooperation_button_icon {
    padding-left: 5px;
}
.core_circular_wrap {
    padding: 120px 0;
}
.core_circular_box {
    -webkit-align-items: center;
    align-items: center;
    padding: 60px 0 40px 0;
}
.core_circular_line {
    width: 560px;
    height: 2px;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.64, .19, .34, .84);
    transition: all .6s cubic-bezier(.64, .19, .34, .84);
}
.core_circular_line:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #3d5fb0;
    position: absolute;
    top: 0;
}
.core_circular_left {
    left: -100%;
}
.core_circular_right {
    right: -100%;
}
.core_circular_bk {
    position: absolute;
    width: 0;
    top: 50%;
    overflow: hidden;
    -webkit-transition: all .6s .6s cubic-bezier(.64, .19, .34, .84);
    transition: all .6s .6s cubic-bezier(.64, .19, .34, .84);
}
.core_circular_bk img {
    width: 39px;
}
.core_circular_left .core_circular_bk {
    left: calc(100% - 1px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.core_circular_right .core_circular_bk {
    right: calc(100% - 1px);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.core_circular_content {
    margin: 0 50px;
    position: relative;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: all .6s 1.2s cubic-bezier(.64, .19, .34, .84);
    transition: all .6s 1.2s cubic-bezier(.64, .19, .34, .84);
}
.core_circular_label img {
    pointer-events: none;
}
.core_circular_label1 {
    position: relative;
    width: 700px;
}
.core_circular_label2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 620px;
    height: 620px;
}
.core_circular_list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.core_circular_item {
    width: 50%;
    height: 50%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    color: #666666;
}
.core_circular_label3 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 540px;
    height: 540px;
}
.core_circular_label4 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 216px;
    height: 216px;
}
.core_circular_center_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.core_circular_center_text {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}
.about_video_black_wrap {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.about_video_black_box {
    width: 62.5%;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.about_video_black_item {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
}
.about_video_black_item video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
}
.about_video_black_close {
    position: absolute;
    right: -50px;
    top: -70px;
    cursor: pointer;
}
.about_video_black_icon {
    color: #fff;
    font-size: 36px;
}
.about_video_active {
    opacity: 1;
    pointer-events: auto;
}
.about_video_active .about_video_black_box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s .3s cubic-bezier(.64, .19, .34, .84);
}
.core_circular_active .core_circular_left {
    left: 0;
}
.core_circular_active .core_circular_right {
    right: 0;
}
.core_circular_active .core_circular_bk {
    width: 39px;
}
.core_circular_active .core_circular_content {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    opacity: 1;
}
.core_circular_label1 img {
    -webkit-animation: clockwiseRotate 40s infinite linear both;
    animation: clockwiseRotate 40s infinite linear both;
}
.core_circular_label2 img {
    -webkit-animation: antiClockwiseRotate 30s infinite linear both;
    animation: antiClockwiseRotate 30s infinite linear both;
}
.development_read_list {
    position: relative;
}
.topHeader {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.LeftBox {
    right: 110px !important;
}
#goto-top {
    display:none;
    position:fixed;
    width:38px;
    height:36px;
    background:url(images/goto-top.png) no-repeat 0 0;
    bottom:40px;
    right:40px;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
    z-index:9999;
}
.fixed_top {
    position: fixed;
    width: 100%;
    top: 0;
    pointer-events: none;
    z-index: 999;
}
.fixed_top .page_banner_nav_list {
    background: #fff;
    pointer-events: auto;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
/* .fixed_top .page_banner_nav_item {
    color: #333;
} */
/* .fixed_top .page_banner_nav_icon {
    color: #333;
} */
/* .fixed_top .page_banner_nav_text {
    color: #333;
} */
.fixed_top .page_banner_nav_active .page_banner_nav_icon {
    color: #fff;
}
.fixed_top .page_banner_nav_active .page_banner_nav_text {
    /*    color: #fff;*/
}
.fixed_top_head {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
}
.cooperation_item_read .pro_item_content_button a {
    background: #014ea0;
}
.photo_wrap {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s cubic-bezier(.64, .19, .34, .84);
    transition: all .6s cubic-bezier(.64, .19, .34, .84);
}
.photo_box {
    width: 1280px;
    background: #fff;
    padding: 15px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .6s .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .6s .3s cubic-bezier(.64, .19, .34, .84);
}
.photo_img {
    padding-bottom: 52%;
}
.photo_title {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 30px;
    padding: 30px 0;
    text-align: center;
}
.photo_icon {
    font-size: 38px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    margin-top: -45px;
    outline: none;
}
.photo_prev {
    left: 50px;
}
.photo_prev:before {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.photo_next {
    right: 50px;
}
.photo_close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: 0;
    cursor: pointer;
    overflow: hidden;
}
.photo_icon_hide {
    font-size: 24px;
    color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #cccccc;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.photo_icon_bottom {
    position: absolute;
    top: 100%;
    left: 0;
    color: #fff;
    background: #1c75d5;
}
.photo_close:hover .photo_icon_top {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.photo_close:hover .photo_icon_bottom {
    top: 0;
}
.photo_active {
    opacity: 1;
    pointer-events: auto;
}
.photo_active .photo_box {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.top_click {
    position: fixed;
    z-index: 99;
    right: 90px;
    bottom: 100px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.top_click_show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.top_click_icon {
    width: 100%;
    height: 100%;
    font-size: 28px;
    -webkit-transition: all .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .3s cubic-bezier(.64, .19, .34, .84);
}
.top_click_icon:before {
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.top_click_icon1 {
    color: #868686;
    background: #ececec;
}
.top_click_icon2 {
    background: #004da0;
    color: #fff;
}
.top_click:hover .top_click_icon {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
/*关于我们页面*/
.about_1_list {
    padding: 0.3rem 0;
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.about_1_list li {
    width: 25%;
    color: #333;
    font-size: 16px;
    float: left;
}
.about_1_list li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background: #e7e7e7;
}
.about_1_list li span {
    color: #ff6900;
    font-size: 42px;
    display: block;
    font-family: 'DINCond-Medium','dincond-medium-webfont',arial;
}
.about_1_list li span b {
    font-size: 40px;
    font-weight: 400;
}
@media screen and (max-width: 820px){
    .after-inner #top {
        background-color: #fff;
        max-height: 40vh;
    }
    .after-inner #top {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: auto;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .after-inner #top .banner .pic {
        display: block;
        width: 100%;
        height: 66vh;
        /* padding-top: 40%; */
        background: #ccc no-repeat center/cover;
        position: relative;
        overflow: hidden;
    }
    .after-inner #main {
        padding-top: 40vh;
        transform: translateZ(0);
    }
}
.pro_serve2{padding:45px 0;background:#f5f5f5;}
.pro_serve2 .titl{font-size:30px;color:#636363;padding:5px 0;text-align:center;position:relative;}
.pro_serve2 .txtl{width:96%;max-width:970px;margin:5px auto;font-size:14px;line-height:30px;color:#666;text-align:center;text-transform:uppercase;}
.pro_serve2_l{overflow:hidden;width:102%;margin:50px -1% 0;}
.pro_serve2_l li{width:48%;margin:1%;float:left;overflow:hidden;position:relative;}
.pro_serve2_l li .pic{position:relative;width:100%;padding-top:60%;background:#fff no-repeat center/cover;transition:0.33s;}
.pro_serve2_l li .pic_b{position:relative;background:#fff;padding:10px 12px 12px;transition:0.33s;border-bottom:transparent solid 2px;}
.pro_serve2_l li .tit{font-size:18px;color:#636363;height:38px;line-height:38px;transition:0.33s;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.pro_serve2_l li .txt{font-size:14px;color:#666;height:66px;line-height:22px;transition:0.33s;overflow:hidden;}
.pro_serve2_l li .txt b{font-size:16px;}
.pro_serve2_l li:hover .pic{transform:scale(1.05);}
.pro_serve2_l li:hover .pic_b{border-color:#ff6900;}
.pro_serve3{background:#fff;}
.pro_serve2 .text{overflow:hidden;/*text-align:center;*/margin-top:20px;color:#616161;}
.pro_serve2 .text img{max-width:100%;}
.pro_serve3 .text{padding:0 5%;}
.pro_serve2_js{overflow:hidden;width:102%;margin:25px -1% 0;}
.pro_serve2_js li{width:23%;margin:1%;float:left;background:#fff;overflow:hidden;position:relative;}
.pro_serve2_js li .pic{position:relative;width:100%;padding-top:60%;background:#fff no-repeat center/cover;transition:0.33s;}
.pro_serve2_js li .pic_b{position:relative;background:#fff;padding:10px 12px;transition:0.33s;border-bottom:transparent solid 2px;}
.pro_serve2_js li .tit{font-size:16px;color:#333;height:52px;line-height:26px;transition:0.33s;margin-bottom:2px;
    overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.pro_serve2_js li .xiazai{font-size:14px;color:#666;height:32px;line-height:32px;transition:0.33s;padding-left:30px;cursor:pointer;
    background:url(../images/icon_xz.png) no-repeat left center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.pro_serve2_js li:hover .pic{transform:scale(1.05);}
.pro_serve2_js li:hover .pic_b{border-color:#ff6900;}
.pro_serve2_js li .xiazai:hover{color:#ff6900;}
/*合作伙伴*/
.case_partner_ul{overflow:hidden;width:1400px;margin:0 auto;padding-top:40px}
.case_partner_ul li{width:18%;margin:1%;float:left;background:#fff;box-shadow:0 0 8px #c8c8c8;}
.case_partner_ul li .pic{position:relative;width:100%;padding-top:51%;background:#fff no-repeat center/contain;transition:0.33s;}
.case_partner_ul li .pic img{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;transform:translate(-50%,-50%);}
.case_partner_ul li .pic:hover{transform:scale(1.1);    box-shadow: 0 0 8px #c8c8c8;}
@media screen and (max-width: 1200px){
    .case_partner_ul{overflow:hidden;width:100%;margin:0 auto;padding-top:20px}
}
/*视频*/
.video_list{width:100%;margin-bottom: 40px;margin-top: -25px;}
.news_bbs {width: 30.33%;position: relative;float: left;overflow: hidden;cursor: pointer;margin:1.5%;}
.news_bbs .imgbox {width: 100%;height:240px;overflow: hidden;position:relative;}
.news_bbs .img {width: 100%;height: 100%;transition:all .6s;background-position:center;background-repeat:no-repeat;background-size:cover;}
.news_bbs:hover .img {transform: scale(1.1);}
.news_bbs a .info {overflow: hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .6s;height:60px;line-height:60px;background:#f7f7f7;
    color: #737373;font-size:16px;text-align:left;padding:0px 20px;}
.news_bbs a .info:before {position:absolute;bottom:0;left:0;background:#ff6900;transition: all .6s;width:0;height:2px;content:"";z-index:6;}
.news_bbs a:hover .info:before {width:100%;}
.videoicon{position:absolute;left:0;top:0;width:100%;height:100%;z-index:6;box-sizing:border-box;text-align:center;
    display:flex;justify-content:center;align-items:center;}
.videoicon img{opacity:0.5;}
.videoicon:hover{background: rgba(0,0,0,.4);}
.videoicon:hover img{opacity:1;}
.video_pop {display: block;width:80%;height:70%;position:fixed;left:10%;top:15%;z-index:9999!important;
    display:flex;justify-content: center;align-items: center;display: none;}
.close_btn {width:40px;height:40px;position:absolute;right:10px;top:-10%;background:url(../images/colse.png) no-repeat center;z-index:100;cursor:pointer;}
#video{width: 80%;height:auto;object-fit: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 888;}
.video_pop .mask {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
/*字母转大写*/
.daxie{
   text-transform: uppercase;
  letter-spacing: -1px;
}
/*行者*/
.citizen_box {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 2;
    color: #fff;
}
.citizen_title_02{margin-bottom: 30px;}
.citizen_title h1 {
    margin-bottom: 0px;
    font-size: 32px;
}
.citizen_title h1, .citizen_title h2 {
    text-align: center;
    text-transform: uppercase;
}
.walker_02 .citizen_p {
    max-width: 930px;
    margin: auto;
}
.walker_video {
    text-align: center;
    margin-top: 40px;
}
.walker_video a {
    color: #fff;
    display: inline-block;
    line-height: 73px;
    font-size: 16px;
}
.walker_video img {
    width: 72px;
    margin-right: 20px;
}
.citizen_p{
    text-align: center;
}
.color_black{
    color: #333;
}
.color_white{
    color: #fff;
}
.margin_0{
    margin: 0;
}
.swiper-slide a{
    height: 100%;
}
.swiper-slide .talent_img{
    width: 100%;
    height: 100%;
}
.swiper-slide .talent_read{
    top: 58%;
    transform: translate(0,-50%);
    box-sizing: border-box;
    transition: none;
    padding: 0;
    text-align: center;
}
.talent_item:hover .talent_read {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-slide .talent_read:after{
    display: none;
}
.talent_title{
    font-size: 28px;
    color: #555;
}
.talent_text{
    font-size: 14px;
    color: #555;
    opacity: 1;
    transition: none;
    margin-top:0px ;
}
@media screen and (max-width: 820px){
    .swiper-slide .cover img {
        width: 100%;
    }
    .swiper-slide .talent_read{
        position: absolute;
        background: none;
    }
}
/* 底部 最后一屏 */
.footer_wrap{
    /* background: rgb(0, 34, 82); */
    background: rgb(42, 42, 42);
}
.footer_nav_title,.footer_nav_li a,.footer_bq_text,.footer_bq_text a{color: #fff;}
.footer_nav_li a,.footer_bq_text,.footer_bq_text a{opacity: 0.8;font-family: PingFang SC;}
.footer_nav_title:after{ display: none;}
.footer_nav_title{font-size:16px;}
.footer_nav_ul .footer_nav_li:hover a{color: #fff;opacity: 1;transition: all 0.5s;}
.footer_nav_list a:after{display: none;}
.footer_nav_li a{    color: #CBCBCB;font-size: 16px;font-family: PingFang SC;line-height: 2;display: inline-block;}
.footer_nav_li .big{font-size: 18px;}
.footer_nav_li .dincond{font-family: 'DINCond-Medium';}
.footer_right{width: auto;}
.footer_left{width: 100%;}
.footer_left .footer_nav_list{justify-content: center;}
.footer_left .footer_nav_list .footer_nav_item{width: 10%;min-width: 60px;}
.footer_left .footer_nav_list .footer_nav_item.contact{width: 14.5%;min-width: 220px;margin: 0;}
.swiper_eagle .swiper-slide .web_center{
    margin: auto;
    padding: 0;
}
.footer_right .footer_icon_list{justify-content: flex-start;margin-top: 22px;}
.footer_bottom{
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    margin:30px auto;
    padding:15px 0;
    flex-wrap: wrap;
}
.footer_item_img,.footer_active_img{padding: 0;padding-top: 110px;}
.footer_bottom .footer_bq_text a{font-family: 'DINCond-Medium';}
.footer_bottom .aim a::after{display: none;}
.footer_bottom .aim a:hover{color: #ff6900;}
.eagleiconfont{
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}
.web_center{
	padding: 0;
}
@media screen and (min-width: 1400px) and (max-width: 1900px){
	.footer_left,.footer_right{width: 100% !important;}
	.footer_active_img{padding-bottom: 0 !important;}
}
/* //移动端 */
@media screen and (max-width:700px){
	.footer_left{width: 100%;}
    .footer_left .footer_nav_list{text-align: center;margin-top: 12px;margin-bottom: 12px;}
    .footer_nav_item{margin-bottom: 5px;}
    .footer_nav_li a,.footer_nav_ul{padding: 0;font-size: 14px;line-height: normal;margin: 0;}
    /* .footer_nav_title{padding:0px; font-size: 12px;} */
    .footer_bq_text a{font-size: 12px;}
    .footer_bottom{width: 80%;}
    /* .swiper-pagination{display: none;} */
    .quanqiu { padding-top: 15%; }
    #home #main #roll #r3 .rowMain .con .right .photo > img{width: 100%; }
    #home #main #roll #r3 .rowMain .con{padding-top: 90px;}
	.company_banner_center2{top:20px;}
	/* .company_banner_wrap,.company_banner_back{height:100%;} */
	/* .company_banner_back.cover .img_bg{height:1220px;} */
	.company_banner_wrap .inner_bg,.company_banner_wrap .honor_box {top:138px;}
	.company_banner_wrap .social_box{padding-top:55px;}
    .about_title_cn_huoban {font-size: 24px;}
}
@media screen and (min-width: 1400px) and (max-width: 1900px){
	.company_cn {font-size: 16px !important;}
}
@media screen and (max-width: 800px){
	.company_en {
	    font-size: 32px !important;
		line-height:40px !important;
		margin-bottom:10px;
	}
	.company_cn{line-height:16px !important;		margin-bottom:10px;}
	.subject_box {padding-top: 66vh !important;}
	.go_scr.cir_btn{display:none !important;}
	.citizen_title h1{font-size: 26px;}
}
#about .company_banner_back {height:70vh;min-height:670px !important;}
.progress_box{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 5%;
}
.progress_box .arrow{
	width: 26px;
}
.progress_box .inner_box{
	background-color: #f9f9f9;
	padding: 46px 52px;
	text-align:center;
	margin: 50px 0;
}
.progress_box .inner_box img{
	width: 40px;
	height: 40px;
	margin-right: 18px;
	vertical-align: middle;
}
@media screen and (max-width: 1200px){
	.progress_box .inner_box img{
		margin:20px auto;
	}
}
@media screen and (max-width: 800px){
    .video_list {
        margin-top: 0px
    }
    .getmore {
         height: 50px;
    }
	.progress_box{
        padding: 0;
        justify-content: center;
	}
	.progress_box .inner_box{
		background-color: #f9f9f9;
		padding:28px 28px;
		text-align:center;
		margin: 10px 10px;
	}
	.progress_box .inner_box img{
		width: 20px;
		height: 20px;
		margin-right: 8px;
		margin: 0;
	}
	.progress_box .arrow{
		width: 16px;
		display: none;
	}
	.about_title_box{
		margin-bottom: 26px;
	}
    .white_title{
        margin-bottom: 2px;
    }
}
/* 新闻中心加载更多 */
.getmore {
    text-align: center;
    font-size: 16px;
    width: 100%;
}
.btn-loadmore .arrow-down {
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
    color: #ff6900 !important;
    /* margin-left: 2px; */
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.btn-loadmore span {
    vertical-align: middle;
    color: #666666;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}
/* 分页样式 */
.page-list {
    width: 100%;
    padding: 28px 0 120px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: -20px;
  }
  .page-list a {
    display: inline-block;
    margin-right: 7px;
    height: 44px;
    line-height: 44px;
    color: #666666;
    font-size: 14px;
    min-width: 44px;
    border-radius: 22px;
    padding: 0 14px;
    text-align: center;
    box-sizing: border-box;
  }
  .page-list a:last-child {
    margin-right: 0;
  }
  .page-list a:last-child,
  .page-list a:first-child {
    background: #f9f9f9;
  }
  .page-list a:hover,
  .page-list a.active {
    background: #ff6900;
    color: #fff;
  }
  .page-list span {
    margin-right: 7px;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
  }