
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  color: #606060;
  background-color: #fff;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}

/* Highlighted Text */
/* ::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
} */


/* =============== Typography =============== */

/* Basic text */
p {
  font-size: 16px;
  line-height: 28px;
  color: #616161;
} 

p5 {
  font-size: 15px;
  line-height: 28px;
}

small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h2 {
  line-height: 92px;
  font-size: 26px;
  color: #000;
  margin: 0;
}
h3 {
  font-size: 24px;
  color: #000;
  margin: 0;
  line-height: normal;
}
h4 {}
h5 {}
h6 {}
address, caption, cite, code, dfn, em, th, var {
  font-weight: normal;
  font-style: normal;

}
/* Anchor Links */
a { 
  color: 0000ee; 
  text-decoration: none;
}
a:hover, a:focus { 
  color: 0000ee; 
  text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.custom-header-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.hs-banner-wrapper {
  height: 685px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-banner-inner {
  padding-top: 280px;
  text-align: right;
}
.hs-banner-wrapper h1 {
  margin: 0 !important;
  font-size: 40px;
  color: #fff !important;
  line-height: 100%;
  font-weight: bold;
}
.hs-banner-wrapper p {
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  margin-top: 25px;
}
.custom-ft-wrapper {
  padding: 0px 0 65px 0;
}
.custom-ft-bottom {
  padding-top: 35px;
  border-top: 1px solid #c8c8c8;
}
.custom-ft-bottom p {
  margin: 0;
  color: #212121;
  text-transform: uppercase;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: normal;
}

.custom-phnumber {
  text-align: right;
}

.custom-ft-btlinks {
  font-size: 16px;
  color: #000;
  padding-bottom: 48px;
  line-height: normal;
}

.custom-ft-btlinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-ft-btlinks ul li {
  display: inline-block;
}

.custom-ft-btlinks ul li a {
  color: #000101;
  text-decoration: underline;
  margin-right: 17px;
  font-size: 16px;
  line-height: normal;
}
.custom-ft-topmenu {
  line-height: normal;
}
.custom-ft-topmenu .hs-menu-wrapper > ul {
  display: block;
}
.custom-ft-topmenu .hs-menu-wrapper > ul > li {
  line-height: 90px;
  min-height: 90px;
}

.custom-ft-topmenu .hs-menu-wrapper > ul > li > a {
  margin-top: 35px;
  display: block;
  line-height: 100%;
  font-size: 16px;
  color: #212121;
  padding: 0 25px;
  border-left: 1px solid #808080;
}
.custom-ft-topmenu .hs-menu-wrapper>ul>li:first-child>a {
  border-left: 0;
  padding-left: 0;
}

.custom-ft-btlinks ul li:first-of-type {
  margin-left: -5px;
}
/* Bottom Pane */

.hs-ft-bottom-pane-inner > div {
  float: left;
}

a:link {
  color: CornflowerBlue ;  
  text-decoration: none;
}

a:visited {
  color: CornflowerBlue;
  text-decoration: none;
}

.hs-ft-bottom-pane-left {
  width: 604px;
  color: #fff;
  position: relative;
}

.hs-ft-bottom-pane-leftinner {
  background-image: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-6.png);
  color: #fff;
  position: relative;
  padding-left: 70px;
  padding-top: 115px;
  background-repeat: repeat;
  background-position: left center;
  min-height: 354px;
}

.hs-ft-bottom-pane-right {
  width: 596px;
  padding: 35px 0 25px 50px;
  background: #fff;
}

.hs-ft-bottom-pane-left p {
  padding-left: 25px;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 5;
}
.custom-ft-top {
  padding-top: 25px;
}

.hs-ft-bottom-pane-wrapper {
  padding: 60px 15px 55px 15px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.sn-5-l-pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  bottom: 0;
}
.sn-5-l-pic img {
  width: 100%;
  height: 100%;
}
.hs-ft-bottom-pane-right h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  margin: 0 0 10px 0;
  line-height: normal;
}


.hs-ft-bottom-pane-left p em {
  width: 70px;
  float: left;
  font-style: normal;
}

.b1 {
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-7.png) no-repeat left center;
}

.b2 {
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-8.png) no-repeat left 8px;
}

.b3 {
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-9.png) no-repeat left 8px;
}
.b4 {
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-10.png) no-repeat left center;
}

.b5 {
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-11.png) no-repeat left center;
}
.hs-ft-bottom-pane-left p span {
  max-width: 400px;
  float: left;
}

.b4 span, .b5 span, .bs4 span, .bs5 span {
  text-decoration: underline;
}
.hs-ft-bottom-pane-right .hs-button.primary {
  margin-top: 13px;
  padding: 0 25px 0 24px;
  border-radius: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.cn > a, .custom-menu-primary .hs-menu-wrapper>ul>li.en > a, .custom-menu-primary .hs-menu-wrapper>ul>li.ja > a{
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  padding: 0;
  margin-left: 15px;
  margin-top: 27px;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.subcribe {
  width: 70px;
  height: 18px;
  font-size: 12px;
  padding-left: 14px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y-bg-02.png) center center no-repeat;
  color: #fff;
  margin-top: 26px;
  cursor: pointer;
  margin-left: 18px;
  float: right;
  margin-right: 7px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.subcribe > a {
  line-height: 18px;
  font-size: 12px;
  padding: 0;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.subcribe>a:hover {
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.subcribe:hover a {
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.en > a {
  color: #fff !important;
}

/* =============== Content =============== */

.ad {
  padding: 70px 0 60px 0;
}
.hs-about-row1wrapper {
  text-align: center;
}
.body-container-wrapper {}
.body-container {}
.body-container .page-center {
  padding: 70px 15px 60px 15px;
}
.hs-banner-wrapper .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding .body-container .page-center {
  padding-top: 0px;
  padding-bottom: 0px;
}
.body-container .page-center {
  max-width: 1230px !important;
}
.hs-team-content.w100 ul li {
  width: 267px;
  margin-left: 44px;
  float: left;
}
.hs-team-content.w100 ul {
  margin: 0 0 0 -44px;
  padding: 0;
  list-style: none;
}

.hs-team-content.w100 ul li .pic {
  width: 267px;
  height: 267px;
  border-radius: 100%;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-25.png) no-repeat left center;
  z-index: 99;
  display: block;
}
.hs-team-content.w100 ul li .txt {
  line-height: 100%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  text-align: center;
}
.hs-team-content.w100 ul li .pic img {
  display: block;
  width: 249px;
  height: 249px;
  margin: 0 auto;
  position: relative;
  top: 9px;
}
.hs-team-content {
  padding-bottom: 70px;
}


.hs-intro-content {
  padding: 70px 0;
  font-size: 18px;
  line-height: 32px;
  color: #999;
}

.hs-intro-content h1 {
  color: #000;
  font-size: 24px;
  line-height: 2;
  margin: 0 0 35px 0;
  font-weight: bold;
}
.hs-intro-content p {
  font-size: 16px;
  line-height: 34px;
  color: #000;
  margin: 0;
}
.hs-intro-box {
  margin: 0px 0px 15px;
}


.pic-content {
  padding: 60px 0 50px 0;
  overflow: hidden;
}


.caption.below h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 384px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-17.png) repeat left center;
  margin: 0;
  text-align: center;
}
.hs-gallery-slider {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.hs-gallery-slider li.slick-slide {
  margin: 0 0 0 25px;
  float: left;
  overflow: hidden;
  text-align: center;
  width: 384px;
  height: 274px;
  position: relative;
}
.hs-gallery-slider li img {
  height: 274px;
  width: 100%;
}
.hs-gallery-slider li.slick-slide:first-child {
  margin-left: 0;
}
.hs-gallery-slider li {
  position: relative;
}
.hs-gallery-slider .slick-slide {
  margin: 0 0 0 25px;
}
.hs-gallery-slider .slick-slide:first-child {
  margin-left: 0;
}

.hs-gallery-slider .title.db{
  position: absolute;
  left: 0;
  bottom: 0;
  width:100%;
  min-height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-17.png) repeat left center;
  margin: 0;
  text-align: center;
  white-space: normal !important;
}
.hs-gallery-slider li.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.slick-dots {
  bottom: -48px;
}
ul.slick-dots li{
  max-width: 13px;
  min-height: 15px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/i-cir.png) no-repeat center center;
  overflow: hidden;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
}
ul.slick-dots li.slick-active{
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/i-hcir.png) no-repeat center center;
}
.slick-dots li button:before {
  display: none;
}
.hs-about-row2-wrapper {
  padding-bottom: 17px;
}
.sn-x-1-box {
  padding: 30px 0 90px 0;
}

.hs-picking-system-r1 p {
  margin: 0;
}
.two-col-left-content {
  max-width: 530px;
  padding-top: 93px;
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  float: left;
}
.two-col-right-content {
  max-width: 560px;
  min-height: 315px;
}
.rel {
  position: relative;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.two-col-left-content h2 {
  display: block;
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 27px;
  color: #000;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y_xian.jpg) left bottom no-repeat;
  margin-bottom: 50px;
}
.sn-x-3 {
  padding-bottom: 40px;
  margin: 40px 0;
}
.hs-system-component-module-inner h2 {
  font-weight: bold;
}
.hs-system-component-items ul.fix {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -45px;
}
.hs-system-component-items ul.fix li {
  width: calc(25% - 47px);
  margin-left: 47px;
  float: left;
  text-align: center;
}
.hs-system-component-items a.txt.db.tc {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin: 23px 0 20px;
  display: block;
}

.hs-system-component-module-wrapper.sn-x-3 {
  margin: 40px 0 0;
}
.it-txt-box {
  max-width: 450px;
  margin: 105px auto 0 auto;
  padding-top: 0;
}
.it-txt-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  margin-top: 20px;
}

.hs_image_module .two-col-left-content {
  padding-top: 0;
}
.hs_image_module .two-col-left-content {
  max-width: 600px;
  min-height: 375px;
  width: 100%;
}

.hs_image_module .two-col-right-content {
  min-height: 375px;
}

.hs-two-volumn-right-module.hs_image_module.hs-col2 {
  padding: 45px 0;
}
.hs-right-align .fl {
  float: right;
}
.mt30 {
  margin-top: 30px;
}
a.hs-download-catalogue {
  width: 230px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  right: 0;
  top: 28px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/bg_05.png) center center no-repeat;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  position: absolute;
}

a.hs-download-catalogue img {
  vertical-align: middle;
  position: relative;
  top: 0;
  margin-right: 12px;
}


.hs-parameter-module-wrappe ul {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-parameter-module-wrappe ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #e4e4e4;
  float: left;
}
.hs-parameter-module-wrappe ul li:first-child {
  width: 25%;
  border-left: 1px solid #e4e4e4;
  min-height: 281px; 
}

.hs-parameter-content {
  display :none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 287px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-14.png) repeat left center;
}
.hs-parameter-module-wrappe ul li a em {
  font-size: 18px;
  color: #252525;
  position: absolute;
  left: 20px;
  bottom: 25px;
  line-height: 100%;
  font-style: normal;
}

