@charset "UTF-8";
.header_grid {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 2000;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(31, 31, 31, 0.05);
}

.header_grid.act {
    background-color: rgba(255, 255, 255, 0.9);
}

.header_grid .header_box_ny {
    height: 60px;
}

.header_grid .logo_ny {
    height: 60px;
    display: flex;
    align-items: center;
}

.header_grid .logo_ny img {
    height: 32px;
}

.header_grid .lang_tab a {
    font-size: 12px;
}

.header_grid .pc-nav li {
    transition: all 0.3s;
    position: relative;
}

.header_grid .pc-nav li .icon {
    width: 9px;
    height: 6px;
    display: inline-block;
    background: url("../images/newsimg/arrow.png") no-repeat;
    margin-left: 5px;
}

.header_grid .pc-nav li:hover>a,
.header_grid .pc-nav li.active>a {
    color: #009FEF;
}

.header_grid .pc-nav li:hover .icon,
.header_grid .pc-nav li.active .icon {
    background: url("../images/newsimg/arrow_blue.png") no-repeat;
}

.header_grid .header_box_ny .pc-nav li {
    line-height: 60px;
    z-index: 9;
}

.header_grid .header_box_ny .pc-nav li:hover .news_erji {
    margin-top: -6px;
    visibility: visible;
    opacity: 1;
}

.header_grid .header_box_ny .lang_tab {
    height: 60px;
}

.header_grid dl {
    transition: all 0.3s;
}

.header_grid .news_erji {
    position: absolute;
    transition: all 0.3s;
    top: 100%;
    z-index: 3;
    padding-top: 6px;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    min-width: 150px;
}

.header_grid .news_erji dd {
    /* height: 40px; */
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
    text-align: left;
    position: relative;
}

.header_grid .news_erji dd:hover>dl {
    visibility: visible;
    opacity: 1;
}

.header_grid .news_erji dd>dl {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 150px;
    margin-top: -6px;
    margin-left: 2px;
    z-index: 4;
    padding-top: 6px;
    background: white;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
}

.header_grid .news_erji dd .arrow {
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url("../images/newsimg/arrow_right.png") no-repeat 50% 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.header_grid .news_erji dd:hover>a {
    background: #009FEF;
    color: #fff;
}

.header_grid .news_erji dd:hover .arrow {
    opacity: 1;
}

.header_grid .news_erji dd a {
    display: block;
    /* padding-left: 12px;
    padding-right: 30px; */
    padding: 12px;
}

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

.header_box_ny .pc-nav li {
    font-size: 16px;
}

.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;
}

.banner {
    height: calc(100vh - 60px);
    overflow: hidden;
}

.banner_geek .text p {
    line-height: 1;
    margin-bottom: 25px;
}

.map_tit {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.map_tit dl {
    margin-left: 16px;
}

.map_tit dd {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #333;
}

.map_tit dd .s_icon {
    display: inline-block;
    width: 5px;
    height: 15px;
    background: rgba(237, 28, 36, 1);
    margin-right: 10px;
}

.map_tit dd .s_icon.sblue {
    background: rgba(52, 182, 244, 1);
}

.map_tit dd .s_icon.sgreen {
    background: rgba(156, 217, 82, 1);
}

.geek_index_map {
    height: 694px;
    display: flex;
    position: relative;
    align-items: flex-end;
    overflow: hidden;
    padding-bottom: 45px;
}

.geek_index_rass .btn {
    margin: 10px auto 0;
    position: relative;
    padding-left: 25px;
    justify-content: initial;
}

.geek_index_rass .btn:hover {
    background-color: #fff;
    color: #009FEF;
}

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

.geek_index_rass .btn .icon {
    position: absolute;
    right: 15px;
    top: 5px;
}

.geek_index_map .geek_index_rass {
    position: absolute;
    z-index: 3;
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.geek_index_map .geek_index_rass .text {
    padding-top: 280px;
    color: #333;
}

.geek_index_map .geek_index_rass span {
    padding-bottom: 5px;
}

.geek_index_map>img {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}

@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;
}

.geek_index_map .news_list .persent {
    color: #009FEF;
    margin-bottom: 20px;
    /* font-family: 'arial-boldmt' !important; */
}

.geek_news_w4 {
    background-color: #F1F1F1;
    padding: 40px 0;
}

.geek_news_w4 .news_list h3 {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.geek_news_w4 .news_list .btn {
    margin-top: 8px;
    position: initial;
}

.geek_news_w4 .news_list .text p {
    height: 125px;
    margin-bottom: 0;
}

.geek_index_pro li {
    width: 18%;
    overflow: hidden;
    transition: all 0.3s;
}

.geek_index_pro li.act {
    width: 32%;
}

.geek_index_pro li.act .text {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease-out;
}

.geek_index_pro li.act a:after {
    opacity: 0;
}

.geek_index_pro a {
    position: relative;
    color: #fff;
    display: block;
}

.geek_index_pro a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    opacity: 1;
    transition: all 0.3s;
}

.geek_index_pro .text {
    position: absolute;
    top: 0;
    padding: 110px 90px 70px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transform: translateX(100%);
    opacity: 0;
}

.geek_index_pro .text p {
    line-height: 1.875;
    font-size: 16px;
}

.geek_index_pro .text_bot {
    position: absolute;
    bottom: 40px;
    font-size: 24px;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    z-index: 3;
}

.geek_index_pro .text_bot .icon {
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("../images/newsimg/arrow_right.png") 50% 50%;
    margin-left: 12px;
    position: relative;
    top: 3px;
}

.geek_index_pro h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.geek_index_rass {
    background: url("../images/newsimg/index_rass.png") no-repeat 50% 50%;
    height: 800px;
    color: #FFF;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.geek_index_rass.geek_system_grid {
    background: url("../images/newsimg/index_system.png") no-repeat 50% 50%;
}

.geek_index_rass.geek_system_grid h2 {
    font-size: 50px;
}

.geek_index_rass.geek_system_grid .text {
    padding-top: 232px;
}

.geek_index_rass .text {
    padding-top: 255px;
    text-align: center;
}

.geek_index_rass h2 {
    font-size: 60px;
    font-weight: normal;
    /* margin: 25px 0; */
    margin: 25px 0 30px;
    /* letter-spacing: 5px; */
}

.geek_index_rass span {
    font-size: 40px;
}

.geek_index_rass p {
    font-size: 24px;
    margin: 0 auto;
}

#xhlFormSubmit {
    background-color: #009FEF;
}

