@charset "UTF-8";
@import url("https://fonts.font.im/css?family=Montserrat:400,500,600,700");
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../font/SourceHanSansCN-Bold.woff2") format("woff2"), url("../font/SourceHanSansCN-Bold.woff") format("woff"), url("../font/SourceHanSansCN-Bold.ttf") format("truetype"), url("../font/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("../font/SourceHanSansCN-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "arial-boldmt";
    src: url("../font/arial-boldmt.woff2") format("woff2"), url("../font/arial-boldmt.woff") format("woff"), url("../font/arial-boldmt.ttf") format("truetype"), url("../font/arial-boldmt.eot") format("embedded-opentype"), url("../font/arial-boldmt.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

li img {
    max-width: max-content;
}

#page {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
}

a {
    transition: all 0.3s;
}

html,
body {
    line-height: 1;
}

* {
    box-sizing: border-box;
    font-family: 'Montserrat';
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.cfff {
    color: #FFF !important;
}

.bgccc {
    background-color: #F6F6F6 !important;
}

.padd-100 {
    padding: 100px 0;
}

.padd-80 {
    padding: 80px 0;
}

.fl {
    float: left;
}

.disflex {
    display: flex !important;
}

.pad0 {
    padding-bottom: 0 !important;
}

.mar0 {
    margin-bottom: 0 !important;
}

.martop-80 {
    margin-top: 80px;
}

.martop-60 {
    margin-top: 55px;
}

.fr {
    float: right;
}

.bgfff {
    background-color: #fff;
}

.textcenter {
    text-align: center !important;
    justify-content: center;
}

.textright {
    text-align: right !important;
    justify-content: flex-end !important;
}

.border0 {
    border: none !important;
}

.marbot-40 {
    margin-bottom: 40px !important;
}

.inner-big-20 {
    padding-left: 20px;
    padding-right: 20px;
}


/*header start*/

.header {
    position: absolute;
    top: 40px;
    left: 0%;
    z-index: 19900;
    width: 100%;
}

.header-box {
    position: relative;
    justify-content: flex-end;
    height: 38px;
    align-items: center;
}

.header_ser {
    width: 15px;
    margin-right: 15px;
    height: 20px;
    background: url('../images/ser2.png') no-repeat;
    text-indent: 100px;
    overflow: hidden;
    cursor: pointer;
}

.header_ser:hover {
    background: url('../images/ser2_h.png') no-repeat;
}

.header_ser img {
    width: 15px;
}

.ser_box {
    position: fixed;
    left: 50%;
    max-width: 1200px;
    width: 100%;
    transform: translateX(-50%);
    z-index: 19900210151;
    top: 100px;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}

.ser_box.type2 {
    top: 190px;
}

.ser_box.act {
    top: 110px;
    opacity: 1;
    visibility: visible;
}

.ser_box.act.type2 {
    top: 200px;
}

.ser_box .ser_btn {
    display: inline-block;
    width: 65px;
    position: absolute;
    height: 70px;
    top: 0;
    right: 65px;
    background-color: #009FEF;
    background-image: url('../images/add/ser.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ser_box .ser_btn.close {
    right: 0;
    background-color: #434343;
    background-image: url('../images/add/close.png');
}

.ser_box .ser_input {
    width: 100%;
    border: none;
    background-color: #FFF;
    height: 70px;
    padding: 0 20px;
}

.ser_fade {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 19900210;
}

.header-box .logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.lang_tab a {
    color: #FFF;
    width: 30px;
    margin-left: 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
}

.lang_tab a:hover,
.lang_tab a.act {
    border-color: #009FEF;
    color: #009FEF;
}

.index_news_grid .btn {
    /* margin-left: 10px; */
}

.index_news_grid li {
    width: 24%;
    position: relative;
    margin-right: 1.33%;
}

.index_news_grid li:nth-last-of-type(1) {
    margin-right: 0;
}

.index_news_grid .news_list:nth-of-type(2) li {
    height: 285px;
}

.index_news_grid li .btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_list li {
    float: left;
}

.news_list li a {
    /* color: #333; */
}

.news_list li a span {
    padding-left: 0px;
}


/* .news_list li a:hover h3 {
    color: #009FEF;
} */

.news_list li h3 {
    color: #000;
    margin-bottom: 8px;
    margin-top: 45px;
    font-weight: normal;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 45px 0px 0;
}

.news_list li .persent {
    font-size: 40px;
    /* color: #009FEF; */
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.news_list li .per_name {
    color: #333;
    font-size: 18px;
}

.news_list li .text p {
    line-height: 1.8;
    margin-bottom: 15px;
    padding: 0px;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    /* word-break: break-all; */
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 5;
    /** 显示的行数 **/
    overflow: hidden;
}

.news_list li .text .subtit {
    display: inline-block;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_pro_slider {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    max-width: 1920px;
    width: 100%;
}

.index_pro_slider .swiper-container {
    width: 740px;
    overflow: initial;
}

.index_pro_slider .swiper-slide img {
    width: 100%;
}

.index_pro_slider .swiper-button-next,
.index_pro_slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: white;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.3s;
    margin-top: -60px;
}

.index_pro_slider .swiper-button-next:after,
.index_pro_slider .swiper-button-prev:after {
    display: none;
}

.index_pro_slider .swiper-button-next:hover,
.index_pro_slider .swiper-button-prev:hover {
    background-color: #009FEF;
}

.index_pro_slider .swiper-button-next {
    background-image: url("../images/arrow_next.png");
    right: -20px;
}

.index_pro_slider .swiper-button-next:hover {
    background-image: url("../images/arrow_next01.png");
}

.index_pro_slider .swiper-button-prev {
    background-image: url("../images/arrow_prev.png");
    left: -20px;
}

.index_pro_slider .swiper-button-prev:hover {
    background-image: url("../images/arrow_prev01.png");
}

.index_pro_slider a {
    color: #333;
}

.index_pro_slider .text {
    text-align: center;
}

.index_pro_slider .text h3 {
    margin: 20px 0 10px;
    color: #000;
    font-weight: normal;
}


/* .index_pro_slider a:hover .text h3,
.geek_index_pro a:hover .text_bot {
    color: #009FEF;
} */

.index_pro_slider .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text p {
    line-height: 1.5;
}

.down_ny_grid .right {
    width: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 315px;
}

.down_ny_grid .left {
    padding-right: 5%;
}

.down_ny_grid .left .text {
    height: 315px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.down_ny_grid .left .text p {
    margin-bottom: 15px;
}

.down_ny_grid .left .btn {
    margin-top: 8px;
    transition: all 0.3s;
}

.down_ny_grid .left .title {
    margin-top: 0;
    margin-bottom: 30px;
}

.down_ny_grid .left,
.down_ny_grid .rgiht {
    width: 50%;
    height: 315px;
}

.down_ny_grid p {
    color: #333;
}

.down_global_gird .title {
    margin-bottom: 50px;
}

.down_global_gird li {
    width: 50%;
}

.down_global_gird li img {
    width: 154px;
    height: 153px;
}

.global_map_list a {
    display: block;
}

.global_map_list a:hover h3 {
    color: #009FEF;
}

.global_map_list h3 {
    color: #333;
    margin-bottom: 5px;
    font-size: 18px;
}

.global_map_list .btn {
    margin-top: 18px;
    transition: all 0.3s;
}

.global_map_list .btn:hover,
.down_ny_grid .left .btn:hover {
    transform: scale(1.1);
}

.global_map_list .line {
    display: block;
    width: 100%;
    border-top: 1px solid #999;
}

.global_map_list li {
    position: relative;
    padding-left: 175px;
    min-height: 153px;
    padding-right: 5%;
    float: left;
    margin-top: 70px;
    font-size: 12px;
}

.global_map_list li img {
    position: absolute;
    left: 0;
    top: 0;
}

.global_map_list li p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.title {
    margin: 50px 0;
}

.title.type1 {
    position: relative;
    text-align: center;
}

.title.type1 h2 {
    /* max-width: 905px; */
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 76px;
}

.title.type1:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #333;
    z-index: 1;
}

.title.type2 {
    position: relative;
}

.title.type2 h2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 30px;
}

.title.type2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #333;
    z-index: 1;
}

.title h2 {
    font-weight: normal;
    color: #333;
}

.title h2.themec {
    color: #333 !important;
}

.title .text {
    padding-top: 30px;
    max-width: 435px;
}

.title .text h3 {
    margin-bottom: 5px;
    color: #333;
    font-size: 18px;
}

.title .sub {
    padding-top: 8px;
    line-height: 1.5;
}

.title .sub.m84 {
    display: inline-block;
    max-width: 840px;
}

.about_video .title.type1 {
    margin-top: 100px;
    margin-bottom: 72px;
}

.about_video .title.type1 h2 {
    line-height: 1;
}

.box-about-top-text .title.type1,
.about_leader .title.type1 {
    margin-top: 76px;
}

.box-about-top-text .title.type1 h2,
.about_leader .title.type1 h2 {
    line-height: 1;
}

.about_awards {
    padding-bottom: 70px;
}

.down_Whitepapers li {
    min-height: 176px;
    width: 33.33%;
    padding-left: 150px;
    padding-right: 5%;
}

.down_Whitepapers li .btn {
    position: absolute;
    left: 150px;
    bottom: 0;
    justify-content: flex-start;
    padding-left: 12px;
    height: 24px;
}

.down_Whitepapers li .btn .icon {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.down_Whitepapers li:nth-of-type(1),
.down_Whitepapers li:nth-of-type(2),
.down_Whitepapers li:nth-of-type(3) {
    margin-top: 0;
}

.down_Whitepapers li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    margin-bottom: 8px;
    min-height: 36px;
    line-height: 1.4;
}

.down_Whitepapers li img {
    width: 130px;
    height: 176px;
    border-radius: 5px;
}

.down_Whitepapers li p {
    padding-top: 8px;
    line-height: 18px;
    height: 72px;
    overflow: hidden;
    box-sizing: content-box;
    font-size: 16px;
}

.down_Whitepapers li .btn {
    width: 105px;
}

.down_Whitepapers li:nth-of-type(3n) {
    margin-right: 0;
}

.about_info_number .icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.about_info_number small {
    font-size: 16px;
    display: block;
}

.about_info_number ul {
    padding: 60px 0;
}

.about_info_number li {
    float: left;
    width: 20%;
    padding: 8px 0;
    position: relative;
    text-align: center;
}

.about_info_number li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 90%;
    border-right: 1px solid #999;
}

.about_info_number li:nth-last-of-type(1):after {
    display: none;
}

.about_info_number li:nth-of-type(1) .icon {
    background-image: url("../images/about_icon1.png");
}

.about_info_number li:nth-of-type(2) .icon {
    background-image: url("../images/about_icon2.png");
}

.about_info_number li:nth-of-type(3) .icon {
    background-image: url("../images/about_icon3.png");
}

.about_info_number li:nth-of-type(4) .icon {
    background-image: url("../images/about_icon4.png");
}

.about_info_number li:nth-of-type(5) .icon {
    background-image: url("../images/about_icon5.png");
}

.about_info_number li em {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    font-size: 64px;
    font-weight: bold;
}

.odm_work {
    background-color: #FFF;
    padding: 1px 0;
}

.odm_work .text_over {
    color: #333;
    width: 90%;
    box-sizing: border-box;
    left: 0;
    border-radius: 10px;
    margin: 35px auto 0;
    background-color: #eee;
}

.odm_work .text_over p {
    padding: 35px 25px;
    font-size: 16px;
}

.odm_work .text_over h4 {
    color: #494A4C;
    font-size: 20px;
    margin-bottom: 20px;
}

.odm_work ul {
    justify-content: space-between;
    position: relative;
}

.odm_work li {
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #494A4C;
    font-size: 16px;
    flex-wrap: wrap;
    transition: all 0.3s;
    position: relative;
}

.odm_work li:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #eee transparent;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.odm_work li:nth-of-type(1).act {
    color: #009FEF;
}

.odm_work li:nth-of-type(1).act .icon {
    background-image: url('../images/C2.png');
}

.odm_work li:nth-of-type(1).act p {
    color: #009FEF;
}

.odm_work li:nth-of-type(2).act {
    cursor: pointer;
    color: #FFCC66;
}

.odm_work li:nth-of-type(2).act .icon {
    background-image: url('../images/A2.png');
}

.odm_work li:nth-of-type(2).act p {
    color: #FFCC66;
}

.odm_work li:nth-of-type(3).act {
    cursor: pointer;
    color: #ec6c7b;
}

.odm_work li:nth-of-type(3).act .icon {
    background-image: url('../images/R2.png');
    color: #ec6c7b;
}

.odm_work li:nth-of-type(3).act p {
    color: #ec6c7b;
}

.odm_work li:nth-of-type(4).act {
    cursor: pointer;
    color: #c3ec6f;
}

.odm_work li:nth-of-type(4).act .icon {
    background-image: url('../images/E2.png');
    color: #c3ec6f;
}

.odm_work li:nth-of-type(4).act p {
    color: #c3ec6f;
}

.odm_work li.act:after {
    opacity: 1;
    visibility: visible;
}