.hs-parameter-content > span {
  width: 225px;
  margin: 80px auto 0 auto;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.hs-parameter-content > span > span {
  display: block;
}

.hs-parameter-content > span > span em {
  display: block;
  float: left;
  width: 95px;
  text-align: right;
  font-style: normal;
}

.hs-parameter-content > span > span bdo {
  display: block;
  float: left;
}
.hs-parameter-module-wrappe ul li > a {
  font-size: 18px;
  display: block;
  max-width: 298px;
  height: 287px;
  line-height: 287px;
  text-align: center;
  background: #fff;
  color: #252525;
}
.hs-parameter-module-wrappe ul li > a img {
  display: block;
  width: 100%;
  height: 100%;
}
.hs-parameter-module-wrappe ul li:hover .hs-parameter-content {
  display: block;
}

.hs-parameter-module-wrappe ul li.fl.hs-noparameter-img a em {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  line-height: normal;
  height: auto;
  min-height: auto;
  display: block;
}
.sn-x-5-box {
  padding-bottom: 55px;
}
.hs-storage-ret-layout .hs-banner-wrapper p {
  font-size: 22px;
  line-height: 36px;
  margin-top: 43px;
}
.hs-storage-ret-layout .hs-banner-wrapper h1 {
  font-size: 50px;
}
.hs-storage-ret-layout .hs-banner-wrapper h1 {
  line-height: 60px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y-bg-15.jpg) right bottom no-repeat;
  padding-bottom: 35px;
}
.hs-storage-ret-layout .hs-banner-inner {
  padding-top: 224px;
}
.hs-storage-ret-r1 {
  background: #fff;
  padding: 74px 0 0;
}
.hs-storage-ret-layout  .two-col-left-content h2 {
  color: #000;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 28px;
}
.hs-storage-ret-layout .two-col-left-content p {
  margin: 0;
}
.hs-storage-ret-layout  .two-col-left-content {
  max-width: 500px;
}

.hs-applicationscenario-module-wrapper h1 {
  text-align: center;
  margin: 0;
  color: #000;
  position: relative;
  z-index: 1;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 34px;
}
.hs-applicationscenario-moduleinner-wrapper {
  margin-top: 44px;
}
a.hs-applicationscenario-item {
  background: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,.12);
  -moz-box-shadow: 0 0 32px rgba(0,0,0,.12);
  box-shadow: 0 0 32px rgba(0,0,0,.12);
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 64px;
  margin-left: 31px;
  border-bottom: 3px solid #fff;
  width: calc(33.33% - 21px);
}

.hs-storage-ret-r4 {
  padding: 90px 0 102px;
}
.hs-applicationscenario-module-wrapper a.hs-applicationscenario-item:first-child {
  margin-left: 0;
}
a.hs-applicationscenario-item > span {
  margin-bottom: 3px;
  display: block;
  overflow: hidden;
}

a.hs-applicationscenario-item:hover {
  border-bottom: 3px solid #008cd6;
}

a.hs-applicationscenario-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
a.hs-applicationscenario-item.a1.fl img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.hs-one-column-bgimage-module {
  position: relative;
}

.hs-one-column-bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  animation: tupian 10s infinite linear;
  -moz-animation: tupian 10s infinite linear;
  -webkit-animation: tupian 10s infinite linear;
  -o-animation: tupian 10s infinite linear;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.hs-one-column-bgimage-module {
  min-height: 399px;
  padding-top: 94px;
  position: relative;
  overflow: hidden
}
.hs-one-column-bgimage-inner.w1200.auto.fix.div1 {
  position: relative;
}
.db.span-pic {
  width: 179px;
  height: 179px;
  padding-top: 49px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y-bg-16.png) center center no-repeat;
  margin-bottom: 28px;
  display: block;
}


.hs-one-column-bgimage-inner a.fl.a1:first-child {
  margin-left: 0;
}
.hs-one-column-bgimage-inner a.fl.a1 {
  width: calc(25% - 121px);
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-left: 160px;
  display: block;
  position: relative;
  z-index: 55555;
  font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}

.hs-parameter-module-wrapper {
  background: #f7f7f7;
  padding: 70px 0 60px;
}
.hs-parameter-module-right {
  width: 478px;
  height: 775px;
}


.y-service-title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 34px;
  padding-bottom: 28px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y_xian%20%281%29.jpg) left bottom no-repeat;
  border: none;
}

.hs-parameter-module-right .span1.db  {
  color: #000;
  font-weight: bold;
}
.hs-parameter-module-right ul {
  margin: 0;
  padding: 37px 0 0 0;
  list-style: none;
}
.hs-parameter-module-right ul li {
  background: #f2f2f2;
  font-size: 18px;
  color: #616161;
  line-height: 28px;
  margin-top: 15px;
  padding: 8px 20px;
}

.hs-parameter-module-right ul li .span1 {
  width: 120px;
  color: #000;
}

.hs-parameter-module-right ul li  .span2 {
  width: 308px;
  margin: 0;
  float: right;
}
.hs-parameter-module-right.fr table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.hs-parameter-module-right.fr table td {
  width: 100%;
  vertical-align: middle;
}
.hs-parameter-module-left {
  width: calc(100% - 478px);
}


.hs-home-banner-wrapper {
  /*   background-position: center top;
  background-repeat: no-repeat; */
  width: 100%;
  height: 910px;
  position: relative;
}

.hs-home-video-content {
  position: relative;
  height: 100%;
}

.hs-home-video-wrap {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hs-home-banner-wrapper img {
  display: block;
  width: 100%;
  height: 910px;
}
.hs-home-video-content video {
  visibility: visible;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 2539px;
  object-fit: cover;
  height: 100%;
  z-index: 555;
  width: 100%;
}
.v-text-b {
  top: 50%;
  right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 55;
  text-align: right;
  color: #fff;
  transform: translateY(-50%);
  padding: 0 15px;
}
.home-banner-content h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}
.home-banner-content p {
  font-size: 31px;
  color: #fff;
  margin: 0;
  font-family: 微软雅黑, Helvetica, Arial, sans-serif;
  line-height: normal;
}

a.more.fr {
  text-transform: uppercase;
  display: block;
  width: 188px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: "Arial";
  margin-top: 54px;
  cursor: pointer;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-2.png) no-repeat left center;
}
.home-banner-content {
  max-width: 1230px;
  margin: 0 auto;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  transform: translateY(-50%);
}



ul.hs-home-two-col-vid-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.hs-home-two-col-vid-slider .sn-1-left.fl.db {
  width: 50%;
  padding: 150px 0 130px 0;
}
ul.hs-home-two-col-vid-slider .sn-1-left.fr.db {
  margin-top: 103px;
  width: 50%;
}
ul.hs-home-two-col-vid-slider .sn-1-left.fl.db h2 {
  line-height: 100%;
  font-size: 24px;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 15px;
}
ul.hs-home-two-col-vid-slider .sn-1-left.fl.db h2:after {
  width: 17px;
  height: 2px;
  background: #bdbdbd;
  content: "";
  display: block;
  margin-top: 25px;
}
ul.hs-home-two-col-vid-slider .sn-1-left.fl.db h6 {
  font-size: 16px;
  line-height: 42px;
  color: #000;
  margin-top: 15px;
  margin: 0;
}
ul.hs-home-two-col-vid-slider .sn-1-left.fl.db p {
  font-size: 12px;
  line-height: 30px;
  color: #616161;
  margin: 0;
}
ul.hs-home-two-col-vid-slider .sn-1-left.fr.db a {
  overflow: hidden;
  display: block;
}
ul.hs-home-two-col-vid-slider .sn-1-left.fr.db img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease 1s;
}
ul.hs-home-two-col-vid-slider .sn-1-left.fr.db img:hover {
  transform: scale(1.1);
}

.hs-product-group-module-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -27px;
}

.hs-product-group-module-wrapper ul li {
  width: calc(25% - 26px);
  margin-left: 26px;
  background: #fff;
}

.hs-product-group-module-wrapper {
  padding-bottom: 45px;
}

ul.hs-home-two-col-vid-slider.clearfix li {
  padding-bottom: 75px;
}

.hs-product-content-wrap {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-top: none;
  display: block;
}

.hs-product-content-wrap .hs-product-content.db {
  margin: 0 30px 0 30px;
  padding: 25px 0 15px 0;
  border-bottom: 1px solid #e9e9e9;
  display: block;
}

.hs-product-content-wrap .hs-product-content-bt {
  display: block;
  margin: 10px 30px 20px 30px;
}
.hs-product-content-wrap .hs-product-content.db a.cn.db {
  font-size: 18px;
  line-height: 100%;
  color: #000;
  display: block;
  font-style: normal;
}

.hs-product-content-wrap .hs-product-content.db a.en.db {
  font-size: 14px;
  line-height: 100%;
  color: #c1c1c1;
  padding-top: 10px;
  display: block;
}

.hs-home-layout .body-container {
  background: #ffffff;
}
.hs-home-r1 {
  background: #fff;
  width: calc(100% - 60px) !important;
  margin: 0 auto !important;
  float: none !important;
}


.hs-product-top-con h2 {
  float: left;
}

.hs-product-top-con  .more-product {
  float: right;
  padding-left: 18px;
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
  font-weight: normal;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-13.png) no-repeat left center;
}
.hs-product-top-con {
  height: 92px;
  line-height: 92px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
.hs-product-group-module-wrapper ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.hs-product-content-bt-inner {
  line-height: normal;
}
.hs-product-group-module-wrapper ul li a.db.pic{
  height: 200px;
  display: block;
}

.hs-product-content-wrap .hs-product-content.db a.cn.db:hover,
.hs-product-content-wrap .hs-product-content.db a.en.db:hover {
  color: #5cbef6;
}

ul.hs-home-two-col-vid-slider .slick-dots {
  bottom: 130px;
  width: 50%;
  text-align: left;
}

.slick-next,.slick-next:hover, .slick-next:focus {
  background-image: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-4.png);
  top: 388px;
  right: auto;
  left: 80px;
  background-repeat: no-repeat;
}

button.slick-prev , button.slick-prev :hover, button.slick-prev :focus{
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-3.png) !important;
  top: 388px;
  left: 0;
  background-repeat: no-repeat;
}

.slick-prev:before, .slick-next:before{
  display: none; 
}

.slick-prev,
.slick-next {
  display: block;
  width: 69px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
}

.hs-two-col-background-image-module {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 54px 0 52px;
  background-position: center center;
  background-repeat: no-repeat;
}


.hs-two-col-background-image-inner {
  background: #fff;
}

.hs-two-col-background-image-left-con .content {
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  margin-top: 42px;
  height: 160px;
  overflow: hidden;
}

.hs-two-col-background-image-left-con {
  max-width: 501px;
  margin-left: 40px;
  margin-top: 36px;
}

.hs-two-col-background-image-left-con h3 a {
  font-size: 24px;
  color: #000;
  line-height: 28px;
}

a.hs-details-btn {
  max-width: 92px;
  width: 100%;
  min-height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #58bff6;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 14px;
  display: inline-block;
  cursor: pointer;
}

.hs-two-col-background-image-left-con h3 {
  line-height: 28px;
}
a.hs-two-col-background-image-right {
  display: block;
  max-width: 602px;
  min-height: 379px;
  overflow: hidden;
}

a.hs-two-col-background-image-right img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

a.hs-two-col-background-image-right:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.hs-home-r4 {
  padding-bottom: 30px;
}

.hs-blog-slider {
  margin: 0 30px !important;
}
.hs-blog-slider {
  padding-top: 30px !important;
}

.hs-blog-slider-left{
  display: block;
  max-width: 55.2%;
  height: 454px;
  width: 100%;
  position: relative;
}

.hs-blog-slider-right {
  max-width: 415px;
  padding: 110px 50px 0 40px;
  color: #fff;
  line-height: 22px;
}