.footer .web_share li {
    width: 40%;
}

.footer .web_share li.tx,
.footer .web_share li.sina {
    width: 20%;
}

.footer .web_share li.tx a {
    background-image: url("../images/link2.png");
}

.footer .web_share li.sina a {
    background-image: url("../images/newsimg/sina.png");
}

.footer .web_share li em {
    margin-left: 3px;
}

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

.geek-banner-ny {
    height: 404px;
    overflow: hidden;
}

.geek-banner-ny.geek-banner-single .h-text-box .h-h {
    margin-bottom: 8px;
}

.geek-banner-ny.geek-banner-single .h-t {
    max-width: 490px;
}

.geek-banner-ny.h452 {
    height: 452px;
}

.geek-banner-ny.h-banner-inner {
    width: 100%;
}

.geek-banner-ny.h-banner-inner .h-img-box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.geek-banner-ny.h-banner-inner .h-img-box img {
    width: auto;
}

.geek-banner-ny.h-banner-inner .h-h {
    font-size: 131px;
}

.geek-banner-ny.h-banner-inner .h-p {
    line-height: 27px;
    font-size: 19px;
    width: 780px;
    font-weight: 300;
}

.geek-banner-ny.h-banner-inner .h-t {
    margin-bottom: 5px;
    font-size: 48px;
}

.geek-banner-ny .h-text-box {
    position: relative;
}

.geek_title {
    margin-top: 65px;
    text-align: center;
    margin-bottom: 40px;
}

.geek_title h2 {
    font-size: 34px;
    color: #333;
    margin-bottom: 20px;
}

.geek_title p {
    font-size: 14px;
    line-height: 2;
}

.teach_system_grid .imgshow {
    padding-top: 30px;
    text-align: center;
}

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

.teach_moudle4_grid .geek_title {
    margin-top: 43px;
}

.teach_moudle4_grid li {
    width: 24%;
    margin-right: 1.33%;
    float: left;
    background: white;
    box-shadow: 0px 3px 9px 0px rgba(157, 157, 157, 0.2);
    border-radius: 15px;
}

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

.teach_moudle4_grid li a {
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

.teach_moudle4_grid li h3 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    /* white-space: nowrap; */
    /*规定段落中的文本不进行换行 */
    line-height: 1.2;
    padding: 0 15px;
    text-align: center;
}

.teach_product_grid .geek_title {
    margin-top: 92px;
}

.teach_product_grid li {
    float: left;
    width: 33.33%;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    list-style-type: initial;
}

.teach_product_grid ul {
    margin-bottom: 94px;
}

.teach_product_grid .imgshow {
    width: 100%;
    max-width: 1790px;
    margin: 0 auto;
    text-align: center;
}

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

.teach_moudle3 li {
    width: 30.5%;
    margin-right: 1.5%;
    float: left;
    background: white;
    box-shadow: 0px 3px 9px 0px rgba(157, 157, 157, 0.2);
    border-radius: 15px;
}

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

.teach_moudle3 li:nth-last-of-type(2) {
    width: 36%;
}

.teach_moudle3 li a {
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

.teach_moudle3 li h3 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    /* white-space: nowrap; */
    /*规定段落中的文本不进行换行 */
    padding: 0 15px;
    line-height: 1.2;
    text-align: center;
}

.teach_center_ys .geek_title {
    margin-top: 108px;
}

.teach_center_ys .center_ys_bg {
    background: url("../images/newsimg/ysbg.png") no-repeat 50% 50%;
}

