.full-page {
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  padding-top: 50px;
}
.page-header {
  height: 50px;
  line-height: 50px;
  background-color: #37a390;
  padding: 0 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
}
.page-header .header-logo {
  height: 38px;
  vertical-align: middle;
}
.page-header .header-menu {
  height: 25px;
  vertical-align: middle;
}
.page-aside-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.page-aside-menu .page-aside-model {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-aside-menu .page-aside-content {
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #000;
}
.page-aside-menu .menus {
  padding-top: 50px;
  list-style-type: none;
}
.page-aside-menu .menus li {
  position: relative;
  display: block;
}
.page-aside-menu .menus a {
  display: block;
  padding: 0 40px;
  color: #fff;
  text-decoration: none;
}
.page-aside-menu .menus a:hover {
  background-color: #37a390;
}
.banner-img {
  height: 200px;
  width: 100%;
}
.home-counts {
  padding: 8px 0;
}
.home-counts > div {
  text-align: center;
}
.home-counts .number {
  font-size: 18px;
  color: #37a390;
}
.home-counts sup {
  font-size: 9px;
  color: #999999;
}
.home-counts .info {
  color: #777777;
  font-size: 12px;
}
.page-boximg {
  padding: 0 10px;
}
.page-boximg img {
  width: 100%;
  display: block;
}
.head-common {
  height: 50px;
  border-left: 1px solid #37a390;
  position: relative;
  margin-left: 50px;
  padding-top: 14px;
  margin-bottom: 10px;
  padding-left: 25px;
}
.head-common:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #37a390;
  position: absolute;
  left: -2px;
  bottom: 0;
  z-index: 1;
}
.head-common .dot {
  width: 12px;
  height: 14px;
  display: inline-block;
  border-left: 6px solid #151515;
  border-right: 6px solid #37a390;
  vertical-align: middle;
  margin-right: 10px;
}
.head-common .common-title {
  color: #37a390;
  font-size: 16px;
  font-weight: bold;
}
.head-common .common-entitle {
  font-size: 10px;
  color: #37a390;
}
.head-common.right {
  border-right: 1px solid #37a390;
  border-left: 0px;
  padding-left: 0px;
  margin-right: 50px;
  padding-right: 25px;
}
.head-common.right:after {
  right: -2px;
  left: auto;
}
.head-common.right .common-title,
.head-common.right .common-entitle {
  text-align: right;
}
.home-new-box {
  height: 268px;
  background: url("../images/mobile/home-news-bg.png") center center no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.home-new-box .news {
  list-style-type: none;
}
.home-new-box .news li {
  border-bottom: 1px solid #dddr;
  padding: 10px 0;
  height: 90px;
}
.home-new-box .news .time {
  font-size: 12px;
  color: #333333;
}
.home-new-box .news .title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.home-new-box .news .desc {
  color: #666666;
  font-size: 14px;
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-content {
  padding: 10px;
  line-height: 25px;
  color: #666666;
  font-size: 12px;
}
.content-content .button-box {
  width: 105px;
  height: 24px;
  background-color: #37a390;
  line-height: 24px;
  color: #fff;
  display: block;
  text-align: center;
}
.content-content .button-box img {
  width: 20px;
  margin-left: 10px;
}
.common-more {
  padding-top: 20px;
}
.common-more > a {
  color: #333333;
  font-size: 10px;
  border-bottom: 1px solid #37a390;
  padding: 0 5px;
}
.business-swiper {
  width: 275px;
  height: 169px;
  margin-left: auto;
  margin-right: auto;
}
.business-swiper .busine-item {
  width: 275px;
  height: 169px;
  position: relative;
}
.business-swiper .item-img {
  width: 100%;
  display: block;
}
.business-swiper .item-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 1 ;
  text-align: center;
  color: #fff;
}
.business-swiper .title {
  font-size: 14px;
}
.business-swiper .en {
  font-size: 12px;
}
.business-swiper .item-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#busPrev,
#busNext {
  --swiper-navigation-size: 20px;
}
.bus-bottom-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -75px;
}
.home-success-head {
  padding: 25px 0;
  text-align: center;
}
.home-success-head .title {
  color: #37a390;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-success-head .en {
  font-size: 10px;
  color: #37a390;
}
#homeCase {
  margin: 0 10px 20px ;
}
#homeCase .swiper-slide {
  width: 248px;
  height: 180px;
}
#homeCase .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.page-footer {
  padding: 10px;
  background-color: #f9f9f9;
}
.page-footer .footlogo {
  height: 30px;
  margin-bottom: 10px;
}
.page-footer .row {
  line-height: 18px;
  color: #666666;
  font-size: 12px;
}
.page-footer .foot-codes {
  width: 60px;
}
.page-footer .menu-code {
  width: 58px;
  height: 58px;
}
.page-footer .name {
  text-align: center;
  color: #37a390;
  font-size: 10px;
}
.foot-power {
  height: 30px;
  background-color: #37a390;
  line-height: 30px;
  padding: 0 10px;
}
.foot-power .power {
  color: #ffffff;
  font-size: 10px;
}
.top-banner {
  width: 100%;
  display: block;
}
.child-menus {
  line-height: 30px;
  height: 30px;
  background-color: #f5f5f5;
}
.child-menus .menu-item {
  text-align: center;
  display: block;
  color: #000000;
  font-size: 12px;
  width: 100%;
}
.child-menus .active {
  background-color: #45a998;
  color: #fff;
}
.content-header {
  padding: 25px 15px;
  text-align: center;
}
.content-header .en {
  color: #888888;
  font-size: 14px;
  margin-bottom: 5px;
}
.content-header .cn {
  font-size: 16px;
  color: #333;
}
.content-article {
  padding: 10px;
  font-size: 12px;
  color: #666;
}
.content-groups {
  padding: 20px 10px;
  font-size: 0;
}
.content-groups .group-item {
  width: 50%;
  display: inline-block;
  position: relative;
  height: 105px;
}
.content-groups .group-item > img {
  width: 100%;
  height: 100%;
}
.content-groups .group-item .group-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.content-groups .group-item .cn {
  font-size: 14px;
}
.content-groups .group-item .en {
  font-size: 12px;
}
.case-list {
  list-style-type: none;
  padding: 10px;
}
.case-list li {
  width: 48%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.case-list li:nth-child(2n) {
  margin-left: 4%;
}
.case-list .img {
  height: 112px;
  overflow: hidden;
}
.case-list .img img {
  width: 100%;
  display: block;
}
.case-list .infos {
  height: 42px;
  padding: 5px 15px 5px 10px;
  background: url("../images/mobile/nexts.png") right 10px center no-repeat;
  background-size: 6px auto;
}
.case-list .infos .name {
  font-size: 13px;
  color: #333333;
}
.case-list .infos .desc {
  font-size: 10px;
  color: #666666;
}
.page-pagination {
  font-size: 0;
  text-align: center;
  padding: 20px 0;
}
.page-pagination a,
.page-pagination span {
  line-height: 35px;
  height: 35px;
  padding: 0 12px;
  font-size: 16px;
  border: 1px solid #ddd;
  margin: 0 5px;
  display: inline-block;
  color: #515151;
}
.page-pagination a:hover,
.page-pagination a.active,
.page-pagination span:hover,
.page-pagination span.active {
  background-color: #45a998;
  color: #fff;
  border: 1px solid #45a998;
}
.detail-swiper {
  padding: 10px;
  border-bottom: 1px dashded #ddd;
  --swiper-navigation-size: 16px;
}
.detail-swiper .detail-case-img {
  width: 100%;
}
.detail-counts {
  padding: 10px 0 ;
  border-bottom: 1px dashed #ddd;
  font-size: 0;
  margin: 0 10px;
}
.detail-counts .cout-item:first-child {
  border-left: 1px solid #ababab;
}
.detail-counts .cout-item {
  padding: 10px 15px;
  border-right: 1px solid #ababab;
  display: inline-block;
  margin-bottom: 15px;
}
.detail-counts .cout-item .name {
  font-size: 14px;
  color: #37a390;
}
.detail-counts .cout-item .desc {
  color: #777777;
  font-size: 12px;
}
.article-pages {
  padding: 10px;
  border-top: 1px dashed #ddd;
}
.article-pages span {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.article-pages .page-link {
  color: #666666;
  font-size: 14px;
}
.joblist {
  padding: 10px;
  list-style-type: none;
}
.joblist li {
  margin-bottom: 10px;
}
.joblist li .job-item {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.joblist li .job-name {
  color: #4c4c4c;
  font-size: 14px;
}
.joblist li .job-time {
  color: #45a998;
  font-size: 12px;
}
.joblist li .job-all {
  padding: 12px 24px 18px 18px;
  background-color: #fafafa;
  display: none;
}
.joblist li .job-all p {
  font-size: 12px;
  color: #666666;
}
.joblist li .job-all .apply-btn {
  margin: 20px auto 0;
  width: 75px;
  height: 23px;
  background-color: #45a998;
  line-height: 23px;
  text-align: center;
  display: block;
  color: #fff;
}
.joblist li.active .job-all {
  display: block;
}
.concat-infos {
  margin: 0 10px;
  padding: 55px 20px 0;
  background: url("../images/mobile/concat-bg.png") center center no-repeat;
  background-size: cover;
  height: 290px;
}
.concat-infos .title {
  color: #45a998;
  font-size: 18px;
  margin-bottom: 10px;
}
.concat-infos .line {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.concat-infos .concat-img {
  margin-right: 10px;
  width: 14px;
}
.concat-maps {
  margin: 0px 10px 30px;
  height: 290px;
  overflow: hidden;
}
.honorlist {
  list-style-type: none;
  padding: 10px;
}
.honorlist li {
  width: 48%;
  margin-bottom: 15px;
}
.honorlist .img {
  width: 100%;
  height: 132px;
  overflow: hidden;
}
.honorlist .img img {
  width: 100%;
  height: 100%;
}
.honorlist .name {
  color: #333333;
  font-size: 14px;
}
.honorlist li:nth-child(2n) {
  margin-left: 4%;
}
.newslist {
  list-style-type: none;
  padding: 10px;
}
.newslist li {
  margin-bottom: 10px;
}
.newslist li .img {
  width: 155px;
  height: 102px;
  float: left;
  overflow: hidden;
}
.newslist li .img img {
  width: 100%;
}
.newslist li .img + .infos {
  margin-left: 165px;
}
.newslist li .infos {
  height: 102px;
}
.newslist li .title {
  font-size: 14px;
  color: #121111;
  margin-bottom: 10px;
}
.newslist li .desc {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  color: #626262;
  line-height: 18px;
}
.newslist li .more-new {
  border: solid 1px #37a390;
  width: 70px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #37a390;
  display: block;
  margin-top: 10px;
}
.article-title {
  text-align: center;
  padding: 30px 10px 20px;
  color: #121111;
  font-size: 18px;
}
.article-page {
  text-align: center;
  font-size: 0;
  padding: 20px 0;
}
.article-page .page-link {
  display: inline-block;
  width: 85px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #afafaf;
  color: #fff;
  font-size: 14px;
}
.article-page .page-link + .page-link {
  margin-left: 10px;
}
.caseimg {
  margin: 10px;
}
.caseimg img {
  width: 100%;
}
.job-tops {
  padding: 20px 0px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px dashed #ddd;
  margin: 0 10px;
}
.content-form {
  margin: 20px 10px;
}
.content-form .form-row {
  margin-bottom: 10px;
  line-height: 24px;
}
.content-form .form-label {
  float: left;
  width: 60px;
  text-align: right;
}
.content-form .form-item {
  margin-left: 70px;
}
.content-form input[type='text'] {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  outline: none;
  height: 24px;
  line-height: normal;
  padding-left: 5px;
}
.content-form input[type='textarea'] {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  outline: none;
  line-height: normal;
  height: 50px;
  padding-left: 5px;
}
.content-form input[type='radio'] {
  -webkit-appearance: radio;
}
.content-form .submit {
  text-align: center;
  display: block;
  background-color: #45a998;
  width: 77px;
  line-height: 23px;
  border: 0;
  color: #fff;
  margin: 10px auto;
  outline: none;
}
.color-base {
  color: #37a390!important;
}
#dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.5);
}
#dialog .dialog-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999999999;
  font-size: 26px;
  color: #fff;
}
#dialog .swiper-slide,
#dialog .swiper-container,
#dialog .dialog-body {
  width: 100%;
  height: 100%;
}
#dialog .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dialog .swiper-slide img {
  width: 100%;
  display: block;
}
.develop-box .develop-list {
  padding: 10px;
}
.develop-box .develop-list > li {
  min-height: 75px;
}
.develop-box .develop-list .times {
  width: 65px;
  height: 22px;
  line-height: 22px;
  background-color: #36a390;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.develop-box .develop-list .item-dot {
  width: 22px;
  height: 22px;
  background: url('../images/mobile/defaultRound.png') center no-repeat;
  background-size: 60% auto;
  margin: 0 12px;
}
.develop-box .develop-list .line {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  padding-left: 20px;
  background: url('../images/mobile/defaultsanj.png') no-repeat;
  background-position: 0 4px;
}
.develop-two {
  height: 80px;
  background: url('../images/mobile/developbg-m.png') center no-repeat;
  background-size: cover;
}
.develop-two .develop-list {
  width: 100%;
}
.develop-two .develop-list li {
  height: auto;
  min-height: auto;
}
.develop-two .develop-list .times {
  background-color: #fff;
  color: #36a390;
}
.develop-two .develop-list .item-dot {
  background: url('../images/mobile/whiteround.png') no-repeat;
}
.develop-two .develop-list .line {
  background: url('../images/mobile/whitesanj.png') no-repeat;
  color: #fff;
  background-position: 0 4px;
}