.hs-blog-slider-right {
  max-width: 505px;
  width: 100%;
  padding: 110px 50px 0 40px;
  color: #fff;
  line-height: 22px;
  float: left;
}

.hs-blog-slider  li {
  background: #a3a9b0;
}
.hs-blog-slider-left img {
  /*   width: 1025px;
  height: 454px; 
  max-width: none !important;
  width: auto !important; */
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.hs-blog-slider-left {
  overflow: hidden;
}
.hs-blog-slider-left img:hover {
  transform: scale(1.1);
}
.hs-blog-slider-right h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 30px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y_xian.png) left bottom no-repeat;
  margin-bottom: 27px;
  color: #fff;
  margin: 0 0 27px;
}
.hs-blog-slider-right h3  a{
  color:#fff;
}
.hs-blog-slider-right p{
  color: #fff !important;
  margin: 0 0 10px !important;
  line-height: normal;
  font-size: 14px !important;
  line-height: 22px !important;
}
.hs-blog-slider-right p span {
  font-size: 14px;
  line-height: 22px;
}
.hs-blog-slider .slick-slide {
  padding-bottom: 0 !important;
}
.hs-blog-slider.hs-right-image .hs-blog-slider-left {
  float: right;
}
.hs-blog-slider.hs-right-image .hs-blog-slider-right {
  float: right;
}
.hs-blog-slider.hs-right-image .slick-next {
  left: calc(50% - 483px );
}
.hs-blog-slider.hs-right-image button.slick-prev {
  left: calc(50% - 564px);
}


.hs-leftImage .slick-prev ,
.hs-leftImage .slick-next,
.hs-blog-slider.hs-right-image .slick-next,
.hs-blog-slider.hs-right-image button.slick-prev{
  top: 368px;
}

.hs-leftImage .slick-prev {
  left: calc(50% + 135px);
}
.hs-leftImage .slick-next {
  left: calc(50% + 216px);
}
.home-banner-content .v-text-b {
  padding-bottom: 9px;
}

.hs-subscribe-form-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 100vh;
  overflow-y: auto;
  padding: 15px 0;
  content: "";
  visibility: hidden;  
  transition :all .5s ease;

}

.hs-subs-form-open .hs-subscribe-form-wrapper {
  visibility: visible;  
}


.hs-subscribe-form-wrapper:after {
  content: "";
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  transition: all .2s ease;
}

.hs-subs-form-open .hs-subscribe-form-wrapper:after {
  opacity: 1;
}

.hs-subscribe-form {
  position: absolute;
  max-width: 833px !important;
  margin: 0 auto !important;
  float: none !important;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 9999;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y-bg-14.jpg) center center no-repeat;
  transform: translateY(-50%);
  transition: height .5s ease;
  min-height: 455px !important;
  padding-top: 130px;
}

.hs-subscribe-form .hs-richtext.hs-main-font-element {
  text-align: center;
  margin-bottom: 56px;
}
.hs-subscribe-form .hs-richtext.hs-main-font-element h1 {
  font-size: 36px;
  color: #000;
  line-height: 36px;
  margin: 0;
}
.hs-subscribe-form .hs-richtext.hs-main-font-element p {
  font-size: 16px;
  color: #616161;
  line-height: 16px;
  margin-top: 36px;
  margin-bottom: 0;
}
.hs-subscribe-form .hs-form-required {
  display: none;
}
.hs-subscribe-form .hs-form-field > label {
  display: none;
}
.hs-subscribe-form input[type="text"],
.hs-subscribe-form input[type="email"]{
  min-height: 54px;
  height: auto;
  border: 2px solid #008cd6;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 2px;
  font-size: 14px;
  color: #999;
  margin: 0;
  background: transparent;
  font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}
.hs-subscribe-form input[type="email"] {
  text-align: left;
}
.hs-subscribe-form .hs_state.hs-state {
  width: 163px !important;
}
.hs-subscribe-form .hs_email.hs-email {
  font-size: 14px;
  max-width: 439px !important;
  width: 100% !important;
}
.hs-subscribe-form .hs-form {
  max-width: 730px !important;
  width: 100% !important;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.hs-subscribe-form .hs-button.primary.large {
  background: #008cd6;
  outline: none;
  font-size: 18px;
  border-radius: 0;
  text-transform: uppercase;
  width: 125px;
  line-height: 36px;
  min-height: 54px;
  height: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.hs-subscribe-form  .hs_submit.hs-submit {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hs-subscribe-form .hs_state.hs-state {
  max-width: 176px !important;
  width: 100% !important;
  padding-right: 9px;
}
.hs-subscribe-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 25px;
}
.hs-subscribe-form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.hs-subscribe-form input[type="text"] {
  text-align: center;
}
.hs-close-form-btn {
  position: absolute;
  top: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 26px;
  height: 26px;
  right: 0;
  right: -100px;
  cursor: pointer;
}
.hs-close-form-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hs-floting-icons-wrapper {
  width: 63px;
  position: fixed;
  top: 50%;
  margin-top: -158px;
  z-index: 999;
  right: -63px;
}

.hs-floting-icons-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-floting-icons-wrapper li {
  width: 63px;
  height: 63px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y_mc.png) repeat;
  border-bottom: 1px solid #3f3f3f;
  position: relative;
}

.hs-floting-icons-wrapper ul li a {
  display: block;
  width: 32px;
  height: 26px;
  margin: 0 auto;
  padding-top: 18px;
}

.hs-floting-icons-wrapper li .span3 {
  display: block;
  width: 90px;
  height: 90px;
  border: 5px solid #fff;
  position: absolute;
  right: -110px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y_mc.png) repeat;
  top: 0;
  z-index: 3;
}

.hs-floting-icons-wrapper li .span2 {
  position: absolute;
  width: 250px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  display: block;
  top: 0;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y_mc.png) repeat;
  color: #fff;
  font-size: 18px;
  z-index: 3;
}
.hs-floting-icons-wrapper li:hover .span2 {
  right: 0 !important;
}
.hs-floting-icons-wrapper li:hover .span3 {
  right: 63px !important;
}
.hs-floting-icons-wrapper li .span3, .hs-floting-icons-wrapper li .span2 {
  transition: right 1.2s ease;
}
.hs-floting-icons-wrapper.open .hs-floting-icons {
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y_z.png);
}
.hs-floting-icons-wrapper .hs-floting-icons {
  width: 32px;
  height: 61px;
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -30px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y_s.png);
  cursor: pointer;
}
.hs-floting-icons-wrapper.open {
  right: 0;
}


/* Rohit Bhandari */

/* Banner Section */
.hs-banner-inner.align_center {
  text-align: center;
}
.hs-banner-wrapper h1.heading_1 {
  font-size: 50px;
}
.hs-banner-wrapper p.small_text {
  font-size: 22px;
}

/* Counter Section */
.custom-counter-wrp {
  background: #ffffff;
  padding: 48px 0;
  font-weight: normal;
}
.custom-counter-inner {
  margin-left: -25px;
  text-align: center;
  font-size: 14px;
  padding-right: 5px;
}
.counter-item {
  float: left;
  width: calc(25% - 25px);
  margin-left: 25px;
  text-align: center;
  background: #fff;
  color: #999;
  line-height: 14px;
  font-size: 14px;
  padding: 39px 0;
  border-radius: 4px;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, .06);
  box-shadow: 0 0 32px rgba(0, 0, 0, .06);
}
.counter-item .counter-item-content-text {
  display: block;
}
.counter-item .counter-item-content-number {
  font-size: 14px;
  color: #008cd6;
  line-height: 54px;
  margin-bottom: 9px;
  display: block;
}
.counter-item .counter {
  font-size: 54px;
  font-weight: bold;
}

/* Two Column Video Section */
.hs-scs-layout .hs-two-volumn-right-module {
  background: #fff;
  padding: 74px 0;
}
.hs-scs-layout .two-col-left-content {
  padding-top: 50px;
}
.hs-scs-layout .two-col-left-content h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  padding-bottom: 28px;
  margin-bottom: 27px;
}
.hs-scs-layout .two-col-right-content {
  min-height: auto;
}
.hs-scs-layout .two-col-right-content iframe {
  height: 380px;
  margin-bottom: -5px;
}

/* Application area */
.custom-application-area-wrp {
  background: #f7f7f7;
  padding: 73px 15px;
}
.custom-application-area-inner .heading {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 34px;
  text-align: center;
  color: #000;
}
.custom-application-area-inner .content {
  font-size: 18px;
  color: #616161;
  line-height: 26px;
  margin-top: 37px;
  text-align: center;
}
.custom-application-area-onecolumn-group {
  margin-top: 47px;
}
.custom-application-area-onecolumn-item {
  width: calc(21.45% - 87px);
  float: left;
  margin-left: 87px;
}
.custom-application-area-onecolumn-item:first-child {
  margin-left: 0;
}
.custom-application-area-onecolumn-item-image {
  width: 170px;
  height: 170px;
  padding-top: 44px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-application-area-onecolumn-item img.mg1 {
  display: block;
  margin: 0 auto;
}

.custom-application-area-onecolumn-item img.mg2 {
  display: none;
}
.custom-application-area-onecolumn-item:hover .mg2 {
  display: block;
  margin: 0 auto;
}
.custom-application-area-onecolumn-item:hover .mg1 {
  display: none;
}
.custom-application-area-onecolumn-item-title {
  font-size: 18px;
  color: #000;
  display: block;
  text-align: center;
  line-height: normal;
  font-weight: normal;
}
.custom-application-area-onecolumn-item:hover .custom-application-area-onecolumn-item-image {
  background: #f6aa00;
}

/* Scope of business Section */
.custom-scope-of-business-wrp {
  padding: 73px 0;
}
.custom-scope-of-business-top-content  .heading {
  color: #000;
  position: relative;
  z-index: 1;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 34px;
  text-align: center;
}
.custom-scope-of-business-top-content  .content {
  color: #616161;
  line-height: 26px;
  margin-top: 37px;
  font-size: 16px;
  text-align: center;
}

.custom-scope-of-business-map-section{
  width: 856px;
  max-width: 100%;
  min-height: 718px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  font-weight: normal;
}
.custom-scope-of-business-map-item {
  position: absolute;
  padding-left: 22px;
  font-size: 16px;
  color: #000;
}
.custom-scope-of-business-map-item.dw-1 {
  left: 632px;
  top: 273px;
}
.custom-scope-of-business-map-item.dw-2 {
  left: 705px;
  top: 397px;
}
.custom-scope-of-business-map-item.dw-3 {
  left: 574px;
  top: 455px;
}
.custom-scope-of-business-map-item.dw-4 {
  left: 389px;
  top: 485px;
}
.custom-scope-of-business-map-item.dw-5 {
  left: 621px;
  top: 599px;
}

.circle {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: #f6aa00;
  border-radius: 50%;
}

.custom-scope-of-business-map-item .circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #f6aa00;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  border-radius: 100%;
}