.teach_center_ys .text {
    color: #FFF;
    height: 590px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.teach_center_ys .text h3 {
    font-size: 34px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

.teach_center_ys .text p {
    font-size: 26px;
}

.teach_robot_grid {
    margin-top: 55px;
}

.teach_robot_grid>h2 {
    margin-bottom: 82px;
}

.cn_share.web_share li .img-pop {
    left: 50%;
    transform: translateX(-50%);
    top: -90px;
    margin-top: 0;
    width: 90px;
}

.cn_share.web_share li .img-pop img {
    width: 90px;
}

.geek_robot_list ul {
    overflow: hidden;
}

.geek_robot_list li {
    min-height: 368px;
    background-repeat: no-repeat;
    background-image: url("../images/newsimg/p_bg.jpg");
    position: relative;
    /* overflow: hidden; */
}

.geek_robot_list li .bg_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
}

.geek_robot_list li a {
    position: relative;
    z-index: 2;
}

.geek_robot_list li>div.m-width-1200 {
    position: relative;
    z-index: 2;
}

.geek_robot_list li.one {
    background-position: 50% 0%;
    margin-bottom: 24px;
}

.geek_robot_list li.one .imgshow {
    width: 47%;
    display: block;
    position: relative;
    /* align-content: flex-end;
    justify-content: flex-end; */
}

.geek_robot_list li.one .imgshow img {
    margin: 0 110px 58px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.geek_robot_list li.one .text {
    margin-left: 80px;
}

.geek_robot_list li.two {
    background-position: 50% 0%;
    background-image: url("../images/newsimg/s_bg.jpg");
    margin-bottom: 30px;
}

.geek_robot_list li.two>.m-width-1200 {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.geek_robot_list li.two .text {
    padding-right: 80px;
}

.geek_robot_list li.two .imgshow {
    position: relative;
}

.geek_robot_list li.two .imgshow img {
    position: relative;
    top: -10px;
    left: -40px;
}

.geek_robot_list li.thr {
    background-position: 50% 0%;
    background-image: url("../images/newsimg/c_bg.jpg");
}

.geek_robot_list li.thr .imgshow {
    width: 47%;
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
}

.geek_robot_list li.thr .imgshow img {
    position: relative;
    right: 10px;
    top: -53px;
}

.geek_robot_list li.thr .text {
    margin-left: 80px;
}

.geek_robot_list li.four {
    background-position: 50% 0%;
    background-image: url("../images/newsimg/m_bg.jpg");
    margin-bottom: 27px;
}

.geek_robot_list li.four>.m-width-1200 {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.geek_robot_list li.four .text {
    margin-right: 80px;
}

.geek_robot_list li.four .imgshow {
    position: relative;
    /* display: flex;
    align-content: flex-end; */
}

.geek_robot_list li.four .imgshow img {
    position: absolute;
    bottom: -10px;
    left: -80px;
    flex-shrink: 0;
    max-height: max-content;
}

.geek_robot_list li.five {
    background-position: 50% 0%;
    background-image: url("../images/newsimg/f_bg.jpg");
}

.geek_robot_list li.five .imgshow {
    width: 47%;
    /* display: flex;
    align-content: flex-end;
    justify-content: flex-end; */
    position: relative;
}

.geek_robot_list li.five .imgshow img {
    position: absolute;
    right: -37px;
    top: -62px;
}

.geek_robot_list li.five .text {
    margin-left: 80px;
}

.geek_robot_list .imgshow {
    min-height: 368px;
}

.geek_robot_list .imgshow img {
    flex-shrink: 0;
}

.geek_robot_list .imgshow {
    width: 50%;
    color: #333;
    /* display: flex;
    flex-wrap: wrap;
    align-content: center; */
}

.geek_robot_list .text {
    width: 489px;
    flex-shrink: 0;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: content-box;
}

.geek_robot_list h3 {
    margin-bottom: 12px;
}

.geek_robot_list p {
    font-size: 14px;
    line-height: 24px;
}

.geek_robot_list .btn {
    margin-top: 32px;
}

.geek_robot_bot {
    margin-top: 110px;
}

.geek_robot_bot h3 {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.geek_robot_bot .text {
    padding-left: 20px;
    padding-right: 93px;
}

.geek_robot_bot .text p {
    line-height: 24px;
    margin-bottom: 20px;
}

.geek_robot_bot .text p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.geek_robot_bot li {
    margin-bottom: 105px;
}

.geek_robot_bot li a {
    cursor: initial;
}

.geek_robot_bot li:nth-of-type(2n) a {
    flex-direction: row-reverse;
}

.geek_robot_bot li:nth-of-type(2n) .text {
    padding-left: 0;
}

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

.f55 {
    font-size: 55px !important;
}

.f14 {
    font-size: 14px !important;
}

.geek-robot-text {
    margin-top: 70px;
}

.geek-robot-text .left {
    width: 222px;
    flex-shrink: 0;
    margin-right: 80px;
}

.geek-robot-text .right {
    flex-wrap: wrap;
    width: 100%;
}

.geek-robot-text .right .single-s-series-list {
    width: 315px;
    flex-shrink: 0;
    margin-right: 55px;
    margin-bottom: 50px;
}

.single-s-series-list h3 {
    font-size: 28px;
    margin-bottom: 5px;
    /* margin-bottom: 6px; */
}

.single-s-series-list li {
    font-size: 14px;
    display: flex;
    line-height: 24px;
    /* line-height: 26px; */
}

.single-s-series-list li .icon {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 10px 5px 0 0;
}

.single-robot-parameter {
    margin-top: 120px;
}

.single-robot-parameter .left {
    position: relative;
    right: -5px;
    z-index: 2;
    top: 4px;
}

.single-robot-parameter .robot-parameter-content {
    position: relative;
    z-index: 13;
}

.robot-parameter-content {
    width: 100%;
}

.robot-parameter-content .parameter_left {
    width: 24%;
    margin-right: 1.33%;
    text-align: center;
    padding-bottom: 10px;
}

.geek-box {
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}

.parameter-block {
    background: white;
    border-radius: 5px;
    padding: 27px 0 0;
    height: 260px;
    margin-bottom: 20px;
}

.parameter-block.hide {
    display: none !important;
}

.parameter-block.sm-block {
    height: 120px;
}

.parameter-block h4 {
    font-size: 20px;
    color: #009FEF;
    /* font-family: 'arial-boldmt' !important; */
    font-weight: bold;
}

.parameter-block .text_blue {
    font-weight: bold;
    font-size: 20px;
    color: #009FEF;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.parameter-block .yuan {
    margin: 0px auto 15px;
    width: 140px;
    height: 140px;
    position: relative;
}

.parameter-block .yuan .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.parameter-block h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
    margin-bottom: 12px;
    /* font-family: 'arial-boldmt' !important; */
}

.parameter-block .text {
    padding-top: 5px;
}

.parameter-block .text p {
    line-height: 24px;
}

.parameter-block dl {
    padding: 0 17px;
}

.parameter-block dd {
    font-size: 14px;
    color: #333;
    padding: 14px 0;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
}

.parameter-block dd:nth-of-type(1) {
    padding-top: 0;
}

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

.parameter-block dd i {
    font-weight: normal;
}

.geek_bar {
    background-color: #E5E5E5;
    position: relative;
}

.geek_bar.vertical {
    height: 185px;
    width: 10px;
    margin: 0 auto;
}

.geek_bar.vertical .bar_blue {
    width: 10px;
    content: '';
    height: 0;
    left: 0;
    bottom: 0;
}

.geek_bar.vertical .num {
    left: 100%;
    margin-left: -15px;
    transition: all 0.5s ease-out;
    display: flex;
    align-items: center;
    bottom: 0;
}

.geek_bar.vertical .num .icon {
    margin-right: 8px;
}

.geek_bar.horizontal {
    height: 10px;
    top: 35px;
    margin: 0px 30px 0;
}

.geek_bar.horizontal .bar_blue {
    height: 10px;
    left: 0;
    width: 0;
}

.geek_bar.horizontal .num {
    display: flex;
    flex-direction: column-reverse;
    left: 0;
    bottom: -4px;
}

.geek_bar.horizontal .num .icon {
    margin-top: 5px;
}

.geek_bar.horizontal .num em {
    position: relative;
    font-weight: bold;
}

.geek_bar .bar_blue {
    position: absolute;
    background-color: #009FEF;
    transition: all 0.5s ease-out;
}

.geek_bar .num {
    position: absolute;
    color: #009FEF;
    font-size: 20px;
    transition: all 0.5s ease-out;
    bottom: 0;
}

.geek_bar .num .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #009FEF;
    border-radius: 50%;
}

.geek_bar .num p {
    font-size: 20px;
    color: #009FEF;
    font-weight: bold;
}


/*solf part 20200301*/

.geek_solf_tit {
    font-size: 32px;
}

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

.geek_solf_tedian {
    padding-top: 48px;
    padding-bottom: 40px;
}

.geek_solf_tedian h2 {
    margin-bottom: 26px;
}

.geek_solf_tedian p {
    font-size: 14px;
    max-width: 756px;
    margin: 0 auto;
    line-height: 1.7;
}

.geek_solf_jiagou {
    padding: 30px 0 40px;
    background-color: #F5F5F5;
}

.geek_solf_jiagou .geek_solf_tit {
    margin-bottom: 10px;
}

.geek_solf_list .left,
.geek_solf_list .right {
    float: left;
}

.geek_solf_list .left {
    max-width: 605px;
    width: 46%;
}

.geek_solf_list .right {
    width: 54%;
}

.geek_solf_list .text {
    padding-top: 50px;
}

.geek_solf_list .text p {
    line-height: 1.7;
    font-size: 14px;
}

.geek_solf_list .text.cfff {
    color: #FFF;
}

.geek_solf_list dt {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.geek_solf_list dl.p100 p {
    width: 100%;
}

.geek_solf_list dl dd {
    overflow: hidden;
}

.geek_solf_list dl p {
    width: 49%;
    float: left;
    display: flex;
}

.geek_solf_list dl p:nth-of-type(2n) {
    float: right;
}

.geek_solf_list dl p i {
    margin-right: 5px;
}

.geek_solf_list .geek_solf_tit {
    margin-bottom: 25px;
}

.geek_solf_list .imgshow {
    position: relative;
}

.geek_solf_list .imgshow .conimg {
    width: 100%;
    position: relative;
    z-index: 2;
}

.geek_solf_list .imgshow .icon {
    position: absolute;
    top: 20px;
    left: 60px;
    z-index: 1;
}

.geek_solf_list li {
    height: 595px;
    position: relative;
    overflow: hidden;
}

.geek_solf_list li.one {
    position: relative;
}

.geek_solf_list li.one .right {
    padding-left: 15px;
}

.geek_solf_list li.one .conimg {
    margin-top: 68px;
}

.geek_solf_list li.two .imgshow {
    padding-right: 20px;
}

.geek_solf_list li.two .imgshow .icon {
    left: auto;
    right: 50px;
    top: 0;
}

.geek_solf_list li.two .imgshow .conimg {
    margin-top: 115px;
}

.geek_solf_list li.two .right {
    padding-right: 90px;
}

.geek_solf_list li.three {
    position: relative;
}

.geek_solf_list li.three .right {
    padding-left: 15px;
}

.geek_solf_list li.three .icon {
    left: 200px;
    top: 40px;
}

.geek_solf_list li.four {
    background-color: #E5ECF3;
}

.geek_solf_list li.four .imgshow {
    padding-right: 20px;
}

.geek_solf_list li.four .imgshow .icon {
    left: 0;
    top: 0;
}

.geek_solf_list li.four .imgshow .conimg {
    position: relative;
    top: 62px;
    left: -115px;
    width: auto;
}

.geek_solf_list li.four .right {
    padding-right: 90px;
    padding-top: 80px;
}

.geek_solf_list li.five {
    height: auto;
    padding-bottom: 80px;
}

.geek_solf_list li.five .left {
    padding-top: 84;
}

.geek_solf_list li.five .right {
    padding-top: 108px;
    padding-left: 25px;
}

.geek_solf_list li .libg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.geek_solf_list li .m-width-1300 {
    position: relative;
    z-index: 2;
}

.solf_wms_Swiper {
    margin-top: 135px;
}

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

.solf_wms_Swiper .swiper-pagination {
    width: 100%;
    margin-top: 10px;
}

.solf_wms_Swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 24px;
    background: #666;
}

.solf_wms_Swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #009FEF;
}


/*0303 产品和工业改版部分*/

.geek_ind_msg {
    padding: 76px 0;
}

.geek_ind_msg p {
    font-size: 20px;
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto;
}

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

.geek_sulution_list .m-width-1200-double .arrow {
    position: absolute;
    left: 455px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -22px;
    border-style: solid;
    border-width: 22px 0 22px 22px;
    border-color: transparent transparent transparent #f1f1f1;
    z-index: 8;
}

.geek_sulution_list li {
    background-color: #f1f1f1;
    position: relative;
}

.geek_sulution_list li p {
    font-size: 14px;
    line-height: 2;
}

.geek_sulution_list .left p {
    background: url('../images/ind/dot_h.png') no-repeat 0 18px;
    padding-left: 15px;
    font-size: 20px;
}

.geek_sulution_list li.double {
    /* height: 676px; */
    height: auto;
}

.geek_sulution_list li.double .m-width-1200 {
    height: 260px;
    position: relative;
}

.geek_sulution_list li.single {
    height: 450px;
}

.geek_sulution_list li.single .m-width-1200 {
    height: 450px;
    position: relative;
}

.geek_sulution_list li.single .left h3,
.geek_sulution_list li.single .left p {
    width: 100%;
}

.geek_sulution_list li:nth-of-type(even) .right .rigbg {
    left: auto;
    right: 455px;
}

.geek_sulution_list li:nth-of-type(even) .right .arrow {
    left: auto;
    right: 455px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 22px 0;
    border-color: transparent #f1f1f1 transparent transparent;
}

.geek_sulution_list li:nth-of-type(even) .right .text {
    left: 0;
    /* right: 50%; */
}

.geek_sulution_list li:nth-of-type(even) .left .text {
    right: 0;
    left: auto;
    padding-left: 80px;
    padding-right: 0;
}

.geek_sulution_list h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.geek_sulution_list .left h3 {
    line-height: 1.5;
    /* display: none; */
    font-size: 14px;
    margin-bottom: 10px;
}

.geek_sulution_list .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.geek_sulution_list .left .text {
    width: 455px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 50px;
}

.geek_sulution_list .right {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.geek_sulution_list .right .rigbg {
    position: absolute;
    left: 455px;
    top: 0;
    z-index: 3;
}

.geek_sulution_list .right .m-width-1200 {
    position: relative;
    z-index: 4;
}

.geek_sulution_list .right .m-width-1200 .arrow {
    position: absolute;
    left: 455px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -22px;
    border-style: solid;
    border-width: 22px 0 22px 22px;
    border-color: transparent transparent transparent #f1f1f1;
    z-index: 8;
}

.geek_sulution_list .right h3 {
    display: flex;
    align-items: center;
}

.geek_sulution_list .right h3 a {
    display: inline-block;
    width: 80px;
    height: 24px;
    background: #009fef;
    border-radius: 12px;
    font-size: 14px;
    padding: 0 5px 0 18px;
    color: #FFF;
}

.geek_sulution_list .right h3 .arrow_btn {
    overflow: hidden;
    line-height: 24px;
    flex-shrink: 0;
    margin-left: 14px;
}

.geek_sulution_list .right h3 .arrow_btn .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../images/ind/arrow.png") no-repeat;
    float: right;
    margin-top: 3px;
}

.geek_sulution_list .right .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    right: 0;
    z-index: 4;
    width: 595px;
}

.geek_sulution_list .right .text p {
    line-height: 1.8;
}

.geek_sulution_list .right .tips {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.geek_sulution_list .right dd {
    line-height: 1.8;
    font-size: 20px;
    position: relative;
    padding-left: 15px;
}

.geek_sulution_list .right dd .dot {
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    display: inline-block;
    background: url("../images/ind/dot.png") no-repeat;
}

.geek_sulution_case_list li {
    overflow: hidden;
    position: relative;
    height: 450px;
}

.geek_sulution_case_list .casebg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
}

.geek_sulution_case_list .list_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.geek_sulution_case_list .text {
    color: #FFF;
    padding-top: 90px;
}

.geek_sulution_case_list .text p {
    line-height: 1.7;
}

.geek_sulution_case_list h3 {
    font-size: 30px;
    margin-bottom: 37px;
}

.geek_sulution_case_list .top_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.geek_sulution_case_list .top_text em {
    font-size: 50px;
    padding-right: 3px;
}

.geek_sulution_case_list .top_text i {
    font-size: 18px;
    position: relative;
    top: 10px;
}

.geek_sulution_case_list .caselibot {
    padding-top: 22px;
    justify-content: center;
    margin-bottom: 20px;
}

.geek_sulution_case_list .caselibot dd {
    margin-right: 92px;
    min-width: 141px;
}


/* .geek_sulution_case_list .caselibot dd:nth-last-of-type(1) h4 {
    text-align: left;
    padding-left: 10px;
} */

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

.geek_sulution_case_list .caselibot h4 {
    margin-top: 13px;
    font-size: 18px;
}

.geek_sulution_case_list .geek_btn {
    margin-top: 57px;
}

.geek_btn {
    justify-content: space-between;
    overflow: hidden;
    line-height: 24px;
    width: 80px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 14px;
    background-color: #009FEF;
    color: #FFF;
    border-radius: 12px;
    padding: 0 5px 0 10px;
    margin: 0 auto;
}

.geek_btn:hover .icon {
    background: url("../images/ind/arrow.png") no-repeat;
}

.geek_btn .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../images/ind/arrow.png") no-repeat;
}

