@charset "UTF-8";

@import "icon/iconfont.css";
@import "icon/bahnschrift.css";

@font-face {
  font-family: myfont;
  src: url('/static/m/css/Impact.ttf') format('truetype');
}

@font-face {
  font-family: Gotham-Bold;
  src: url('/static/m/css/font/Gotham-Bold.otf') format('truetype');
}

@font-face {
  font-family: Gotham-Light;
  src: url('/static/m/css/font/Gotham-Book.otf') format('truetype');
}

.font-gotham {
  font-family: Gotham-Bold, 'serif';
}

.font-gotham-light {
  font-family: Gotham-Light, 'serif';
}

body, a {
  color: #0c0c0c;
}

img {
  max-width: 100%;
  object-fit: contain;
}

.fn-tc {
  text-align: center;
}

.nut-infiniteloading .bottom-tips {
  color: #999;
}

/*侧边导航问题*/
.nut-subsidenavbar {
  float: none;
}

/*替换菜单箭头*/
.nut-subsidenavbar .sidenavbar-icon i.nut-icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
}

.nut-subsidenavbar .sidenavbar-icon i.nut-icon svg {
  display: none;
}

.nut-subsidenavbar .sidenavbar-icon i.nut-icon:after {
  content: "\e6bb";
  position: relative;
  font-size: 16px;
  color: #000;

  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nut-subsidenavbar .sidenavbar-icon .down {
  color: #fff;
}

.main-box-30 {
  padding: 0 30px;
}

.main-box {
  padding: 0 20px;
}

.bg-gray {
  background: #e6e6e6;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.menu-box {
  position: relative;
  z-index: 1000;
}

.menu-header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
}

.menu-header:after,
.breadcrumb:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}

.menu-header > .flex {
  height: 50px;
  padding-right: 5px;
}

.menu-header .logo {
  padding-left: 15px;
  text-align: center;
}

.menu-header .logo img {
  height: 28px;
  display: block;
}

.menu-header .icon {
  padding: 10px;
}

.menu-header .icon .iconfont {
  font-size: 24px;
  color: #222;
}

.menu-pop {
  font-size: 16px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 50px;
  padding: 0 15px;
  position: relative;
}

.breadcrumb a,
.breadcrumb .txt {
  font-size: 10px;
  color: #000000;
  line-height: 14px;
}

.breadcrumb .iconfont {
  font-size: 16px;
}


.pro-imgs {
  margin-top: 50px;
  position: relative;
}

.pro-imgs .bg {
  width: 100%;
  height: 296px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.pro-imgs .nut-swiper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  height: 102px;
  z-index: 2;
}

.pro-imgs .nut-swiper .img {
  background: center no-repeat;
  background-size: contain;
}

.pro-imgs2 .nut-swiper {
  height: 56.3vw;
}

.pro-imgs2 .nut-swiper .img {
  background: center no-repeat;
  background-size: cover;
}