.custom-scope-of-business-map-item .circle div.c1 {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 90px;
  animation: bowen 3s 1s infinite linear;
  -moz-animation: bowen 3s 1s infinite linear; /* Firefox */
  -webkit-animation: bowen 3s 1s infinite linear; /* Safari and Chrome */
  -o-animation: bowen 3s .5s infinite linear; /* Opera */
}
.custom-scope-of-business-map-item .circle div.c2 {
  animation: bowen 3s 2s infinite linear;
  -moz-animation: bowen 3s 2s infinite linear; /* Firefox */
  -webkit-animation: bowen 3s 2s infinite linear; /* Safari and Chrome */
  -o-animation: bowen 3s 2s infinite linear; /* Opera */
}
.custom-scope-of-business-map-item .circle div.c3 {
  animation: bowen 3s 3s infinite linear;
  -moz-animation: bowen 3s 3s infinite linear; /* Firefox */
  -webkit-animation: bowen 3s 3s infinite linear; /* Safari and Chrome */
  -o-animation: bowen 3s 3s infinite linear; /* Opera */
}
@keyframes bowen {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }

}

@-moz-keyframes bowen

/* Firefox */
{
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }

}

@-webkit-keyframes bowen

/* Safari 和 Chrome */
{
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }

}

@-o-keyframes bowen

/* Opera */
{
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }

}
.map-title {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
}
.custom-scope-of-business-map-item-content {
  width: 231px;
  padding-left: 7px;
  max-height: 374px;
  border-radius: 4px;
  position: absolute;
  right: -241px;
  bottom: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 3;
}

.y-ser-bg {
  width: 231px;
  padding: 17px 25px;
  background: #1aa3e3;
}
.custom-scope-of-business-map-item img.db.mg1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.location-wrp {
  color: #fff;
  margin-top: 24px;
  clear: both;
}
.location-wrp:first-child {
  margin-top: 0;
}
.location-wrp b.location {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #88cff0;
  display: block;
}
.location-wrp ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.location-wrp ul li {
  line-height: 26px;
  font-size: 14px;
  padding-left: 14px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y-bg-1.png) left center no-repeat;
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
.custom-scope-of-business-map-item-content {
  position: absolute;
  opacity:0;
  visibility: hidden;
  transition:opacity 0.5s ease;
  -moz-transition:opacity 0.5s ease;
  -webkit-transition:opacity 0.5s ease;
}
.custom-scope-of-business-map-item:hover .custom-scope-of-business-map-item-content {
  opacity:1;
  visibility:visible;
}

/* Recent Post */
.custom-recent-post-wrp {
  padding: 71px 0 46px;
  background: #f7f7f7;
}
.custom-recent-post-wrp .heading {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 34px;
  color: #000;
  position: relative;
  z-index: 1;
  text-align: center;
}
.custom-recent-post-wrp .content {
  color: #616161;
  line-height: 26px;
  margin-top: 37px;
  font-size: 16px;
  text-align: center;
}
.recent-post .y-service-a1.fl {
  float: left;
  width: calc(33.33% - 31px);
  background: #fff;
  font-size: 14px;
  line-height: 26px;
  color: #616161;
  border-bottom: 3px solid #fff;
  margin-top: 20px;
  margin-left: 31px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, .1);
  box-shadow: 0 0 32px rgba(0, 0, 0, .1);
}

.recent-post {
  padding-top: 26px;
  margin-left: -31px;
}
.recent-post .feature-image {
  width: 100%;
  height: 267px;
  position: relative;
  display: block;
  overflow: hidden;
}
.recent-post .feature-image img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.recent-post .y-service-a1:hover {
  border-bottom: 3px solid #078fd6;
  text-decoration: none;
  overflow: hidden;
}

.recent-post .feature-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.recent-post .feature-image img {
  width: auto;
  float: none;
  margin: auto !important;
  max-width: none;
  position: absolute;
  left: -999999px;
  right: -999999px;
  top: -999999px;
  bottom: -999999px;
}

.recent-post .post-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 26px;
  padding-top: 210px;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.recent-post .span-txt {
  padding: 0 28px;
  margin: 24px 0 30px;
  height: 52px;
  overflow: hidden;
  display: block;
}
.recent-post-button span.button-recent {
  display: inline-block;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.recent-post-button {
  margin-top: 56px;
  text-align: center;
  clear: both;
  float: left;
  width: 100%;
}
.recent-post-button a {
  margin-left: auto;
  margin-right: auto;
}
.recent-post-button a img {
  display: block;
  margin: 10px auto 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.recent-post-button .button-recent:hover img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}


/* Contact Us Layout */
.span6.custom-row1-contact-us-left-content {
  width: 50% !important;
}
.span6.custom-row1-contact-us-right-content {
  width: 50% !important;
  margin-left: 0 !important;
  float: right;
}
.map-tabber-wrp.tact-l .place .tit{
  font-size: 26px;
  color: #616161;
  font-weight: bold;
  line-height: 100%;
  padding-bottom: 30px;
  margin: 0;
}

.map-tabber-wrp.tact-l .place{
  font-size: 14px;
  color: #616161;
  line-height: 30px;
  display:none;
}
.map-tabber-wrp.tact-l .place p{
  padding: 0;
  margin: 0;
  padding-left: 30px;
  float: left;
  font-size: 14px;
  color: #616161;
  line-height: 30px;
}
.map-tabber-wrp .bs1{
  background:url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-19.png') no-repeat left 8px;
}
.map-tabber-wrp .bs2{
  background:url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-20.png') no-repeat left 8px;
}
.map-tabber-wrp .bs3{
  background:url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-21.png') no-repeat left 10px;
}
.map-tabber-wrp .bs4{
  background:url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-22.png') no-repeat left center;
}
.map-tabber-wrp .bs5{
  background:url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-23.png') no-repeat left center;
}
.product-catalogue.tact-r{
  width: 566px;
  background: #fff;
  padding: 50px 0 45px 0;
  box-shadow: 1px 1px 5px #ddd;
  float: right;
  max-width: 100%;
}
.product-catalogue.tact-r .heading{
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  margin: 0;
  display: block;
}
.product-catalogue.tact-r .img{
  width: 356px;
  margin:45px auto 0 auto;
  max-width:100%;
}
.product-catalogue.tact-r .img img{
  display: block;
  width: 100%;
  height: 100%;
}
.product-catalogue.tact-r .load{
  font-size: 0;
  width: 434px;
  height: 52px;
  line-height: 52px;
  background: #0088d9;
  margin:55px auto 0 auto;
  display: block;
  text-align: center;
  font-weight: normal;
  max-width: 100%;
}
.product-catalogue.tact-r .load .arrow-icon-download{
  display: inline-block;
  width: 25px;
  height: 24px;
  margin-top: 10px;
  vertical-align: unset;
}
.product-catalogue.tact-r .load .download-txt{
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}

.content-wrapper { }
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  line-height: 70px;
  text-align: center;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 0 20px;
  text-align: center;
  font-size: 17px;
  color: #212121;
  line-height: 70px;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.en> a,
.custom-menu-primary .hs-menu-wrapper > ul > li.en> a:hover{
  color: #fff;
  background: #222;
  font-size: 12px;
  font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #0195d8;
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child a{
  border-top: 0;  
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  line-height: 36px;
  font-size: 14px;
  color: #878787;
  border-top: 1px solid #ebebeb;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.product> a {
  color: #0195d8;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #0195d8;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:993px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.cn > a:before {
    content: "|";
    position: absolute;
    left: 0;
    pointer-events: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: #fff;
    background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/menu_b.png) center top no-repeat;
    background-size: cover;
    padding: 4px 5px 0;
    width: 200px;
    left: 50% !important;
    transform: translatex(-50%);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul:after {
    background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/menu_t.png) center bottom no-repeat;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-size: contain;
    padding: 3px 0;
    bottom: -4px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.cn {
    padding-left: 3px;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 992px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -51px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
  }
  /* Change button when menu is open */

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{ }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #212121;
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;

  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary {
    width: 100% !important;
    margin: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.subcribe {
    margin-left: 10px;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px;
    line-height: 36px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{ 
    padding: 0 0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding: 5px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {} 
.body-container input[type="search"]{
  -webkit-appearance: textfield;
}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  clear: both;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  float: none;
  max-width: 100%;
  margin: 0;
  display: block;
  width: 100%;
  object-fit:cover;

}
/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  clear: both;
  padding-top: 0;
}

.blog.hs-news-blog .blog-pagination{
  padding-top: 29px;
}

.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}



/*------------Default Blog----------------------------*/
a.more-link {
  display: inline-block;
  width: 104px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-right: 17px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/bg_01.png) no-repeat left center;
}
.hs-author-social-section{
  padding:10px 0;
  display:block;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;  
  font-size: ;  
  line-height: ;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
.post-item {
  min-height: 265px;
  margin-bottom: 25px;
}
.post-item:first-child {
  margin-top: 0;
}
#comments-listing.no-comments {
  border: none;
}
.hs-form-field > label span[data-reactid]:empty + span {
  display: none;
}
#comments-listing:empty {
  display: none;
}
/*---------Blog Other ---------*/

/*---------- listing Page ----------------*/
.post-header h2 a,.post-header h1{
  text-decoration: none;
  color: #333333;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
}

.hs-news-blog-wrapper .hs-featured-image-wrapper {
  max-width: 374px;
  min-height: 255px;
  height: 255px;
  border: 5px solid #d7d7d7;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  display: table;
}
.hs-news-blog-wrapper .hs-featured-image-wrapper a {
  display: table-cell;
  vertical-align: middle;
}
.hs-news-blog-wrapper .post-right-content {
  width: calc(100% - 384px);
  margin-top: 50px;
  max-width: 805px;
  padding-left: 15px;
}

.hs-news-blog-wrapper .post-header h2 {
  font-size: 24px;
  color: #000;
  line-height: 100%;
}

.hs-news-blog-wrapper .post-body p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.hs-news-blog-wrapper .post-body {
  display: block;
  padding: 30px 0;
}
.hs-news-blog-wrapper {
  padding: 70px 0 50px 0;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.blog-pagination ul li {
  display: inline-block;
  background: #fff;
}
.blog-pagination ul li a {
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #727272;
  font-weight: normal;
  margin-left: 5px;
  border: 1px solid #dadada;
  display: block;
}

.hs-case-study-blog-wrapper .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-width: none;
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  right: -9999px;
  left: -9999px;
  float: none;
  height: 100%;
  width: 100%;
}

.blog-pagination ul li a.active {
  background: #fff;
  color: #c4c4c4;
  border: 1px solid #c4c4c4;
  pointer-events: none;
}


/* Blog News Post Style*/
.hs-news-blog-post .body-container .page-center {
  padding-top: 68px;
  padding-bottom: 38px;
}
.hs-news-blog-post .hs-news-blog-wrapper{
  padding:0;
}

.hs-news-blog-post .section.post-header h1 {
  font-size: 20px;
  color: #252525;
  line-height: 100%;
  margin: 0;
  text-align: center;
}
.hs-news-blog-post .time {
  font-size: 13px;
  color: #252525;
  line-height: 100%;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 0;
}
.hs-news-blog-post .time em {
  font-weight: normal;
  font-style: normal;
}
.hs-news-blog-post .time .s1 {
  padding-left: 25px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-2.jpg) no-repeat left center;
}
.hs-news-blog-post .time .ml15 {
  margin-left: 15px;
}
.hs-news-blog-post .section.post-body {
  margin-top: 27px;
  font-size: 14px;
  color: #616161;
  padding-top: 0;
  padding-bottom: 0;
}
.hs-news-blog-post .section.post-body p {
  line-height: 25px;
  color: #616161;
  background: none;
  font-weight: normal;
  font-size: 16px;
  margin-bottom:25px;
}

.related-title a {
  font-size: 14px;
  color: #616161;
  display: inline-block;
  line-height: 24px;
}