.geek_piking_select_grid {
    padding: 75px 0;
    background-color: #f3f3f3;
}

.geek_piking_select_grid h2 {
    font-weight: 300;
    color: #2B2C32;
    margin-bottom: 60px;
    line-height: 1.2;
}

.geek_piking_select_grid li {
    height: 131px;
    background: #fcfcfc;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #2B2C32;
    padding: 0 15px;
    margin-right: 80px;
    width: 30%;
    margin-right: 5%;
    justify-content: center;
    line-height: 40px;
}

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

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

.geek_picking_pro_list {
    background: #f3f3f3;
    /* padding-top: 115px; */
}

.geek_picking_goodsimg {
    padding-right: 30px;
}

.geek_picking_goodsimg li {
    position: relative;
    width: 30%;
    margin-right: 10px;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.09);
    background: #FBFBFB;
}

.geek_picking_goodsimg li .proimg {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%;
    max-width: max-content; */
}

.geek_picking_goodsimg li img{
    max-width: 100%!important;
}

.geek_picking_goodsimg li .libg {
    /* width: 100%;
    max-width: max-content; */
}

.geek_picking_goodsimg li:nth-last-of-type(1) {
    margin-right: 0;
    background: none;
    box-shadow: none;
    flex-shrink: 0;
    width: 90px;
}