.index-btn {
  background: #fff;
  width: 115px;
  height: 37px;
  line-height: 37px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.index-btn:after {
  content: "";
  width: 200%;
  height: 200%;
  border: 1px solid #004b9d;
  transform: scale(0.5);
  transform-origin: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.index-btn .txt {
  color: #004b9d;
  font-size: 12px;
  flex: 1;
}

.index-btn .iconfont {
  color: #004b9d;
  font-size: 16px;
}

.index-btn img {
  width: 16px;
  height: 16px;
}

.index-btn-blue {
  background: #004b9d;
}

.index-btn-blue:after {
  display: none;
}

.index-btn-blue .txt,
.index-btn-blue .iconfont {
  color: #fff;
}

.index-btn-line-white {
  background: transparent;
  position: relative;
}

.index-btn-line-white:after {
  content: "";
  width: 200%;
  height: 200%;
  border: 1px solid #fff;
  transform: scale(0.5);
  transform-origin: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.index-btn-line-white .txt,
.index-btn-line-white .iconfont {
  color: #fff;
}

/*4大板块*/
.index-bk {
  /*background: #004B9D;*/
  margin-top: -100px;
  padding: 10px 10px 45px;
  position: relative;
  color: #fff;
  z-index: 2;
}

.index-bk .item {
  height: 237px;
  background: center no-repeat;
  background-size: cover;
  padding-left: 35px;
}

.index-bk .t1 {
  padding: 56px 0 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.index-bk .t2 {
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 19px;
}


/*首页新闻*/
.index-news-one {
  padding: 0 15px;
  margin: 38px 0;
  color: #000000;

}

.index-news-one .date {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
}

.index-news-one .name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}

.index-news-one .detail {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 22px;
}

/*底部导航*/

/*公司信息*/
.fn-nav {
  margin-top: 50px;
  background: #F2F2F2;;
  padding: 40px 30px;
}

.fn-nav .line {
  background: #D8D8D8;
}

.fn-nav .item {
}

.fn-nav .item-title {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 12px;

  color: #000000;
  line-height: 22px;
}

.fn-nav .item-title .name {
  flex: 1;
  font-weight: bold;
}

.fn-nav .item-title .icon-arrow-right {
  transition: all 0.15s;
}

.fn-nav .item.open .item-title .icon-arrow-right {
  transform: rotate(90deg);
}

.fn-nav .item .iconfont {
  font-size: 16px;
}

.fn-nav .item .item-more {
  padding-bottom: 40px;
  display: none;
}

.fn-nav .item.open .item-more {
  display: block;
}

.fn-nav .link {
  display: block;
  line-height: 40px;
  font-size: 12px;
  color: #000000;
}


/*备案*/
.ft {
  height: 128px;
  padding: 17px 15px 25px;
  background: #F2F2F2;
  border-radius: 1px 1px 0 0;
  box-sizing: border-box;
}

.ft .link {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.ft .link a {
  display: block;
  margin-right: 10px;
}

.ft .link a .iconfont {
  display: block;
  font-size: 24px;
  color: #616161;
}

.ft .copyright,
.ft .icp {
  font-size: 10px;
  color: #666666;
  line-height: 20px;
}

.code-pic {
  width: 95vw;
  max-width: none;
  display: block;
}

.page-desc {
  padding: 32px 24px 42px;
  background: #004B9D;
  text-align: center;
  color: #FFFFFF;

}

.page-desc .t1 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
}

.page-desc .t3 {
  font-size: 10px;
  line-height: 20px;
}

/*集团简介*/
.profile {
  margin-bottom: 50px;
}

.profile .t1 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 20px;
}

.profile .t2 {
  text-align: justify;
  margin-bottom: 20px;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}

.profile .t2.tc {
  text-align-last: center;
}

.profile .img {
  display: block;
  width: 100%;
  margin: 20px 0 40px;
}

/*全球布局*/
.gbu {
  margin-top: 20px;
}

.gbu .t2 {
  text-align: center;
  font-size: 14px;
}

.gbu img {
  display: block;
  width: 100%;
  margin: 50px auto;
}

.gbu .list {
  font-size: 14px;
  line-height: 1.4;
  align-items: flex-start;
  margin: 50px 0;
}

.gbu .list p {
  padding: 5px 0;
}

.gbu .list .r {
  padding-left: 20px;
}

/*发展历程*/
.history {
  margin-top: 30px;
}

.history .v-line {
  margin-left: 10px;
  width: 1px;
  height: 19px;
  background: #E6E6E6;
}

.history .t1 {
  font-family: 'ba';
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}

.history .t2 {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}

.history .t3 {
  text-align: justify;
  margin: 10px 0;

  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 22px;
}

.history img {
  width: 100%;
  margin: 10px 0;
}

/*事业领域*/
.industry {
  margin-bottom: 30px;
}

.industry .img1 {
  width: 100%;
  display: block;
}

.industry-zmj-section1 {
  background: #8B3F28;
  color: #FFFFFF;
  text-align: center;
}

.industry-zmj-section1 .t1 {
  padding: 60px 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}

.industry-zmj-section1 .t2 {
  font-size: 12px;
  line-height: 22px;
}

.industry-zmj-section1 .img1 {
  padding: 40px 0 60px;
  height: 106px;
}

.industry-zmj-section2 {
  background: url("/static/m/img/about/zmj2.jpg") center no-repeat;
  background-size: cover;
  height: 476px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}

.industry-zmj-section2 .t1 {
  padding: 60px 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}

.industry-zmj-section2 .t2 {
  margin: 0 56px 50px;
  font-size: 12px;
  line-height: 22px;
}

.industry-zmj-section2 .img2 {
  margin: 56px auto 0;
  height: 190px;
  width: 90%;
  object-fit: contain;
}

.industry-zmj-section3 .img3 {
  display: block;
  width: 100%;
}

.industry-bk {
  padding: 0 30px;
}

.industry-bk .nut-tab {
  padding: 0;
  border: 0;
}

.industry-bk .nut-tab-link {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
}

.industry-bk .nut-tab-active a {
  color: #000000;
}

.industry-bk .nut-tab-title {
  /*border-bottom: 0;*/
  background: #fff;
}

.industry-bk .nut-tab {
  border: 0;
}

.industry-bk .nut-tab-item {
  padding: 30px 0 0;
  height: auto;
  border: 0;
}

.industry-bk .nav-bar {
  height: 4px;
  background: #8B3F28;
}


.industry-bk .t1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}

.industry-bk .t2 {
  margin-bottom: 30px;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}

.industry-bk .out {
  margin: 0 -30px;
}


.industry-car {
}

.industry-car .nut-tab {
  background: #fff;
}

.group-profile .nav-bar,
.industry-car .nav-bar {
  background: #004B9D;
}

.industry-car .nut-tab-item {
  padding-top: 0;
}

.sec-his {
  padding: 30px 30px 0;
  background: #F2F2F2;
  display: flex;
  justify-content: space-between;
}

.sec-his .iis-item {
  flex: 1;
}

.sec-his .iis-item:nth-child(2) {
  padding: 0 15px;
}

.sec-his .iis-item .t1 {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: Gotham-Bold, 'serif';
  font-weight: bold;
  color: #000000;
  line-height: 17px;
}

.sec-his .iis-item .t2 {
  font-size: 8px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
}

.btn-abs {
  position: relative;
}

.btn-abs .img1 {
  max-height: 695px;
  object-fit: cover;
}

.btn-abs .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.btn-abs .info .t1 {
  padding-top: 60px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}

.btn-abs .info .t2 {
  margin: 0 12vw 40px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 22px;
}

.btn-abs .info .t3 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 22px;
}