.odm_work li .icon {
    /* width: 100%; */
    text-align: center;
    /* font-size: 210px; */
    font-weight: bold;
    color: #F3F3F3;
    position: relative;
    /* top: 10px; */
    width: 170px;
    height: 170px;
    display: inline-block;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.odm_work li:nth-of-type(1) .icon {
    background-image: url('../images/C.png');
}

.odm_work li:nth-of-type(2) .icon {
    background-image: url('../images/A.png');
}

.odm_work li:nth-of-type(3) .icon {
    background-image: url('../images/R.png');
}

.odm_work li:nth-of-type(4) .icon {
    background-image: url('../images/E.png');
}

.odm_work li p {
    display: block;
    font-weight: bold;
    color: #F3F3F3;
    font-size: 16px;
}

.about_logos {
    padding: 1px;
}

.about_logos li {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    padding: 10px 0;
    text-align: center;
    transition: all 0.3s;
    float: left;
}


/* .about_logos li:hover {
  background-color: #999;
} */

.about_logos li:nth-of-type(odd) {
    background-color: #999;
}

.about_logos li:nth-of-type(5n) {
    margin-right: 0;
}

.logo_list li {
    background-color: #EEEEEE;
    border-radius: 10px;
}


/* .logo_list li:hover {
  background-color: #999999;
} */

.about_awards a {
    display: flex;
    align-items: center;
    /* height: 70px; */
    cursor: initial;
}

.about_awards li {
    /* border-right: 1px solid #B4B4B4; */
    float: left;
    width: 18.8%;
    margin-right: 1.5%;
    /* padding: 0 5%; */
    margin-bottom: 1.5%;
}

.about_awards ul {
    position: relative;
}

.about_awards li:nth-last-of-type(1) {
    position: absolute;
    left: 40.8%;
    top: 0;
}

.about_awards li:nth-of-type(2),
.about_awards li:nth-of-type(6) {
    margin-right: 21.8%;
}

.about_awards li:nth-of-type(4),
.about_awards li:nth-of-type(8) {
    margin-right: 0;
}

.about_awards li img {
    width: 100%;
    max-width: max-content;
}

.about_leader {
    padding: 1px 0 50px;
}

.about_leader .imgshow {
    position: relative;
}

.about_leader .imgshow img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: max-content;
}

.about_leader li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
    float: left;
    /* height: 225px; */
}

.about_leader li:nth-of-type(4n) {
    margin-right: 0;
}

.about_leader li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    overflow: hidden;
}

.about_leader h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

.about_leader .text_layer,
.about_leader .layer_img {
    display: none;
}

.about_video h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.about_video p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.about_video .text {
    max-width: 850px;
    margin: 0 auto;
}

.about_video .swiper-slide {
    text-align: center;
}

.about_video .swiper-slide img {
    width: 100%;
    max-width: max-content;
}


/* .about_video .swiper-button-next,
.about_video .swiper-button-prev {
  font-family: monospace;
  background-image: none;
  width: 22px;
  height: 74px;
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
  margin-top: -80px;
  font-weight: bold;
  color: #C9C9C9;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_video .swiper-button-next:hover,
.about_video .swiper-button-prev:hover {
  background-color: #009FEF;
  color: #FFF;
} */

.about_video .swiper-button-next {
    background-image: url("../images/ind_right.png");
    height: 86px;
    margin-top: -100px;
    background-size: 27px auto;
}

.about_video .swiper-button-prev {
    margin-top: -100px;
    background-size: 27px auto;
    height: 86px;
    background-image: url("../images/ind_left.png");
}

.about_video .swiper-button-prev:hover {
    background-image: url("../images/ind_left_h.png");
}

.about_video .swiper-button-next:hover {
    background-image: url("../images/ind_right_h.png");
}

.about_video>.m-width-1200 {
    position: relative;
}

.about_video .iframe {
    height: 595px;
}

.layui-layer-my.layui-layer {
    border-radius: 8px;
    overflow: hidden;
}

.layui-layer-my .layui-layer-title {
    display: none;
}

.layui-layer-my .text {
    display: none;
}

.layui-layer-my h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 13px;
    font-weight: normal;
}

.layui-layer-my .text_p {
    min-height: 428px;
}

.layui-layer-my .text_p p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.layui-layer-my .layui-layer-title {
    background-color: #FFF;
    border-bottom: 0;
}

.layui-layer-my .btn.hover {
    margin-bottom: 20px;
    padding: 5px 10px;
    width: auto;
    display: inline-block;
    border-radius: 7px;
    font-size: 16px;
}

.layui-layer-my .user_grid {
    display: block;
    position: relative;
    padding-left: 380px;
}

.layui-layer-my .layui-layer-content {
    padding: 5% 10%;
}

.layui-layer-my .imgshow {
    position: absolute;
    left: 0;
    top: -30px;
    width: 350px;
}

.layui-layer-my .imgshow img {
    display: none;
    width: 100%;
    position: relative;
    z-index: 2;
    width: 350px;
}

.layui-layer-my .imgshow img.layer_img {
    display: block;
}

.layui-layer-my .layui-layer-setwin .layui-layer-close1 {
    background: url('../images/close.jpg') no-repeat 50% 50%;
    background-size: 22px;
    width: 22px;
    height: 20px;
}

.layui-layer-my span.layui-layer-setwin {
    opacity: 1;
}

.about_map_content {
    /* background: url("../images/about_map.jpg") no-repeat; */
    /* width: 995px;
    height: 561px; */
    /* margin: 0 auto; */
    position: relative;
}

.about_map_content img {
    width: 100%;
}

.about_map_content li {
    position: absolute;
}

.about_map_content li:hover .tips {
    top: -80%;
    visibility: visible;
    opacity: 1;
}

.about_map_content li:nth-of-type(1) {
    left: 181px;
    top: 267px;
}

.about_map_content li:nth-of-type(2) {
    left: 465px;
    top: 220px;
}

.about_map_content li:nth-of-type(3) {
    left: 717px;
    top: 259px;
}

.about_map_content li:nth-of-type(4) {
    left: 707px;
    top: 307px;
}

.about_map_content li:nth-of-type(5) {
    left: 764px;
    top: 273px;
}

.about_map_content li .icon {
    width: 35px;
    height: 41px;
    display: inline-block;
    background: url("../images/dot.png") no-repeat;
    background-size: 35px;
}

.about_map_content li .tips {
    padding: 5px 10px;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 0px rgba(31, 31, 31, 0.09);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -90%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    white-space: nowrap;
}

.about_map_content li .tips:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}