.geek_picking_goodsimg li:nth-of-type(1) {
    background: none;
    box-shadow: none;
    flex-shrink: 0;
    width: 130px;
}

#geek_picking_goodstable {
    height: 420px;
    margin-top: 60px;
}

.geek_picking_goodstable {
    margin-top: 50px;
    height: 420px;
}

.geek_picking_goodstable li {
    position: relative;
    width: 30%;
    margin-right: 10px;
    background-color: #FFF;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.09);
}

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

.geek_picking_goodstable li:nth-last-of-type(1) span {
    justify-content: flex-start;
}

.geek_picking_goodstable li:nth-of-type(1),
.geek_picking_goodstable li:nth-last-of-type(1) {
    box-shadow: none;
    background: none;
    font-weight: normal;
}

.geek_picking_goodstable li:nth-of-type(1) span {
    justify-content: flex-end;
}

.geek_picking_goodstable li:nth-of-type(1) span i {
    text-align: right;
}

.geek_picking_goodstable span {
    display: inline-block;
    /* color: #CBCBCB; */
    color: #878787;
    display: flex;
    width: 100%;
    height: 68px;
    /* font-weight: bold; */
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 5px;
    line-height: 1.5;
}

.geek_picking_goodstable span i {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    max-height: 68px;
    overflow: hidden;
}

.geek_picking_goodstable span:after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    left: 0;
    bottom: 0;
    height: 1px;
    background: #e9e9e9;
}

.geek_picking_goodstable .left,
.geek_picking_goodstable .right {
    flex-shrink: 0;
    color: #A3A3A3;
}

.geek_picking_goodstable .left span,
.geek_picking_goodstable .right span {
    font-weight: normal;
}

.geek_picking_goodstable .left {
    width: 130px;
    padding-right: 10px;
}

.geek_picking_goodstable .right {
    width: 90px;
    justify-content: flex-start;
    padding-left: 10px;
}

