/*

Medigo Template (Blue)

*/

/*------------------------------------------------------
	BASIC STYLES
--------------------------------------------------------*/
body {
  font-size: 16px;
  font-family: "PT Serif", Georgia, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  width: 100%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #31373a;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  color: #034c89;
}

h4 {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 20px 0;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 28px;
  line-height: 36px;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
  color: #31373a;
}

a,
a:visited {
  /* color: #279dff; */
  text-decoration: none !important;
  outline: 0;
}

a:hover,
a:focus,
a:active {
  color: #777777;
}

p a,
p a:visited {
  line-height: inherit;
}

::-moz-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::-webkit-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::selection {
  background-color: #d3dde0;
  text-shadow: none;
}

img::selection {
  background-color: transparent;
}

img::-moz-selection {
  background-color: transparent;
}

.subtract-bottom {
  margin-bottom: -40px !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 20px !important;
}

.add-bottom {
  margin-bottom: 40px !important;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

.footer-menu,
.copyright-text {
  text-align: center;
}

.main-nav ul,
.main_menu,
.main_menu li ul,
#filters,
.pages,
.project-single .meta-post,
.archive-wrapper .archive-list,
.categories ul,
.thumbs,
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:visited {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.service-section,
.first-widget {
  position: relative;
  margin-top: 0;
  top: -100px;
}

.light-content,
#blogPosts {
  margin-top: 100px;
}

/*------------------------------------------------------
	HEADER STYLES
--------------------------------------------------------*/
.site-header {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  z-index: 9999;
  padding: 15px 0;
  height: 100px;
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
}

.logo {
  float: left;
}

.title {
  float: left;
  font-weight: 600;
  color: #ffffff;
  margin-left: 18px;
  font-family: 华文楷体;
  font-size: 45px;
  margin-top: 15px;
}

.site-header.site-header-shrink {
  padding: 17px 0;
}

.main-navigation {
  height: 70px;
  line-height: 70px;
}

.main-nav ul li {
  float: left;
  display: block;
  margin-left: 20px;
  position: relative;
}

.main-nav ul li a {
  /* color: black; */
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  padding: 5px 50px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.navigation a {
  color: black !important;
  /* color: #ffffff; */
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  padding: 5px 50px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.navigation a:hover {
  color: #279dff !important;
}

.main-nav ul li a:hover {
  color: #279dff;
}

.main-nav ul li a i {
  margin-left: 7px;
}

.main-nav ul li.active a {
  color: #279dff;
  background-color: #f1f4f5;
}

.main-nav ul li ul {
  display: none;
  top: 100%;
  left: 0;
  margin-top: 5px;
  position: absolute;
  width: 220px;
  background-color: white;
  border: 2px solid #f1f4f5;
}

.main-nav ul li ul li {
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #dce4e6;
}

.main-nav ul li ul li:last-child {
  border-bottom: none;
}

.main-nav ul li ul li a {
  background-color: transparent !important;
  color: #777777 !important;
  text-transform: capitalize;
  font-weight: 600;
}

.main-nav ul li ul li a:hover {
  color: #279dff !important;
}

.main-nav ul li ul li:last-child a {
  border-bottom: none;
}

a.menu-toggle-btn {
  float: right;
  /*margin-right: 10px;*/
  color: #31373a;
  font-size: 14px;
  display: block;
}

a.menu-toggle-btn i {
  font-size: 18px;
}

.main_menu li {
  border-bottom: 1px solid #485156;
  padding: 10px 0;
}

.main_menu li:first-child {
  padding-top: 0;
}

.main_menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.main_menu li a {
  font-size: 14px;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  color: #bfbfbf;
  font-weight: 500;
  display: block;
  width: 100%;
}

.main_menu li ul li {
  margin-left: 20px;
}

.main_menu li ul li:first-child {
  border-top: 1px solid #485156;
  padding-top: 8px;
  margin-top: 10px;
}

.main_menu li ul li:before {
  content: '-';
  color: gray;
  margin-right: 10px;
}

.responsive_menu {
  padding: 20px;
  background-color: rgba(49, 55, 58, 0.98);
  display: none;
  position: relative;
  z-index: 9999;
}

/*------------------------------------------------------
	General Styling
--------------------------------------------------------*/
.light-content {
  background-color: white;
  width: 100%;
}

.dark-content {
  background-color: #31373a;
  width: 100%;
  padding: 70px 0 80px 0;
}

.dark-content .section-header .section-title {
  color: white;
}

.dark-content .section-header .section-desc {
  color: #939ea4;
}

.section-header {
  padding-bottom: 70px;
  text-align: center;
}

.section-header .section-title {
  font-size: 30px;
  font-weight: 600;
}

.larger-text {
  font-size: 18px;
  line-height: 36px;
}

.light-text {
  color: #aaaaaa;
}

.large-button {
  padding: 15px 20px;
  font-size: 12px;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.large-button.white-color {
  color: #31373a;
  background-color: white;
}

.main-button {
  padding: 12px 15px;
  font-size: 12px;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.main-button.accent-color {
  background-color: #279dff;
  color: white;
}

a.main-button.accent-color:hover {
  background-color: #31373a;
}

.icon-button {
  margin-left: 15px;
}

.last-item-margin {
  margin-bottom: 100px;
}

label {
  font-weight: normal;
  color: #aaaaaa;
}

input,
textarea {
  border: 0;
  color: #777777;
  padding: 8px 14px;
  background-color: #f1f4f5;
  border: 1px solid #f1f4f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input:focus,
textarea:focus {
  background-color: white;
  border-color: #dce4e6;
}

.mainBtn {
  background-color: #279dff;
  padding: 7px 17px;
  color: white;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 250ms ease-in;
  -moz-transition: background 250ms ease-in;
  -ms-transition: background 250ms ease-in;
  -o-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}

.mainBtn:hover {
  background-color: #00b8ea;
}

button {
  outline: 0;
  border: 0;
}

input.mainBtn:focus,
input.mainBtn {
  background-color: #279dff;
  border: 0;
}

#homeIntro {
  background-color: black;
}


.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  height: calc(100vh - 270px);
  min-height: 600px;
}

/* .parallax-overlay {
  background-color: rgba(0, 0, 0, 0.65);
} */

.pageTitle {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-title {
  color: white;
  margin: 5px 0 10px 0;
  font-size: 30px;
  font-weight: 800;
}

.page-location {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 14px;
  padding: 7px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
}

.home-intro-content {
  text-align: center;
}

.home-intro-content h2 {
  font-size: 40px;
  font-weight: 800;
  color: white;
  text-shadow: 1px 1px #fffd61;
  letter-spacing: 8px;
  font-family: 楷体;
}

.home-intro-content p {
  margin: 55px 0;
  font-size: 18px;
  line-height: 32px;
}

.home-intro-content .large-button:hover {
  opacity: 0.8;
}

blockquote {
  margin: 30px 0;
  display: block;
  color: #aaaaaa;
}

/*------------------------------------------------------
	Call To Action
--------------------------------------------------------*/
.cta {
  padding: 35px 0;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
}

.cta .cta-title {
  display: inline-block;
  margin: 0 50px 0 0;
  font-size: 16px;
}

/*------------------------------------------------------
	Services Styling
--------------------------------------------------------*/
.service-box-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon-wrap {
  display: block;
}

.service-icon-wrap i {
  color: #279dff;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 20px 0;
}

/*------------------------------------------------------
	Portfolio Styling
--------------------------------------------------------*/
.portfolio {
  margin-top: 40px;
}

#Grid .mix {
  display: none;
  opacity: 0;
}

#filters {
  margin: 100px 0 60px 0;
}

#filters li {
  display: inline;
  margin-right: 20px;
  cursor: pointer;
  color: #31373a;
}

#filters li:after {
  content: '/';
  color: #c3c3c3;
  margin-left: 20px;
}

#filters li:last-child:after {
  content: '';
}