.btn-abs .info .t4 {
  margin: 0 12vw 30px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 22px;
}

.btn-abs .btn .index-btn {
  width: auto;
  display: inline-flex;
}


/*董事长寄语*/
.boss {
  margin: 50px 0;
}

.boss .t2 {
  line-height: 1.2;
  margin-bottom: 0;
}

.boss .img {
  margin: 0 0 0 10px;
  width: 80px;
}


/*公司信息*/
.company {
  padding: 0 30px;
  margin-bottom: 50px;
}

.company .item {
  margin-top: 20px;
}

.company .item-title {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 12px;

  color: #000000;
  line-height: 22px;
}

.company .item-title .name {
  flex: 1;
  font-weight: bold;
}

.company .item-title .icon-arrow-right {
  transition: all 0.15s;
}

.company .item.open .item-title .icon-arrow-right {
  transform: rotate(90deg);
}

.company .item .iconfont {
  font-size: 16px;
}

.company .item .item-more {
  margin: 30px 0;
  display: none;
}

.company .item.open .item-more {
  display: block;
}

.company .t1 {
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}

.manager-list {
  margin: 0 30px;
}

.manager-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 0;
  min-height: 71px;
  border: 1px solid #616161;
  box-shadow: 5px 5px 0 #F6F6F6;;
  box-sizing: border-box;
}