.geek_piking_system_list li {
    position: relative;
    /* padding-top: 80px; */
}


/* .geek_piking_system_list li:nth-of-type(1) {
    padding-top: 80px;
} */

.geek_piking_system_list .list_top {
    overflow: hidden;
    padding-top: 80px
}

.geek_piking_system_list .list_top .imgshow {
    margin-top: 40px;
}

.geek_piking_system_list .list_top .imgshow img {
    width: 100%;
}

.geek_piking_system_list .list_top dl {
    display: flex;
    flex-wrap: wrap;
    width: 380px;
    margin: 0 auto;
    margin-top: 35px;
}

.geek_piking_system_list .list_top dd {
    font-size: 16px;
    width: 100%;
    text-align: left;
    line-height: 1.8;
    background: url("../images/ind/dot_h.png") no-repeat 0 12px;
    padding-left: 15px;
}

.geek_piking_system_list .list_top dd:nth-of-type(2n) {
    margin-right: 0;
}

.geek_piking_system_list .text {
    position: relative;
    z-index: 3;
}

.geek_piking_system_list h2 {
    font-size: 45px;
    color: #2B2C32;
    margin-bottom: 25px;
}

.geek_piking_system_list p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    max-width: 1000px;
    margin: 0 auto;
}

.geek_piking_system_list .list_center {
    height: 615px;
    overflow: hidden;
    position: relative;
}

.geek_piking_system_list .list_center .imgshow img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.geek_piking_system_list .list_center .text {
    position: absolute;
    top: 140px;
    z-index: 2;
    color: #FFF;
    left: 0;
    width: 100%;
}

.geek_piking_system_list .list_center h2 {
    color: #FFF;
}

.geek_piking_system_list .list_center dl {
    display: flex;
    flex-wrap: wrap;
    width: 970px;
    margin: 0 auto;
    margin-top: 50px;
}

.geek_piking_system_list .list_center dd {
    font-size: 16px;
    width: 45%;
    margin-right: 10%;
    text-align: left;
    line-height: 1.8;
    background: url("../images/ind/dot.png") no-repeat 0 12px;
    padding-left: 15px;
}

.geek_piking_system_list .list_center dd:nth-of-type(2n) {
    margin-right: 0;
}

.geek_piking_system_list .list_video {
    text-align: center;
    position: relative;
    z-index: 3;
    top: -60px;
}

.list_video .iframe {
    width: 766px;
    height: 431px;
}

.geek_piking_system_list .list_video video {
    /* width: 100%; */
    width: 766px;
    height: 431px;
    box-shadow: 0px 10px 27px 3px rgba(0, 0, 0, 0.14);
}

.geek_piking_system_list .list_video_h {
    /* height: 60px; */
    display: none;
}

.geek_hexinys_grid ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.geek_hexinys_grid {
    padding-bottom: 80px;
    padding-top: 80px;
}

.geek_hexinys_grid h2 {
    font-size: 50px;
    color: #2B2C32;
    margin-bottom: 70px;
}

.geek_hexinys_grid h3 {
    font-size: 20px;
    color: #2B2C32;
    margin-bottom: 24px;
}

.geek_hexinys_grid p {
    color: #959599;
    font-size: 14px;
    line-height: 2;
    background: url("../images/ind/dot_grey.png") no-repeat 0 12px;
    padding-left: 15px;
}

.geek_hexinys_grid li {
    /* max-width: 25%;
    float: left;
    padding-right: 4%;
    margin-right: 80px; */
    flex: 1 1 0%;
}

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

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

.geek_sulution_bottom_grid {
    padding: 80px 0;
    background: #f8f8f8;
}

.geek_sulution_bottom_grid h2 {
    font-size: 50px;
    margin-bottom: 25px;
}

.geek_sulution_bottom_grid p {
    font-size: 14px;
    line-height: 1.8;
    color: #2b2c32;
    /* text-align: left; */
}

.geek_sulution_bottom_grid li p {
    text-align: center;
}

.geek_sulution_bottom_grid h3 {
    font-size: 25px;
    margin-bottom: 26px;
    color: #2B2C32;
}

.geek_sulution_bottom_grid ul {
    padding-top: 38px;
}

.geek_sulution_bottom_grid li {
    padding: 24px 24px;
    background: #FFF;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    /* min-width: 260px; */
    min-height: 205px;
    /* margin-right: 110px; */
    width: 22%;
    margin-right: 4%;
}

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

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

.geek_sulution_case_list .casebg.casebg_wap {
    display: none;
}

.list_center_h {
    height: 0px;
}