#filters li.active {
  color: #279dff;
}

.pages {
  margin: 20px 0 100px 0;
}

.pages li {
  display: inline;
  margin-right: 10px;
}

.pages li a {
  padding: 10px 12px;
  background-color: #f1f4f5;
  color: #31373a;
}

.pages li a.active {
  color: #279dff;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.portfolio-holder .item {
  margin: 0 1px 40px 1px;
}

.portfolio-holder .item img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-post {
  overflow: hidden;
  margin-bottom: 30px;
}

.thumb-post {
  display: block;
  position: relative;
  overflow: hidden;
}

.thumb-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.thumb-post .overlay .overlay-inner {
  background: #279dff;
  height: 100%;
  position: relative;
}

.thumb-post:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.portfolio-infos {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.portfolio-infos a {
  color: white;
}

.portfolio-infos .portfolio-title {
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 20px;
}

.portfolio-infos .meta-category {
  font-size: 14px;
  color: white;
}

.portfolio-expand {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}

.portfolio-expand a {
  display: block;
  color: #31373a;
  opacity: 1;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 48;
  content: 'ddd';
  margin-right: 2px;
  margin-top: -25px;
}

.owl-next:after {
  font-family: 'FontAwesome';
  content: '\f054';
  color: #31373a;
  line-height: 48px;
  text-align: center;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 48px;
  margin-left: 1px;
  margin-top: -25px;
}

.owl-prev:after {
  font-family: 'FontAwesome';
  content: '\f053';
  color: #31373a;
  line-height: 48px;
  text-align: center;
}

.project-single {
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-single .project-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 35px 0;
  line-height: 36px;
}

.project-single .subtitle {
  font-size: 14px;
  color: #aaaaaa;
}

.project-single .description {
  margin-bottom: 40px;
}

.project-single .meta-post li {
  display: block;
  margin-bottom: 15px;
}

.project-single .meta-post li span {
  color: #31373a;
  margin-right: 10px;
}

.project-single .meta-post li a {
  color: #777777;
}

.project-single .meta-post li a:hover {
  color: #279dff;
}

.project-img {
  overflow: hidden;
}

.project-img img {
  width: 100%;
  height: auto;
}

.static-info-project {
  background-color: #f1f4f5;
  padding: 80px 0;
  text-align: center;
}

.related-projects {
  margin: 100px 0 60px 0;
}

.flex-direction-nav a {
  width: 40px;
  height: 44px;
}

.flex-direction-nav a:before {
  background-color: #31373a;
  display: block;
  color: white;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

/*------------------------------------------------------
	Testimonials Styling
--------------------------------------------------------*/
.testimonials-widget {
  background-color: #f1f4f5;
  padding: 80px 0;
}

.testimonial {
  text-align: center;
}

.testimonial-description {
  font-size: 20px;
  line-height: 1.8em;
  margin: 40px 0 50px 0;
}

.testimonial-content {
  width: 80%;
  margin: 0 auto;
}

.testimonial-author {
  margin-bottom: 40px;
  color: #aaaaaa;
}

.testimonial-author:before,
.testimonial-author:after {
  content: "-";
  color: #c3c3c3;
  margin: 0 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  outline: 0;
  border: 2px solid #aaaaaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #279dff;
  border-color: #279dff;
}

/*------------------------------------------------------
	Our Team Styling
--------------------------------------------------------*/
.member-role {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 5px 10px;
  font-size: 14px;
}

.member-name {
  font-size: 22px;
  font-weight: 500;
  margin-top: 25px;
  display: block;
}

.thumb-post {
  height: auto;
}

.thumb-post img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------
	Blog Styling
--------------------------------------------------------*/
#blogPosts .section-header {
  margin-top: 70px;
}

#blogPosts h2.section-title {
  color: white;
}