.manager-list .item {
}

.manager-list .date {
  font-size: 10px;
  color: #000000;
  line-height: 12px;
  font-family: Gotham-Light, 'serif';
}

.manager-list .link {
  flex: 1;
}

.manager-list .title {
  margin-top: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  line-height: 18px;
}

.manager-list .icon-pdf {
  margin: 0 21px;
  font-size: 22px;
  color: #616161;
}

.manager-list .icon-download {
  margin: 0 23px;
  font-size: 18px;
  color: #004B9D;
}


/*投资者联系*/
.company-msg .form-group {
  border-top: 1px solid #e0e7e8;
  padding: 5px 0;
}

.company-msg .form-group:first-child {
  /*border-top: 3px solid #e0e7e8;*/
  border-top: 0;
}

.company-msg .form-group:last-child {
  border-bottom: 1px solid #e0e7e8;
}

.company-msg .form-group-code {
  position: relative;
}

.company-msg .form-group-code img {
  position: absolute;
  right: 0;
  top: 6px;
  width: 100px;
  height: 40px;
  z-index: 2;
  display: block;
}

.company-msg .form-group-code input {
  padding-right: 120px !important;
}

.company-msg .t1 {
  color: #626262;
  margin: 10px 0;
}

.company-msg .nut-textinput-label {
  color: #626262;
  white-space: nowrap;
}

.company-msg input {
  text-align: right;
  border: 0;
}

.company-msg .txt-area {
  border: 0;
  padding: 0;
}

.company-msg .txt-area textarea {
  height: 100px !important;
  font-size: 14px;
}

.company-msg-btn {
  margin: 30px;
  text-align: center;
}

.company-msg-btn .index-btn {
  display: inline-flex;
}


/*招聘*/
.jobs .item {
  border-bottom: 1px solid #e0e7e8;
  margin-bottom: 40px;
}

.jobs .t1 {
  color: #626262;
  font-size: 14px;
  line-height: 1.7;
  padding: 15px 0 5px;
  /*border-top: 1px solid #e0e7e8;*/
}

.jobs .t2 {
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
  text-align-last: left;
  margin-bottom: 15px;
}

.jobs .more .flex {
  font-size: 16px;
  color: #004b9d;
  /*border-top: 1px solid #e0e7e8;*/
  padding: 15px 0;
}

.jobs .more .iconfont {
  transform: rotate(90deg);
  font-size: 20px;
  color: #004b9d;
  transition: all 0.2s;
}

.jobs .more .content {
  display: none;
}

.jobs .more.on .content {
  display: block;
}

.jobs .more.on .iconfont {
  transform: rotate(-90deg);
}

.jobs-list {
  margin: 50px 25px 30px 20px;
}

.jobs-list .item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  /*margin-bottom: 20px;*/
}

.jobs-list .item .icon-zhaopin {
  font-size: 30px;
  color: #555;
}

.jobs-list .item .icon-lianjie {
  font-size: 24px;
  color: #004B9D;
}

.jobs-list .item .link {
  flex: 1;
  padding: 0 10px;
}

.jobs-list .item .date {
  font-size: 12px;
  color: #999;
  font-family: Arial;
}

.jobs-list .item .title {
  font-size: 14px;
  font-weight: bold;
}

.jobs-list .item .more {
  line-height: 1.5;
}



/*.b-map {*/
/*  margin: 30px 0;*/
/*}*/

/*.bm-view {*/
/*  width: 100%;*/
/*  height: 200px;*/
/*}*/

/*95娱乐*/
.coal {
  padding-bottom: 45px;
  background: url("/static/m/img/v2021/bg2.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
}

.coal .t1 {
  min-height: 36px;
  padding: 40px 0 30px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}

.coal .index-btn {
  margin: 0 auto;
}

.coal .pics {
  height: 240px;
  margin: 40px 15px 22px;
  position: relative;
}

.coal .pics img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s;
}