.hs-related-post {
  margin-top: 40px;
}

.related-title em {
  font-style: normal;
  color: #000;
}
.hs-news-blog-post .section.post-body p:last-of-type {
  margin-bottom: 0;
}
.hs-news-blog-post .section.post-body [align="center"] {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

ul.post-list li:before {
  content: "·";
  margin-right: 38px;
}
ul.post-list {
  margin: 0;
  padding: 0 0 4px 0;
  list-style: none;
}
ul.post-list li {
  font-size: 16px;
  text-indent: -18pt;
  line-height: 25px;
}
.hs-news-blog-post .section.post-body p span a {
  font-family: Tahoma;
  color: #000000;
}
.newshardware-engineer-page .section.post-body p span,
.newsqualified-java-engineer-page.hs-news-blog-post .section.post-body p span {
  font-size: 16px;
  line-height: 2;
}
.newshardware-engineer-page .section.post-body p,
.newsqualified-java-engineer-page.hs-news-blog-post .section.post-body p {
  margin-bottom: 0;
}
.hs-storage-ret-r1 .two-col-left-content {
  padding-top: 50px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.cn:hover > a, .custom-menu-primary .hs-menu-wrapper>ul>li.en:hover > a, .custom-menu-primary .hs-menu-wrapper>ul>li.ja:hover > a {
  color: #0A96D5;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.en:hover > a {
  color: #fff;
}
.newsintelligent-logistics-in-new-retail-page.hs-news-blog-post .section.post-body p {
  font-size: 15px;
  /* line-height: 2px; */
  /* box-sizing: border-box; */
  margin-bottom: 18px;
  padding: 0 10px;
}

.newsintelligent-logistics-in-new-retail-page.hs-news-blog-post.hs-news-blog-post .section.post-body {
  margin-top: 25px;
}

.hs-news-blog-post .section.post-body blockquote {
  border-top: 2px solid #3B87A4;
  padding: 44px 14px 14px;
  margin: 0;
}
.hs-news-blog-post .section.post-body blockquote p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}

.hs-news-blog-post .section.post-body blockquote p span {
  padding: 0px 0px 0px 10px;
  border-left: 3px solid #DBDBDB;
  color: #3E3E3E;
  text-align: justify;
  display: block;
}

ul.post-sec {
  line-height: 2;
  padding: 30px;
  max-width: 100%;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
  font-size: 14px;
  color: #4f4f4f;
  text-align: justify;
  border: 1px solid #D6D6D6;
  margin-bottom: 34px;
  width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}

ul.post-sec:after {
  content: "";
  background-color: #FF9A9A;
  height: 6px;
  display: block;
  width: 126.797px;
  float: right;
  position: absolute;
  bottom: -1px;
  right: 0;
}
ul.post-sec {
  position: relative;
}

/* Case Study  Blog */
.hs-case-study-blog-wrapper .hs-featured-image-wrapper {
  display: block;
  width: 100%;
  height: 245px;
  border: 5px solid #d7d7d7;
  position: relative;
  overflow: hidden;
}
.hs-case-study-blog-wrapper .hs-featured-image-wrapper img {
  height: 100%;
}
.hs-case-study-blog-wrapper .post-header h2 {
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 100%;
  padding-top: 25px;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}

.hs-case-study-blog-wrapper .post-listing {
  margin: 0 -19px;
  display: flex;
  flex-wrap: wrap;
}
.hs-case-study-blog-wrapper .post-item {
  width: 33.33%;
  float: left;
  padding: 0 19px 3px;
  clear: none !important;
}

.hs-case-study-blog-wrapper .post-item:nth-child(3n + 4) {
  clear: both;
}

.hs-case-study-blog-wrapper .post-item p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-top: 15px;
  margin: 0;
}
.hs-case-blog-wrapper .post-header h1 {
  font-size: 20px;
  color: #252525;
  line-height: 100%;
  margin: 0;
  text-align: center;
}
.hs-case-blog-wrapper p.time {
  font-size: 13px;
  color: #252525;
  line-height: 100%;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 0;
}

.hs-case-blog-wrapper  .time .s1 {
  padding-left: 25px;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-2.jpg) no-repeat left center;
}
.hs-case-blog .blog-post-wrapper .post-body p {
  color: #000000;
}
.hs-case-blog-wrapper .ml15 {
  margin-left: 15px;
}
.hs-case-blog .body-container .page-center {
  padding: 68px 15px 67px 15px;
}
.hs-case-blog  .blog-post-wrapper .post-body {
  margin-top: 25px;
}
.case-studye-commerce-vip.com-page .section.post-body p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
.case-studyretail-lianhua-page.hs-case-blog .blog-post-wrapper .post-body img {
  display: block;
  max-width: 100%;
  margin: 0 auto 4px;
}
.casee-commerce-suning-page .blog-post-wrapper .post-body img ,
.case-studye-commerce-suning-page.hs-case-blog  .blog-post-wrapper .post-body img {
  display: block;
  max-width: 100%;
  margin: 0 auto 4px;
}
.casepostal-sf-express-page.hs-case-blog .blog-post-wrapper .post-body p,
.casee-commerce-alogtmall-page.hs-case-blog .blog-post-wrapper .post-body p,
.casee-commerce-vip-page.hs-case-blog .blog-post-wrapper .post-body p {
  color: #616161;
}
.caseretail-lianhua-page .blog-post-wrapper .post-body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.hs-case-blog .related-title a em {
  margin-right: 3px;
}
.hs-case-blog .date {
  margin-left: 8px;
}
.hs-case-blog-wrapper .time .s1 em {
  margin-right: 1px;
}
.hs-news-blog .post-header h2 a {
  color: #000;
}
.hs-home-layout .custom-ft-bottom p {
  font-size: 14px;
}

.hs-home-layout .fancybox-video {
  display: none;
}
.hs-home-layout .fancybox-nav {
  top: 50%;
  transform: translateY(-50%);
  height: 40%; 
}

.hs-home-layout .video-links {
  list-style: none;
  padding: 0;
}


h2.post-listing-simple {
  font-size: 20px;
  color: #000;
  line-height: 2;
}
h2.post-listing-simple a {
  font-size: 20px;
  color: #000;
}
.post-listing-simple .post-item {
  width: 100%;
  height: auto;
  min-height: auto;
}
.hs-news-blog-post.newsgeek-is-awarded-top-15-of-chinas-innovation-enterprises-by-fortune-magazine-page .section.post-body p {
  font-size: 16px;
  line-height: 2;
} 
.custom-row1-contact-us-group {
  background: #fcfcfc;
}
.blog.hs-case-blog .related-title em {
  color: #616161;
}
.custom_error_message-content {
  margin: 10px;
  border: 1px solid #D0D0D0;
  -webkit-box-shadow: 0 0 8px #D0D0D0;
}
.custom_error_message-content h1 {
  color: #444;
  background-color: transparent;
  border-bottom: 1px solid #D0D0D0;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 14px 0;
  padding: 14px 15px 10px 15px;
  margin: 0;
}
.hs-error-search input[type="text"] {
  margin: 0 auto 15px;
}
.custom_error_message-content p {
  margin: 12px 15px 12px 15px;
  font: 13px/20px normal Helvetica, Arial, sans-serif;
  color: #4F5155;
}
.hs-subs-form-open .hs-floting-icons-wrapper {
  z-index: 1;
}
.hs-ft-bottom-pane-right .hs-form-field.hs_company.hs-company label {
  text-indent: 7px;
}
.hs-ft-bottom-pane-right .hs_company.hs-company .input input {
  padding-left: 10px;
}
.hs-about-row2-wrapper .pic-content {
  padding-bottom: 40px;
}
.hs-about-row2-wrapper .slick-dots {
  bottom: -45px;
}