.latest-posts {
  padding-bottom: 80px;
}

.latest-posts .thumb-post {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: 3px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

.latest-posts .blog-post-content {
  overflow: hidden;
}

.latest-posts h4.post-title {
  margin: 0 0 10px 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.latest-posts h4.post-title a {
  color: white;
}

.latest-posts .meta-post-date {
  margin-left: 25px;
  font-size: 14px;
}

.blog-posts {
  margin-top: 100px;
}

.post-blog {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dce4e6;
}

.post-blog .blog-image {
  overflow: hidden;
  margin-bottom: 20px;
}

.post-blog .blog-image img {
  width: 100%;
  height: auto;
}

.post-blog .blog-content span {
  color: #aaaaaa;
  margin-right: 10px;
  font-size: 14px;
}

.post-blog .blog-content span a {
  color: #aaaaaa;
}

.post-blog .blog-content span a:hover {
  color: #279dff;
}

.post-blog .blog-content h3 {
  margin: 10px 0 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.post-blog .blog-content h3 a {
  color: #31373a;
}

.post-blog .blog-content h3 a:hover {
  color: #279dff;
}

.meta-date:after,
.meta-comments:after {
  content: '/';
  margin-left: 10px;
}

.tag-items {
  margin-top: 50px;
  display: block;
}

.tag-items a {
  padding: 8px 12px;
  background-color: #f1f4f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#blog-author {
  border-bottom: 1px solid #dce4e6;
  padding-bottom: 20px;
}

#blog-author .blog-author-img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 25px;
}

#blog-author .blog-author-img img {
  width: 100%;
  height: 100%;
}

#blog-author .blog-author-info {
  overflow: hidden;
}

#blog-author .blog-author-info h4.author-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 7px 0;
}

#blog-author .blog-author-info h4.author-name a {
  color: #31373a;
}

#blog-comments {
  margin-top: 60px;
  margin-bottom: 100px;
}

#blog-comments .blog-comments-content {
  margin-top: 50px;
}

#blog-comments .media {
  display: block;
  margin-top: 30px;
  border-bottom: 1px solid #dce4e6;
}

#blog-comments .media .media {
  padding-top: 30px;
  border-top: 1px solid #dce4e6;
  border-bottom: 0;
}

#blog-comments .media-object {
  margin-right: 10px;
}

#blog-comments .media-heading h4 {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 16px;
  font-weight: 600;
}

#blog-comments .media-heading a {
  color: #aaaaaa;
  font-size: 14px;
}

#blog-comments .media-heading a span:after {
  content: '/';
  color: #aaaaaa;
  font-size: 13px;
  margin: 0 10px;
}

#blog-comments .media-heading a span:last-of-type:after {
  content: '';
}

.comment-form {
  margin-bottom: 100px;
}

.comment-form .widget-inner {
  margin-top: 40px;
}

.comment-form #email-id,
.comment-form #name-id,
.comment-form #site-id,
.comment-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.comment-form input.mainBtn {
  width: auto;
}

.archive-wrapper {
  margin-bottom: 100px;
}

.archive-wrapper .archive-title {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 20px 0;
}