.coal .pics .cur {
  opacity: 1;
}

.coal .items {
  margin: 0 8vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.coal .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  height: 70px;
  width: 30%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.coal .items .item.cur {
  background: rgba(0, 76, 158, 0.3);
}

.coal .items .item:nth-child(3n) {
  margin-right: 0;
}

.coal .items img {
  margin-top: 10px;
  margin-bottom: 6px;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.coal .items .name {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 17px;
}

.products-list {

}

.products-list .prod-item {
  padding: 54px 0 60px;
  min-height: 590px;
  box-sizing: border-box;
}

.products-list .prod-item:nth-child(2n) {
  background: linear-gradient(182deg, #FBFBFB 0%, #DFDFDF 100%);
}

.products-list .prod-item .pic {
  width: 92vw;
  height: 270px;
  margin: 0 auto 30px;
}

.products-list .prod-item .pic img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.products-list .prod-item .name {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  text-align: center;
}

.products-list .prod-item .des {
  margin: 30px;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}

.products-list .prod-item .more-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-list .prod-item .index-btn {
  margin: 0 7px;
}

.common-txt {
  margin: 0 30px;
}

.common-txt .t1 {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}

.common-txt .t2 {
  margin-bottom: 30px;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}


.common-txt .research {
  /*margin: 0 -15px;*/
}

.common-txt .research img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
}

/*质保体系*/
.zb-cc {
  background: url("/static/m/img/v2021/zb/bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 38px;
  padding-bottom: 40px;
  margin: 30px 0;
}

.zb-cc .name {
  margin: 50px 0 30px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
  font-family: Gotham-Bold, 'serif';
}

.zb-cc .index-btn {
  margin: 0 auto;
}

.zb-cc .swiper-container {
  margin: 0 16px;
  text-align: center;
}

.zb-cc .swiper-slide img {
  display: block;
  width: 41vw;
  background: #fff;
  padding: 3px;
}

.zb-cc .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.zb-cc .swiper-slide img {
  transition: 300ms;
  transform: scale(0.7);
  opacity: 0.6;
}

.zb-cc .swiper-slide-active {
  z-index: 10;
}

.zb-cc .swiper-slide-active img {
  transform: scale(1);
  opacity: 1;
}

/*seg*/
.seg-swiper {
  margin-bottom: 30px;
}

.seg-swiper .name {
  margin: 50px 0 30px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
}

.seg-swiper .index-btn {
  margin: 0 auto;
}

.seg-swiper .swiper-container {
  margin: 0 16px;
  text-align: center;
}

.seg-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.seg-swiper .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}

.seg-swiper .swiper-slide img {
  transition: 300ms;
  transform: scale(0.6);
  opacity: 0.9;
  filter: blur(4px);
}

.seg-swiper .swiper-slide-active {
  z-index: 10;
}

.seg-swiper .swiper-slide-active img {
  transform: scale(1);
  opacity: 1;
  filter: none;
}

.zmj-swiper .swiper-slide img {
  opacity: 0.6;
  filter: none;
}

.zmj-swiper .swiper-slide-active img {
  opacity: 1;
}

/*智能制造*/
.ims {

}

.ims .item {
  padding-top: 38px;
  padding-bottom: 40px;
}


.ims .name {
  margin: 18px 30px 0;
  text-align: center;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
  min-height: 60px;
}

.ims .index-btn {
  margin: 0 auto;
}

.ims .title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  text-align: center;
}

.ims .en-title {
  margin: 4px 40px 20px;
  font-size: 12px;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}

.ims .swiper-container {
  margin: 0 16px;
  text-align: center;
  height: 170px;
}

.ims .swiper-wrapper {
  align-items: center;
}


.ims .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}

.ims .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: cover;
  transition: 300ms;
  transform: scale(0.7);
  opacity: 0.6;
}

.ims .swiper-slide-active {
  z-index: 10;
}