.hs-subs-form-open .hs-subscribe-form-wrapper > div {
  height: 100vh;
  overflow: visible;
  transition: all .9s ease;
}
.hs-subscribe-form-wrapper > div {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  height: 0;
  transition: all .9s ease;
  overflow: hidden;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: #0A96D5;
}
.section.post-footer ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0;
}
.hs-default-listing .hs-blog-social-share {
  margin: 15px 0;
}
.hs-default-listing  .custom_listing_comments {
  margin: 15px 0;
}
.hs-default-listing  .blog-pagination a {
  margin-right: 10px;
}
.hs-default-listing a.more-link {
  background: no-repeat;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  height: auto;
  width: auto;
  padding-right: 0;
}
.hs-blog-slider-right h4 a {
  color: #fff;
}
.hs-blog-slider-right h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.join-usqualified-java-engineer-page.hs-news-blog-post .section.post-body p {
  font-size: 16px;
  line-height: 2;
  MARGIN-BOTTOM: 0;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */

.hs-form {
  margin-bottom: 20px; 
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 43px;
  border-radius: 5px 0 0 5px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500PX;
  line-height: 43px;
  background: #f7f8f7;
  border-radius: 0 5px 5px 0;
  display: block;
  font-family:微软雅黑, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color:#606060;
  outline: 0;
  border: none;
  padding: 0 10px;
  margin: 0 0 10px 0;
}

.hs-home-layout input[type="text"],
.hs-home-layout input[type="password"], 
.hs-home-layout input[type="datetime"], 
.hs-home-layout input[type="datetime-local"], 
.hs-home-layout input[type="date"], 
.hs-home-layout input[type="month"], 
.hs-home-layout input[type="time"], 
.hs-home-layout input[type="week"], 
.hs-home-layout input[type="number"], 
.hs-home-layout input[type="email"], 
.hs-home-layout input[type="url"], 
.hs-home-layout input[type="search"], 
.hs-home-layout input[type="tel"], 
.hs-home-layout input[type="color"],
.hs-home-layout input[type="file"],
.hs-home-layout textarea,
.hs-home-layout select {
  font-size: 14px;  
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  outline: 0;
  min-height: 36px;
  border: 0;
  background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-12.png) no-repeat left center;
  display: inline-block;
  padding: 0 23px;
  background-size: cover;
  border-radius: 8px;
  margin: 10px 0 0 0;
  font-family:微软雅黑, Helvetica, Arial, sans-serif;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.hs-subs-form-open .hs-form-inner {

}

.hs-form-inner {
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s ease;
  left: 0;
  right: 0;
}

.hs-subs-form-open .hs-form-inner {
  height: 80vh;
  overflow-y: auto;
}

.hs-def-layout h1 {
  font-size: 30px;
  color: #000;
  margin-bottom: 0;
}
.hs-def-layout h4 {
  font-size: 22px;
  color: #000;
}

.hs-def-layout h5 {
  font-size: 20px;
  color: #000;
}

.hs-def-layout h6 {
  font-size: 18px;
  color: #000;
}
/* Blog */
.newsgeek-robotics-to-showcase-advanced-warehousing-robotic-solutions-at-logimat-2019-page .section.post-body,
.newslogimat-2019-review-geek-robotics-took-the-center-stage-page .section.post-body,
.newsgeek-robots-now-work-at-alibaba-page .section.post-body,
.newsformer-sap-global-vice-president-joins-geek-to-accelerate-business-growth-page .section.post-body,
.newssystem-architect-page .section.post-body,
.hs-news-blog-post.newsgeek-robotics-to-showcase-warehouse-automation-system-at-deliver-portugal-event-page .section.post-body,
.hs-news-blog-post.newsgeek-completes-worlds-largest-series-b-financing-in-logistics-robotics-led-by-warburg-pincus-page .section.post-body,
.hs-news-blog-post.newsdiscussion-will-warehouse-robots-completely-replace-traditional-logistics-industry-model-page .section.post-body,
.hs-news-blog-post.newsgeek-is-in-tokyo-come-to-talk-to-us-page .section.post-body,
.hs-news-blog-post.newsgeek-was-invited-by-deliverevents-europes-biggest-e-logistics-marketplace-to-give-a-speech-about-robot-as-a-service-to-warehouses-in-london-page .section.post-body{
  margin-top: 25px;
}
.hs-news-blog-post.newsthe-first-showcase-of-geek-robotics-in-united-kingdom-won-a-success-page .section.post-body,
.hs-news-blog-post.newsgeek-robotics-picking-system-deployed-at-empower-in-hong-kong-page .section.post-body,
.hs-news-blog-post.newsnew-generation-of-integrated-material-handling-automation-powered-by-geek-robotics-debuts-at-ciif-page .section.post-body,
.hs-news-blog-post.newsgeek-robotics-wins-robotics-innovation-in-supply-chain-excellence-award-2018-page .section.post-body,
.hs-news-blog-post.newsgeek-robotics-brings-smart-logistics-automation-solution-to-cemat-asia-2018-page .section.post-body,
.hs-news-blog-post.newsgeek-robotics-gives-a-sharing-of-robotics-and-artificial-intelligence-ai-application-in-logistic-at-practitioner-seminar-page .section.post-body{
  margin-top: 24px;
} 
.hs-news-blog-post.newsqualified-wms-product-manager-page .section.post-body {
  margin-top: 30px;
}
.hs-news-blog-post.newsgeek-recognized-by-robotics-business-review-as-one-of-the-top-50-robotics-companies-in-2019-page .section.post-body p,
.hs-news-blog-post.newsgeek-completes-worlds-largest-series-b-financing-in-logistics-robotics-led-by-warburg-pincus-page .section.post-body p,
.hs-news-blog-post.newsdiscussion-will-warehouse-robots-completely-replace-traditional-logistics-industry-model-page .section.post-body p,
.hs-news-blog-post.newsnew-generation-of-integrated-material-handling-automation-powered-by-geek-robotics-debuts-at-ciif-page .section.post-body p {
  margin-bottom: 24px;
} 

.hs-news-blog-post.newsgeek-recognized-by-robotics-business-review-as-one-of-the-top-50-robotics-companies-in-2019-page .section.post-body p:last-child,
.hs-news-blog-post.newsgeek-completes-worlds-largest-series-b-financing-in-logistics-robotics-led-by-warburg-pincus-page .section.post-body p:last-child,
.hs-news-blog-post.newsnew-generation-of-integrated-material-handling-automation-powered-by-geek-robotics-debuts-at-ciif-page .section.post-body p:last-child{
  margin-bottom: 0;
}
.hs-news-blog-post.newsfrom-the-robot-report-chinese-mobile-robot-maker-geek-coming-to-america-page .section.post-body p {
  color: #313131;
}
.hs-news-blog-post.newsgeek-receives-60-million-series-b-investment-led-by-warburg-pincus-page .section.post-body {
  margin-top: 20px;
}


/* 底部图片变化 */
@keyframes tupian
{
  0% {
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -o-transform:scale(1);
  }
  50%{
    -webkit-transform:scale(1.2); 
    -moz-transform:scale(1.2); 
    -o-transform:scale(1.2);
  }
  100% {
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -o-transform:scale(1);
  }
}

@-moz-keyframes tupian /* Firefox */
{
  0% {
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -o-transform:scale(1);
  }
  50%{
    -webkit-transform:scale(1.2); 
    -moz-transform:scale(1.2); 
    -o-transform:scale(1.2);
  }
  100% {
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -o-transform:scale(1);
  }
}

@-webkit-keyframes tupian /* Safari 和 Chrome */
{
  0% {
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -o-transform:scale(1);
  }
  50%{
    -webkit-transform:scale(1.2); 
    -moz-transform:scale(1.2); 
    -o-transform:scale(1.2);
  }
  100% {
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -o-transform:scale(1);
  }
}

@-o-keyframes tupian /* Opera */
{
  0% {
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -o-transform:scale(1);
  }
  50%{
    -webkit-transform:scale(1.2); 
    -moz-transform:scale(1.2); 
    -o-transform:scale(1.2);
  }
  100% {
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -o-transform:scale(1);
  }
}


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
.hs-ft-bottom-pane-right .hs-form{
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hs-ft-bottom-pane-right .hs-form .hs-form-field input {
    margin-bottom: 0;
    padding: 0;
  }
  .hs-ft-bottom-pane-right .hs-form .hs-form-field   {
    line-height: 43px;
    border-radius: 0 5px 5px 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .hs-ft-bottom-pane-right .hs-form .hs-form-field .input {
    float: left;
  }

  .hs-ft-bottom-pane-right .hs-form-field>label {
    display: block;
    float: left;
    font-size: 12px;
    color: #000;
    height: 43px;
    line-height: 43px;
    width: 65px;
    text-align: center;
    background: #f7f8f7;
    border-radius: 5px 0 0 5px;
  }
  .hs-ft-bottom-pane-right .hs-form .hs_message.hs-message textarea {
    width: 100%;
    max-width: 100%;
    height: 80px;
    resize: initial;
  }
  .hs-ft-bottom-pane-right .hs-form .hs-form-field .input {
    float: left;
    width: calc(100% - 65px);
  }
  .hs-ft-bottom-pane-right .hs_message.hs-message label {
    width: 100px;
    height: 80px;
  }

  .hs-ft-bottom-pane-right .hs-form {
    padding-right: 7px;
  }
  .hs-ft-bottom-pane-right .hs-form .hs_message.hs-message .input {
    width: calc(100% - 100px);
    float: left;
  }

  /*V2*/
  .map-tabber-wrp.tact-l .map{
    width: 451px;
    height: 394px;
    margin:0 auto;
    max-width: 100%;
  }
  .map-tabber-wrp.tact-l .map img{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .map-tabber-wrp.tact-l .slideBox{margin-top: 20px;background: #fff;width:600px;max-width:100%;box-shadow:1px 1px 5px #ddd;padding:40px 0 30px 0;}
  .map-tabber-wrp.tact-l .slideBox .hd ul{float:left;position:absolute;left:20px;top:-1px;height:32px;list-style: none;margin: 0;padding: 0;}
  .map-tabber-wrp.tact-l .slideBox .hd ul li{font-size: 12px;color: #000;width:94px;height: 20px;float:left;cursor:pointer;background:url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/bg_03.png') left center no-repeat;}
  .map-tabber-wrp.tact-l .slideBox .hd ul li em{
    line-height: 20px;
    text-align: center;
    padding: 0 7px;
    background-color: #d3d3d3;
    border-radius: 3px;
    float: right;
  }
  .map-tabber-wrp.tact-l .slideBox .hd ul li.on{width:94px;height: 20px;float:left;cursor:pointer;background:url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/bg_033.png') left center no-repeat;}
  .map-tabber-wrp.tact-l .slideBox .hd ul li.on em{
    color: #fff;
    background-color: #0195da;
  }

  .map-tabber-wrp.tact-l .slideBox .hd .d1{
    position: absolute;
    left:299px;
    top:116px;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d2{
    width: 154px;
    height: 20px;
    background: url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/bg_06.png') left center no-repeat;
    position: absolute;
    left:330px;
    top:180px;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d2.on{
    width: 154px;
    height: 20px;
    /*     background: url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/bg_066.png') left center no-repeat; */
    background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Video/bg_066.png) left center no-repeat;
  }

  .map-tabber-wrp.tact-l .slideBox .hd .d3{
    position: absolute;
    left:288px;
    top:195px;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d6{
    position: absolute;
    left:281px;
    top:233px;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d5{
    position: absolute;
    left:444px;
    top:136px;
    z-index: 3 !important;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d4{
    width: 184px;
    height: 20px;
    background: url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/bg_02.png') left center no-repeat;
    position: absolute;
    left:285px;
    top:240px;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d4.on{
    width: 184px;
    height: 20px;
    background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Video/bg_066.png) left center no-repeat;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d7{
    width: 105px;
    height: 20px;
    background: url('//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/bg_04.png') left center no-repeat;
    position: absolute;
    left:227px;
    top:368px;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d7.on{
    width: 105px;
    height: 20px;
    background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Video/bg_066.png) left center no-repeat;
  }
  .map-tabber-wrp.tact-l .slideBox .hd{width: 430px;margin:0 auto;}
  .map-tabber-wrp.tact-l .place{
    width: 500px;
    margin:0 auto;
    max-width: 100%;
  }

  .map-tabber-wrp.tact-l .place p em{ width:70px; float:left; max-width:100%; }
  .map-tabber-wrp.tact-l .place p span{ width:400px; float:left; max-width:100%; }

  .map-tabber-wrp.tact-l {
    position: relative;
    width: 600px;
    margin-top: 12px;
    max-width: 100%;
  }

  .hs-news-blog-wrapper .hs-featured-image-wrapper a {
    display: table-cell;
    vertical-align: middle;
    height: 255px;
  }

  .hs-news-blog-wrapper .hs-featured-image-wrapper a img{
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1250px) {
  .hs-ft-bottom-pane-inner>div {
    width: 50%;
  }
  .hs-ft-bottom-pane-leftinner {
    padding-left: 20px;
    padding-top: 30px;
  }
  .hs-team-content.w100 ul li {
    width: calc(25% - 44px);
  }

  .hs-team-content.w100 ul li .pic,
  .hs-team-content.w100 ul li .pic img{
    width: 100%;
    height: 100%;
  }
  .hs_image_module .two-col-right-content, .two-col-left-content {
    width: 50% !important;
    max-width: 100% !important;
  }
  .two-col-right-content {
    width: 50%;
  }
  .it-txt-box {
    max-width: 100%;
    padding: 0 15px;
    margin: 50px auto 0 auto;
  }
  .two-col-right-content iframe {
    max-width: 600px;
    width: 100%;
  }
  .hs-one-column-bgimage-inner a.fl.a1 {
    width: calc(25% - 10px);
    margin-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.subcribe {
    margin-left: 5px;
  }
  .hs-close-form-btn {
    top: -22px;
    right: -25px;
  }
  .hs-subscribe-form {
    max-width: 90% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-subscribe-form {
    background-color: #fff;
  }
  .hs-blog-slider-right {
    max-width: calc(100% - 55.2%);
  }
  .hs-blog-slider.hs-right-image button.slick-prev {
    left: 15px;
  }
  .hs-blog-slider.hs-right-image .slick-next {
    left: 100px;
  }
  .hs-blog-slider-right {
    padding: 110px 15px 0 15px;
  }
  .hs-leftImage .slick-prev {
    left: calc(50% + 60px);
  }
  .hs-leftImage .slick-next {
    left: calc(50% + 140px);
  }
  .hs-blog-slider-right {
    padding: 60px 15px 0 15px;
  }
  .hs-product-content-wrap .hs-product-content-bt,
  .hs-product-content-wrap .hs-product-content.db {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hs-home-r1 .hs-home-two-col-vid-slider button.slick-prev,
  .hs-home-r1 .hs-home-two-col-vid-slider button.slick-prev :hover, 
  .hs-home-r1 .hs-home-two-col-vid-slider button.slick-prev :focus ,
  .hs-home-r1 .hs-home-two-col-vid-slider button.slick-next,
  .hs-home-r1 .hs-home-two-col-vid-slider button.slick-next :hover, 
  .hs-home-r1 .hs-home-two-col-vid-slider button.slick-next :focus  {
    bottom: 20px;
    top: auto !important;
  }

  .hs-home-r1  ul.hs-home-two-col-vid-slider .sn-1-left.fl.db {
    width: 50%;
    padding: 80px 0 80px 0;
  } 

  .hs-two-col-background-image-left-con {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 15px;
  }
  a.hs-two-col-background-image-right {
    width: calc(100% - 501px);
  }

  .hs-close-form-btn {
    top: 6px;
    right: 4px;
  }
  .hs-case-study-blog-wrapper .post-listing {
    margin: 0;
  }
  .hs-parameter-module-wrappe ul li > a img {
    width: auto;
    height: auto;
  }
}

@media(max-width:1230px){
  .custom-row1-contact-us-left-content {
    padding-right: 15px;
  }
  .custom-row1-contact-us-right-content {
    padding-left: 15px;
  }
  .map-tabber-wrp.tact-l .slideBox {
    padding-left: 15px;
    padding-right: 15px;
  }
  .map-tabber-wrp.tact-l .place p em {
    width: 100%;
  }
  .map-tabber-wrp.tact-l .place p span {
    width: 100%;
  }
  .map-tabber-wrp.tact-l .place p {
    width: 100%;
  }
  /*     .map-tabber-wrp.tact-l .map {
  height: auto;
} */
  .map-tabber-wrp.tact-l .slideBox .hd ul {
    width: 100%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d1 {
    left: 50%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d5 {
    left: 75%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d2 {
    left: 55.7%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d3 {
    left: 48%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d6 {
    left: 46%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d4 {
    left: 46.5%;
    top: 229px;
  }

  .map-tabber-wrp.tact-l .slideBox .hd .d6 {
    left: 46%;
    top: 220px;
  }
}

@media(max-width:1199px){
  .counter-item {
    width: calc(50% - 25px);
    margin-bottom: 20px;
  }
  .custom-application-area-onecolumn-group {
    margin-left: -2%;
    margin-right: -2%;
    clear: both;
    float: left;
    width: 100%;
  }
  .custom-application-area-onecolumn-item {
    width: 16%;
    float: left;
    margin: 0 2%;
  }
  .custom-application-area-onecolumn-item:first-child {
    margin-left: 2%;
  }

  .custom-application-area-onecolumn-group {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-application-area-onecolumn-item:first-child {
    margin-left: 0;
  }
  .custom-application-area-onecolumn-item {
    width: 29.33%;
    margin: 0 2% 30px;
  }
  .custom-scope-of-business-map-section {
    background-size: contain !important;
  }
  .custom-scope-of-business-wrp {
    padding: 73px 0;
    transform: scale(0.8);
  }
  .circle {
    transform: scale(0.7);
  }
  .custom-scope-of-business-map-item-content {
    right: 0;
    left: -241px;
  }
  .custom-scope-of-business-map-item img.db.mg1 {
    position: absolute;
    bottom: 0;
    right: -15px;
    left: auto;
    transform: rotate(180deg);
  }
  .recent-post .post-title {
    font-size: 16px;
  }
  .hs-case-study-blog-wrapper .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    height: auto;
    width: auto;
  }

  .custom-scope-of-business-map-item.dw-2 {
    left: 82%;
    top: 384px;
  }
  .custom-scope-of-business-map-item.dw-1 {
    left: 73%;
    top: 280px;
  }
  .custom-scope-of-business-map-item.dw-3 {
    left: 68%;
    top: 434px;
  }
  .custom-scope-of-business-map-item.dw-5 {
    left: 73%;
    top: 559px;
  }
  .custom-scope-of-business-map-item.dw-4 {
    left: 46%;
    top: 470px;
  }
}

@media (max-width: 992px) {
  .custom-logo {
    width: 80% !important;
    margin: 0 !important;
  }
  .custom-logo img {
    max-width: 358px;
    width: 100% !important;
  }
  .custom-header-wrapper {
    padding: 8px 15px;
    min-height: 70px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.cn>a, .custom-menu-primary .hs-menu-wrapper>ul>li.en>a, .custom-menu-primary .hs-menu-wrapper>ul>li.ja>a {
    margin-left: 0;
    padding-left: 0;
  }
  .two-col-left-content {
    padding-top: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.cn > a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.en > a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.ja > a {
    margin-top: 0;
    margin-bottom: 11px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.subcribe {
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.subcribe {
    margin-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.subcribe {
    float: left;
  }
  .home-banner-content h1 {
    font-size: 28px;
  }
  .home-banner-content p {
    font-size: 20px;
  }

  .hs-subscribe-form .hs_state.hs-state, .hs-subscribe-form .hs_email.hs-email {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hs-subscribe-form .hs_submit.hs-submit {
    position: relative;
    margin: 10px 0 0;
  }
  .hs-subscribe-form {
    padding-top: 30px;
  }
  .hs-subscribe-form input[type="text"], .hs-subscribe-form input[type="email"] {
    margin: 0 0 15px;
    width: 100%;
    max-width: 100%;
  }

  .hs-subscribe-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 0;
  }
  .hs-subscribe-form ul.no-list.hs-error-msgs.inputs-list {
    position: relative;
  }
  .hs-subscribe-form {
    max-width: 90% !important;
    padding: 50px 10px 0;
  }
  .hs-subscribe-form .hs-form {
    padding: 10px 0;
  }
  .sn-5-l-pic img {
    object-fit: cover;
  }

  .hs-two-col-background-image-left-con {
    max-width: 50%;
  }
  a.hs-two-col-background-image-right {
    width: 50%;
  }

  .hs-two-col-background-image-left-con {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-subscribe-form {
    overflow-y: auto;
    min-height: auto !important;
    height: 100%;
    max-height: calc(50vh);
  }
}

/* =============== Landscape tablet and smaller devices =============== */
@media (min-width: 768px) {
  .custom-footer-group{
    padding-left: 15px;
    padding-right: 15px;
  }
}



@media (max-width: 767px) {
  /* One Line Inputs */
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;  
  }
  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
  }	
  .blog-pagination {
    text-align: center;
  }
  .hs-blog-post .blog-section img {
    float: none !important;
    display: block;
  }
  .custom-logo img {
    max-width: 268px;
  }
  .mobile-trigger {
    top: -41px;
  }  
  .hs-ft-bottom-pane-inner>div {
    width: 100%;
    float: none;
  }
  .hs-ft-bottom-pane-right {
    padding: 25px 0;
  }
  .hs-ft-bottom-pane-leftinner {
    padding: 25px 15px;
  }
  .custom-ft-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-ft-topmenu .hs-menu-wrapper>ul>li {
    min-height: auto;
    line-height: normal;
  }
  .custom-ft-topmenu {
    margin-bottom: 25px;
  }
  .custom-ft-topmenu .hs-menu-wrapper>ul>li>a {
    padding: 0 10px;
    margin-top: 15px;
    border-left: none;
    padding-left: 0;
  }
  .custom-phnumber {
    text-align: left;
    padding-top: 10px;
  }
  .hs-ft-bottom-pane-wrapper {
    padding: 0px 0;
  }
  .hs-banner-inner {
    text-align: left;
  }
  .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }
  .hs-team-content.w100 ul li {
    width: 267px;
    float: none;
    margin: 0 auto 25px;
  }
  .fr,
  .fl,
  .hs-right-align .fl,
  a.hs-download-catalogue{
    float: none;
    max-width: 100%;
  }
  .it-txt-box {
    margin: 50px auto 0 auto;
  }
  .hs_image_module .two-col-left-content {
    min-height: auto;
  }
  .hs-parameter-module-wrappe ul li:first-child, .hs-parameter-module-wrappe ul li {
    width: 100%;
    text-align: center;
    float: none;
  }
  .hs-parameter-module-wrappe ul li > a {
    margin: 0 auto;
  }
  .hs-parameter-module-wrappe ul li a em {
    left: 0;
    right: 0;
  }
  .hs-parameter-module-wrappe ul li:first-child {
    border-left: none;
    border-right: none;
    min-height: 281px;
  }
  .hs-parameter-module-wrappe ul li:first-child, .hs-parameter-module-wrappe ul li {
    width: auto;
    text-align: center;
    float: none;
    border: none;
  }
  a.hs-download-catalogue{
    position: relative;
    top: 0;
    bottom: 0;
  }
  .hs-section-title.title {
    padding-bottom: 15px;
  }
  .hs_image_module .two-col-right-content {
    min-height: auto;
  }
  .hs-system-component-items ul.fix li {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .two-col-right-content iframe,
  .hs-parameter-module-right{
    max-width: 100%;
    width: 100%;
  }
  .hs-system-component-items ul.fix li img {
    display: block;
    margin: 0 auto;
  }
  .hs-system-component-items ul.fix {
    margin-left: 0;
  }
  .hs_image_module .two-col-right-content, .two-col-left-content {
    width: 100% !important;
  }
  .two-col-right-content {
    width: 100%;
  }
  .hs-one-column-bg-wrap {
    background-size: cover;
  }
  .hs-one-column-bgimage-inner a.fl.a1 {
    width: 100%;
  }
  .db.span-pic {
    margin: 0 auto 10px !important;
    float: none;
  }
  .hs-one-column-bgimage-inner a.fl.a1 {
    margin-bottom: 25px;
  }
  .hs-applicationscenario-moduleinner-wrapper {
    text-align: center;
  }
  a.hs-applicationscenario-item {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto 15px;
  }
  .hs-parameter-module-right ul li .span2 {
    float: none;
  }
  .hs-parameter-module-wrapper {
    padding: 0px 0 0;
  }
  .hs-storage-ret-r4 {
    padding: 40px 0 40px;
  }
  .hs-storage-ret-layout .hs-banner-wrapper h1 {
    padding-bottom: 35px;
  }
  .hs-storage-ret-layout .hs-banner-inner {
    padding-top: 50px;
  }
  .hs-storage-ret-layout .hs-banner-wrapper h1 {
    background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/y-bg-15.jpg) left bottom no-repeat;
  }
  .it-txt-box {
    padding: 0;
  }
  .hs-news-blog-wrapper .post-right-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .hs-news-blog-wrapper .hs-featured-image-wrapper {
    min-height: auto;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .hs-news-blog-wrapper .post-header h2 {
    line-height: normal;
  }

  .blog  .hs-banner-inner {
    padding: 125px 0;
  }
  .blog .hs-banner-wrapper {
    height: auto;
    min-height: 400px;
  }
  ul.hs-home-two-col-vid-slider .sn-1-left.fl.db, ul.hs-home-two-col-vid-slider .sn-1-left.fr.db {
    width: 100%;
    margin-top: 0;
  }
  ul.hs-home-two-col-vid-slider .sn-1-left.fl.db {
    padding: 30px 0 30px 0;
  }
  .slick-next, .slick-prev {
    top: auto !important;
    bottom: 60px;
  }
  .hs-blog-slider-right {
    min-height: 350px;
  }
  .hs-product-group-module-wrapper ul li {
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
  }
  .hs-product-group-module-wrapper ul li a.db.pic {
    height: auto;
  }
  .hs-blog-slider-left {
    height: auto;
    width: 100%;
  }
  .hs-blog-slider-right {
    padding: 50px 15px;
  }
  .hs-leftImage .slick-prev {
    left: 0px;
  }
  .hs-leftImage .slick-next {
    left: 80px;
  }
  a.hs-two-col-background-image-right {
    margin-top: 10px;
  }
  .hs-blog-slider.hs-right-image .hs-blog-slider-right, .hs-blog-slider.hs-right-image .hs-blog-slider-left {
    float: none !important;
  }
  .hs-blog-slider {
    margin: 0 15px !important;
  }
  .hs-leftImage .slick-prev {
    left: 15px;
  }
  .hs-leftImage .slick-next {
    left: 95px;
  }
  .hs-blog-slider.hs-right-image button.slick-prev, 
  .hs-blog-slider.hs-right-image button.slick-prev {
    left: 15px;
  }
  .hs-blog-slider.hs-right-image .slick-next {
    left: 95px;
  }
  .v-text-b {
    text-align: left;
  }
  .hs-home-r1 {
    width: 100% !important;
  }
  .hs-product-group-module-wrapper ul {
    margin-left: 0;
  }
  .hs-product-content-wrap .hs-product-content.db {
    margin: 0 15px 0 15px;
  }
  .hs-product-content-wrap .hs-product-content-bt {
    margin: 10px 15px 20px 15px;
  }
  .hs-two-col-background-image-module {
    padding: 30px 0 30px;
  }
  a.hs-two-col-background-image-right {
    min-height: auto;
  }
  .hs-home-video-content video {
    display: none;
  }
  .hs-team-content.w100 ul {
    margin: 0;
  }
  .hs-gallery-slider li.slick-slide a.title.db {
    padding: 0 15px;
    line-height: 2;
  }
  .hs-gallery-slider .slick-next, .hs-gallery-slider .slick-prev {
    display: none !important;
  }
  .hs-gallery-slider li.slick-slide img {
    object-fit: cover;  
  }
  .hs-banner-wrapper {
    background-size: cover !important;
    background-position: top right 80% !important;
    height: auto;
    padding-bottom: 20px;
  }
  .hs-subscribe-form .hs-richtext.hs-main-font-element h1 {
    font-size: 25px;
    line-height: 1.2
  }
  .hs-close-form-btn {
    top: 8px;
    right: 3px;
  }
  a.hs-two-col-background-image-right img {
    width: 100%;
  }
  a.hs-two-col-background-image-right {
    width: 100%;
    max-width: 100%;
  }
  .hs-two-col-background-image-left-con {
    margin-left: 0;
    margin-top: 0;
    padding: 15px;
  }
  .custom-scope-of-business-map-item-content{
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-scope-of-business-map-item {
    width: 100% !important;
  }

  .map-tabber-wrp.tact-l .slideBox .hd .d1 {
    left: 47%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d5 {
    left: 70%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d2 {
    left: 52.7%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d3 {
    left: 45%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d6 {
    left: 42%;
  }
  .map-tabber-wrp.tact-l .slideBox .hd .d4 {
    left: 43.5%;
    top: 229px;
  }
  /*   v2 */
  .custom-application-area-onecolumn-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .custom-application-area-onecolumn-item:first-child {
    margin-left: 0;
  }
  .custom-application-area-onecolumn-item:last-child {
    margin-bottom: 0;
  }
  .custom-counter-inner {
    margin-left: 0;
    padding-right: 0;
    
    
  }
  .counter-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-scope-of-business-map-item.dw-1 {
    left: 87.8%;
  }
  .custom-scope-of-business-map-item.dw-2 {
    left: 83%;
  }
  .custom-scope-of-business-map-item.dw-3 {
    left: 70%;
  }
  .custom-scope-of-business-map-item.dw-5 {
    left: 73%;
  }
  .custom-scope-of-business-map-item.dw-4 {
    left: 50%;
  }
  .circle {
    transform: scale(.4);
  }
  .recent-post .y-service-a1.fl {
    width: 100%;
  }
  .recent-post {
    margin-left: 0;
  }
  .recent-post .post-title {
    font-size: 20px;
  }
  .recent-post .y-service-a1.fl {
    width: 100%;
    margin-left: 0;
  }
  .custom-scope-of-business-map-section.auto.rel.y-service-map {
    background: transparent !important;
  }
  .custom-scope-of-business-map-item {
    width: auto;
    display: inline-block;
    padding: 0 7px;
    position: relative !important;
    left: 0 !important;
    margin-bottom: 20px;
    top: 0 !important;
  }
  .custom-scope-of-business-map-item-content {
    position: absolute;
    top:100%;
    left: 0;
    right: 0;
    opacity:0;
    visibility: hidden;
    transition:opacity 0.5s ease;
    -moz-transition:opacity 0.5s ease;
    -webkit-transition:opacity 0.5s ease;
  }

  .custom-scope-of-business-map-item-content img {
    display: none;
  }
  .custom-scope-of-business-wrp {
    padding: 73px 0;
    transform: scale(1);
    position: relative;
    z-index: 99;
  }
  .circle {
    transform: scale(0.2);
    position: static;
    margin: 0;
    display: inline-block;
  }
  .map-title {
    width: auto !important;
    display: inline-block !important;
    padding-left: 5px;
  }
  .custom-scope-of-business-map-section {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
  .custom-scope-of-business-map-item.dw-5 .custom-scope-of-business-map-item-content {
    left: auto;
    right: 0;
  }


  /* Contact Us */
  .map-tabber-wrp.tact-l .slideBox,
  .map-tabber-wrp.tact-l,
  .span6.custom-row1-contact-us-left-content,
  .span6.custom-row1-contact-us-right-content,
  .product-catalogue.tact-r{
    max-width: 100% !important;
    width:100% !important;
  }

  .map-tabber-wrp.tact-l .place {
    width: 100%;
    padding: 0 15px;
  }
  .product-catalogue.tact-r{
    margin-top:40px;
  }
  .map-tabber-wrp.tact-l .map img {
    display: none;
  }
  .map-tabber-wrp ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    overflow: hidden;
  }

  .map-tabber-wrp ul li {
    line-height: 20px;
    text-align: center;
    padding: 10px 8px;
    background-color: #d3d3d3;
    border-radius: 0;
    display: table-cell;
    cursor: pointer;
  }
  .map-tabber-wrp .bd.y_height {
    margin-top: 20px;
    background: #fff;
    width: 100%;
    box-shadow: 1px 1px 5px #ddd;
    padding: 40px 0 30px 0;
  }
  .map-tabber-wrp.tact-l .place p{
    float:none;
  }

  .hs-case-study-blog-wrapper .post-listing {
    margin: 0;
  }
  .hs-case-study-blog-wrapper .post-item {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-row1-contact-us-left-content {
    padding-right: 0;
  }
  .hs-product-group-module-wrapper ul li a img {
    width: auto;
    height: auto;
  }
  span.pagination-previous, span.pagination-next {
    display: block;
    margin: 10px 0;
  }
  .blog-pagination ul li {
    margin-bottom: 10px;
  }
  .hs-home-r1 ul.hs-home-two-col-vid-slider .sn-1-left.fl.db{
    width: 100%;
  }
  .newsfrom-the-robot-report-chinese-mobile-robot-maker-geek-coming-to-america-page.hs-blog-post .blog-section img {
    margin: 0 !important;
  }
  .map-tabber-wrp ul li.on {
    background-color: #0195da;
    color: #fff;
  }
  .hs-subs-form-open .hs-form-inner {
    height: 100%;
  }

  .hs-subscribe-form {
    min-height: auto !important;
  }
  .hs-parameter-content > span > span em {
    text-align: left;
  }

  .hs-parameter-module-wrappe ul li > a img {
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .hs-gallery-slider li.slick-slide {
    margin: 0;
  }
  .hs-parameter-module-right.fr {
    overflow-y: auto;
  }
  /* Contact Us */
  .map-tabber-wrp ul {
    border-radius: 0;
    overflow: visible;
  }
  .map-tabber-wrp ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-radius: 3px;

  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  div#captcha_wrapper {
    overflow: auto;
  }	

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    padding: 10px 0;
    width: 100%;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    display: block;
  }
  .subscribe-options p label {
    margin: 4px 0;
  }
  .subscribe-options label > input {
    float: left;
  }
  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    overflow-y: auto;
  }
  .custom-logo {
    height: 50px;
    display: table !important;
  }

  .custom-logo > div {
    display: table-cell;
    vertical-align: middle;
  }
  .hs-banner-wrapper p {
    font-size: 20px;
  }
  .hs-banner-wrapper h1 {
    margin: 0;
    font-size: 30px;
  }
  .hs-ft-bottom-pane-left p {
    font-size: 10px;
  }
  .hs-ft-bottom-pane-left p em {
    width: auto;
    float: none;
    display: block;
  }
  .hs-ft-bottom-pane-left p span {
    float: none;
    max-width: 100%;
  }
  .b4 {
    background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-10.png) no-repeat left 5px;
  }
  .b5 {
    background: url(//cdn2.hubspot.net/hubfs/5868638/GeekPlusRobotics_May2019%20Theme/Images/icon-11.png) no-repeat left 6px;
  }
  .hs-ft-bottom-pane-leftinner {
    padding: 25px 5px;
  }
  ul.slick-dots li {
    margin-left: 0px;
  }
  .map-tabber-wrp.tact-l .place p span {
    word-break: break-all;
  }
  .custom-scope-of-business-map-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-scope-of-business-map-item.dw-5 .custom-scope-of-business-map-item-content {
    left: 0;
    right: 0;
  }
  .map-tabber-wrp.tact-l .place p {
    padding-left: 25px;
  }
  .map-tabber-wrp.tact-l .place {
    padding: 0 5px;
  }
  .map-tabber-wrp.tact-l .place p {
    font-size: 12px;
  }
  h2 {
    line-height: 2;
  }
}

#picking tr:nth-child(even){background-color: #f2f2f2;}

table, td, th {
  border: 1px solid #E4E4E4;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  height: 50px;
  padding: 5px 5px 5px 20px;
  width: 288px;
  text-align: left;
}

th { 
  font-weight: bold
} 

#moving tr:nth-child(even){background-color: #f2f2f2;}

table, td, th {
  border: 1px solid #E4E4E4;
}

table.moving {
  table-layout: fixed;
  width: 900px;  
}

table {
  border-collapse: collapse;
  
}

td, th {
  height: 50px;
  padding: 5px 5px 5px 20px;
  width: 150px;
  text-align: left;
}

th { 
  font-weight: bold
} 

#sorting tr:nth-child(even){background-color: #f2f2f2;}

table, td, th {
  border: 1px solid #E4E4E4;
}

table.sorting {
  table-layout: auto;
  width: 900px;  
}
table {
  border-collapse: collapse;
  
}

td, th {
  height: 50px;
  padding: 5px 5px 5px 20px;
  width: 150px;
  text-align: left;
}

th { 

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Drive mode"; }
	td:nth-of-type(2):before { content: "Speed"; }
	td:nth-of-type(3):before { content: "Job Title"; }
	td:nth-of-type(4):before { content: "Favorite Color"; }
	td:nth-of-type(5):before { content: "Wars of Trek?"; }
	td:nth-of-type(6):before { content: "Secret Alias"; }
	td:nth-of-type(7):before { content: "Date of Birth"; }
	td:nth-of-type(8):before { content: "Dream Vacation City"; }
	td:nth-of-type(9):before { content: "GPA"; }
	td:nth-of-type(10):before { content: "Arbitrary Data"; }
}