@media only screen and (max-width: 1140px) {
    .geek_sulution_list li.double .left .m-width-1200 {
        height: auto;
    }
    .geek_piking_system_list .list_top {
        padding-top: 40px;
    }
    .list_video .iframe {
        width: 100%;
    }
    .geek_sulution_case_list .text p,
    .geek_ind_msg p {
        text-align: left;
    }
    .geek_sulution_case_list .casebg.casebg_wap {
        display: block;
    }
    .geek_sulution_case_list .casebg {
        display: none;
    }
    /* .geek_sulution_case_list .caselibot dd:nth-last-of-type(1) h4 {
        text-align: center;
        padding-left: 0;
    } */
    .geek_piking_system_list .list_video video {
        height: auto;
        width: 100%;
    }
    .geek_piking_system_list .list_center h2 {
        text-align: left;
    }
    .geek_piking_system_list p {
        font-size: 16px;
        text-align: left;
    }
    .geek_piking_system_list .list_center dd {
        width: 100%;
        line-height: 2;
        background: url(../images/ind/dot.png) no-repeat 0 15px;
    }
    .gareer_why_grid .block .left .icon {
        width: 27px;
    }
    .gareer_why_grid .block .left .icon img {
        width: 23px;
    }
    .banner.banner_geek {
        height: auto;
    }
    .geek_index_map .geek_index_rass {
        position: initial;
    }
    .geek_index_map .geek_index_rass .text {
        padding-top: 0;
    }
    .geek_robot_list li .bg_img {
        display: none;
    }
    .geek_sulution_list li.single .left .m-width-1200 {
        height: auto;
    }
    .geek_sulution_list .right .m-width-1200 .arrow {
        display: none;
    }
    .geek_sulution_list li.single {
        height: auto;
    }
    /* .geek_sulution_list li {
        margin-bottom: 20px;
    } */
    .geek_sulution_list .left,
    .geek_sulution_list .left .text {
        position: initial;
        transform: translateY(0);
        top: 0;
        width: 100%;
    }
    .geek_sulution_list .right dd .dot {
        /* background: url("../images/ind/dot_h.png") no-repeat; */
    }
    .geek_sulution_list .left .text {
        padding: 20px 0;
    }
    .geek_sulution_list .right .rigbg {
        /* position: initial; */
        left: 0;
        /* width: 100%; */
    }
    .geek_sulution_list li:nth-of-type(even) .right .rigbg {
        left: 0;
        right: auto;
    }
    .geek_sulution_list .right .text {
        /* position: initial;
        transform: translateY(0);
        color: #333; */
        padding: 20px 5px 20px 15px;
        width: 100%;
    }
    .geek_sulution_list li.double .m-width-1200,
    .geek_sulution_list li.double {
        /* height: auto; */
    }
    .geek_sulution_list li {
        background: none;
    }
    .geek_ind_msg {
        padding: 20px;
    }
    .geek_sulution_list li:nth-of-type(even) .left .text {
        padding-left: 0;
    }
    .geek_sulution_case_list .casebg {
        position: initial;
        transform: translateX(0);
        width: 100%;
    }
    .geek_sulution_case_list .text {
        color: #333;
        padding-top: 20px;
    }
    .geek_sulution_case_list .list_con {
        position: initial;
    }
    .geek_sulution_case_list li {
        height: auto;
        padding-bottom: 20px;
    }
    .geek_sulution_case_list .caselibot dd {
        margin-right: 0;
        width: 100%;
        text-align: left;
        font-weight: bold;
        min-width: auto;
        /* margin-right: 15px; */
    }
    .geek_sulution_case_list .caselibot dd:nth-last-of-type(1) {
        margin-right: 0;
    }
    .geek_sulution_case_list .caselibot dd h4 {
        line-height: 1.3;
        display: inline-block;
        font-weight: bold;
        margin-top: 5px;
    }
    .geek_sulution_case_list .caselibot dd:nth-last-of-type(1) h4 {
        padding-left: 0;
    }
    .geek_sulution_case_list .top_text em {
        font-size: 18px;
    }
    .geek_sulution_case_list .top_text i {
        font-size: 18px;
        top: 0;
    }
    .geek_sulution_case_list .top_text {
        /* justify-content: center; */
        display: inline-block;
    }
    .geek_sulution_case_list .caselibot {
        /* text-align: left; */
        justify-content: center;
    }
    .geek_sulution_case_list .geek_btn {
        margin-top: 0px;
    }
    .geek_sulution_case_list h3 {
        line-height: 1.4;
    }
    .geek_piking_select_grid li {
        width: 49%;
        font-size: 16px;
        line-height: 1.4;
        height: auto;
        padding: 20px;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .geek_piking_select_grid li:nth-of-type(2n) {
        margin-right: 0;
    }
    .geek_piking_select_grid h2 {
        margin-bottom: 20px;
    }
    .geek_piking_select_grid {
        padding: 30px 0;
    }
    .geek_picking_pro_list {
        padding-top: 65px;
        overflow-x: auto;
        display: none;
    }
    .geek_piking_system_list li:nth-of-type(1) {
        padding-top: 40px;
    }
    .geek_picking_pro_list>.m-width-1200 {
        min-width: 1140px;
    }
    .geek_piking_system_list h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .geek_piking_system_list {
        padding: 0 20px;
    }
    .geek_piking_system_list li:nth-of-type(1) .list_top {
        padding-top: 30px;
    }
    .geek_piking_system_list .list_center .imgshow {
        display: none;
    }
    /* .geek_piking_system_list .list_center .imgshow img {
        position: initial;
        transform: translateX(0);
        width: 100%;
    } */
    .geek_piking_system_list .list_center {
        height: auto;
        background-color: #000;
        padding: 10px;
    }
    .geek_piking_system_list .list_center .text {
        position: initial;
        top: 0;
        /* color: #333; */
    }
    .geek_piking_system_list .list_center h2 {
        /* color: #333; */
        margin-top: 20px;
        font-size: 24px;
    }
    .geek_piking_system_list .list_center dl {
        width: 100% !important;
        margin-top: 20px;
    }
    /* .geek_piking_system_list .list_center dd {
        background: url(../images/ind/dot_h.png) no-repeat 0 12px;
    } */
    .geek_piking_system_list .list_video {
        top: 20px;
        margin-bottom: 20px;
    }
    .geek_hexinys_grid h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .geek_hexinys_grid ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: initial;
    }
    .geek_hexinys_grid h3 {
        line-height: 1.3;
    }
    .geek_hexinys_grid li {
        max-width: 99%;
        width: 99%;
        margin-bottom: 2%;
        margin-right: 2%;
    }
    .geek_hexinys_grid li:nth-of-type(2n) {
        margin-right: 0;
    }
    .geek_sulution_bottom_grid h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .geek_sulution_bottom_grid {
        padding: 30px 0;
    }
    .geek_hexinys_grid {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .geek_sulution_bottom_grid li {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .geek_solf_list li.five {
        padding-bottom: 40px;
    }
    .geek_solf_list li.five .right {
        padding-top: 20px;
        padding-left: 0;
    }
    .geek_solf_list li.four .right {
        padding-right: 0;
        padding-top: 20px;
    }
    .geek_solf_list li.four .imgshow {
        padding-right: 0;
        margin-top: 20px;
    }
    .geek_solf_list li.four .imgshow .conimg {
        width: 100%;
        left: 0;
        top: 0;
    }
    .solf_wms_Swiper {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .geek_solf_list li.two {
        background-color: #7F9EC1;
    }
    .geek_solf_list li.two .imgshow .conimg {
        margin-top: 20px;
    }
    .geek_solf_list li.two .right {
        padding-right: 0;
    }
    .geek_solf_list li {
        height: auto !important;
        padding-bottom: 20px;
    }
    .geek_solf_tit {
        font-size: 30px;
    }
    .geek_solf_jiagou .imgshow img {
        width: 100%;
    }
    .geek_solf_list .imgshow .icon {
        display: none;
    }
    .geek_solf_list dl p {
        width: 100%;
    }
    .geek_solf_list li.one .conimg {
        margin-top: 0;
    }
    .robot-parameter-content .parameter_left {
        width: 100%;
        margin-right: 0;
    }
    .single-robot-parameter {
        margin-top: 30px;
    }
    .single-robot-parameter .left {
        margin-bottom: 20px;
        right: 0;
    }
    .single-robot-parameter .left img {
        width: 100%;
    }
    .geek-robot-text .left {
        display: none;
    }
    .geek-robot-text .right .single-s-series-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .geek-banner-ny.h-banner-inner .h-h {
        font-size: 30px;
    }
    .geek-banner-ny.h-banner-inner .h-t {
        font-size: 18px;
    }
    .geek_robot_bot {
        margin-top: 50px;
    }
    .geek_robot_bot li {
        margin-bottom: 30px;
    }
    .geek_robot_bot li img {
        width: 100%;
    }
    .geek_robot_bot .text {
        margin-top: 20px;
        padding: 0;
    }
    .geek_robot_list li {
        background-image: none !important;
    }
    .geek_robot_list li .imgshow {
        display: block !important;
    }
    .geek_robot_list li.thr .imgshow,
    .geek_robot_list li.five .imgshow {
        justify-content: center;
    }
    .geek_robot_list li .imgshow img {
        width: 50%;
        margin-bottom: 20px;
    }
    .geek_robot_list li.thr .imgshow img {
        width: 80px;
        height: auto;
    }
    .geek_robot_list li.two .imgshow img,
    .geek_robot_list li.thr .imgshow img,
    .geek_robot_list li.four .imgshow img,
    .geek_robot_list li.five .imgshow img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .geek_robot_list li.two .text {
        padding-right: 0;
    }
    .geek_robot_list li.one .text,
    .geek_robot_list li.thr .text,
    .geek_robot_list li.four .text,
    .geek_robot_list li.five .text {
        margin: 0;
    }
    .geek_robot_list li.one .imgshow {
        align-content: center;
        margin: 0 auto;
        min-height: auto;
        padding: 20px 0;
        text-align: center;
    }
    .geek_robot_list li {
        min-height: auto;
    }
    .geek_robot_list li .imgshow {
        padding: 20px 0;
    }
    .geek_robot_list li.one .imgshow img,
    .geek_robot_list li.four .imgshow img,
    .geek_robot_list li.five .imgshow img {
        margin: 0;
        position: initial;
        width: 50%;
    }
    .geek_robot_list .btn {
        margin-top: 15px;
    }
    .geek_robot_list .imgshow {
        min-height: auto;
        text-align: center;
    }
    .geek_robot_list .btn {
        background: #009FEF;
        color: #FFF;
        box-shadow: none;
    }
    .geek_robot_list .btn .icon {
        background: url(../images/arrow.png) no-repeat 50% 50%;
    }
    .geek_robot_bot h3 {
        font-size: 28px;
    }
    .teach_robot_grid>h2 {
        margin-bottom: 20px;
    }
    .teach_center_ys .text {
        height: auto;
        padding: 20px 0;
    }
    .teach_center_ys .geek_title {
        margin-top: 30px;
    }
    .teach_moudle3 li,
    .teach_moudle3 li:nth-last-of-type(2) {
        width: 100%;
        margin-bottom: 20px;
    }
    .teach_product_grid li {
        width: 100%;
        list-style-type: none;
    }
    .teach_product_grid .geek_title {
        margin-top: 30px;
    }
    .teach_moudle4_grid li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .teach_moudle4_grid li a {
        height: auto;
        padding: 30px 0;
    }
    .teach_moudle4_grid li a h3 {
        font-size: 18px;
    }
    .teach_moudle4_grid li:nth-of-type(2n) {
        margin-right: 0;
    }
    .geek_title h2 {
        line-height: 1.2;
    }
    .geek-banner-ny.h-banner-inner {
        height: auto;
        padding: 30px 0;
    }
    .geek-banner-ny.h-banner-inner .h-p {
        width: 100%;
    }
    .header_grid .pc-nav {
        display: none;
    }
    .header_grid .header_box_ny {
        height: auto;
        position: relative;
    }
    .header_grid .header_box_ny .logo_ny img {
        width: auto;
    }
    .header_grid .logo_ny {
        position: initial;
        justify-content: center;
        width: 100%;
        transform: translateX(0);
    }
    .geek_index_map {
        height: auto;
        padding-top: 20px;
    }
    .geek_index_map>img {
        /* position: initial;
        transform: translateX(0);
        width: 100%; */
    }
    .index_news_grid li {
        margin-right: 0;
    }
    .geek_news_w4.index_news_grid li {
        width: 100%;
        margin-bottom: 30px;
    }
    .geek_news_w4 .news_list .btn {
        margin: 10px auto 0;
        background-color: #009FEF;
        color: #FFF;
    }
    .geek_news_w4 .news_list .btn .icon {
        background: url(../images/arrow.png) no-repeat 50% 50%;
    }
    .geek_news_w4 .news_list .text p {
        height: auto;
    }
    .geek_index_pro li,
    .geek_index_pro li.act {
        width: 100%;
    }
    .geek_index_pro li img {
        width: 100%;
    }
    .geek_index_pro .text {
        transform: translateX(0%);
        opacity: 1;
        padding: 20px;
        text-align: center;
    }
    .geek_index_pro li a:after {
        display: none;
    }
    .geek_index_pro li.act .text {
        padding: 20px;
    }
    .ser_box {
        width: 90%;
        max-width: initial;
    }
    .lang_tab {
        z-index: 9;
    }
    .footer {
        /* padding-bottom: 85px; */
    }
    .geek_index_rass .text,
    .geek_index_rass.geek_system_grid .text {
        padding-top: 0;
    }
    .geek_index_rass span {
        font-size: 18px;
    }
    .geek_index_rass.geek_system_grid h2,
    .geek_index_rass h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    .geek_index_rass p {
        font-size: 20px;
    }
    .geek_index_rass {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: auto 100%;
    }
    .index_pro_slider.martop-80 {
        margin-top: 0;
    }
    .geek_index_map .news_list .persent {
        margin-bottom: 5px;
    }
}