.ims .swiper-slide-active img {
  transform: scale(1);
  opacity: 1;
}

.ims .swiper-slide-active img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ims .item:nth-child(2n) {
  background: url("/static/m/img/v2021/zb/bg.jpg") center no-repeat;
  background-size: cover;
}

.ims .item:nth-child(2n) .title,
.ims .item:nth-child(2n) .en-title,
.ims .item:nth-child(2n) .name {
  color: #fff;
}

.pic-preview {
  position: fixed;
  left: 0;
  right: 0;
  top: -120vh;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  z-index: 10;
}

.pic-preview.show {
  top: 0;
}

.pic-preview .env-pics-swiper {
  width: 100vw;
}

.network .swiper-slide-active {
  z-index: 10;
}

.network .nut-picker-control .nut-picker-cancel-btn,
.network .nut-picker-control .nut-picker-confirm-btn {
  color: #004B9D;
}

.network .common-txt {
  margin: 0;
}

.network .common-txt .r {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #BE8D62;
  margin-right: 10px;
  border-radius: 10px;
}

.network .common-txt .c {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #004B9D;
  margin-right: 10px;
}

.select-city {
  margin-top: 30px;
  margin-bottom: 26px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid rgba(97, 97, 97, 0.5);

  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}

.select-city .value {
  font-size: 12px;
  color: #000000;
  line-height: 17px;
  flex: 1;
}

.select-city .iconfont {
  font-size: 16px;
  color: #000000;
}

.earth-info {
  padding-left: 2px;
}

.earth-info .line {
  height: 1px;
  background: #E6E6E6;
  margin: 15px 0;
  transform: scaleY(0.5);
}

.earth-info .t1 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
  margin-bottom: 0;
}

.earth-info .t2 {
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}

.service-info {
}

.service-info .legend1,
.service-info .legend2 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.service-info .legend1:after,
.service-info .legend2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #BE8D62;
}

.service-info .legend1:after {
  border-radius: 10px;
}

.service-info .legend2:after {
  background: #004B9D;
}

.service-info .more-info {
  padding-left: 20px;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}

.line {
  height: 1px;
  background: #E6E6E6;
  transform: scaleY(0.5);
}

/*成套案例*/
.cases-list {
  margin: 0 15px 30px;
}

.cases-list .item {
  margin-top: 30px;
}

.cases-list .name {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}

.cases-list .info {
  display: flex;
  padding: 10px 0;

}

.cases-list .li {
  font-size: 12px;
  color: #000000;
  line-height: 28px;
  flex-shrink: 0;
}

.cases-list .li:first-child {
  margin-right: 15px;
}


.cases-list .img {
  background: center no-repeat #eee;
  background-size: contain;
  height: 200px;
}

.coal-case-swiper {
  background: #eee;
}

.coal-case-swiper .swiper-slide {
  width: auto;
}

.news-tab {
}

.news-tab .nut-tab-item {
  display: none;
}

.news-tab .nut-title-nav {
  width: 50%;
  flex-shrink: 0;
}

.news-page-list {
}

.news-page-list .item {
  margin-top: 30px;
  display: block;
}

.news-page-list .img {
  height: 58.6vw;
  width: 100%;
  object-fit: cover;
}

.news-page-list .date {
  margin: 20px 0 10px;
  font-size: 10px;
  color: #000000;
  line-height: 12px;
  font-family: Gotham-Light, 'serif';
}

.news-page-list .t1 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
}

.news-page-list .t2 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 22px;
}

.news-detail {
  margin: 30px;
}

.news-detail .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}

.news-detail .date {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #000000;
  line-height: 12px;
}

.news-detail .iconfont {
  font-size: 16px;
  margin-right: 10px;
}

.news-detail .detail {
  margin: 30px 0;

}

.news-detail .detail p {
  font-size: 12px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 15px;
}

.news-detail .detail img {
  max-width: 100%;
  height: auto !important;
  text-indent: 0;
  display: block;
  margin: 0 auto;
}