.about_map_content li .tips i {
    padding: 0 10px;
    line-height: 1;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.about_map_content li .tips i:nth-last-of-type(1) {
    border: none;
}

.about_map_grid {
    padding-bottom: 60px;
}

.news_ny_grid .page-box {
    padding: 20px 0 0;
}

.news_ny_grid li {
    width: 48%;
    float: left;
    margin-bottom: 40px;
    margin-right: 4%;
}


/*冀欣*/

.news_ny_grid li:nth-of-type(2n) {
    margin-right: 0;
}


/*冀欣*/

.news_ny_grid li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_ny_grid li .btn {
    margin-top: 10px;
}

.news_list1.swiper-container {
    height: 300px;
}

.news_list2 .swiper-slide {
    width: 48%;
    margin-bottom: 46px;
    padding-top: 10px;
}

.news_list2 .swiper-slide:nth-last-of-type(1),
.news_list2 .swiper-slide:nth-last-of-type(2) {
    margin-bottom: 0px;
}

.news_list2.swiper-container .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_list1 .swiper-slide,
.news_list2 .swiper-slide {
    text-align: center;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news_ny_list li .btn .icon {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.news_ny_list li .text .btn {
    width: 80px;
    justify-content: flex-start;
    padding-left: 12px;
    height: 24px;
}

.news_ny_list li {
    position: relative;
}

.news_ny_list li img.lefimg {
    width: 300px;
    height: 170px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.news_ny_list li a {
    display: flex;
}


/* .news_ny_list li a:hover img.lefimg {
    transform: scale(1.03);
}

.news_ny_list li a:hover .btn {
    transform: scale(1.03);
} */

.news_ny_list .text {
    width: 100%;
    height: 107px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    margin-left: 14px;
    text-align: left;
    height: 170px;
    position: relative;
}

.news_ny_list .text h3 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    position: relative;
    top: -6px;
}

.news_ny_list .text p {
    width: 100%;
    /* display: -webkit-box; */
    /** 对象作为伸缩盒子模型显示 **/
    /* word-break: break-all; */
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4;
    /** 显示的行数 **/
    overflow: hidden;
    position: relative;
    top: -4px;
    font-size: 16px;
}

.news_ny_list .text .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.news_ny_list .text .time {
    width: 100%;
    margin-top: 8px;
}

.news_list1 {
    padding-bottom: 50px;
}

.page_swiper {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.page_swiper .swiper-button-next.swiper-button-disabled,
.page_swiper .swiper-button-prev.swiper-button-disabled {
    background-color: #ccc;
    opacity: 1;
}

.page_swiper .swiper-button-next,
.page_swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.page_swiper .swiper-button-next {
    background: #009FEF url(../images/arrow_next01.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
    background-size: 12px;
    border-radius: 50%;
}

.page_swiper .swiper-button-prev {
    background: #009FEF url(../images/arrow_prev01.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
    background-size: 12px;
    border-radius: 50%;
}

.page_swiper .swiper-button-next:after,
.page_swiper .swiper-button-prev:after {
    display: none;
}

.news_list2.swiper-container {
    padding-bottom: 50px;
}


/* .news_list2.swiper-container .swiper-wrapper {
  height: 520px;
} */

.news_event_grid .title {
    margin-top: 30px;
}


/* .news_event_grid li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  text-align: center;
} */

.news_event_grid li {
    overflow: hidden;
    position: relative;
}

.news_event_grid li a {
    display: block;
    width: 100%;
}

.news_event_grid li h3 {
    transition: all 0.3s;
}

.news_event_grid li a.act:hover h3,
.news_event_grid li a:hover h3 {
    /* font-size: 28px; */
}


/* .news_event_grid li a:hover img.bg {
    transform: scale(0);
} */


/* .news_event_grid li a:hover img.con {
    transform: scale(1);
} */

.news_event_grid li img {
    transition: all 0.3s;
    width: 100%;
}

.news_event_grid li:nth-of-type(3n) {
    margin-right: 0;
}

.news_event_grid li img,
.news_ny_list li img.lefimg {
    border-radius: 5px;
}

.news_event_grid li img.con {
    /* display: none; */
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
}

.news_event_grid li h3 {
    color: #333;
    /* height: 45px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-top: 28px;
    margin-bottom: 14px;
}

.news_event_grid li .time {
    color: #333;
}

.gareer_mail {
    position: relative;
    text-align: center;
    padding: 25px 0;
}

.gareer_mail a {
    padding: 0 10px;
    color: #333;
    z-index: 2;
    position: relative;
}

.gareer_mail a:hover {
    color: #009FEF;
}

.gareer_mail a.nohref:hover {
    color: #333;
}

.gareer_mail:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    border-bottom: 1px solid #C9C9C9;
    z-index: 1;
}

.gareer_mail.service_top {
    margin: 50px 0;
}

.gareer_mail.service_top .service_btn {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.gareer_mail.service_top a:nth-last-of-type(1) {
    margin-left: 30px;
}

.gareer_mail.service_top .icon {
    margin-right: 10px;
}

.gareer_why_grid .block {
    display: flex;
    margin-bottom: 80px;
}

.gareer_why_grid .block .padd-25 {
    padding-right: 25%;
}

.gareer_why_grid .block .padd-22 {
    /* padding-right: 22%; */
    padding: 0 10%;
}

.gareer_why_grid .block .aligncenter {
    align-items: center;
}

.gareer_why_grid .block:nth-of-type(2) {
    align-items: center;
}

.gareer_why_grid .block .text {
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.gareer_why_grid .block label {
    color: #333;
    font-weight: normal;
    margin-right: 3%;
    flex-shrink: 0;
    /* text-align: right; */
}

.gareer_why_grid.ai_newsadd_grid .block label {
    width: 205px;
}

.gareer_why_grid .block .imgshow {
    width: 100%;
    height: auto;
    max-width: max-content;
}

.gareer_why_grid .block .right {
    border-left: 1px solid #333;
    padding-left: 8px;
    margin-left: 8px;
    text-align: left;
}

.gareer_why_grid .block .right p {
    line-height: 1;
    padding-right: 15px;
    font-size: 16px;
}

.gareer_why_grid .block .right p:nth-of-type(2) {
    margin: 5px 0;
}

.gareer_why_grid .block .left {
    /* padding-right: 15px; */
    align-items: center;
    font-size: 24px;
    color: #333;
}

.gareer_why_grid .block .left .icon {
    margin-right: 5px;
}

.gareer_why_grid .why_list {
    justify-content: space-between;
    margin-top: 8px;
}

.gareer_why_grid .lidot {
    flex-wrap: wrap;
    padding: 15px 0;
}

.gareer_why_grid .lidot li {
    line-height: 1.5;
    /* list-style-type: circle;
list-style-type: disc; */
    width: 45%;
    position: relative;
    padding-left: 15px;
    flex-shrink: 0;
    margin-bottom: 15px;
}

.gareer_why_grid .lidot.w100 li {
    width: 100%;
}

.gareer_why_grid .lidot li:nth-child(odd) {
    margin-right: 10%;
}

.gareer_why_grid .lidot li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    /* transform: translateY(-50%); */
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
}

.gareer_why_grid .table {
    color: #333;
}

.gareer_why_grid .table dt {
    display: flex;
    border-bottom: 1px solid #FFF;
}

.gareer_why_grid .table dt a {
    text-align: center;
    display: inline-block;
    padding: 15px 0;
    border-right: 1px solid #FFF;
}

.gareer_why_grid .table dt a:nth-of-type(1) {
    width: 25%;
}

.gareer_why_grid .table dt a:nth-of-type(2) {
    width: 30%;
}

.gareer_why_grid .table dt a:nth-of-type(3) {
    width: 45%;
}

.gareer_why_grid .table dd {
    display: flex;
    font-size: 18px;
}

.gareer_why_grid .table dd .cell {
    padding: 10px 0;
    border-right: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gareer_why_grid .table dd .cell:nth-of-type(1) {
    width: 25%;
}

.gareer_why_grid .table dd .cell:nth-of-type(2) {
    width: 30%;
}

.gareer_why_grid .table dd .cell:nth-of-type(3) {
    width: 45%;
}

.gareer_why_grid .table dd .cell.last {
    flex-wrap: wrap;
}

.gareer_why_grid .table dd .form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #FFF;
    /* padding-bottom: 10px; */
    width: 100%;
}

.gareer_why_grid .table dd .form:nth-last-of-type(1) {
    border: none;
    margin-bottom: 0px;
}

.gareer_why_grid .table table {
    display: none;
    width: 100%;
}

.gareer_why_grid .table table .cell.last {
    align-items: center;
}

.gareer_why_grid .table table td {
    height: 50px;
    text-align: center;
    border: 1px solid #FFF;
}

.gareer_why_grid .table .select small {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.gareer_why_grid .table .select {
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1990;
}

.gareer_why_grid .table .select .icon {
    margin-right: 12px;
}

.gareer_why_grid .table .select.hover .arrow {
    transform: rotate(-180deg);
}

.gareer_why_grid .table .select.hover .select_text {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.gareer_why_grid .table .select_text {
    position: absolute;
    top: 110%;
    background-color: #FFF;
    width: 100%;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    box-shadow: 0px 5px 10px 0px rgba(31, 31, 31, 0.09);
}

.gareer_why_grid .table .select_text li {
    padding: 5px 20%;
}

.gareer_why_grid .table .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #333 transparent transparent transparent;
    margin-left: 12px;
    transition: all 0.3s;
}

.gareer_why_grid .table .btn {
    margin-left: 50px;
    border-radius: 4px;
    font-size: 14px;
}

.gareer_awards {
    margin-bottom: 50px;
}

.gareer_awards h2 {
    text-align: center;
}

.gareer_awards ul {
    text-align: center;
}

.gareer_awards li {
    width: 19.5%;
    text-align: center;
    /* float: left; */
    display: inline-block;
    position: relative;
}

.gareer_awards li a,
.gareer_video_grid li a {
    cursor: initial;
}

.gareer_awards li .imgshow {
    /* height: 90px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.gareer_awards li p {
    line-height: 1.5;
    font-size: 16px;
    height: 48px;
    overflow: hidden;
}

.gareer_awards li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 80%;
    /* border-right: 1px solid #C9C9C9; */
}

.gareer_awards li img {
    /* margin-bottom: 8px; */
}

.gareer_awards li:nth-last-of-type(1):after {
    display: none;
}

.gareer_video_grid .iframe {
    width: 100%;
    height: 362px;
}

.text_areer_lay u {
    text-decoration: none;
}

.text_areer_lay p strong em {
    color: #009FEF;
}

.gareer_video_grid ul {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.gareer_video_grid .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.54); */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.gareer_video_grid .text h3 {
    color: #FFF;
    font-size: 26px;
}

.gareer_video_grid li {
    position: absolute;
    width: 23%;
    overflow: hidden;
    border-radius: 10px;
}


/* .gareer_video_grid li:hover .text {
    opacity: 1;
    visibility: visible;
} */

.gareer_video_grid li img {
    width: 100%;
}

.gareer_video_grid li:nth-last-of-type(1) {
    position: relative;
    width: 47%;
    height: 325px;
}

.gareer_video_grid li img {
    border-radius: 10px;
}

.gareer_video_grid li:nth-of-type(1) {
    left: 0;
    top: 0;
}

.gareer_video_grid li:nth-of-type(2) {
    right: 0;
    top: 0;
    text-align: right;
}

.gareer_video_grid li:nth-of-type(3) {
    left: 0;
    bottom: 0;
}

.gareer_video_grid li:nth-of-type(4) {
    right: 0;
    bottom: 0;
    text-align: right;
}

.gareer_lay_list .tit {
    color: #009FEF;
    font-size: 20px;
    margin-bottom: 5px;
}

.gareer_lay_list li {
    margin-bottom: 20px;
}

.gareer_lay_list p {
    line-height: 1.5;
}

.gareer_lay_list p span {
    display: block;
    line-height: 1.5;
}

.gareer_lay_list p i {
    padding-right: 5px;
}

.ai_mid_list {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 100px;
}

.ai_mid_list .bg {
    background: url("../images/ai_arrow.png") 100% 50% no-repeat;
    height: 62px;
    font-size: 16px;
    display: flex;
    align-items: center;
    min-width: 155px;
    flex-shrink: 0;
}

.ai_center_list {
    background: url("../images/ai_list_bg.png") no-repeat 50% 50%;
    background-size: 100%;
    padding: 30px 0 16px;
}

.ai_center_list .icon {
    margin-bottom: 12px;
    display: block;
}

.ai_center_list li {
    width: 25%;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.ai_center_list p {
    line-height: 1.5;
}

.ind_pain_grid.m-width-1200 {
    margin: 100px auto;
}

.ind_pain_grid .title {
    margin: 0 0 50px;
}

.ind_pain_grid ul {
    flex-wrap: wrap;
}

.ind_pain_grid h3 {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1;
    color: #333;
}

.ind_pain_grid p span {
    display: block;
    line-height: 1.5;
}

.ind_pain_grid p span i {
    padding-right: 5px;
    /* margin-top: 3px; */
}

.ind_pain_grid li {
    width: 33.33%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.ind_pain_grid li .icon {
    text-align: center;
    margin-right: 15px;
    width: 48px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.ind_pain_grid li .text {
    padding-left: 60px;
    min-height: 48px;
}

.ind_pain_grid li .text p {
    padding-right: 10%;
}

.ind_pain_grid li.last {
    /* width: 66.66%; */
}

.ind_pain_grid.pick_adv_grid .title {
    margin: 0 0 40px;
}

.gareer_why_grid.pick_why_grid .block {
    margin-bottom: 50px;
}

.ind_sulution_list li {
    margin-bottom: 30px;
}

.ind_sulution_list .left {
    width: 440px;
    flex-shrink: 0;
}

.ind_sulution_list .left h3 {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 8px;
    color: #333;
}

.ind_sulution_list .left dl {
    flex-wrap: wrap;
}

.ind_sulution_list .left dd {
    padding-right: 10%;
    width: 50%;
    font-size: 40px;
    color: #333;
    margin-top: 25px;
    font-weight: bold;
}

.ind_sulution_list .left dd i {
    font-size: 24px;
}

.ind_sulution_list .left p {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
}

.ind_sulution_list .right {
    width: 100%;
}

.ind_sulution_list .right img {
    width: 100%;
    max-width: max-content;
    border-radius: 5px;
}

.ind_sulution_list .list_p {
    padding-top: 25px;
}

.ind_sulution_list .list_p span {
    display: flex;
    margin-bottom: 20px;
    line-height: 1.5;
    align-items: center;
}

.ind_sulution_list .list_p span .icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin-right: 5px;
    flex-shrink: 0;
}

.ind_case_grid .swiper-slide {
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 572px;
    position: relative;
}

.ind_case_grid .swiper-slide .text {
    position: absolute;
    width: 410px;
    height: 100%;
    right: 0;
    top: 0;
    padding: 50px 60px 50px 30px;
    background: rgba(255, 255, 255, 0.87);
}

.ind_case_grid .swiper-slide .text h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.ind_case_grid .swiper-slide p {
    overflow: hidden;
    /* text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; */
}

.ind_case_grid .swiper-slide p span {
    display: block;
    line-height: 1.5;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ind_case_grid .swiper-slide p span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
}

.ind_case_grid .swiper-slide li {
    margin-bottom: 15px;
}

.ind_case_grid .swiper-button-next {
    background-image: url("../images/ind_right_h.png");
    height: 86px;
    margin-top: -43px;
    background-size: 27px auto;
}

.ind_case_grid .swiper-button-prev {
    margin-top: -43px;
    background-size: 27px auto;
    height: 86px;
    background-image: url("../images/ind_left_h.png");
}

.ind_case_grid .swiper-button-prev:hover {
    background-image: url("../images/ind_left_h.png");
}

.ind_case_grid .swiper-button-next:hover {
    background-image: url("../images/ind_right_h.png");
}

.ind_case_list li {
    margin-right: 50px;
    text-align: center;
    width: 32%;
}

.ind_case_list li:nth-last-of-type(1) {
    margin-right: 0;
}

.ind_case_list li .imgshow {
    margin-bottom: 24px;
}

.ind_case_list li .imgshow img {
    border-radius: 10px;
    width: 100%;
}

.ind_case_list h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: bold;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.ind_case_list p {
    font-size: 14px;
    line-height: 17px;
    max-height: 51px;
    overflow: hidden;
}

.service_news_grid li.normal .imgshow,
.service_news_grid>ul>li .imgshow {
    border-radius: 5px;
    overflow: hidden;
}

.nav_box {
    height: 182px;
}

.nav_box.h100 {
    height: 100px;
}

.header_ny {
    top: 0;
    transition: all 0.3s;
    position: fixed !important;
    left: 0;
    width: 100%;
    z-index: 19900210152;
}

.erji_nav {
    z-index: 1990021012;
    height: 82px;
    position: fixed;
    left: 0;
    width: 100%;
    top: 100px;
    padding: 15px 0 11px;
    justify-content: center;
    /* position: relative; */
    background-color: #F7F7F7;
    /* z-index: 19900210151; */
    box-shadow: 0px 5px 10px 0px rgba(31, 31, 31, 0.09);
    display: none;
}

.erji_nav ul {
    justify-content: center;
}

.erji_nav ul .icon {
    width: 42px;
    height: 31px;
    display: block;
    /* background-size: 100%; */
    background-repeat: no-repeat;
    margin: 0 auto 10px;
}

.erji_nav ul .icon img {
    margin: 0 auto;
}

.erji_nav ul li {
    margin: 0 48px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.erji_nav ul li span {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    white-space: nowrap;
    bottom: 0;
}

.erji_nav ul li:hover a,
.erji_nav ul li.act a {
    color: #009FEF;
}

.erji_nav.erji_nav_news ul li .icon {
    background-image: none !important;
}

.erji_nav.erji_nav_news .icon .hover-img {
    display: none;
}

.erji_nav.erji_nav_news .act .icon .hover-img {
    display: inline-block;
}

.erji_nav.erji_nav_news .act .icon .default-img {
    display: none;
}

.erji_nav ul li:nth-of-type(1) .icon {
    background-image: url("../images/erji_icon1.png");
}

.erji_nav ul li:nth-of-type(1):hover .icon {
    background-image: url("../images/erji_icon01.png");
}

.erji_nav ul li:nth-of-type(2) .icon {
    background-image: url("../images/erji_icon2.png");
}

.erji_nav ul li:nth-of-type(2):hover .icon {
    background-image: url("../images/erji_icon02.png");
}

.erji_nav ul li:nth-of-type(3) .icon {
    background-image: url("../images/erji_icon3.png");
}

.erji_nav ul li:nth-of-type(3):hover .icon {
    background-image: url("../images/erji_icon03.png");
}

.erji_nav ul li:nth-of-type(4) .icon {
    background-image: url("../images/erji_icon4.png");
}

.erji_nav ul li:nth-of-type(4):hover .icon {
    background-image: url("../images/erji_icon04.png");
}

.erji_nav ul li:nth-of-type(5) .icon {
    background-image: url("../images/erji_icon5.png");
}

.erji_nav ul li:nth-of-type(5):hover .icon {
    background-image: url("../images/erji_icon05.png");
}

.erji_nav ul li:nth-of-type(6) .icon {
    background-image: url("../images/erji_icon6.png");
}

.erji_nav ul li:nth-of-type(6):hover .icon {
    background-image: url("../images/erji_icon06.png");
}

.erji_nav ul li:nth-of-type(7) .icon {
    background-image: url("../images/erji_icon7.png");
}

.erji_nav ul li:nth-of-type(7):hover .icon {
    background-image: url("../images/erji_icon07.png");
}

.picking_w50 .block {
    margin-top: 14px;
    position: relative;
}

.picking_w50 .block .text {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    transform: translateX(-50%);
}

.picking_w50 .block .text p {
    width: 50%;
    display: flex;
    align-items: flex-end;
    padding: 7px;
}

.picking_w50 .block .text p:nth-of-type(1) {
    margin-right: 14px;
    padding-left: 0;
}

.picking_w50 .block .left,
.picking_w50 .block .right {
    width: 50%;
}

.picking_w50 .block .left {
    margin-right: 7px;
}

.picking_w50 .block .right {
    margin-left: 7px;
}

.picking_w50 .block img {
    width: 100%;
}

.pick_tab_item_type1 .icon {
    display: inline-block;
    width: 100%;
    height: 42px;
    overflow: hidden;
}

.pick_tab_item_type1 .icon img {
    display: block;
    margin: 0 auto;
}

.pick_tab_item_type1 .icon .h_show {
    display: none;
}

.pick_tab_item.pick_tab_item_type1 .h_show {
    display: inline-block;
}

.pick_tab_item.pick_tab_item_type1 .swiper-slide {
    box-shadow: none;
}

.pick_tab_item.pick_tab_item_type1 .swiper-slide.hover {
    background: transparent;
}

.pick_tab_item.pick_tab_item_type1 .swiper-slide.hover a {
    color: #333;
}

.pick_tab_item.pick_tab_item_type1 .swiper-slide.hover:hover {
    background: #009FEF;
}

.pick_tab_item.pick_tab_item_type1 .swiper-slide.hover:hover a {
    color: #fff;
}

.pick_tab_item.pick_tab_item_type1 .swiper-slide.hover:hover .show {
    display: none;
}

.pick_tab_item.pick_tab_item_type1 .swiper-slide.hover:hover .h_show {
    display: inline-block;
}

.pick_tab_item .swiper-container {
    padding: 11px 5px 11px 0;
}

.pick_tab_item .swiper-slide {
    background: #FFF;
    width: 130px;
    text-align: center;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    border-radius: 11px 11px 11px 11px;
}

.pick_tab_item .swiper-slide a {
    color: #333;
    padding: 12px;
    display: inline-block;
}

.pick_tab_item .swiper-slide.hover {
    background: #009FEF;
}

.pick_tab_item .swiper-slide.hover a {
    color: #FFF;
}

.pick_list_grid ul {
    padding: 44px 0 0;
}

.pick_list_grid ul li {
    float: left;
    width: 33%;
    margin-right: 0.5%;
    font-size: 16px;
}

.pick_list_grid ul li img {
    margin-bottom: 9px;
    width: 100%;
    border-radius: 5px;
}

.pick_list_grid ul li a {
    color: #333;
}

.pick_list_grid ul li a:hover {
    color: #009FEF;
}

.pick_list_grid ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.pick_bot_w50 .imgshow {
    width: 100%;
    /* height: 226px; */
}

.pick_bot_w50 .left {
    width: 100%;
}

.pick_bot_w50 li {
    width: 14.5%;
    margin-right: 2%;
}

.pick_bot_w50 .left .pick_bot_w50 .imgshow img {
    width: 100%;
    max-width: max-content;
    /* margin: 0 auto; */
    display: block;
}

.pick_bot_w50 .title {
    margin: 40px 0 30px;
}

.pick_bot_w50 .disflex {
    align-items: flex-end;
}

.pick_bot_w50 .disflex dd {
    margin-right: 30px;
    font-size: 16px;
}

.pick_bot_w50 dl {
    padding-bottom: 23px;
    flex-wrap: wrap;
}

.pick_bot_w50 dl dd {
    line-height: 1.5;
}

.pick_bot_w50 .btn {
    margin: 20px;
    margin: 20px auto 0;
}

.pick_bot_w50 li {
    float: left;
    /* margin-right: 72px; */
    /* margin-right: 32px; */
}

.pick_bot_w50 .padtype2 li {
    margin-right: 62px;
}

.pick_bot_w50 .padtype2 li:nth-last-of-type(1) {
    margin-right: 0;
}

.pick_bot_w50 li h3 {
    text-align: center;
    margin: 20px 0 0px;
    font-size: 20px;
}

.pick_bot_w50 li:nth-last-of-type(1) {
    margin-right: 0;
}

.pick_bot_w50.raas_bot .btn {
    width: 90px;
    /* padding-left: 15px; */
    padding: 0 19px 0 21px;
    height: 23px;
    /* max-width: 140px; */
    /* padding-right: 15px; */
}

.pick_bot_w50.raas_bot .btn .icon {
    margin-left: 8px;
}

.rass_solution_grid .title {
    margin: 50px 0 30px;
}

.rass_solution_grid ul {
    margin-bottom: 30px;
    justify-content: center;
}


/* .rass_solution_grid .top_ul li:nth-last-of-type(2) {
    padding-right: 0;
} */

.rass_solution_grid ul dl {
    justify-content: center;
}

.rass_solution_grid ul li {
    flex-shrink: 0;
    padding-right: 5%;
}

.rass_solution_grid ul li>p {
    line-height: 1.5;
    height: 120px;
    text-align: center;
}

.rass_solution_grid ul li:nth-of-type(1) {
    width: 30%;
}

.rass_solution_grid ul li:nth-of-type(2) {
    width: 30%;
}

.rass_solution_grid ul li:nth-of-type(3) {
    width: 40%;
    padding-right: 0%;
}

.rass_solution_grid .top_ul li h3 {
    color: #333;
    margin-bottom: 10px;
    /* font-size: 18px; */
    text-align: center;
}

.rass_solution_grid .top_ul li:nth-last-of-type(1) {
    padding-right: 0;
    /* display: none; */
}

.rass_solution_grid dl dd {
    text-align: center;
}

.rass_solution_grid dl p {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.rass_solution_grid dl .icon {
    padding: 0 10px;
    display: flex;
    align-items: flex-end;
}

.rass_fact {
    padding: 70px 0 30px;
}

.rass_fact .right {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.rass_fact .right img {
    margin: 35px 0 10px;
    width: 100%;
}

.rass_fact .right p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.rass_fact h3 {
    font-size: 18px;
    margin-bottom: 7px;
    color: #333;
    font-weight: bold;
}

.rass_fact .left {
    width: 756px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    position: relative;
}

.rass_fact .left img {
    width: 100%;
}

.rass_fact .left li {
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../images/dot3.png');
    z-index: 1990;
    width: 35px;
    height: 35px;
    text-indent: -200px;
    overflow: hidden;
}

.rass_fact .left li:hover,
.rass_fact .left li.act {
    background-image: url('../images/dot.png');
}

.rass_fact .left li:nth-of-type(7) {
    right: 138px;
    top: 297px;
}

.rass_fact .left li:nth-of-type(6) {
    right: 203px;
    top: 297px;
}

.rass_fact .left li:nth-of-type(3) {
    right: 335px;
    top: 382px;
}

.rass_fact .left li:nth-of-type(4) {
    right: 94px;
    top: 389px;
}

.rass_fact .left li:nth-of-type(8) {
    right: 97px;
    top: 328px;
}

.rass_fact .left li:nth-of-type(2) {
    right: 160px;
    top: 483px;
}

.rass_fact .left li:nth-of-type(1) {
    right: 203px;
    top: 500px;
}

.rass_fact .left li:nth-of-type(5) {
    right: 164px;
    top: 211px;
}

.rass_fact .left li:nth-of-type(9) {
    right: 113px;
    top: 305px;
}

.rass_project {
    text-align: center;
}

.rass_project img {
    width: 100%;
    max-width: max-content;
}

.rass_adv ul {
    justify-content: space-between;
}

.rass_adv li {
    width: 20%;
}

.rass_adv li:nth-of-type(4) {
    width: auto;
}

.rass_adv h3 p {
    align-items: flex-end;
    font-size: 32px;
    color: #333;
}

.rass_adv h3 span {
    font-weight: normal;
    font-size: 18px;
    padding-top: 5px;
    display: inline-block;
    color: #333;
}

.rass_adv h3 .icon {
    margin-left: 10px;
    margin-bottom: 5px;
}

.rass_adv dl {
    margin-top: 16px;
    color: #333;
}

.rass_adv dl dd {
    display: flex;
    line-height: 1.5;
}

.rass_adv dl dd em {
    flex-shrink: 0;
    display: inline-block;
    width: 6px;
    margin-top: 7px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #333;
}

.ress_application .pick_tab_item_type1,
.ress_application .tit {
    display: none;
}

.ress_application .title {
    margin: 100px 0 20px;
}

.ress_application .tit {
    position: relative;
    text-align: center;
}


/* .ress_application .tit:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid #CCCCCC;
    z-index: 1;
} */

.ress_application .iframe {
    height: 720px;
}

.ress_application h3 {
    background: #FFF;
    display: inline-block;
    padding: 0 10px;
    z-index: 2;
    position: relative;
    font-weight: normal;
}

.ress_application .left {
    margin-right: 4%;
}

.ress_application .left,
.ress_application .right {
    width: 48%;
}

.ress_application ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    /*height: 167px;*/
}

.ress_application ul li {
    width: 30%;
    margin-top: 12px;
}

.ress_application ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: initial;
}

.ress_application .app_video {
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.3s;
}

.ress_application .app_video:hover img {
    box-shadow: 0px 1px 11px 3px rgba(0, 0, 0, 0.2);
}

.ress_application .app_video p {
    text-align: center;
    line-height: 2;
}

.ress_application .app_video img {
    transition: all 0.3s;
    width: 100%;
    max-width: max-content;
}

.rass_module {
    margin-top: 40px;
}

.service_support .title {
    margin: 70px 0 50px;
}

.service_support .title .sub {
    padding-top: 20px;
}

.service_support ul {
    flex-wrap: wrap;
}

.service_support ul li {
    width: 20%;
    padding-right: 3%;
    margin-bottom: 10px;
}

.service_support ul li.nocen a {
    align-items: flex-start;
}

.service_support ul a {
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.service_support ul .icon {
    display: inline-block;
    width: 26px;
    text-align: center;
    margin-right: 10px;
}

.service_news_grid {
    color: #333;
    overflow: hidden;
}

.service_news_grid>ul>li {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.service_news_grid li:nth-of-type(2n) a {
    flex-direction: row-reverse;
    align-items: center;
}

.service_news_grid li.two .m-width-1200 {
    text-align: left;
}

.service_news_grid>ul>li a {
    display: flex;
    cursor: initial;
}

.service_news_grid>ul>li .imgshow {
    /* background-repeat: no-repeat; */
    height: 500px;
    /* background-position: 100% 50%; */
    width: 60%;
    flex-shrink: 0;
    /* background-size: cover; */
    position: relative;
}

.service_news_grid li.normal:nth-of-type(2n) .text {
    padding-left: 0;
    padding-right: 50px;
}

.service_news_grid li.normal .imgshow img {
    position: initial;
}

.service_news_grid li.two .imgshow img {
    right: auto;
    left: 0;
}

.service_news_grid .imgshow img {
    position: absolute;
    right: 0;
    top: 0;
}

.service_news_grid li .m-width-1200 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
}

.service_news_grid>ul>li .text {
    display: inline-block;
    width: 31%;
    text-align: left;
    line-height: 1.5;
}

.service_news_grid .text li {
    list-style: disc;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.service_news_grid>ul>li h3 {
    color: #333;
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.2;
    /* font-family: 'arial-boldmt' !important; */
}


/* .service_news_grid>ul>li dl {
  margin-top: 25px;
}

.service_news_grid>ul>li dt {
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.service_news_grid li dd {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
} */

.service_news_grid li.normal .imgshow {
    width: 50%;
    height: 310px;
    background-position: 0 50%;
}

.service_news_grid li.normal .dot {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    margin: 8px 8px 0 0;
    flex-shrink: 0;
}

.service_news_grid li.normal dd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.service_news_grid li.normal dd p {
    display: flex;
}

.service_news_grid li.normal .text {
    width: 50%;
    padding-left: 50px;
}

.service_news_grid li.normal.two .text {
    padding-left: 0;
    padding-right: 50px;
}

.service_news_grid li.normal.two .imgshow {
    background-position: 100% 50%;
    height: auto;
}

.service_news_grid li.last {
    margin-bottom: 0;
}

.service_news_grid li.last .imgshow {
    height: 464px;
}

.service_news_grid li.last .text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.service_delivery .imgshow img {
    width: 100%;
    max-width: max-content;
}

.service_delivery .sub {
    padding-top: 20px;
}

.ai_Analysis {
    display: flex;
    margin-top: 15px;
    width: 50%;
    flex-wrap: wrap;
}

.ai_Analysis dd {
    background-color: #EFEFEF;
    margin-right: 5px;
    margin-bottom: 6px;
    min-width: 70px;
}

.ai_Analysis dd.nobg {
    background-color: transparent;
}

.ai_Analysis dd a {
    color: #333;
    display: block;
    padding: 5px 15px;
}

span.layui-layer-setwin {
    top: 25px;
    right: 25px;
    opacity: 0.3;
    transition: all 0.3s;
}

span.layui-layer-setwin:hover {
    opacity: 1;
}


/*0109*/

.down_ny_grid_detail .left {
    width: 300px;
    flex-shrink: 0;
    margin-right: 60px;
}

.down_ny_grid_detail .right {
    width: 100%;
}


/* .down_ny_grid_detail .right h2 {
    color: #009FEF;
} */

.down_ny_grid_detail .right .subtit {
    margin: 22px 0;
}

.down_ny_grid_detail .right li {
    line-height: 1.5;
    position: relative;
    padding-left: 10px;
}

.down_ny_grid_detail .right li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}

.themec {
    color: #009FEF !important;
}

.down_ny_grid_detail .tips {
    margin-top: 30px;
}

.down_msg h2 {
    margin-bottom: 30px;
}

.down_msg .usedComp {
    width: 25%;
    display: flex;
}

.down_msg .usedComp.w50 {
    width: 50%;
}

.down_msg .usedComp.w30 {
    width: 30%;
}

.down_msg .usedComp label {
    margin-right: 20px;
    color: #333;
    width: 100px;
    padding-left: 20px;
    font-weight: bold;
    flex-shrink: 0;
}

.down_msg .usedComp .xhl-controls {
    width: 100%;
}

.down_msg .usedComp .xhl-input-xlarge {
    width: 100%;
}

.down_msg .usedComp:nth-of-type(3) {
    width: 50%;
}

.down_msg .usedComp:nth-child(even) {
    float: left;
}

.down_msg .usedComp .error {
    color: #333;
    padding-top: 8px;
    display: inline-block;
}

.down_msg .usedComp.bottext {
    line-height: 1.5;
}

.down_msg .usedComp.textrig {
    padding-left: 20px;
}

.down_msg .selectmore {
    background-image: url('../images/add/sanjiao.png');
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
}

.down_msg .controls-selectmore {
    position: relative;
}

.controls-selectmore .more_menu {
    position: absolute;
    background-color: #FFF;
    padding: 10px 0px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    top: 10px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.controls-selectmore.act .more_menu {
    visibility: visible;
    opacity: 1;
    top: 0px;
}

.controls-selectmore .more_menu a {
    color: #333;
    display: inline-block;
    padding: 5px 15px;
    margin: 2px 0;
}

.controls-selectmore .more_menu a:hover {
    background-color: #009FEF;
    color: #FFF;
}

.case_list_ny_grid li {
    text-align: center;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 56px;
}

.case_list_ny_grid li:nth-of-type(3n) {
    margin-right: 0;
}

.case_list_ny_grid li h3 {
    font-size: 18px;
    color: #333;
    margin: 24px 0 0px;
    line-height: 24px;
    height: 72px;
    font-weight: bold;
    overflow: hidden;
}

.case_list_ny_grid li img {
    border-radius: 5px;
}

.case_list_ny_grid li:hover h3 {
    color: #009FEF;
}

.case_list_ny_grid .page-box {
    padding-top: 0;
}

.case_list_ny_grid li p {
    line-height: 1.8;
    height: 75px;
    overflow: hidden;
    margin-top: 5px;
}

.case_select {
    position: relative;
}

.case_select .icon {
    width: 6px;
    height: 12px;
    background: url('../images/add/lan_arrow.png') no-repeat;
    display: inline-block;
    margin-left: 15px;
    margin-top: 3px;
}

.case_select h2 {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.case_select dl dd {
    padding: 10px 0px;
}

.case_select dl dd a {
    border-right: 1px solid #ccc;
    padding: 0 15px;
}

.case_select dl dd a:hover {
    color: #009FEF;
}

.case_select dl dd:nth-last-of-type(1) a {
    border: none;
}

.case_select dl {
    position: absolute;
    right: 0px;
    top: 48%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.case_select dl.show {
    visibility: visible;
    opacity: 1;
    top: 50%;
    box-shadow: none;
}

.case_select dl.show dd a {
    padding: 0 30px;
}

.case_select dl.show a:hover {
    color: #33ccff;
}

.case_select:hover dl {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.case_select:hover dl a:hover {
    color: #009FEF;
}

.case_sanji_grid .left,
.case_sanji_grid .right {
    width: 46%;
}

.case_sanji_grid .left dl:nth-of-type(3) p {
    position: relative;
    padding-left: 10px;
    background: url('../images/add/dian_blue.png') 0 9px no-repeat;
    background-size: 4px;
}

.case_sanji_grid .left dl:nth-of-type(3) p:after {
    /* content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px; */
    /* border-radius: 50%;
    background-color: #009FEF; */
    /* background-image: url('../images/add/dian_blue.png');
    background-repeat: no-repeat; */
}

.case_sanji_grid dt {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.case_sanji_grid dl {
    margin-bottom: 40px;
}

.case_sanji_grid dl:nth-last-of-type(1) {
    margin-bottom: 0;
}

.case_sanji_grid .left p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.case_sanji_grid dl li {
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
    background: url('../images/add/dian_blue.png') no-repeat 0 8px;
    background-size: 4px;
    line-height: 1.5;
}

.case_sanji_grid dl li:after,
.case_sanji_grid dl li:after {
    /* content: ''; */
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /* background-color: #009FEF; */
    background: url('../images/add/dian_blue.png') no-repeat;
}

.case_video_grid ul {
    position: relative;
    height: 537px;
}

.case_video_grid li {
    position: absolute;
    width: 22%;
    max-height: 30%;
    overflow: hidden;
}

.case_video_grid li:nth-of-type(1) {
    width: 75%;
    height: 537px;
    max-height: 537px;
    position: relative;
}

.case_video_grid li img {
    width: 100%;
    /* height: 100%; */
}

.case_video_grid li .iframe {
    height: 100%;
}

.case_video_grid li:nth-of-type(2) {
    right: 0;
    top: 0;
}

.case_video_grid li:nth-of-type(3) {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.case_video_grid li:nth-of-type(4) {
    right: 0;
    bottom: 0;
}

.case_img_grid li {
    width: 46%;
}

.case_img_grid ul {
    display: flex;
    justify-content: space-between;
}

.case_img_grid li img {
    width: 100%;
    border-radius: 5px;
}

.box-about-top-text p {
    margin-bottom: 15px;
}

.box-about-top-text .disflex {
    justify-content: space-between;
}

.box-about-top-text .disflex p {
    font-size: 16px;
    text-align: center;
}

.box-about-top-text .left,
.box-about-top-text .right {
    width: 48%;
    flex-shrink: 0;
}

.news_detail_grid .iframe {
    height: 610px;
    margin-bottom: 70px;
}

.news_detail_grid .title {
    line-height: 1.3;
    margin-bottom: 10px;
}

.news_detail_grid .time {
    color: #333;
}

.news_detail_grid .text p img {
    width: 100%;
    margin-bottom: 70px;
    height: auto;
    max-width: max-content;
}

.news_detail_grid .disflex {
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_detail_grid .w48 {
    width: 100%;
}

.text_page a {
    display: block;
    line-height: 1.5;
}

.tpvideo .video_img {
    background-color: #595959;
}


/*main--jieshu*/


/*footer start*/

.career_foot .footer {
    margin-top: 0;
}

.footer {
    margin-top: 80px;
    background-color: #595959;
}

.footer .web_share {
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 20px;
}

.footer .web_share li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.footer .web_share li em {
    color: #009FEF;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    /* padding-left: 25px; */
    margin-left: 13px;
}

.footer-box {
    justify-content: space-between;
}

.footer-box .ny_title {
    margin-bottom: 10px;
}

.footer-box .fl {
    width: 66%;
}

.footer-box .fr {
    width: 25%;
}

.footer-box .usedComp {
    margin-bottom: 0;
    min-height: 55px;
}

.footer-box .usedComp label {
    line-height: 20px;
}

.footer-box .form-box {
    color: #FFF;
    margin: 16px 0 30px;
}

.footer-box .form-box .error {
    font-size: 12px;
    color: #009FEF;
}

.footer-box .foot_nav.foot_nav_cn {
    padding-top: 72px;
}

.footer-box .foot_nav {
    padding-top: 80px;
}

.footer-box .foot_nav a {
    color: #FFF;
}

.footer-box .foot_nav a:hover {
    color: #009FEF;
}

.footer-box .foot_nav ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-box .foot_nav li {
    width: 100%;
    line-height: 2;
}

.footer-box .foot_nav li.deltel a {
    cursor: initial;
    color: #FFF;
}

.foot_banquan {
    border-top: 1px solid #fff;
    padding: 11px 0 30px;
    color: #FFF;
}

.foot_banquan p {
    text-align: right;
}

.foot_banquan p span {
    padding: 0 10px;
}

.foot_banquan p span:nth-last-of-type(1) {
    padding-right: 0;
}

.foot_banquan>div {
    justify-content: flex-end;
}

.foot_banquan a {
    color: #FFF;
    line-height: 1;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #FFF;
}

.foot_banquan a:nth-last-child(1) {
    border: none;
}


/*footer end*/


/*轮播图start*/

.banner.banner_ny.banner_sear {
    background-color: #EBF3F7;
}

.banner.banner_ny.banner_sear .swiper-slide {
    height: auto;
}

.sear_form dd:nth-of-type(1) {
    flex-shrink: 0;
    padding-left: 10px;
    width: 100%;
}

.sear_form {
    padding-bottom: 50px;
}

.sear_form form {
    margin: 20px 0;
}

.sear_form .tit {
    font-size: 30px;
    text-align: center;
}

.sear_form dl {
    font-size: 14px;
    flex-wrap: wrap;
}

.sear_form dl dd {
    margin-bottom: 10px;
    padding: 0;
    padding-right: 15px;
    border-right: none;
}

.sear_form {
    margin: 100px 0 0px;
}

.sear_form .tit {
    font-size: 40px;
    color: #012333;
}

.sear_form form {
    margin: 56px 0;
}

.sear_form .form_line {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.sear_form .form_line input {
    width: 100%;
    background-color: #FFF;
    border: none;
    box-shadow: none;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
}

.sear_form .form_line .serbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background: #F9AD07 url("../images/search/sear_cf.png") no-repeat 50% 50%;
    transition: all 0.3s;
}

.sear_form .form_line .serbtn:hover {
    background: #02A0E9 url("../images/search/sear_cf.png") no-repeat 50% 50%;
}

.sear_form dl {
    font-size: 20px;
    display: flex;
}

.sear_form dd {
    color: #000;
    border-right: 1px solid #CCCCCC;
    padding: 0 25px;
}

.sear_form dd a {
    color: #02A0E9;
}

.sear_form dd a:hover {
    text-decoration: underline;
}

.sear_form dd:nth-of-type(1) {
    padding-left: 0;
}

.sear_form dd:nth-last-of-type(1) {
    border: none;
}

.sear_grid .related_tit h2 {
    color: #000;
}

.sear_grid .related_tit:after {
    display: none;
}

.sear_grid .hot_app_list li {
    margin-top: 0;
    /* margin-bottom: 60px; */
}

.sear_grid .hot_app_list li .btn {
    margin-top: 20px;
}

.related_tit.type3 h2 {
    font-size: 26px;
}

.related_tit.type3 {
    padding-bottom: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.related_tit {
    padding-bottom: 20px;
    border-bottom: 2px solid #DBDBDB;
    margin-bottom: 35px;
    margin-top: 80px;
    position: relative;
    justify-content: space-between;
}

.hot_app_list ul {
    flex-wrap: wrap;
    display: flex;
}

.hot_app_list li {
    float: left;
    margin-top: 60px;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    /* padding-bottom: 40px; */
}

.hot_app_list li img {
    width: 100%;
    transition: all 0.3s;
}

.hot_app_list li:hover img {
    transform: scale(1.03);
}

.hot_app_list li:nth-of-type(4n) {
    margin-right: 0;
}

.hot_app_list li:hover .theme_more .line:after {
    width: 100%;
}

.hot_app_list h3 {
    color: #012333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 25px 0;
    line-height: 1.3;
}

.hot_app_list.h-search h3 {
    -webkit-line-clamp: inherit;
    white-space: nowrap;
    display: block;
}

.hot_app_list p {
    color: #808080;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.hot_app_list .theme_more {
    margin-top: 25px;
    color: #02A0E9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner {
    max-width: 1920px;
    margin: 0 auto 0;
    width: 100%;
    height: 100vh;
}

.banner.banner_ny {
    height: auto;
    min-height: auto;
    position: relative;
    /* margin-top: 100px; */
}

.banner.banner_ny .text_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    width: 320px;
    display: flex;
}

.banner.banner_ny .text_btn .btn {
    width: 130px;
    height: 36px;
    border-radius: 18px;
    margin: 0 30px;
    flex-shrink: 0;
}

.banner.banner_ny .text_btn .btn.grey {
    background-color: #C9C9C9;
    color: #FFF;
}

.banner.banner_ny.banner_erji {
    margin-top: 182px;
}

.banner.banner_ny.about_banner {
    height: 578px;
}

.banner.banner_ny.about_banner .swiper-slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.banner.banner_ny .box-about {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    color: #FFF;
    display: flex;
    justify-content: flex-end;
}

.banner.banner_ny .box-about .about-text {
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 50%;
}

.box-about h3 {
    margin-bottom: 20px;
    font-size: 34px;
}

.box-about p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.banner.banner_ny img {
    width: 100%;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .bg-box,
.banner .wap-box {
    position: relative;
    z-index: 1;
    text-align: center;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.banner .bg-box video {
    position: absolute;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    transition: 2s opacity;
    transform: translateX(-50%) translateY(-50%);
}

.banner .bg-box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.banner .text {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1990;
    color: #FFF;
    text-align: center;
}

.banner .text .tips {
    display: block;
    font-size: 26px;
}

.banner .text p {
    font-size: 60px;
    font-weight: bold;
}

.banner .text .seemore {
    margin-top: 60px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("../images/video.png") no-repeat 50% 50%;
    background-size: 100%;
}

.banner .text .seemore:hover {
    background: url("../images/video2.png") no-repeat 50% 50%;
    background-size: 100%;
}

.banner .explore {
    position: absolute;
    bottom: 22px;
    font-size: 16px;
    left: 50%;
    color: #FFF;
    transform: translateX(-50%);
    z-index: 1990;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.banner .explore .icon {
    margin: 5px auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 0 9px;
    border-color: #FFF transparent transparent transparent;
    animation: pulse 2s infinite;
}

.banner .explore:hover {
    color: #009FEF;
}

.banner .explore:hover .icon {
    border-color: #009FEF transparent transparent transparent;
}

@keyframes breath {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

.nav li.act .icon {
    animation: breath 1.5s infinite;
}

.nav {
    position: absolute;
    z-index: 1990;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.nav .icon {
    display: inline-block;
    width: 58px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 50% 50%;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: stretch;
}

.nav a {
    color: #FFF;
}

.nav li {
    margin: 0 35px;
    text-align: center;
    padding-top: 50px;
    position: relative;
}

.nav li>a {
    display: block;
}

.nav li>a:hover {
    color: #009FEF;
}

.nav li span {
    display: block;
    line-height: 1.3;
}

.nav li:nth-of-type(1) .icon {
    background-image: url("../images/newsimages/nav_icon1.png");
}

.nav li:nth-of-type(1):hover .icon {
    background-image: url("../images/newsimages/nav_icon01.png");
    background-size: auto 90%;
}

.nav li:nth-of-type(2) .icon {
    background-image: url("../images/newsimages/nav_icon2.png");
}

.nav li:nth-of-type(2):hover .icon {
    background-image: url("../images/newsimages/nav_icon02.png");
    background-size: auto 90%;
}

.nav li:nth-of-type(3) .icon {
    background-image: url("../images/newsimages/nav_icon3.png");
}

.nav li:nth-of-type(3):hover .icon {
    background-image: url("../images/newsimages/nav_icon03.png");
    background-size: auto 90%;
}

.nav li:nth-of-type(4) .icon {
    background-image: url("../images/newsimages/nav_icon4.png");
}

.nav li:nth-of-type(4):hover .icon {
    background-image: url("../images/newsimages/nav_icon04.png");
    background-size: auto 90%;
}

.nav li:nth-of-type(5) .icon {
    background-image: url("../images/newsimages/nav_icon5.png");
}

.nav li:nth-of-type(5):hover .icon {
    background-image: url("../images/newsimages/nav_icon05.png");
    background-size: auto 90%;
}

.nav li:nth-of-type(6) .icon {
    background-image: url("../images/newsimages/nav_icon6.png");
}

.nav li:nth-of-type(6):hover .icon {
    background-image: url("../images/newsimages/nav_icon06.png");
    background-size: auto 90%;
}

.nav li:hover .nav_erji {
    transform: translateX(-50%) scale(1);
}

.nav .nav_erji {
    transition: all 0.3s;
    position: absolute;
    top: 0px;
    left: 50%;
    padding-top: 10px;
    padding-bottom: 40px;
    transform: translateX(-50%) scale(0);
    z-index: 199002;
}

.nav .nav_erji:after {
    content: '';
    position: absolute;
    bottom: 30px;
    border-bottom: 1px solid rgba(233, 233, 233, 0.3);
    width: calc(50% - 6px);
    right: calc(50% + 6px);
}

.nav .nav_erji:before {
    content: '';
    position: absolute;
    bottom: 30px;
    border-bottom: 1px solid rgba(233, 233, 233, 0.3);
    width: calc(50% - 6px);
    left: calc(50% + 6px);
}

.nav .nav_erji .arrow_icon {
    position: absolute;
    left: 50%;
    bottom: 25px;
    display: inline-block;
    width: 11px;
    height: 7px;
    z-index: 1990;
    transform: translateX(-50%);
    background: url("../images/arrow_down.png") no-repeat 50% 50%;
}

.nav .nav_erji dl {
    justify-content: center;
}

.nav .nav_erji dd {
    margin-right: 30px;
}

.nav .nav_erji dd a {
    white-space: nowrap;
}

.nav .nav_erji dd a:hover {
    color: #009FEF;
}

.nav .nav_erji dd:nth-last-of-type(1) {
    margin-right: 0;
}

.nav_ny {
    /* width: 810px; */
    text-align: right;
}

.nav_ny li {
    display: inline-block;
    padding: 0 18px;
    font-size: 18px;
}

.header_ny {
    background: white;
    box-shadow: 0px 5px 10px 0px rgba(31, 31, 31, 0.09);
    /* z-index: 1990;
  position: relative; */
}

.header_box_ny {
    padding: 40px 0 20px;
}

.header_box_ny .logo_ny {
    height: 40px;
}

.header_box_ny .pc-nav li {
    line-height: 40px;
}

.header_box_ny .pc-nav a:hover {
    color: #009FEF;
}

.header_box_ny .lang_tab a {
    color: #333;
}

.header_box_ny .lang_tab a:hover,
.header_box_ny .lang_tab a.act {
    color: #009FEF;
    border-color: #009FEF;
}

.header_box_ny .lang_tab {
    height: 40px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    float: right;
}

.banner .bg-box img {
    width: 100%;
    height: auto;
    max-width: max-content;
}

.banner .wap-box {
    display: none;
}

.banner .wap-box img {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: inherit;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    transition: all 0.6s;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.5);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-slide .banner-content {
    transform: translateY(-200px);
    opacity: 0;
    transition: all .6s;
}

.ani-slide .banner-content {
    transform: translateY(0);
    opacity: 1;
}


/*轮播图end*/

.crumbs-box {
    padding: 12px 0;
}

.crumbs-box a {
    color: #bfbfbf;
    display: inline-block;
    transition: all 0.4s;
}

.crumbs-box a:hover {
    color: #009FEF;
}

.crumbs-box i {
    display: inline-block;
    padding: 0 5px;
    color: #bfbfbf;
}

.crumbs-box span {
    color: #bfbfbf;
}


/*公共样式定义 start*/


/*例如,统一间距,统一字体,统一大小写,统一最大距离*/

.iframe {
    border: none;
    width: 100%;
    border-radius: 10px;
}

.f44 {
    font-size: 44px;
}

.f40 {
    font-size: 40px;
}

.f36 {
    font-size: 36px;
}

.f34 {
    font-size: 34px;
}

.f30 {
    font-size: 30px;
}

.f26 {
    font-size: 26px;
}

.f24 {
    font-size: 24px;
}

.f20 {
    font-size: 20px;
}

.f26 {
    font-size: 26px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.m-width-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/*置顶按钮 start*/

#toTop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 125px;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(204, 204, 204, 0.8);
    border-radius: 50%;
}


/*置顶按钮 end*/


/*分页 start*/

.page-box {
    padding: 50px 0 0;
    text-align: center;
}

.page-box .page-inner {
    display: flex;
    justify-content: center;
}

.page-box .page-inner a {
    display: inline-flex;
    font-size: 16px;
    color: #333;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    background: transparent;
}

.page-box .page-inner .current {
    display: inline-flex;
    font-size: 16px;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    background: transparent;
    color: #009FEF;
    transition: all 0.4s;
}

.page-box .page-inner .page-list {
    display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
    color: #009FEF;
    transition: all 0.4s;
}

.page-box .page-inner a.prev {
    background: #009FEF url(../images/arrow_prev01.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
    background-size: 12px;
    border-radius: 50%;
}

.page-box .page-inner a.previouspostslink {
    /*冀欣*/
    background: #009FEF url(../images/arrow_prev01.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
    background-size: 12px;
    border-radius: 50%;
    text-indent: 100px;
    overflow: hidden;
}

.page-box .page-inner a.next_page {
    width: auto;
    padding: 0 5px;
    background: none;
    border: none;
    background-size: 12px;
}

.page-box .page-inner a.next_page:hover {
    color: #009FEF;
    background: none;
    border: none;
}

.page-box .page-inner a.next {
    background: #009FEF url(../images/arrow_next01.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
    background-size: 12px;
    border-radius: 50%;
}

.page-box .page-inner a.nextpostslink {
    /*冀欣*/
    background: #009FEF url(../images/arrow_next01.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
    background-size: 12px;
    border-radius: 50%;
    text-indent: 100px;
    overflow: hidden;
}

.page-box .page-inner a.prev.all {
    background: url(../images/page-left-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.next.all {
    background: url(../images/page-right-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
    cursor: no-drop;
    /* opacity: 0.5; */
    background-color: #CCC;
}


/*分页 end*/

.nav-box,
.fz_line_grid_wap,
.wap_logo {
    display: none;
}


/*公共样式定义 end*/

.btn {
    display: inline-block;
    padding: 5px 0px;
    text-align: center;
    background: #FFF;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #009FEF;
    width: 95px;
    text-transform: capitalize;
    transition: all 0.3s;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
}

.btn.lang {
    width: 115px;
}

.btn.radius {
    border-radius: 12px;
}

.btn.nobg {
    background: none;
    color: #E70000;
}

.btn.nobg .icon {
    background: url("../images/arrow_line02.png") no-repeat 50% 50%;
}

.btn.hover,
.btn:hover {
    background-color: #009FEF;
    color: #FFF;
    box-shadow: none;
}

.btn.hover .icon,
.btn:hover .icon {
    background: url("../images/arrow.png") no-repeat 50% 50%;
}

.btn .icon {
    margin-left: 10px;
    width: 10px;
    height: 14px;
    display: inline-block;
    background: url("../images/arrow2.png") no-repeat 50% 50%;
}

.btn .icon.down {
    width: 18px;
    height: 18px;
    background: url("../images/down_icon.png") no-repeat 50% 50%;
}

.btn .icon.view {
    width: 18px;
    height: 18px;
    background: url("../images/views_icon.png") no-repeat 50% 50%;
}

.web_share.ewm {
    text-align: center;
    padding-bottom: 20px;
    width: 135px;
    margin-top: 10px;
}

.web_share.ewm p {
    color: #FFF;
    padding: 10px 0;
    width: 100%;
    text-align: left;
}

.web_share.radius a {
    border-radius: 50%;
    background-color: #555555;
}

.web_share.radius a:hover {
    background-color: #009FEF;
}

.web_share.radius a:nth-child(1):hover {
    background-image: url("../images/link01.png");
}

.web_share.radius a:nth-child(2):hover {
    background-image: url("../images/link02.png");
}

.web_share.radius a:nth-child(3):hover {
    background-image: url("../images/link03.png");
}

.web_share.radius a:nth-child(4):hover {
    background-image: url("../images/link04.png");
}

.web_share.type2 a {
    border-radius: 50%;
    background-image: url("../images/link001.png");
    width: 31px;
    height: 31px;
}

.web_share.type2 a:nth-child(1):hover {
    background-image: url("../images/link001h.png");
}

.web_share.type2 a:nth-child(2) {
    background-image: url("../images/link002.png");
}

.web_share.type2 a:nth-child(2):hover {
    background-image: url("../images/link002h.png");
}

.web_share.type2 a:nth-child(3) {
    background-image: url("../images/link003.png");
}

.web_share.type2 a:nth-child(3):hover {
    background-image: url("../images/link003h.png");
}

.web_share.type2 a:nth-child(4) {
    background-image: url("../images/link004.png");
}

.web_share.type2 a:nth-child(4):hover {
    background-image: url("../images/link004h.png");
}

.web_share.light a:nth-child(1):hover {
    background-image: url("../images/link001.png");
}

.web_share.light a:nth-child(2):hover {
    background-image: url("../images/link002.png");
}

.web_share.light a:nth-child(3):hover {
    background-image: url("../images/link003.png");
}

.web_share.light a:nth-child(4):hover {
    background-image: url("../images/link004.png");
}

.web_share.theme {
    padding: 0;
}

.web_share.theme a:nth-of-type(1) {
    background-color: #3B5999;
}

.web_share.theme a:nth-of-type(2) {
    background-color: #1DA1F3;
}

.web_share.theme a:nth-of-type(3) {
    background-color: #F24B4B;
}

.web_share.theme a:nth-of-type(4) {
    background-color: #0177B5;
}

.web_share li:nth-last-of-type(1) {
    margin-right: 0;
}

.web_share li a {
    color: #FFF;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.web_share li a:hover {
    color: #009FEF;
}

.web_share li:nth-child(1) a {
    background-image: url("../images/link1.png");
}

.web_share li.wechat a {
    background-image: url(../images/h-weixin.png);
}

.cn_share.web_share li {
    position: relative;
}


/* .web_share li.wechat .img-pop, */

.cn_share.web_share li .img-pop {
    position: absolute;
    width: 135px;
    height: 135px;
    top: 50%;
    margin-top: -67.5px;
    left: 35%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.cn_share.web_share li {
    width: 100%;
}

.cn_share.web_share li a {
    width: 100%;
    background-position: 0 50%;
}

.cn_share.web_share li:hover .img-pop::after {
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(-45deg);
    left: -4px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
}


/* .web_share li.wechat:hover .img-pop, */

.cn_share.web_share li:hover .img-pop {
    opacity: 1;
    visibility: visible;
}

.web_share li:nth-child(2) a {
    background-image: url("../images/link2.png");
}

.web_share li:nth-child(3) a {
    background-image: url("../images/link3.png");
}

.web_share li:nth-child(4) a {
    background-image: url("../images/link4.png");
}

.web_share a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/link1.png") no-repeat;
    background-position: 50% 50%;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/* .news_ny_grid{padding-top:182px;} */


/* 2020-0120 start */

.h-banner-inner.h-career-cn {
    height: 450px;
    /* overflow: hidden; */
}

.h-banner-inner.h-career-cn .h-text-box .h-c-tit span {
    padding-left: 0;
}

.h-banner-inner.h-career-cn .h-text-box {
    width: auto;
}

.h-banner-inner.h-career-cn .h-text-box .h-c-tit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-banner-inner.h-career-cn {
    overflow: hidden;
}

.h-banner-inner.h-career-cn .h-text-box .h-c-tit em:nth-of-type(1) {
    margin-left: 78px;
    margin-right: 70px;
}

.h-banner-inner.h-career-cn .h-text-box .h-c-tit em:nth-of-type(2) {
    margin-left: 78px;
    margin-right: 70px;
}

.h-banner-inner.h-career-cn .h-text-box .h-c-tit span::after {
    display: none;
}

.h-banner-inner.h-career-cn .h-text-box .h-c-tit em {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FFF;
}

.h-banner-inner.h-career-cn .h-text-box {
    /* position: relative; */
    margin-left: 0;
    display: block;
    transform: translateX(-50%);
}

.h-banner-inner.h-career-cn .h-text-box .h-c-tit {
    margin-top: 150px;
}

.h-banner-inner.h-career-cn .h-img-box img {
    width: max-content;
}

.h-banner-inner.h-career-cn .h-img-box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.h-banner-inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.h-banner-inner .h-img-box {
    position: relative;
    z-index: 1;
}

.h-banner-inner .h-img-box img {
    width: 100%;
    height: auto;
}

.h-banner-inner .h-img-box img.h-pc {
    display: block;
}

.h-banner-inner .h-img-box img.h-wap {
    display: none;
}

.h-banner-inner .h-text-box {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 3;
    flex-direction: column;
}

.h-banner-inner .h-text-box .h-h {
    color: #FFFFFF;
    font-size: 100px;
    line-height: 1;
    /* text-transform: uppercase; */
    font-weight: normal;
    margin-bottom: 30px;
}

.h-banner-inner.h-industry .h-text-box .h-h {
    font-size: 75px;
    margin-bottom: 20px;
}

.h-banner-inner .h-text-box .h-t {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.4;
}

.h-banner-inner .h-text-box .h-p {
    color: #FFFFFF;
    line-height: 18px;
    font-size: 14px;
    width: 50%;
}

.h-banner-inner .h-text-box .h-c-tit {
    width: 100%;
    text-align: center;
}

.h-banner-inner .h-text-box .h-c-tit span {
    display: inline-block;
    padding-left: 95px;
    font-size: 48px;
    font-weight: normal;
    color: #FFFFFF;
    position: relative;
}

.h-banner-inner .h-text-box .h-c-tit span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 39px;
    top: 50%;
    margin-top: -6px;
}

.h-banner-inner .h-text-box .h-c-tit span:first-child {
    padding-left: 0;
}

.h-banner-inner .h-text-box .h-c-tit span:first-child::after {
    display: none;
}

.h-banner-inner .h-text-box .h-c-link {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.h-banner-inner .h-text-box .h-c-link a {
    display: inline-block;
    width: 95px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 13px;
    font-size: 14px;
    color: #7592A6;
    background: #fff;
    transition: all 0.4s;
}


/* .h-banner-inner .h-text-box .h-c-link a:first-child {
    margin-right: 60px;
} */

.h-banner-inner .h-text-box .h-c-link a:hover,
.h-banner-inner .h-text-box .h-c-link a.no-drop {
    background: #00AAFF;
    color: #FFF;
}


/* 2020-0120 end */

.ai_newsadd_grid p {
    margin-bottom: 20px;
}

.gareer_why_grid.ai_newsadd_grid .block:nth-of-type(2) {
    align-items: initial;
}

.tpvideo video {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.lang_tab dt {
    display: none;
}


/*0219*/

.search_grid {
    position: relative;
    width: 300px;
}

.search_grid input {
    line-height: 24px;
    width: 100%;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0 5px;
}

.search_grid button {
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 86px;
    height: 25px;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
}

.sear_rips {
    margin-top: 10px;
    color: #009FEF;
}

.search_list_grid ul {
    padding-top: 10px;
}

.search_list_grid li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 25px 0;
}

.search_list_grid .tit {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.search_list_grid a {
    color: #333;
}

.main-rass .gareer_why_grid .block {
    flex-wrap: wrap;
}

.main-rass .rass_solution_grid h2 {
    text-align: center;
}

.main-rass .gareer_why_grid .block label {
    margin-right: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.main-rass .rass_adv h2 {
    text-align: center;
}

.main-rass .gareer_why_grid .block .padd-25 {
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
}

.about_care .title.type1 h2 {
    max-width: 660px;
}

@media only screen and (max-width: 1250px) {
    .main-rass .gareer_why_grid .block .padd-25,
    .gareer_why_grid .block .text {
        text-align: center;
    }
    .h-banner-inner .h-text-box {
        width: 98%;
        padding: 0 1%;
        margin-left: 0;
        left: 0;
    }
    .h-banner-inner .h-text-box .h-h {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 1140px) {
    .gareer_awards li p {
        line-height: 24px;
        height: 72px;
        overflow: hidden;
    }
    /* .rass_solution_grid ul dl {
        justify-content: flex-start;
    } */
    .index_pro_slider .text p {
        white-space: initial;
    }
    .rass_fact .right p {
        -webkit-line-clamp: 10;
    }
    .gareer_why_grid .table .arrow {
        margin-left: 0;
    }
    .odm_work li:nth-of-type(1) .icon {
        background-image: url(../images/C2.png);
    }
    .odm_work li:nth-of-type(2) p {
        color: #FFCC66;
    }
    .odm_work li:nth-of-type(1) p {
        color: #009FEF;
    }
    .odm_work li:nth-of-type(2) .icon {
        background-image: url(../images/A2.png);
    }
    .odm_work li:nth-of-type(3) p {
        color: #ec6c7b;
    }
    .odm_work li:nth-of-type(3) .icon {
        background-image: url(../images/R2.png);
    }
    .odm_work li:nth-of-type(4) .icon {
        background-image: url(../images/E2.png);
    }
    .odm_work li:nth-of-type(4) p {
        color: #c3ec6f;
    }
    .case_list_ny_grid li p {
        height: auto;
    }
    .footer-box .foot_nav.foot_nav_cn {
        padding-top: 30px;
    }
    li img {
        max-width: initial;
    }
    .box-about-top-text .title.type1,
    .about_leader .title.type1 {
        margin-top: 40px;
    }
    .about_awards {
        padding-bottom: 30px;
    }
    .h-banner-inner.h-career-cn {
        height: auto;
    }
    .h-banner-inner.h-career-cn .h-img-box img {
        width: 100%;
    }
    .h-banner-inner.h-career-cn .h-text-box .h-c-tit {
        margin-top: 0;
    }
    .h-banner-inner.h-career-cn .h-text-box {
        left: 50%;
        display: flex;
        width: 100%;
    }
    .h-banner-inner.h-career-cn .h-text-box .h-c-tit em:nth-of-type(1),
    .h-banner-inner.h-career-cn .h-text-box .h-c-tit em:nth-of-type(2) {
        margin: 0 10px;
    }
    .h-banner-inner.h-career-cn .h-img-box {
        transform: translateX(0);
        position: initial;
    }
    .about_info_number .icon {
        display: none;
    }
    .odm_work li:nth-of-type(1) .icon {
        background-size: 120px;
    }
    .odm_work li:nth-of-type(2) .icon {
        background-size: 145px;
    }
    .odm_work li:nth-of-type(3) .icon {
        background-size: 108px;
    }
    .odm_work li:nth-of-type(4) .icon {
        background-size: 100px;
    }
    .odm_work .text_over {
        display: none;
    }
    .title.type1 h2 {
        padding: 0 20px;
    }
    .service_news_grid .imgshow img {
        position: initial;
        width: 100%;
    }
    .service_news_grid li.two .imgshow img {
        width: 100%;
    }
    .footer-box .foot_nav li.deltel a {
        cursor: pointer;
    }
    .header_box_ny .lang_tab dt {
        display: inline-block;
    }
    .ind_case_list li {
        width: 100%;
        margin-right: 0;
    }
    .index_pro_slider .swiper-button-next,
    .index_pro_slider .swiper-button-prev {
        width: 30px;
        height: 30px;
        background-size: 50%;
    }
    .nav_box.h100 {
        height: auto;
    }
    .h-banner-inner .h-img-box img.h-pc {
        display: none;
    }
    .h-banner-inner .h-img-box img.h-wap {
        display: block;
    }
    .h-banner-inner .h-text-box {
        padding: 0 5%;
        width: 100%;
    }
    .h-banner-inner .h-text-box .h-h {
        font-size: 30px;
    }
    .h-banner-inner.h-industry .h-text-box .h-h {
        font-size: 26px;
    }
    .h-banner-inner .h-text-box .h-t {
        font-size: 16px;
        padding: 10px 0;
    }
    .h-banner-inner .h-text-box .h-p {
        width: 100%;
    }
    .h-banner-inner .h-text-box .h-c-tit span {
        font-size: 26px;
        padding-left: 20px;
    }
    .h-banner-inner .h-text-box .h-c-tit span::after {
        width: 4px;
        height: 4px;
        left: 4px;
        margin-top: -2px;
    }
    .h-banner-inner .h-text-box .h-c-link a:first-child {
        margin-right: 10px;
    }
    /*0120*/
    .sear_grid .hot_app_list li {
        width: 100%;
        margin-right: 0;
    }
    /*0117*/
    .index_news_grid .news_list:nth-of-type(2) li {
        height: auto;
    }
    .index_news_grid li .btn {
        position: initial;
    }
    .news_ny_list .text .btn {
        position: relative;
    }
    .global_map_list.Whitepapers_list .line {
        display: none;
    }
    .down_Whitepapers li h3 {
        min-height: auto;
    }
    .down_Whitepapers li p {
        height: auto;
        padding-top: 0;
    }
    .down_Whitepapers li .btn {
        position: relative;
        left: 0;
        margin-top: 5px;
        width: 115px;
    }
    .global_map_list li {
        margin-top: 0;
    }
    .news_list2 .swiper-slide {
        width: 100%;
    }
    /*0109*/
    .case_img_grid li {
        margin-bottom: 20px;
    }
    .case_video_grid li:nth-of-type(1) {
        width: 100%;
        height: 30vh;
    }
    .case_video_grid ul {
        height: auto;
    }
    .case_video_grid li {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .case_video_grid li:nth-of-type(3) {
        right: 0;
        top: 0%;
        transform: translateY(0%);
    }
    .case_list_ny_grid li {
        width: 100%;
        margin-right: 0;
    }
    .case_list_ny_grid li img {
        width: 100%;
    }
    .case_select dl {
        transform: translateY(0%);
        left: 0;
        position: initial;
    }
    .news_ny_list .text h3 {
        margin-bottom: 5px;
    }
    .news_ny_grid .page-box {
        padding-bottom: 10px;
    }
    .case_select dl {
        margin-top: 10px;
    }
    .case_select dl dd {
        /* width: 25%; */
        padding: 5px 0;
    }
    .news_ny_list .text p {
        top: 0;
    }
    .case_select dl.show dd a {
        padding: 0 10px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .case_select:hover dl {
        top: 100%;
    }
    .down_msg .usedComp,
    .down_msg .usedComp:nth-of-type(3),
    .down_msg .usedComp.w50,
    .down_msg .usedComp.w30 {
        width: 100%;
    }
    .controls-selectmore .more_menu {
        left: 0;
    }
    .controls-selectmore.act .more_menu {
        top: 100%;
    }
    .down_ny_grid_detail .left {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .down_ny_grid_detail .left img {
        width: 100%;
    }
    .nav_box {
        height: auto;
    }
    .header_ser {
        margin-right: 0;
        margin-left: 20px;
    }
    .ser_box input.ser_input {
        height: 60px;
    }
    .ser_box .ser_btn {
        height: 60px;
    }
    .ser_box.act.type2,
    .ser_box.act {
        top: 70px;
    }
    .lang_tab {
        display: flex;
        align-items: center;
    }
    /*0109 end*/
    .about_map_grid {
        /* display: none; */
    }
    .ind_case_grid {
        position: relative;
    }
    .ind_case_grid .swiper-button-next,
    .ind_case_grid .swiper-button-prev {
        display: none;
    }
    .gareer_mail.service_top .service_btn {
        width: 100%;
    }
    .about_map_grid {
        padding-bottom: 20px;
    }
    .foot_banquan p span:first-child {
        padding-left: 0;
    }
    .banner.banner_ny {
        margin-top: 0;
    }
    .service_news_grid>ul>li .imgshow,
    .service_news_grid li .m-width-1200,
    .service_news_grid>ul>li .text {
        width: 100%;
    }
    /* .service_news_grid>ul>li .imgshow {
        height: auto;
    } */
    .service_news_grid>ul>li {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .header_ny {
        position: relative !important;
    }
    .news_list1.swiper-container,
    .news_list2.swiper-container .swiper-wrapper {
        height: auto;
    }
    .rass_fact .left img {
        display: none;
    }
    .rass_fact .left li {
        position: initial;
        background-size: 20px;
        padding-left: 25px;
        min-width: 33.33%;
        background-position: 0 0;
        text-indent: 0;
    }
    .rass_fact .left ul {
        /* position: absolute;
   bottom: 0;
   left: 0;*/
        width: 100%;
        display: none;
        flex-wrap: wrap;
    }
    .banner.banner_ny.about_banner {
        height: auto;
        /* padding-top: 20px; */
        /* background: none; */
        padding-bottom: 20px;
    }
    .banner.banner_ny .box-about {
        position: initial;
        transform: translateX(0);
        margin-top: 20px;
    }
    .banner.banner_ny.about_banner .swiper-slide {
        background-size: auto 100%;
        /* background: url('../images/about_banner.jpg') no-repeat 50% 50%; */
    }
    .martop-80 {
        margin-top: 30px;
    }
    .rass_fact .left {
        margin-right: 0;
        margin-bottom: 0px;
    }
    .rass_fact .right img {
        margin: 15px 0 10px;
    }
    .rass_project.padd-80 {
        padding: 30px 0;
    }
    .footer-box .form-box {
        margin: 15px 0;
    }
    .about_logos li:nth-of-type(odd) {
        background-color: #EEEEEE;
    }
    .f36 {
        font-size: 26px;
    }
    #toTop {
        /* bottom: 115px; */
        display: none !important;
    }
    .banner .explore {
        display: none;
    }
    .odm_work li .icon {
        /* font-size: 50px; */
        margin-bottom: 10px;
        height: 150px;
    }
    .odm_work li {
        width: 100%;
        padding: 0 2%;
    }
    .odm_work li p {
        text-align: center;
        font-size: 14px;
        overflow: hidden;
        line-height: 1.4;
        width: 100%;
    }
    .about_leader li {
        height: auto;
    }
    .odm_work .text_over p {
        padding: 15px;
    }
    .about_info_number ul {
        padding: 0px 0 20px;
        /* display: none; */
    }
    .about_info_number ul li:nth-of-type(3) {
        display: none;
    }
    .nav .nav_erji dl {
        flex-wrap: wrap;
    }
    .nav .nav_erji {
        padding: 5px 10px;
        background-color: #009FEF;
        box-sizing: border-box;
        top: auto;
        bottom: -100%;
    }
    .nav .nav_erji:after,
    .nav .nav_erji:before,
    .nav .nav_erji .arrow_icon {
        display: none;
    }
    .nav .nav_erji dd {
        margin-right: 0;
        width: 100%;
    }
    .nav .nav_erji dd a {
        padding: 10px 0;
        display: inline-block;
        color: #FFF !important;
    }
    .header_box_ny .lang_tab a:hover,
    .header_box_ny .lang_tab a.act {
        border: none;
    }
    .lang_tab {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .lang_tab a {
        margin-left: 0;
        padding: 0 0px;
        box-sizing: content-box;
    }
    .lang_tab dl {
        position: relative;
    }
    .lang_tab dl:hover dd {
        visibility: visible;
        top: 100%;
        opacity: 1;
    }
    .lang_tab dt {
        display: inline-block;
        text-align: right;
    }
    .lang_tab dd {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 10px 0;
        text-align: center;
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
    }
    .lang_tab dd a {
        margin-left: 0;
        width: auto;
    }
    .lang_tab dd a.act,
    .lang_tab dd a:hover {
        color: #FFF;
        border: none;
    }
    .banner .text {
        top: 50%;
        /* transform: translateY(0%); */
    }
    .header {
        top: 0;
    }
    .header .header-box {
        height: 60px;
    }
    .header .header-box .logo {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .nav ul {
        flex-wrap: wrap;
    }
    .nav li {
        margin: 0;
        width: 33.33%;
        padding-top: 15px;
    }
    .index_news_grid li {
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }
    .news_list li h3 {
        margin-top: 0;
        padding: 15px 10px 0;
    }
    .news_list li .persent {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .index_news_grid .news_list:nth-of-type(2) li {
        width: 100%;
    }
    .index_news_grid .news_list:nth-of-type(2) li .btn {
        margin: 0 auto;
        background: #009FEF;
        color: #FFF;
    }
    .index_news_grid .news_list:nth-of-type(2) li .btn .icon {
        background: url(../images/arrow.png) no-repeat 50% 50%;
    }
    .index_pro_slider .swiper-button-next {
        right: 10px;
    }
    .index_pro_slider .swiper-button-prev {
        left: 10px;
    }
    .index_pro_slider .swiper-container {
        width: 100%;
    }
    .index_pro_slider .swiper-container .swiper-slide img {
        width: 100%;
    }
    .banner .text p {
        font-size: 30px;
    }
    .banner .text .tips {
        font-size: 18px;
        margin-top: 20px;
    }
    span.layui-layer-setwin {
        right: 10px;
        top: 10px;
    }
    .gareer_why_grid .table dd {
        font-size: 14px;
    }
    .gareer_why_grid .table .select {
        font-size: 14px;
        flex-wrap: wrap;
    }
    .gareer_why_grid .table .select small {
        font-size: 14px;
        width: 100%;
        flex-shrink: 0;
        justify-content: center;
        margin-bottom: 5px;
    }
    .gareer_why_grid .table .select_text li {
        line-height: 1.2;
        border-bottom: 1px solid #f5f5f5;
    }
    .gareer_why_grid .table .select .icon {
        display: none;
    }
    .gareer_why_grid .table dd .cell.last {
        padding: 9px;
    }
    .gareer_why_grid .table dd .form {
        flex-wrap: wrap;
    }
    .gareer_why_grid .table dd .form p {
        margin-bottom: 3px;
    }
    .gareer_why_grid .table .btn {
        margin-left: 5px;
        font-size: 12px;
    }
    .ai_Analysis {
        width: 100%;
    }
    .gareer_mail.service_top {
        margin: 25px 0;
        padding: 0;
    }
    .gareer_mail.service_top:after {
        display: none;
    }
    .gareer_mail.service_top a {
        width: 100%;
        display: block;
        /* width: 50%; */
        /* float: left; */
        padding: 0 0;
        margin-bottom: 8px;
    }
    .gareer_mail.service_top a:nth-last-of-type(1) {
        margin-left: 0;
        margin-top: 0;
    }
    .service_support ul li {
        width: 50%;
    }
    .service_support .title {
        margin: 25px 0;
    }
    .service_news_grid li .imgshow,
    .service_news_grid li.normal .imgshow,
    .service_news_grid>ul>li .imgshow {
        width: 100%;
        height: auto;
        /* height: 30vh;
        background-size: auto 100%; */
    }
    .service_news_grid li.normal:nth-of-type(2n) .text {
        padding-right: 0;
    }
    .service_news_grid li.normal.two .imgshow {
        background-position: 50% 50%;
    }
    .service_news_grid li .text {
        width: 100%;
    }
    .service_news_grid li .m-width-1200 {
        position: initial;
        left: 0;
        transform: translateX(0%);
    }
    .service_news_grid li a {
        flex-wrap: wrap;
    }
    .service_news_grid li {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .service_news_grid li h3 {
        margin-top: 20px;
    }
    .service_news_grid li h3 {
        font-size: 22px;
    }
    .service_news_grid li dl {
        margin-top: 15px;
    }
    .service_news_grid li.normal .imgshow,
    .service_news_grid li.normal .text {
        width: 100%;
        padding-left: 0;
    }
    .rass_solution_grid ul {
        margin-bottom: 0;
    }
    .rass_solution_grid .title,
    .pick_bot_w50 .title {
        margin: 25px 0;
    }
    .rass_fact .right img {
        width: 100%;
    }
    .rass_solution_grid dl dd {
        width: 20%;
        flex-shrink: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .rass_fact {
        padding: 30px 0 0px;
    }
    .rass_solution_grid dl .icon {
        width: 5%;
        align-items: center;
        text-align: center;
    }
    .rass_solution_grid ul li {
        margin-bottom: 40px;
        padding-right: 0;
    }
    .rass_solution_grid ul li>p {
        height: auto;
        margin-bottom: 15px;
    }
    .rass_solution_grid ul li:nth-of-type(1),
    .rass_solution_grid ul li:nth-of-type(2),
    .rass_solution_grid ul li:nth-of-type(3) {
        width: 100%;
        margin-right: 0;
    }
    .rass_solution_grid ul li:nth-of-type(3) {
        width: 100% !important;
    }
    .rass_adv li,
    .rass_adv li:nth-of-type(4) {
        width: 48%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .rass_adv h3 .icon {
        margin-bottom: 0;
    }
    .rass_adv h3 p {
        font-size: 18px;
    }
    .ress_application .title {
        margin: 40px 0 10px;
    }
    .ress_application .right {
        margin-top: 30px;
    }
    .ress_application .left,
    .ress_application .right {
        width: 100%;
        margin-right: 0;
    }
    .ress_application ul {
        height: auto;
    }
    .ress_application .app_video {
        margin-top: 40px;
    }
    .rass_module .left,
    .rass_module .right {
        width: 100%;
    }
    .ress_application ul li {
        width: 50%;
    }
    .erji_nav {
        display: none;
    }
    .pick_bot_w50 ul {
        padding-top: 0px;
    }
    .pick_bot_w50 li {
        margin-bottom: 15px;
        width: 50%;
        margin-right: 0;
    }
    .pick_bot_w50.pick_self_bot ul {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .pick_bot_w50.pick_self_bot ul dl {
        margin-bottom: 0;
    }
    .pick_bot_w50 .imgshow {
        flex-wrap: wrap;
    }
    .pick_bot_w50 .imgshow .icon {
        height: auto;
        width: 100%;
        margin-bottom: 15px;
    }
    .pick_bot_w50 .btn {
        margin-top: 15px;
    }
    .pick_list_grid ul li {
        width: 100%;
    }
    .picking_w50 .block {
        flex-wrap: wrap;
    }
    .pick_bot_w50.raas_bot .imgshow .icon {
        text-align: center;
    }
    .rass_module .left {
        margin-bottom: 20px;
    }
    .pick_bot_w50.raas_bot dl.disflex {
        justify-content: center;
    }
    .pick_bot_w50.raas_bot .disflex dd {
        margin-right: 0;
    }
    .pick_bot_w50.raas_bot dl {
        padding-bottom: 0;
        text-align: center;
    }
    .rass_module .pick_bot_w50 ul {
        margin-top: 0;
    }
    .pick_bot_w50.raas_bot .btn {
        max-width: max-content;
        margin: 0 auto;
    }
    .rass_module .pick_bot_w50 ul {
        padding-top: 0;
    }
    .pick_list_grid ul li {
        margin-bottom: 20px;
    }
    .pick_list_grid ul li img {
        width: 100%;
    }
    .ind_pain_grid.m-width-1200 {
        margin: 30px 0;
    }
    .gareer_why_grid.pick_why_grid .block {
        margin-bottom: 25px;
    }
    .picking_w50 .block .text p {
        height: 50%;
        width: 100%;
        padding: 0;
    }
    .picking_w50 .block .text p:nth-of-type(1) {
        padding-right: 0;
    }
    .picking_w50 .block .text {
        flex-wrap: wrap;
    }
    .picking_w50 .block .left,
    .picking_w50 .block .right {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .ind_case_grid .swiper-slide {
        height: auto;
    }
    .ind_case_grid .swiper-slide .text {
        width: 100%;
        padding: 20px;
        position: initial;
    }
    .ind_sulution_list .left dd {
        width: 100%;
        padding-right: 0;
    }
    .ind_pain_grid li,
    .ind_pain_grid li.last {
        width: 100%;
    }
    .ind_sulution_list li {
        margin-bottom: 0;
    }
    .ind_sulution_grid .title {
        margin: 25px 0 0;
    }
    .ind_sulution_list .left dd {
        margin-top: 15px;
    }
    .ind_pain_grid li.last,
    .ind_pain_grid li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .ind_sulution_list .left h3 {
        margin-top: 25px;
    }
    .ai_mid_list {
        padding: 0px 0 20px;
    }
    .ai_mid_list li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .ai_mid_list li.bg {
        min-width: auto;
        justify-content: center;
    }
    .ai_center_list {
        padding: 0;
        background: none;
    }
    .ai_center_list li {
        width: 50%;
        margin-bottom: 15px;
    }
    .gareer_video_grid li {
        position: initial;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .gareer_video_grid li:nth-of-type(2n) {
        margin-right: 0;
    }
    .gareer_video_grid li:nth-last-of-type(1) {
        width: 100%;
        margin-right: 0;
    }
    .gareer_awards li {
        width: 49%;
        margin-bottom: 15px;
        margin-right: 2%;
        float: left;
    }
    .gareer_awards li:nth-of-type(2n) {
        margin-right: 0;
    }
    .gareer_awards li img {
        width: 100%;
        max-width: max-content;
    }
    .gareer_awards li:nth-of-type(2n):after {
        display: none;
    }
    .gareer_why_grid .block label {
        margin-bottom: 30px;
    }
    .gareer_why_grid .why_list {
        flex-wrap: wrap;
    }
    .gareer_why_grid .why_list li {
        width: 100%;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .gareer_why_grid .why_list li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .gareer_mail {
        padding: 10px 0;
    }
    .gareer_why_grid .block .left {
        /* width: 100%;
        margin-bottom: 15px;
        font-size: 18px; */
        margin-bottom: 10px;
        width: 100%;
    }
    /* .gareer_why_grid .block .right {
        border: none;
    } */
    .gareer_why_grid .block .right p {
        line-height: 1.5;
    }
    .gareer_why_grid .block .padd-25,
    .gareer_why_grid .block .padd-22 {
        padding-right: 0;
        padding-left: 0;
    }
    .main-rass .gareer_why_grid .block .padd-25 {
        padding-left: 0;
        padding-right: 0;
    }
    .gareer_why_grid .block {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .page-box .page-inner {
        justify-content: center !important;
    }
    .news_event_grid li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .news_ny_grid li {
        width: 100%;
        margin-right: 0;
    }
    .news_ny_grid li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .news_ny_list li a {
        flex-wrap: wrap;
        display: block;
    }
    .news_ny_list .text {
        margin-left: 0;
    }
    .news_ny_list .text {
        height: auto;
    }
    .news_ny_list li img.lefimg {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
        /* max-width: auto; */
    }
    .about_info_number li {
        width: 50%;
    }
    .about_info_number li em {
        font-size: 30px;
        margin-top: 10px;
    }
    .about_info_number li:after {
        display: none;
    }
    .flexwrap {
        flex-wrap: wrap;
    }
    .layui-layer-my .imgshow {
        width: 100%;
        position: initial;
    }
    .layui-layer-my .user_grid {
        padding-left: 0;
    }
    .layui-layer-my .imgshow img.layer_img {
        width: 100%;
    }
    .layui-layer-my h4 {
        text-align: center;
    }
    .layui-layer-my .btn.hover {
        display: block;
    }
    .about_video .title.type1 {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .about_logos li,
    .about_logos li:nth-of-type(5n),
    .about_awards li,
    .about_awards li:nth-of-type(5n) {
        width: 49%;
        margin-right: 2%;
    }
    .about_awards li:nth-last-of-type(1) {
        position: initial;
    }
    .about_logos li:nth-of-type(2n),
    .about_logos li:nth-of-type(5n):nth-of-type(2n),
    .about_awards li:nth-of-type(2n),
    .about_awards li:nth-of-type(5n):nth-of-type(2n) {
        margin-right: 0;
        border-right: none;
    }
    .about_awards li:nth-of-type(5n) {
        /* border-right: 1px solid #B4B4B4; */
    }
    .about_leader li {
        width: 49%;
        margin-right: 2%;
    }
    .about_leader li:nth-of-type(2n) {
        margin-right: 0;
        border-right: none;
    }
    .about_map_content {
        background: none;
        width: 100%;
        height: auto;
    }
    .about_map_content li {
        position: initial;
        display: flex;
        flex-flow: row-reverse;
        justify-content: flex-end;
        margin-bottom: 10px;
    }
    .about_map_content li .tips {
        visibility: visible;
        opacity: 1;
        position: initial;
        transform: translateX(0);
        flex-wrap: wrap;
        box-shadow: none;
        padding: 5px 0;
    }
    .about_map_content li .icon {
        flex-shrink: 0;
        background: url(../images/dot.png) no-repeat;
        background-size: auto 100%;
        height: auto;
    }
    .about_map_content li .tips:after {
        display: none;
    }
    .about_info_number li {
        border: none;
    }
    .footer-box .form-box .usedComp {
        width: 100% !important;
    }
    .global_map_list li {
        font-size: 14px;
    }
    .down_global_gird .title {
        margin-bottom: 25px;
    }
    .foot_banquan p {
        text-align: left;
        padding: 0 20px;
        line-height: 1.5;
    }
    .footer {
        margin-top: 30px !important;
        /* padding-bottom: 80px; */
    }
    .footer #xhlFormSubmit {
        width: 100%;
    }
    .footer-box .foot_nav li {
        width: 100%;
    }
    .footer .web_share {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .foot_banquan a {
        padding: 0;
    }
    .footer .web_share a {
        background-position: 0% 50%;
    }
    .footer-box .foot_nav {
        padding-top: 0px;
    }
    .footer-box .fl,
    .footer-box .fr {
        width: 100%;
    }
    #page {
        background-color: #FFF;
        max-width: 1920px;
        margin: 0 auto;
        width: 100%;
    }
    .padd-80 {
        padding: 30px 0;
    }
    .title {
        margin: 25px 0;
    }
    .f34 {
        font-size: 34px;
    }
    .header_box_ny {
        padding: 0;
        height: 60px;
    }
    .header_box_ny .lang_tab {
        float: left;
        margin-left: 0;
        height: 60px;
    }
    .header_box_ny .lang_tab a {
        width: 30px;
        margin-left: 0;
    }
    .header_box_ny .logo_ny {
        position: absolute;
        left: 50%;
        height: 60px;
        top: 0px;
        transform: translateX(-50%);
    }
    .header_box_ny .logo_ny .pc_logo {
        display: none;
    }
    .header_box_ny .logo_ny a {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_box_ny .logo_ny img {
        width: 60%;
    }
    .down_ny_grid .left .btn {
        margin-top: 14px;
    }
    .down_ny_grid .left {
        margin-bottom: 20px;
    }
    .down_ny_grid .left,
    .down_ny_grid .left .text {
        height: auto;
    }
    .global_map_list li {
        /* min-height: auto; */
        /* padding-left: 0; */
        width: 100%;
        margin-bottom: 25px;
    }
    .global_map_list li img {
        /* position: initial; */
        margin-bottom: 15px;
    }
    .page-box .page-inner a.next_page {
        display: none;
    }
    .header_ny .pc-nav {
        display: none;
    }
    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .martop-60 {
        margin-top: 15px;
    }
    .sm_100 {
        width: 100% !important;
    }
    .btn-nav {
        position: absolute;
        background: transparent;
        border: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 99999;
        display: block;
        width: 30px;
        right: 20px;
        top: 0;
        height: 60px;
    }
    .btn-nav a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #009FEF;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        z-index: 999999;
    }
    .icon-bar .bottom {
        margin-bottom: 0;
    }
    .mm-opening .top {
        -webkit-transform: translateY(8px) rotateZ(45deg);
        -moz-transform: translateY(8px) rotateZ(45deg);
        -ms-transform: translateY(8px) rotateZ(45deg);
        -o-transform: translateY(8px) rotateZ(45deg);
        transform: translateY(8px) rotateZ(45deg);
    }
    .mm-opening .bottom {
        -webkit-transform: translateY(-10px) rotateZ(-45deg);
        -moz-transform: translateY(-10px) rotateZ(-45deg);
        -ms-transform: translateY(-10px) rotateZ(-45deg);
        -o-transform: translateY(-10px) rotateZ(-45deg);
        transform: translateY(-10px) rotateZ(-45deg);
    }
    .mm-opening .middle {
        width: 0;
    }
    .banner .bg-box {
        display: none;
    }
    .banner-content {
        display: none;
    }
    .banner .wap-box {
        display: block;
        background-size: 100%;
        background-position: 50% 0%;
        background-size: cover;
    }
}