.archive-wrapper .archive-list {
  margin-top: 20px;
}

.archive-wrapper .archive-list li {
  line-height: 28px;
}

.archive-wrapper .archive-list li:before {
  content: '-';
  color: #aaaaaa;
  margin-right: 10px;
}

/*------------------------------------------------------
	Sidebar Styling
--------------------------------------------------------*/
.sidebar {
  margin-top: 100px;
  margin-bottom: 100px;
}

.sidebar-widget {
  margin-bottom: 60px;
}

.widget-title {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 30px 0;
}

.last-post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dce4e6;
}

.last-post .thumb {
  overflow: hidden;
  margin-right: 15px;
}

.last-post .thumb img {
  width: 100%;
}

.last-post .content {
  overflow: hidden;
}

.last-post .content span {
  color: #aaaaaa;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 14px;
}

.last-post .content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.last-post .content h4 a {
  color: #31373a;
}

.last-post .content h4 a:hover {
  color: #279dff;
}

.categories ul li:before {
  content: '-';
  color: #aaaaaa;
  margin-right: 10px;
}

.thumbs {
  margin-left: -6px;
  overflow: hidden;
}

.thumbs li {
  list-style: none;
  float: left;
  margin: 6px;
  width: 76px;
  height: 76px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbs li img {
  display: block;
  width: 100%;
  padding: 3px;
  background-color: #f1f4f5;
}

.thumbs li a img {
  border: none;
}

/*------------------------------------------------------
	Contact Page Styling
--------------------------------------------------------*/
.contact-wrapper h3 {
  margin: 30px 0 20px 0;
}

.contact-map {
  margin-top: 30px;
}

.contact-form {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 50px;
  border-top: 1px solid #dce4e6;
}

.contact-form h3 {
  margin: 0 0 40px 0;
}

.contact-form .widget-inner {
  margin-top: 40px;
}

.contact-form #email,
.contact-form #name,
.contact-form #subject,
.contact-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.contact-form input.mainBtn {
  width: auto;
}

.contact-form textarea {
  min-height: 160px;
}

#result {
  margin-top: 30px;
  color: white;
}

#result .success {
  background-color: #84c333;
  padding: 14px 20px;
}

#result .error {
  background-color: #d15858;
  padding: 14px 20px;
}

.site-footer {

  padding: 40px 0;
  color: #aaaaaa;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
}

.footer-menu li {
  display: inline-block;
  margin: 0 20px;
}

.footer-menu li a {
  color: #aaaaaa;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-menu li a:hover {
  color: #279dff;
}

.copyright-text {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.footer-law {
  float: right;
  overflow: hidden;
  width: 200px;
}

.footer-law>li+li:before {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}

.footer-link {
  -webkit-transition: .2s;
  transition: .2s;
}

.li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}

/*------------------------------------------------------
	RESPONSIVE STYLES
--------------------------------------------------------*/
@media (max-width: 991px) {
  .site-header {
    padding: 17px 0;
    position: relative !important;
  }

  .first-widget {
    margin-top: 0;
  }

  .blog-post .thumb-post {
    float: none;
  }

  .blog-post {
    margin-bottom: 50px;
    text-align: center;
  }

  .testimonial-content {
    width: 100%;
  }

  .blog-post .thumb-post {
    margin: 0 auto 40px auto;
  }

  .project-img {
    margin-bottom: 40px;
    display: block;
  }
}

@media (max-width: 767px) {
  .parallax {
    background-position: center center !important;
  }

  .cta .cta-title {
    display: block;
    margin-bottom: 30px;
  }

  .pageTitle {
    text-align: center;
  }

  .pageTitle .text-right {
    text-align: center;
  }

  .page-location {
    display: inline-block;
    margin-top: 30px;
  }

  .isotope-item {
    width: 100%;
    height: auto;
  }
}

/* 首页 */
.downmargin {
  margin-bottom: 50px;
}

/* 轮播图 */
.glyphicon {
  position: relative !important;
  top: 500px !important;
  font-size: 40px;
}

.list-items_1-1 {
  width: 156px;
  height: 176px;
  position: relative;
  top: -2px;
}

.image_9-1 {
  width: 147px;
}

.image_9-2 {
  width: 147px;
}

.list-items_1-2 {
  width: 156px;
  height: 176px;
}

@media (max-width: 500px) {
  .list-items_1-1 {
    margin-left: 109px;
  }

  .list-items_1-2 {
    margin: 0 auto;
  }

  .site-header {
    padding: 0;
  }

  .top1 {
    padding: 15px 0;
    /* background-color: #021D3F; */
  }

  .glyphicon {
    position: relative !important;
    top: 90px !important;
    font-size: 16px;
  }

  .box {
    margin-top: 100px;
  }

  .site-header {
    background-color: #fff;
  }

  .downmargin {
    margin-bottom: 0;
  }
}

/* 导航 */
.logo-img {
  width: 258px;
  height: 62px;
  margin-top: 10px;
}