.news-list-next {
  margin: 30px;
}

.news-list-next .t1 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}

.news-list-next .t2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.env-pics {
  display: flex;
  margin: 30px 28px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.env-pics .item {
  width: 25vw;
  height: 25vw;
  margin-bottom: 30px;
}

.env-pics .item img {
  display: block;
  width: 25vw;
  height: 25vw;
  object-fit: cover;
}

.training-list {
  background: #0159BA;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.training-list * {
  color: #FFFFFF !important;
}

.training-list .t1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.training-list .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.train-3step {
  background: #F2F2F2;
  padding: 30px 30px 42px;
}

.train-3step .t1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}

.train-3step img {
  width: 100%;
  display: block;
}

.train-more .item {
  margin-top: 30px;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}

.train-more .item {
  font-family: Gotham-Book, 'serif';
}

.contact1 {
}

.contact1 .t2 {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}

.contact1 .t2 .iconfont {
  font-size: 16px;
  margin-right: 5px;
}

.contact2 .t1 .iconfont {
  font-size: 16px;
  margin-right: 5px;
}

.work-in {
  position: relative;
}

.work-in img {
  width: 100%;
}

.work-in .info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.work-in .info .t1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.work-in .info .index-btn {
  margin-left: -20px;
}

.work-in .info .index-btn:after {
  display: none;

}

.pro-detail-banner {
  height: 480px;
  background: linear-gradient(180deg, #E3E1E1 0%, #FFFFFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-detail-banner img {
  width: 320px;
  height: 335px;
  object-fit: contain;
  display: block;
}

.pro-detail {
  color: #000000;

}

.pro-detail .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}

.pro-detail .type {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}

.pro-detail .desc {
  font-size: 12px;
  line-height: 28px;
}

.pro-detail-params {
  margin-top: 30px;
  padding: 30px;
  background: linear-gradient(133deg, #6489B6 0%, #8DBFDA 100%);
}

.pro-detail-params .param {
  display: flex;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
}

.pro-detail-params .label {
  width: 4em;
  margin-right: 14px;
}

.pro-detail-params .value {
  flex: 1;
  font-family: Gotham-Light, 'serif';
}

.pro-detail-txt {
  margin: 0;
}

.pro-detail-table {
  margin: 0 -15px;
}

.pro-detail-table .t1 {

}


.pro-detail-table .table {
  flex: 1;
  overflow-x: auto;
  border: 1px solid #E5E5E5;
}

.pro-detail-table .table table {
  width: 100%;
  text-align: center;
  font-size: 10px;
  background: #fff;
}

.pro-detail-table .table tr:last-child td {
  border-bottom: 0;
}

.pro-detail-table .table .th,
.pro-detail-table .table th {
  /*line-height: 36px;*/
  padding: 10px;

  color: #000;
  font-weight: 400;
  background: #F2F2F2;;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}

.pro-detail-table .table td {
  height: 36px;
  padding: 5px;
  font-family: Gotham-Light, 'serif';
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.pro-detail-table .table th:last-child,
.pro-detail-table .table td:last-child {
  border-right: 0;
}


.pro-detail-table .table td:last-child {
  font-size: 12px;
  line-height: 24px;
}

.pro-detail-table .table td.brd-b0 {
  border-bottom: 0;
}

.group-history .nut-tab-link {
  font-family: Gotham-Light, 'serif';
  font-weight: 100;
}

/*VR入口*/
.vr-modal {
  width: 100%;
  background: transparent;
  overflow: visible;
  text-align: center;
}

.vr-modal .inner {
  position: relative;
  width: 250px;
  margin: 0 auto;
}

.vr-modal .close {
  background: #00d2ff;
  position: absolute;
  left: 50%;
  margin-left: 114px;
  top: -13px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.vr-modal .close .iconfont {
  color: #000;
  font-size: 20px;
}

.vr-modal .pic {
  position: relative;
  z-index: 1;
}

.the65 {
  display: none;
}<!--0.00037908554077148-->