/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.text-center {
  text-align: center;
}
.center {
  margin: 0 auto;
}
html,
body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-color: #fff;
}
iframe {
  max-width: 95%;
  width: 600px;
  height: 420px;
}
.html-stop-scroll {
  overflow: hidden !important;
}
ul,
li {
  list-style-type: none;
}
a,
a:hover,
a:link,
a:active,
a:visited {
  text-decoration: none !important;
  outline: none !important;
}
@font-face {
  font-family: 'YaHeiLight';
  src: url('../font/YaHeiLight_1.0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.hide-page {
  display: none !important;
}
.hide-more {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}
/*********
*************** 顶部导航 start ***************
*************/
.navbar {
  height: 82px;
  margin-bottom: 0;
  border-bottom: solid 1px #ededed;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 9999 !important;
}
.navbar .container {
  padding-left: 14px;
}
.navbar .navbar-collapse {
  border-color: transparent;
}
.navbar #pc-btn-list {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar .navbar-toggle {
  border-color: transparent !important;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 0;
}
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background-color: transparent !important;
}
.navbar-nav li > a {
  font-size: 16px;
  outline: none;
  padding: 20px 17px 0;
}
.navbar-nav li > a:hover:before {
  background-color: transparent;
  outline: none;
}
.navbar-nav li > a > div {
  width: 8px;
  height: 8px;
  margin: 0 auto;
  margin-top: 6px;
  background-color: #ea094b;
  display: none;
}
.navbar-nav li > a:hover > div,
.navbar-nav li > a:focus > div,
.navbar-nav li > a:active > div {
  display: block;
}
.navbar-nav li :hover,
.navbar-nav li :focus,
.navbar-nav li :active {
  color: #ea094b !important;
}
.navbar-nav li > a span {
  margin: 0 auto;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: transparent;
  outline: none;
}
.navbar-brand {
  height: 82px;
  padding: 11px 15px;
}
.navbar-brand img {
  height: 60px;
}
.navbar-brand img {
  height: 60px;
}
#navbar-x {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* -------------------------------    移动端按钮     --------------------------------  */
.mobile-bg {
  background-color: #fff;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
}
#mobile-btn-list {
  display: none;
}
.navbar-nav-mobile li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ea094b;
  position: absolute;
  top: 17px;
}
.navbar-nav-mobile-li {
  width: 50%;
  float: left;
}
.navbar-nav-mobile a {
  color: #404041;
}
.navbar-nav-mobile a > span {
  font-weight: bold;
}
.navbar-item {
  position: relative;
}
/*********
*************** 顶部导航 end ***************
*************/
/*********
*************** 顶部 大屏幕banner start ***************
*************/
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.top-banner {
  padding-top: 82px;
}
.carousel-indicators li {
  border: 2px solid rgba(255, 152, 0, 0.5);
  width: 8px;
  height: 8px;
}
.carousel-indicators .active {
  background-color: #ff9800;
  width: 8px;
  height: 8px;
}
.carousel-control {
  top: 82px;
}
.carousel .item {
  overflow: hidden;
}
.carousel-inner > .item > div {
  transform: translateX(50%);
}
.md_lg {
  margin-left: -960px;
  width: 1920px;
  max-width: inherit;
  display: block;
}
.sm {
  display: none;
}
.carousel-indicators {
  bottom: -8px;
}
@media (max-width: 1280px) {
  .md_lg {
    margin-left: -720px;
    width: 1440px;
    max-width: inherit;
  }
}
@media (max-width: 991px) {
  .md_lg {
    margin-left: -512px;
    width: 1024px;
    max-width: inherit;
  }
  .top-banner {
    padding-top: 64px;
  }
  .carousel-control {
    top: 64px;
  }
}
@media (max-width: 767px) {
  .md_lg {
    margin-left: -400px;
    width: 800px;
    max-width: inherit;
  }
  .top-banner {
    padding-top: 54px;
  }
  .carousel-control {
    top: 54px;
  }
}
@media (max-width: 640px) {
  .carousel-inner > .item > div {
    transform: translateX(0);
  }
  .md_lg {
    display: none;
  }
  .sm {
    display: block;
  }
}
.jumbotron {
  background: url(../img/jumbotron.jpg) 65% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 850px;
  width: 100%;
  position: relative;
  margin-top: 82px;
  background-color: #000000;
  /*  position: relative;
  background-image: url(../img/jumbotron.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  //background-color: #ea094b;
  background-color: rgba(0,0,0,0.7);
  margin: 0;
  padding-top: 388px;
  padding-bottom: 309px;
  padding-top:82px;
  */
}
.jumbotron .container {
  min-height: 103px;
  padding-top: 450px;
}
.jumbotron-txt h1 {
  border: 0;
  color: white;
  font-size: 60px;
  font-family: "Microsoft YaHei";
  line-height: 100px;
  letter-spacing: 15px;
}
.jumbotron-txt h1 span {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: white;
  bottom: 30px;
  margin-left: 10px;
}
.jumbotron-gif {
  display: none;
}
/*********
*************** 顶部 大屏幕banner end ***************
*************/
/*********
***************  作品 start ***************
*************/
#projects {
  background: #fff;
  position: relative;
  z-index: 1;
}
#projects .project-container {
  margin: 0;
  width: 100%;
  clear: both;
}
#projects .project-container .row {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0;
}
.module-container {
  padding-top: 82px;
}
.module-content {
  font-size: 18px;
  line-height: 28px;
}
.module-content .module-content-title {
  font-size: 22px;
  line-height: 36px;
}
.module-content-box {
  height: 50%;
}
.module-content .module-content-s {
  font-size: 16px;
  line-height: 28px;
}
.service-container .module-content-s {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-title-container {
  min-height: 80px;
  padding-bottom: 50px;
  text-align: center;
  color: #3f3f3f;
  font-family: "Microsoft YaHei";
}
.module-title-container h1 {
  font-size: 36px;
  margin-top: 10px;
  line-height: 1;
}
.module-title-container span {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ea094b;
  top: 38px;
  margin-left: 13px;
}
.module-title-container h2 {
  font-size: 24px;
}
.project-con:hover .project-overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-con-tips:hover .project-overlay {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.project-con {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.projects-con-visit {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-wrapper {
  overflow: hidden;
  width: 100%;
}
.project-wrapper img {
  pointer-events: none;
  -webkit-touch-callout: none;
}
.project-con img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  -webkit-touch-callout: none;
}
.project-con:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.project-wrapper-tips:hover img {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.project-wrapper-tips h1 {
  position: absolute;
  width: 100%;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  text-align: center;
  color: white;
  margin: 0 auto;
  margin-top: 22%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-overlay {
  background: rgba(234, 9, 75, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  opacity: 0;
}
.project-overlay .overlay-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
  height: 44px;
  width: 180px;
  margin: 0 auto;
  margin-top: 34%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-overlay h1 {
  position: absolute;
  width: 100%;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  text-align: center;
  color: white;
  margin: 0 auto;
  margin-top: 22%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-overlay-tips {
  opacity: 1 !important;
  background-color: #ea094b !important;
}
.project-overlay-tips h1 {
  position: absolute;
  width: 100%;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  text-align: center;
  color: #fff;
  margin-top: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-qr {
  text-align: center;
  margin-top: 15px;
}
.project-qr canvas {
  width: 80%;
  max-width: 200px;
}
.overlay-text:hover {
  background: #fff;
  color: #ff9800;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more-project-container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 28px;
  background-color: #ea094b;
}
.more-project-container .more-project-txt {
  color: white;
  font-size: 20px;
  line-height: 1;
  height: 44px;
  margin: 0;
  text-align: center;
  padding: 11.5px 0;
}
.more-project-btn {
  padding: 0 0;
}
.more-btn-overlay {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
  height: 44px;
  width: 180px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.more-btn-overlay:hover {
  background: #fff;
  color: #ea094b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*********
***************  作品 end ***************
*************/
/*********
***************  作品详情页 start ***************
*************/
.project-popup {
  border: 0 none;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999 !important;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
}
.popup-inner-wrap {
  padding: 0;
  padding-top: 5.2%;
}
.popup-wrap {
  margin-bottom: 80px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #fff;
}
.project-slidebar {
  right: 0;
  box-sizing: border-box;
  width: 28%;
  height: 100%;
  z-index: 2;
  float: right;
}
.project-detail {
  position: relative;
  box-sizing: border-box;
  max-width: 72%;
  width: 75%;
  word-wrap: break-word;
  z-index: 1;
  border-right: solid 1px #e8e8e8;
  float: left;
}
.project-detail p,
.project-detail h1,
.project-detail h2,
.project-detail h3,
.project-detail h4,
.project-detail h5,
.project-detail h6 {
  padding: 0 15px !important;
}
.project-detail img {
  max-width: 100%;
}
.project-module {
  padding-bottom: 8%;
}
.project-module img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
}
.project-block {
  word-wrap: break-word;
  border-bottom: 1px solid #e8e8e8;
  clear: left;
  float: left;
  line-height: normal;
  padding: 20px;
  width: 100%;
  z-index: 3;
  text-align: left;
}
.project-block .background-txt,
.project-block .strategy-txt {
  text-align: justify;
  font-weight: normal !important;
  line-height: 1.5;
}
.project-x-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.project-x-btn img {
  width: 20px;
  height: 20px;
  margin: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-logo {
  width: 128px;
  margin-bottom: 10px;
}
.project-title {
  text-align: justify;
}
.project-block h3 {
  color: #3f3f3f;
  font-size: 24px;
}
.project-top-btn,
.project-top-btn:link {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #ddd;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 8px;
}
.project-top-btn-fixed {
  position: fixed;
  bottom: 20px;
}
.project-top-btn-ab {
  position: absolute;
  bottom: 20px;
}
.project-block-top {
  width: 86px;
  float: right;
  height: 86px;
}
.project-top-btn:hover,
.project-top-btn:active,
.project-top-btn:visited {
  color: #3f3f3f;
}
.project-block h3 {
  font-size: 24px;
}
.project-block h5 {
  font-size: 16px;
}
.project-block h4 {
  font-size: 16px;
  font-weight: bold;
}
.project-block h4 > span {
  color: #ea094b;
}
.project-block-no-border {
  border-bottom: none !important;
}
/*********
***************  作品详情页 end ***************
*************/
/*********
*************** 我们的荣耀 start ****************
*************/
#honours {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
#honours .honour-container {
  padding-top: 10px;
  padding-bottom: 50px;
}
#honours .honour-container .row {
  margin-right: -15px;
  margin-left: -15px;
}
.honours-title-bg h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ea094b;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.honour-con:hover .honour-overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.honour-con {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.honour-con-visit {
  opacity: 1;
  filter: alpha(opacity=100);
}
.honour-box {
  position: relative;
  width: 88%;
  height: 88%;
  margin: 6%;
  box-sizing: border-box;
}
.honour-wrapper {
  overflow: hidden;
  width: 100%;
}
.honour-con img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.honour-con:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.honour-overlay {
  background: rgba(234, 9, 75, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  opacity: 0;
}
.honour-overlay .overlay-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
  height: 40px;
  width: 150px;
  margin: 0 auto;
  margin-top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.honour-overlay .overlay-text:hover {
  background: #fff;
  color: #ea094b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.honour-overlay h1 {
  position: absolute;
  width: 100%;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  text-align: center;
  color: white;
  margin: 0 auto;
  margin-top: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.more-honour-container {
  width: 100%;
  padding: 30px 0 40px 0;
  background-color: transparent;
}
/*********
***************  我们的荣耀 end ***************
*************/
/*********
***************  我们的荣耀 详情页 start ***************
*************/
.honour-popup {
  border: 0 none;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999 !important;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
}
.honour-slidebar {
  right: 0;
  box-sizing: border-box;
  width: 28%;
  height: 100%;
  z-index: 2;
  float: right;
}
.honour-detail {
  position: relative;
  box-sizing: border-box;
  max-width: 72%;
  width: 75%;
  word-wrap: break-word;
  z-index: 1;
  border-right: solid 1px #e8e8e8;
  float: left;
}
.honour-detail img {
  max-width: 100%;
}
.honour-detail p,
.honour-detail h1,
.honour-detail h2,
.honour-detail h3,
.honour-detail h4,
.honour-detail h5,
.honour-detail h6 {
  padding: 0 15px !important;
}
.honour-module {
  padding-bottom: 8%;
}
.honour-module img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
}
.honour-block {
  word-wrap: break-word;
  border-bottom: 1px solid #e8e8e8;
  clear: left;
  float: left;
  line-height: normal;
  padding: 20px;
  width: 100%;
  z-index: 3;
  text-align: left;
}
.honour-block .prize-statement-txt,
.honour-block .prize-detail-txt {
  text-align: justify;
  font-weight: normal !important;
  line-height: 1.5;
}
.honour-x-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.honour-x-btn img {
  width: 20px;
  height: 20px;
  margin: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.honour-logo {
  width: 128px;
  margin-bottom: 10px;
}
.honour-title {
  text-align: justify;
}
.honour-block h3 {
  color: #3f3f3f;
  font-size: 24px;
}
.honour-top-btn,
.honour-top-btn:link {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #ddd;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 8px;
}
.honour-top-btn-fixed {
  position: fixed;
  bottom: 20px;
}
.honour-top-btn-ab {
  position: absolute;
  bottom: 20px;
}
.honour-block-top {
  width: 86px;
  float: right;
  height: 86px;
}
.honour-top-btn:hover,
.honour-top-btn:active,
.honour-top-btn:visited {
  color: #3f3f3f;
}
.honour-title {
  text-align: justify;
}
.honour-block h3 {
  font-size: 24px;
}
.honour-block h5 {
  font-size: 16px;
  font-weight: bold;
}
.honour-block h4 {
  font-size: 16px;
  font-weight: bold;
}
.honour-block h4 > span,
.honour-block h5 > span {
  color: #ea094b;
}
.honour-block-no-border {
  border-bottom: none !important;
}
/*********
***************  我们的荣耀 详情页 end ***************
*************/
/*********
*************** 招聘 start ****************
*************/
.recruit {
  font-size: 12px;
  color: #3f3f3f;
  line-height: 20px;
}
.recruit-title-bg {
  padding: 10px;
  width: 100%;
  height: 134/1.5px;
  margin: 0 auto;
  display: block;
  background-image: url('../img/recruit_title.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 24px;
  text-align: center;
  line-height: 80px;
}
.recruit-title-bg > span {
  position: relative;
}
.recruit-title-bg h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ea094b;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recruit-title {
  text-align: center;
  padding: 0 0 40px;
}
.recruit-title-s {
  display: none;
  text-align: justify;
}
.recruit ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.recruit ul > li {
  border-bottom: 1px #3f3f3f solid;
  position: relative;
  list-style-type: none;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recruit ul > li:first-child {
  border-top: 1px #3f3f3f solid;
}
.recruit-a {
  color: #3f3f3f !important;
  display: block;
  padding: 20px 0;
}
.recruit-type {
  /*font-size: 15px;*/
  font-weight: bold;
  position: relative;
}
.recruit-type:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ea094b;
  position: absolute;
  right: -15px;
  bottom: 2px;
}
.recruit-arrow {
  width: 36px;
  height: 18px;
  background-image: url('../img/recruit_arrow.png');
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recruit-arrow-up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recruit-content > ol:nth-child(4) {
  padding-bottom: 15px;
}
.recruit-content > div {
  padding-top: 18px;
}
.recruit-content > ol > li {
  list-style-type: decimal;
}
.more-recruit-container {
  width: 100%;
  padding-top: 40px;
  background-color: transparent;
}
.more-recruit-container .more-recruit-txt {
  color: black;
  font-size: 20px;
  line-height: 1;
  height: 44px;
  margin: 0;
  text-align: center;
  padding: 11.5px 0;
}
.more-recruit-btn {
  padding: 0 0;
}
.more-btn-overlay1 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #000;
  height: 44px;
  width: 180px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #000;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.more-btn-overlay1:hover {
  background: #ea094b;
  border: 2px solid #ea094b;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*********
*************** 招聘 end ***************
*************/
.footer {
  background-image: url('../img/footer_bg.jpg');
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  color: #c1c1c1;
  font-size: 10px;
}
.footer-bg {
  z-index: 1;
}
.ft-red {
  font-weight: bold;
  color: #ea094b;
}
.ft-white {
  font-weight: bold;
  font-size: 16px;
}
.footer-content {
  padding: 0 20px;
}
.footer-pflm,
.footer-pflm:hover,
.footer-pflm:link,
.footer-pflm:active,
.footer-pflm:visited {
  color: #c1c1c1;
  cursor: pointer;
}
.footer-pflm h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.footer-content a,
.footer-content a:hover,
.footer-content a:link,
.footer-content a:active,
.footer-content a:visited {
  color: #fff;
  cursor: pointer;
}
.footer-title {
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}
.footer-title-s {
  display: none;
  font-size: 24px;
  text-align: left;
  color: #fff;
  padding: 25px 0;
}
.footer-icon {
  padding-right: 15px;
}
.footer-pflm {
  background-image: url('../img/footer_orange.png');
  background-repeat: no-repeat;
  background-size: 100px;
  display: block;
  margin-bottom: 25px;
  padding: 55px 0 0;
  color: #c1c1c1;
  line-height: 20px;
}
.footer-contact {
  float: left;
  padding-left: 15px;
}
.footer-contact-title {
  font-size: 14px;
  border-bottom: 1px #c1c1c1 solid;
  padding-bottom: 10px;
  position: relative;
}
.footer-contact-title:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ea094b;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 164px;
}
.footer-contact-content {
  padding-top: 25px;
  line-height: 20px;
}
.footer-contact-name {
  font-size: 14px;
}
.footer-contact-phome {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 25px;
}
.footer-contact-phome:before {
  content: "";
  display: block;
  background-image: url('../img/icon_phone.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}
.footer-contact-address {
  color: #fff;
  position: relative;
  padding-left: 25px;
}
.footer-contact-address:before {
  content: "";
  display: block;
  background-image: url('../img/icon_location.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.footer-join {
  padding-right: 0 !important;
  padding-left: 15px !important;
}
.footer-join-title {
  font-size: 14px;
  border-bottom: 1px #c1c1c1 solid;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 25px;
}
.footer-join-title:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ea094b;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 130px;
}
.footer-join-mail {
  color: #fff;
  padding-left: 25px;
  position: relative;
  line-height: 28px;
}
.footer-join-mail:before {
  content: "";
  display: block;
  background-image: url('../img/icon_msg.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 8px;
}
.footer-join-phone {
  color: #fff;
  padding-left: 25px;
  position: relative;
  line-height: 28px;
}
.footer-join-phone:before {
  content: "";
  display: block;
  background-image: url('../img/icon_phone.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 8px;
}
.footer-code {
  width: 100px;
  display: block;
  margin-top: 30px;
}
.end-content {
  background-color: #ea094b;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
}
.end-content a,
.end-content a:hover,
.end-content a:link,
.end-content a:active,
.end-content a:visited {
  color: #fff;
}
.end-content-s {
  display: none;
  text-align: center;
  color: #474748;
  font-size: 12px;
}
.end-content-s .end-icp {
  position: relative;
  margin-left: 25px;
  color: #474748;
}
.end-content-s .end-icp a,
.end-content-s .end-icp a:hover,
.end-content-s .end-icp a:link,
.end-content-s .end-icp a:active,
.end-content-s .end-icp a:visited {
  color: #474748;
}
/*.end-icp {
  position: relative;
  margin-left: 25px;
  color: inherit;
}
.end-icp:before {

}
.end-icp:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url('../img/badge.png');
  width: 15.3px;
  height: 17.1px;
  background-size: cover;
  top: 0;
  left: -20px;
}*/
.end-pflm img {
  float: left;
  height: 35px;
}
.end-pflm {
  padding: 30px 20px;
}
.end-pflm div {
  padding-left: 120px;
  line-height: 20px;
  text-align: left;
  height: 30px;
}
.end-copyright {
  border-top: 1px #b3b3b3 solid;
  padding: 20px 0;
  line-height: 20px;
}
.who-bg {
  background-image: url('../img/who_bg.png');
  background-color: #131313;
  background-attachment: fixed;
  background-position: center right;
  padding: 50px 0 80px 0;
  background-size: cover;
}
.who-bg-s {
  display: none;
  background-image: url('../img/who_bg_s.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 20px 15px;
}
.who-bg-s .imgDiv {
  height: 40px;
  margin: 20px 0 0 20px;
}
.who-bg-s .who-title {
  text-align: left;
}
.who-title {
  color: #fff;
}
.who-title h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ea094b;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.who-bg-s .who-title h1:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  bottom: -14px;
}
.who-bg-s h2 {
  line-height: 20px;
}
.who-content {
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.more-who-btn {
  padding-top: 30px;
}
.more-who-btn-s {
  display: none;
}
.who-content-s {
  display: none;
  padding: 25px 35px;
  text-align: justify;
}
.who-bg img {
  margin: 0 auto;
  display: block;
  height: 135px;
  padding: 30px 0 0;
}
/*********
***************  我们是谁 更多 start ***************
*************/
.who-popup {
  border: 0 none;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999 !important;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
}
.popup-inner-wrap {
  padding: 0;
  padding-top: 5.2%;
}
.popup-wrap {
  margin-bottom: 80px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #fff;
}
.who-slidebar {
  right: 0;
  box-sizing: border-box;
  width: 28%;
  height: 100%;
  z-index: 2;
  float: right;
}
.who-detail {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  word-wrap: break-word;
  z-index: 1;
  border-right: solid 1px #e8e8e8;
  float: left;
}
.who-detail p,
.who-detail h1,
.who-detail h2,
.who-detail h3,
.who-detail h4,
.who-detail h5,
.who-detail h6 {
  padding: 0 15px !important;
}
.who-detail img {
  max-width: 100%;
}
.who-module {
  padding-bottom: 8%;
}
.who-module img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
}
.who-block {
  word-wrap: break-word;
  border-bottom: 1px solid #e8e8e8;
  clear: left;
  float: left;
  line-height: normal;
  padding: 20px;
  width: 100%;
  z-index: 3;
  text-align: left;
}
.who-block .background-txt,
.who-block .strategy-txt {
  text-align: justify;
  font-weight: normal !important;
  line-height: 1.5;
}
.who-x-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 5;
}
.who-x-btn img {
  width: 20px;
  height: 20px;
  margin: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.who-logo {
  width: 128px;
  margin-bottom: 10px;
}
.who-title {
  text-align: center;
}
.who-block h3 {
  color: #3f3f3f;
  font-size: 24px;
}
.who-top-btn,
.who-top-btn:link {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #ddd;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 8px;
}
.who-top-btn-fixed {
  position: fixed;
  bottom: 20px;
}
.who-top-btn-ab {
  position: absolute;
  bottom: 20px;
}
.who-block-top {
  width: 86px;
  float: right;
  height: 86px;
}
.who-top-btn:hover,
.who-top-btn:active,
.who-top-btn:visited {
  color: #3f3f3f;
}
.who-block h3 {
  font-size: 24px;
}
.who-block h5 {
  font-size: 16px;
}
.who-block h4 {
  font-size: 16px;
  font-weight: bold;
}
.who-block h4 > span {
  color: #ea094b;
}
.who-block-no-border {
  border-bottom: none !important;
}
/*********
***************  我们是谁  更多 end ***************
*************/
.partner-logo {
  background-image: url('../img/partner_logo.jpg');
  width: 100%;
}
.partner-logo-s {
  display: none;
  width: 100%;
  background-image: url('../img/partner_logo_s.jpg');
}
.service-container {
  width: 100%;
  overflow: hidden;
}
.service-box {
  width: 16.6666%;
  position: relative;
  float: left;
  overflow: hidden;
  padding-bottom: 3%;
}
.service-box:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ea094b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-unchecked > img,
.service-selected > img {
  width: 100%;
}
.service-name {
  width: 100%;
  text-align: center;
}
.service-name > img {
  width: 25%;
  display: block;
  margin: 0 auto;
  padding: 16% 0 8%;
}
.service-content {
  background-image: url('../img/service_elephant.png?v=1');
  background-size: contain;
  height: 63%;
  width: 100%;
  text-align: center;
}
.service-selected {
  color: #fff;
  /*position: absolute;
  top: 0;*/
  height: 100%;
}
.service-box li,
.service-box-s li {
  list-style-type: disc;
}
.service-box ul,
.service-box-s ul {
  display: inline-block;
  text-align: left;
  padding-left: 25px;
  padding-right: 5px;
}
.clearfix:after {
  content: '';
  visibility: hidden;
  font-size: 0;
  height: 0;
  display: block;
  clear: both;
}
.service-selected > img {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-selected .service-content {
  position: absolute;
  bottom: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-box:hover .service-selected > img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-box:hover .service-content {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-container-s {
  padding-left: 15px;
  color: #3f3f3f;
}
.service-container-s > .container {
  padding-right: 0;
}
.service-name-s {
  position: relative;
}
.service-name-s > img {
  width: 16%;
  position: absolute;
  top: -4px;
  left: -3%;
}
.service-name-s > div {
  padding-left: 20%;
}
.service-box-s ul {
  padding-left: 20%;
  padding-right: 0;
}
.service-box-s {
  padding: 0 20px 0 40px;
  height: 135px;
}
.service-box-center {
  margin: 0 auto;
}
.glyphicon-remove {
  color: #888;
  font-size: 22px;
}
.navbar-s {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  background-image: url('../img/button_bg.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 60%;
}
.navbar-nav-s {
  padding: 74px 20px 0;
}
.navbar-nav-s li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ea094b;
  position: absolute;
  top: 17px;
}
.navbar-nav-s-li {
  width: 50%;
  float: left;
}
.navbar-nav-s a {
  color: #404041;
}
.navbar-nav-s a > span {
  font-weight: bold;
}
.navbar-item {
  position: relative;
}
/*********
*************** 媒体查询 start ***************
*************/
@media (max-width: 1399px) {
  .project-overlay h1 {
    font-size: 22px;
  }
  .honour-overlay h1 {
    font-size: 22px;
  }
}
@media (max-width: 1249px) {
  .project-overlay .overlay-text {
    font-size: 12px;
    height: 36px;
    width: 140px;
    margin-top: 32%;
    padding: 7px 20px;
  }
  .project-overlay h1 {
    font-size: 20px;
  }
  .honour-overlay h1 {
    font-size: 20px;
  }
  .honour-overlay .overlay-text {
    font-size: 12px;
    height: 36px;
    width: 140px;
    margin-top: 50%;
    padding: 7px 20px;
  }
}
@media (max-width: 1199px) {
  .jumbotron {
    height: 550px;
  }
  .jumbotron .container {
    min-height: 103px;
    padding-top: 268px;
  }
  .jumbotron-txt h1 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 64px;
    letter-spacing: 12px;
  }
  .jumbotron-txt h1 span {
    width: 12px;
    height: 12px;
    bottom: 30px;
    margin-left: 10px;
  }
  .project-overlay h1 {
    font-size: 18px;
    margin-top: 20%;
  }
  .project-overlay-tips h1 {
    margin-top: 33% !important;
  }
  .honour-overlay h1 {
    font-size: 18px;
    margin-top: 34%;
  }
  .more-btn-overlay {
    font-size: 12px;
    height: 36px;
    width: 155px;
    padding: 7px 20px;
  }
  .more-btn-overlay1 {
    font-size: 12px;
    height: 36px;
    width: 155px;
    padding: 7px 20px;
  }
  .more-recruit-container {
    padding-top: 30px;
  }
  .more-project-container {
    padding-top: 25px;
    padding-bottom: 22px;
  }
  .module-title-container {
    padding-bottom: 50px;
  }
  .module-content .module-content-s {
    font-size: 13px;
    line-height: 22px;
  }
  .project-block {
    padding: 18px;
  }
  .project-logo {
    width: 110px;
  }
  .project-block h3 {
    font-size: 22px;
  }
  .project-block h5 {
    font-size: 14px;
  }
  .project-block h4 {
    font-size: 15px;
  }
  .honour-block h5 {
    font-size: 14px;
  }
  .honour-block h4 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: 64px;
  }
  .navbar #pc-btn-list {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .navbar-brand {
    padding: 5px 15px;
    height: 64px;
  }
  .navbar-brand img {
    height: 52px;
  }
  .jumbotron {
    height: 450px;
    margin-top: 64px;
  }
  .jumbotron .container {
    min-height: 103px;
    padding-top: 208px;
  }
  .jumbotron-txt h1 {
    font-size: 34px;
    line-height: 45px;
    letter-spacing: 8px;
  }
  .jumbotron-txt h1 span {
    width: 10px;
    height: 10px;
    bottom: 26px;
    margin-left: 10px;
  }
  .honour-overlay h1 {
    font-size: 22px;
    margin-top: 36%;
  }
  .honour-overlay .overlay-text {
    font-size: 12px;
    height: 40px;
    width: 150px;
    margin-top: 50%;
    padding: 9px 20px;
  }
  .module-container {
    padding-top: 64px;
  }
  .module-title-container {
    padding-bottom: 35px;
  }
  .module-title-container h1 {
    font-size: 32px;
  }
  .module-title-container span {
    top: 37px;
    margin-left: 6px;
    width: 6px;
    height: 6px;
  }
  .module-title-container h2 {
    font-size: 18px;
  }
  .module-content {
    font-size: 16px;
    line-height: 28px;
  }
  .module-content .module-content-title {
    font-size: 20px;
    line-height: 36px;
  }
  .project-logo {
    width: 80px;
  }
  .project-block h3 {
    font-size: 20px;
  }
  .project-block h5 {
    font-size: 12px;
  }
  .project-block h4 {
    font-size: 14px;
  }
  .module-content .module-content-s {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .footer-contact {
    padding-left: 0;
  }
  .footer-icon {
    padding-right: 0;
  }
  .footer-code {
    display: none;
  }
  .navbar {
    height: 54px;
  }
  .navbar #pc-btn-list {
    display: none;
  }
  .navbar-brand {
    padding: 7px 15px;
    height: 54px;
  }
  .navbar-brand img {
    height: 40px;
  }
  /* .jumbotron {
    padding-top: 160px;
    padding-bottom: 55px;
  }

  .jumbotron-txt h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .jumbotron-txt h2 {
    width: 16px;
    height: 16px;
  }*/
  .jumbotron {
    height: 350px;
  }
  .jumbotron .container {
    min-height: 103px;
    padding-top: 140px;
  }
  .jumbotron-txt h1 {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 6px;
  }
  .jumbotron-txt h1 span {
    width: 10px;
    height: 10px;
    bottom: 26px;
    margin-left: 10px;
  }
  .project-overlay {
    display: none;
  }
  .project-overlay-tips {
    display: block !important;
  }
  .more-btn-overlay {
    width: 158px;
    height: 36px;
    padding: 8px 20px;
  }
  .more-btn-overlay1 {
    width: 158px;
    height: 36px;
    padding: 8px 20px;
  }
  .more-recruit-container {
    padding-top: 30px;
  }
  .more-project-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .more-project-container .more-project-txt {
    height: 36px;
    font-size: 16px;
  }
  .more-project-container .project-con:hover img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .project-con:hover img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .module-container {
    padding-top: 54px;
  }
  .module-title-container {
    padding-bottom: 30px;
  }
  .footer-icon {
    padding-bottom: 30px;
  }
  .service-name-s > img {
    width: 15%;
    position: absolute;
    top: -12px;
    left: 2%;
  }
  .service-box-s {
    padding: 0 0 20px;
    height: 115px;
  }
  #mobile-btn-list {
    display: block;
  }
  .mobile-bg {
    background-color: #fff;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .jumbotron {
    display: none;
  }
  .jumbotron-gif {
    display: block;
    margin-top: 54px;
  }
  .jumbotron-gif .container {
    padding: 0;
  }
  .jumbotron-gif .gif-img {
    width: 100%;
    padding-top: 78.1%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }
  .jumbotron-gif .gif-img1 {
    background-image: url(../img/jumbotron_gif_1.gif);
  }
  .jumbotron-gif .gif-img2 {
    background-image: url(../img/jumbotron_gif_2.gif);
  }
  .recruit-arrow {
    top: 20px;
  }
  .recruit-title-bg {
    padding: 50px 0;
    width: 100%;
    height: 150px;
    background-image: url('../img/recruit_title_s1.png');
    background-color: #000;
    background-position: -27px center;
    background-size: contain;
    color: #fff;
    font-size: 24px;
    line-height: 150px;
    position: relative;
  }
  .recruit-title-bg:before {
    content: "";
    display: block;
    width: 3px;
    height: 30px;
    background-color: #ea094b;
    position: absolute;
    top: 135px;
    left: 35px;
  }
  .recruit-title-bg > span {
    position: relative;
  }
  .recruit-title-bg h1:after {
    display: none;
  }
  .recruit-title {
    display: none;
  }
  .recruit-title-s {
    display: block;
    padding: 42px 20px 20px;
    line-height: 25px;
  }
  .recruit ul > li {
    padding: 10px 0;
  }
  .recruit-a {
    padding: 0;
  }
  .project-overlay h1 {
    font-size: 18px;
    margin-top: 27%;
  }
  .project-overlay-tips h1 {
    margin-top: 30% !important;
  }
  .module-title-container h1 {
    font-size: 24px;
  }
  .module-title-container span {
    top: 28px;
    margin-left: 5px;
    width: 6px;
    height: 6px;
  }
  .module-title-container {
    padding-bottom: 20px;
  }
  .module-title-container h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .more-btn-overlay {
    width: 158px;
    height: 36px;
    padding: 8px 20px;
  }
  .more-btn-overlay1 {
    width: 158px;
    height: 36px;
    padding: 8px 20px;
  }
  .more-recruit-container {
    padding-top: 20px;
  }
  .more-project-container {
    padding-top: 4px;
    padding-bottom: 15px;
  }
  .more-project-container .more-project-txt {
    height: 36px;
    font-size: 16px;
  }
  .more-project-container .project-con:hover img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .module-content {
    font-size: 14px;
    line-height: 24px;
  }
  .module-content .module-content-title {
    font-size: 18px;
    line-height: 32px;
  }
  .module-content .module-content-s {
    font-size: 10px;
    line-height: 16px;
  }
  .partner-logo {
    display: none !important;
  }
  .partner-logo-s {
    display: block !important;
  }
  .footer-contact {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-join {
    padding-top: 30px;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-code {
    display: none;
  }
  .footer-title {
    display: none;
  }
  .footer-title-s {
    display: block;
  }
  .footer {
    background-image: url(../img/footer_bg_s.jpg);
  }
  .end-content {
    display: none;
  }
  .end-content-s {
    display: block;
  }
  .who-bg {
    display: none;
  }
  .who-bg-s {
    display: block;
  }
  .more-who-btn-s {
    display: block;
  }
  .who {
    padding-bottom: 60px;
  }
  .who-content {
    display: none;
  }
  .who-content-s {
    display: block;
  }
  .partner-logo img {
    width: 80%;
  }
  .partner-logo img .partner-logo {
    display: none;
  }
  .partner-logo img .partner-logo-s {
    display: block;
  }
  .service-name-s > img {
    width: 22%;
    position: absolute;
    top: -4px;
    left: -5%;
  }
  .mobile-bg {
    overflow: hidden;
  }
}
/*********
*************** 媒体查询 end ***************
*************/