.logo-img1 {
  display: none;
  width: 258px;
  height: 62px;
  margin-top: 10px;
}

/* 我们的保证 开始 */
.text-group_2 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.text_6 {
  overflow-wrap: break-word;
  color: rgba(20, 120, 182, 1);
  font-size: 40px;
  text-align: left;
  white-space: nowrap;
  line-height: 46px;
  display: inline-block;
  margin-bottom: 10px;
}

.text_7 {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 26px;
}

.box_4 {
  background-color: rgba(255, 255, 255, 1);
}

.box_4:hover {
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(2, 29, 36, 0.3);
}

.guarantee-box:hover {
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(2, 29, 36, 0.3);
}

.image_3 {
  display: inline-block;
  margin-top: 30px;
  width: 80px;
  height: 80px;
}

.text-group_3 {
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  overflow-wrap: break-word;
  color: #333;
  font-size: 20px;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.text_8 {
  width: 200px;
  height: 81px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-family: Source Han Sans CN-Regular;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

@media (max-width: 992px) {
  .box_4 {
    margin-bottom: 10px;
  }
}

/* 我们的保证 结束 */


/* 我们的解决方案 开始 */
.solution-text {
  font-family: Source Han Sans CN-Regular;
  width: 235px;
  height: 50px;
  line-height: 50px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  margin: 13px 0 0 33px;
  background-color: #01B0F1;
  border-radius: 30px 0px 0px 30px;
}

.solution-text:hover {
  background-color: rgba(1, 114, 194, 1);
  border-radius: 30px 0px 0px 30px;
  position: relative;
  left: -24px;
  width: 260px;
}

.solution-text1 {
  font-family: Source Han Sans CN-Regular;
  width: 235px;
  height: 50px;
  line-height: 50px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 0 33px;
  background-color: #01B0F1;
  border-radius: 30px 0px 0px 30px;
}

.solution-text1:hover {
  background-color: rgba(1, 114, 194, 1);
  border-radius: 30px 0px 0px 30px;
  position: relative;
  left: -24px;
  width: 260px;
}

.solution-center {
  width: 1px;
  height: 365px;
  margin: 0 30px;
  background-color: #999999;
}

.solution-footer {
  display: block;
}

.solution-footer1 {
  display: none;
}

.solution-footer2 {
  display: none;
}

.solution-footer3 {
  display: none;
}

.solution-footer4 {
  display: none;
}


.solution-footer-text {
  font-family: Source Han Sans CN-Regular;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
}

.solution-footer-text1 {
  font-family: Source Han Sans CN-Regular;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  text-align: left;
  line-height: 32px;
  margin-top: 35px;
}

@media (max-width: 992px) {

  .solution-footer-text,
  .solution-footer-text1 {
    text-align: center;
  }

  .solution-footer {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .solution-footer1 {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .solution-footer2 {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .solution-footer3 {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .solution-footer4 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

/* 我们的解决方案 结束 */

/* 我们的产品 开始 */
.block_9 {
  background: url('../images/我们的产品1.jpg') 100% no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  width: 298px;
}

.block_10 {
  background: url('../images/我们的产品2.jpg') 100% no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  width: 298px;
}

.block_11 {
  background: url('../images/我们的产品4.jpg') 100% no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  width: 298px;
}

.block_12 {
  background: url('../images/我们的产品3.jpg') 100% no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
}

.section_2 {
  height: 380px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.text_23 {
  font-family: Source Han Sans CN-Regular;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  line-height: 29px;
}

.paragraph_1 {
  font-family: Source Han Sans CN-Regular;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  padding: 0 40px;
}

.text-wrapper_7 {
  margin: 0 auto;
  height: 50px;
  width: 160px;
  border: 1px solid rgba(20, 120, 182, 1);
  border-radius: 32px;
  position: relative;
}

.text_24 {
  font-family: Source Han Sans CN-Regular;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-wrap: break-word;
  color: rgba(20, 120, 182, 1);
  font-size: 18px;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  position: absolute;
  top: 11px;
  left: 44px;
}

.product-box:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}

.product-box:hover div {
  color: #fff;
  border-radius: 32px;
}

.product-box:hover span {
  color: #fff;
  border-radius: 32px;
}

.product-box:hover .text666 {
  background-color: #1478B6;
}

.addleft {
  margin-left: 13%;
}

.addleft1 {
  margin-left: 12%;
}

@media (max-width: 992px) {
  .section_2 {
    margin-bottom: 10px;
  }

  .addleft {
    margin-left: 0;
  }

  .addleft1 {
    margin-left: 0;
  }

  .block_9 {
    width: 100%;
  }

  .block_10 {
    width: 100%;
  }

  .block_11 {
    width: 100%;
  }
}

/* 我们的产品 结束 */

/* 我们的保证 开始 */

.text_34 {
  font-family: Source Han Sans CN-Regular;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 40px;
  white-space: nowrap;
  line-height: 53px;
}

.group_8 {
  width: 392px;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 54px;
}

@media (max-width: 500px) {
  .group_8 {
    width: 100%;
  }
}

.product2-box:hover {
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(2, 29, 36, 0.3);
}

.box_9 {
  display: flex;
}

.image-wrapper_1 {
  background-color: rgba(119, 166, 241, 1);
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.image-wrapper_2 {
  background-color: rgba(255, 116, 102, 1);
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.image-wrapper_3 {
  background-color: rgba(147, 224, 73, 1);
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.label_3 {
  margin-top: 11px;
}

.text_35 {
  font-family: Source Han Sans CN-Regular;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  white-space: nowrap;
  line-height: 60px;
  margin-left: 10px;
}

.text-wrapper_12 {
  margin-left: 70px;
  height: 120px;
  margin-right: 54px;
}

.text_36 {
  font-family: Source Han Sans CN-Regular;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  text-align: left;
  line-height: 30px;
  margin-left: 80pxs;
}

/* 我们的保证 结束 */

/* 我们是谁 开始 */

.text-group_8 {
  height: 451px;
  margin-top: 119px;
  position: relative;
}

.text_41 {
  overflow-wrap: break-word;
  color: rgba(20, 120, 182, 1);
  font-size: 40px;
  text-align: left;
  white-space: nowrap;
  line-height: 46px;
}

.text_42 {
  font-family: Source Han Sans CN-Regular;
  overflow-wrap: break-word;
  color: rgba(20, 120, 182, 0.8);
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 20px;
}

.paragraph_2 {
  font-family: Source Han Sans CN-Regular;
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-word;
  color: rgba(61, 61, 61, 1);
  font-size: 18px;
  text-align: left;
  line-height: 40px;
}

.section_3 {
  background-color: rgba(215, 215, 215, 1);
  width: 80px;
  height: 6px;
  margin: 50px 0 20px 0;
}



@media (max-width: 500px) {
  .paragraph_2 {
    font-size: 4px;
    line-height: 30px;
  }

  .text-group_8 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .text_35 {
    margin-left: 10px;
  }

  .image_7 {
    width: 100%;
    height: 100%;
  }

  .box_10 {
    margin-top: 0 !important;
  }
}

/* 我们是谁 结束 */

/* 强大的实力 开始 */
.text-group_9 {
  height: 92px;
}

.text_43 {
  overflow-wrap: break-word;
  color: rgba(20, 120, 182, 1);
  text-align: left;
  white-space: nowrap;
  line-height: 46px;
  font-size: 34px;
}

.text_44 {
  font-family: Source Han Sans CN-Regular;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  margin: 10px 0 0 20px;
}

.image_8 {
  width: 100%;
  height: 100%;
  margin-top: 23px;
}

.box_10 {
  margin-top: 190px;
  margin-bottom: 40px;
}

.text-wrapper_15 {
  background-color: rgba(255, 255, 255, 1);
}

.text_45 {
  font-family: Source Han Sans CN-Regular;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
  margin: 20px 0 0 30px;
  padding: 20px 0 32px 0;
  font-weight: bold;
}

.text_46 {
  font-family: Source Han Sans CN-Regular;
  height: 71px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  margin: 10px 30px 0 30px;
}

.text-wrapper_16 {
  background-color: rgba(255, 255, 255, 1);
  margin-top: 9px;
}

.text_47 {
  font-family: Source Han Sans CN-Regular;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
  margin: 20px 0 0 30px;
  padding: 20px 0 32px 0;
  font-weight: bold;
}

.text_48 {
  font-family: Source Han Sans CN-Regular;
  height: 71px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  margin: 10px 30px 0 30px;
}

.text-wrapper_17 {
  background-color: rgba(255, 255, 255, 1);
  margin-top: 8px;
}

.text_49 {
  font-family: Source Han Sans CN-Regular;
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
  margin: 20px 0 0 30px;
  padding: 20px 0 32px 0;
  font-weight: bold;
}

.paragraph_3 {
  font-family: Source Han Sans CN-Regular;
  height: 71px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  margin: 10px 30px 0 30px;
}

@media (max-width: 570px) {
  .text_43 {
    font-size: 20px;
  }

  .text_44 {
    font-size: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .text-wrapper_15 {
    padding-bottom: 20px;
  }

  .text-wrapper_16 {
    padding-bottom: 20px;
  }

  .text-wrapper_17 {
    padding-bottom: 20px;
  }
}

/* 强大的实力 结束 */

/* 联系我们 开始 */
.box_11 {
  text-align: left;
}

.image-text_5 {
  position: relative;
  font-family: Source Han Sans CN-Regular;
}

.label_7 {
  width: 40px;
  height: 40px;
}

.text-group_11 {
  font-family: Source Han Sans CN-Regular;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  margin-top: 7px;
  margin-left: 10px;
  position: absolute;
}

.image-text_6 {
  margin-top: 30px;
  position: relative;
}

.label_8 {
  width: 40px;
  height: 41px;
}

.text-group_12 {
  font-family: Source Han Sans CN-Regular;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  margin-top: 8px;
  margin-left: 10px;
  position: absolute;
}

.image-text_7 {
  margin-top: 30px;
  position: relative;
  font-family: Source Han Sans CN-Regular;
}

.addmargin {
  margin-top: 70px;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .addmargin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-group_2 {
    margin-top: 40px;
  }

  .addmargin1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .addmargin2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.addmargin1 {
  margin-top: 50px;
  margin-bottom: 70px;
}

.addmargin2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.label_9 {
  width: 40px;
  height: 40px;
}

.text-group_13 {
  font-family: Source Han Sans CN-Regular;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  text-align: left;
  line-height: 26px;
  margin-top: 7px;
  margin-left: 10px;
  position: absolute;
}

.text_52-0 {
  display: inline-block;
  font-size: 18px;
  margin-top: 2px;
  font-family: Source Han Sans CN-Regular;
}

@media (max-width: 547px) {
  .text-group_13 {
    margin-left: 0;
    font-size: 1px;
  }

  .image_9-2 {
    margin-left: -16px;
  }

  .list-items_1-0 {
    margin: 20px 0;
    margin-left: 66px;
  }

  .text_52-0 {
    position: relative;
    top: 86px;
    right: 110px;
  }
}

/* 联系我们 结束 */

/* 底部 开始 */
.footer {
  background-color: #1478B6;
}

.footer-text {
  text-align: right;
  font-family: Source Han Sans CN-Regular;
  color: #fff;
  font-size: 12px;
  line-height: 90px;
}

.footer-text1 {
  font-family: Source Han Sans CN-Regular;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 90px;
}

@media (max-width: 1200px) {
  .footer-text {
    line-height: 28px;
    text-align: center;
  }

  .footer-text1 {
    line-height: 28px;
    text-align: center;
  }
}

/* 底部 结束 */

/* 产品中心 */
.wisdom-top1 {
  padding-top: 66px;
  padding-bottom: 84px;
  margin-right: 0;
  margin-left: 0;
}

/* 顶部 开始 */
.first-widget1 {
  background-color: #F2FAFF;
  padding-bottom: 172px;
}

.text-group_2-1 {
  margin: 78px 0;
}

@media (max-width: 500px) {
  .text-group_2-1 {
    margin: 40px 0;
  }

  .first-widget1 {
    padding-bottom: 0;
  }

  .wisdom-top1 {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.image-text_1-1 {
  padding-top: 50px;
  padding-bottom: 51px;
}

/* 顶部 结束 */

/* 智慧工厂 开始 */
.wisdom-top {}

.image_5-1 {
  width: 404px;
  border-radius: 8px;
  height: 500px;
  /* width: 100%; */
  /* height: 100%; */
}

.wisdom {
  margin-top: 20px;
  text-align: left;
}

.wisdom-text {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #1478B6;
  font-size: 36px;
  text-align: left;
  white-space: nowrap;
  line-height: 46px;
  display: inline-block;
  margin-bottom: 10px;
}

.wisdom-text1 {
  font-weight: 300;
  overflow-wrap: break-word;
  color: rgba(20, 120, 182, 0.8);
  font-size: 20px;
  white-space: nowrap;
  line-height: 26px;
  display: inline-block;
  margin-top: 10px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}

.wisdom-box {
  background-color: rgba(215, 215, 215, 1);
  width: 80px;
  height: 6px;
  margin: 54px 0 20px 0;
}

.wisdom-paragraph_1 {
  color: black;
  font-family: Source Han Sans CN-Regular;
  font-size: 16px;
  line-height: 40px;
}

.wisdom-footer {
  overflow-wrap: break-word;
  color: rgba(65, 174, 217, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  text-align: left;
}

.wisdom-footer1 {
  margin-top: 70px !important;
}

.wisdom-footer1-1 {
  margin-top: 20px !important;
}

@media (max-width: 547px) {
  .wisdom-text {
    font-size: 26px;
  }

  .image_5-1 {
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }

  .text-wrapper_1 {
    margin: 0 auto !important;
    margin-top: 20px !important;
  }

  .addbottom {
    margin-bottom: 20px;
  }

}

/* 智慧工厂 结束 */

/* 管控平台 */
.control {
  background-color: #F2FAFF;
}

/* 关于我们 开始 */
.site-header2 {
  /* background-color: rgba(0, 0, 0, 0.2); */
  background-color: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  z-index: 9999;
  padding: 15px 0;
  height: 100px;
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
}

.text-wrapper_1 {
  height: 70px;
  border: 1px solid rgba(20, 120, 182, 1);
  width: 200px;
  border-radius: 35px;
  margin-top: 105px;
  text-align: center;
}

.text_8-2 {
  overflow-wrap: break-word;
  color: rgba(20, 120, 182, 1);
  font-size: 20px;
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 66px;
}

.downward {
  display: flex;
  justify-content: center;
}

/* 加入我们  开始*/
.text-wrapper_2 {
  border: 1px solid #dcdcdc;
  background-color: rgba(255, 255, 255, 1);
  transition: 0.1s;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(2, 29, 30, 0.3);
}

.job:hover {
  transform: perspective(900px) translate3d(0, -8px, 8px);
  background-color: #1478b6;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.job:hover div {
  color: #fff;
  transition: 1s;
}

.text_11-2 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 26px;
  font-family: Source Han Sans CN-Regular;
  white-space: nowrap;
  margin: 100px 0;
}

.text_11-3 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 26px;
  font-family: Source Han Sans CN-Regular;
  white-space: nowrap;
  margin: 86px 0;
}

.join {
  margin-top: 50px;
}

.join1 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.addleft {
  margin-left: 150px;
}

@media (max-width: 547px) {
  .text-wrapper_2 {
    margin-top: 10px;
  }

  .addleft {
    margin-left: 0;
  }
}

/* 加入我们  结束*/
/* 关于我们 结束 */

/* 职位详情 开始 */
.label_1 {
  margin-bottom: 4px;
}

.wisdom-box1 {
  background-color: rgba(215, 215, 215, 1);
  width: 80px;
  height: 6px;
  margin: 54px 0 20px 0;
}

.wisdom1 {
  text-align: left;
}

.wisdom-paragraph_1-1 {
  font-family: Source Han Sans CN-Regular;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

.footer1 {
  background-color: #1478B6;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 职位详情 结束 */

/* 智能用印详情 开始 */
.seal-top {
  background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/MasterDDSSlicePNG07d2fc446686a768016443b52b4236d8.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.seal-text {
  color: rgba(20, 120, 182, 1);
  font-size: 40px;
  font-family: Source Han Sans CN-Regular;
  line-height: 58px;
  margin-top: 62px;
}

.seal-text1 {
  height: 30px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  line-height: 30px;
  margin-top: 28px;
}

.seal-text2 {
  overflow-wrap: break-word;
  color: rgba(20, 120, 182, 1);
  font-size: 40px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  margin-top: 140px;
  margin-bottom: 60px
}

.seal-text3 {
  color: #fff;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 170px;
}

.seal-box {
  text-align: left;
  border: 1px solid #5693c8;
  margin-top: 100px;
  border-radius: 34px;
}

.seal-box-text {
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 23px;
  font-size: 21px;
  font-weight: bolder;
}

.seal-box-text1 {
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  margin-bottom: 10px;
}

.seal-box-text2 {
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  width: 70px;
  height: 70px;
  background-color: #5693c8;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  margin: 0 auto;
  margin-top: 30px;
}

.seal-box-ul {
  margin-bottom: 60px;
}

@media (max-width: 547px) {
  .seal-box {
    margin-top: 20px;
  }

  .seal-box-text2 {
    margin-bottom: 20px;
  }
}

.seal-img {
  margin-top: 90px;
  margin-bottom: 100px;
}

.seal-img1 {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 100px;
}

.seal-img2 {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 30px;
}

.useseal {
  text-align: left;
  margin-top: 242px;
  margin-bottom: 160px;
}

.useseal-text {
  font-size: 22px;
  color: rgba(86, 147, 200, 1);
  margin-bottom: 36px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  line-height: 40px;
}

.useseal-text1 {
  font-size: 16px;
  margin-bottom: 33px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  line-height: 40px;
}

.useseal1 {
  text-align: left;
  margin-top: 160px;
  margin-bottom: 160px;
}

.useseal-text2 {
  font-size: 22px;
  color: rgba(86, 147, 200, 1);
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  line-height: 40px;
}

.useseal-text3 {
  overflow-wrap: break-word;
  color: rgba(61, 61, 61, 1);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 40px;
}

.useseal2 {
  text-align: left;
  margin-top: 160px;
  margin-bottom: 160px;
}

.useseal3 {
  text-align: left;
  margin-bottom: 160px;
}

.useseal-text4 {
  overflow-wrap: break-word;
  color: rgba(61, 61, 61, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  line-height: 40px;
}

@media (max-width: 547px) {
  .seal-img {
    margin-top: 70px;
  }

  .seal-text {
    font-size: 30px;
  }

  .seal-text2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .addbottom1 {
    margin-top: 100px !important;
  }

  .useseal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .useseal1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .useseal-text1 {
    margin-bottom: 0;
  }

  .seal-img2 {
    display: inline-block;
    margin-bottom: 20px;
  }

  .useseal3 {
    margin-bottom: 60px;
  }
}

/* 智能用印详情 结束 */

/* 设备智能化管理解决方案 开始 */
.intelligentize-top {
  background: url(../images/bgi.png) 100% no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 5px;
}

.intelligentize-img {
  margin: 0 auto;
  padding-bottom: 40px;
  margin-top: 40px;
}

/* 设备智能化管理解决方案 结束 */

/* 产品中心详情阴影 */
.particulars {
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(2, 29, 36, 0.3);
}
