@charset "UTF-8";
/*header end*/
/*footer start*/
/*footer end*/
/*轮播图start*/

/*轮播图end*/
.crumbs-box {
  padding: 12px 0;
}

.crumbs-box a {
  color: #bfbfbf;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #bfbfbf;
}

.crumbs-box span {
  color: #bfbfbf;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #b24249;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #DDDDDD;
  display: inline-flex;
  font-size: 14px;
  color: #888888;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
}

.page-box .page-inner .current {
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
}

/*分页 end*/
/*公共样式定义 end*/
@keyframes zoomIn {
  from {
    opacity: 0.9;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  50% {
    opacity: 1;
  }
}

.inner-fullpage {
  height: 86vh;
  overflow: hidden;
}

.inner-fullpage .content-erjibox {
  height: 100%;
  position: relative;
  z-index: 19;
}

.inner-fullpage .content-erjibox .page-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inner-fullpage .content-erjibox .page-tit .back-button {
  display: none;
}

.inner-fullpage .content-erjibox .imgshow {
  overflow: hidden;
  height: 100%;
}

.inner-fullpage .content-erjibox .imgshow .img-box {
  padding-bottom: 0;
  height: 100%;
}

.inner-fullpage .content-erjibox .imgshow .img-box img {
  top: 0%;
}

.inner-fullpage .content-erjibox .imgshow video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.inner-fullpage .content-erjibox .imgshow video.top0 {
  top: 0;
}

.inner-fullpage .content-erjibox .erji-menu {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 8vh;
}

.inner-fullpage .content-erjibox .erji-menu a {
  font-size: 1.6rem;
  color: #4d4d4d;
  
  display: block;
  margin: 0 110px;
}

.inner-fullpage .content-erjibox .back-button {
  margin: 6vh 0;
}

.inner-fullpage .content-erjibox .bot-text {
  position: absolute;
  left: 35%;
  bottom: 0;
  background-color: rgba(81, 160, 198, 0.7);
  
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 16px 11vh;
  width: 50%;
  box-sizing: border-box;
}

.inner-fullpage .content-erjibox .bot-text.tech-t {
  left: auto;
  right: 12vw;
  width: 50%;
  padding: 2vh 2vw 7vh 6vw;
  box-sizing: border-box;
}

.inner-fullpage .content-erjibox .bot-text.city-t {
  left: 21vw;
  width: auto;
  padding: 2vh 6vw 8vh 2vw;
  width: 50%;
  box-sizing: border-box;
}

.inner-fullpage .content-erjibox .bot-text.life-t {
  left: auto;
  right: 12vw;
  width: 50%;
  box-sizing: border-box;
  padding: 2vh 3vw 6vh 12vw;
}

.inner-fullpage .content-erjibox .bot-text h3 {
  line-height: 1.6;
  text-align: right;
}

.inner-fullpage .content-erjibox .bot-text h3.t-left {
  text-align: left;
}
.for-art-content{
  width: calc(100% - 160px);
  box-sizing: border-box;
  padding-left: 6.2%;
}
.content-box {
  width: 100%;
}

.content-art {
  margin-top: 20vh;
}

.left-erji-name {
  color: #1A1A1A;
  line-height: 1;
}

.left-erji-name em {
  
  display: block;
  margin-bottom: 5px;
}

.left-erji-name span {
  color: #595757;
  font-size: 1.2rem;
  
  position: relative;
  zoom: 0.8;
  line-height: 1;
  text-transform: uppercase;
}

.see-more-btn {
  z-index: 3;
}

.see-more-btn .more-link {
  display: flex;
  align-items: center;
  color: #595757;
  
  font-size: var(--f12);
}

.see-more-btn .more-link img {
  margin-left: 4px;
}

.see-more-btn em {
  font-size: 12px;
  zoom: 0.8;
}

.see-more-btn .more-dot {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}

.see-more-btn .more-dot span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #aaaaaa;
  margin-right: 12px;
}

.artor-right {
  box-sizing: border-box;
}

.artor-cont {
  display: flex;
  padding-right: 14.1vw;
}

.artor-cont .imgshow {
  float: left;
  width: 63%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.artor-cont .imgshow .img-box {
  padding-bottom: 66.74183%;
}

.artor-cont .imgshow .img-t {
  position: absolute;
  line-height: 1;
  z-index: 2;
  text-transform: uppercase;
  color: #FFF;
  bottom: 0;
  right: 0;
  padding-bottom: 4vh;
  
}

.artor-cont .imgshow .img-t span {
  display: none;
}

.artor-cont .text {
  float: right;
  width: 37%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4vh;
}

.artor-cont .text .text-p {
  
  color: #595757;
  font-size: var(--f16);
  line-height: 2;
  margin-left: 2vw;
}

.artor-cont .artor-desr {
  line-height: 1;
}

.artor-cont .artor-desr .artor-subt {
  color: #1A1A1A;
  font-size: 2.6rem;
  padding-left: 2vw;
  margin-bottom: 1.5vh;
}

.artor-cont .artor-desr .artor-subt span {
  display: block;
  margin-top: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.artor-cont .artor-desr .artor-subt span:nth-child(2) {
  font-size: 2.0rem;
}

.artor-cont .artor-desr .artor-en {
  padding-left: 1vw;
  text-transform: uppercase;
  color: #231815;
  
}

.art-foresighter {
  margin: 50px 0 100px;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.art-foresighter .imgshow {
  float: right;
  width: 60%;
  flex-shrink: 0;
  margin-left: 100px;
}

.art-foresighter .img-box {
  padding-bottom: 70.74689%;
}

.art-foresighter h3 {
  color: #4D4D4D;
  text-transform: uppercase;
  margin-bottom: 30px;
  
}

.art-foresighter .text-p {
  
  color: #4D4D4D;
  line-height: 2.2;
}

.art-foresighter .text-p em {
  font-weight: 600;
}

.accom-cont {
  text-align: right;
  position: relative;
}

.accom-cont .imgshow {
  display: inline-block;
  width: 74%;
  overflow: hidden;
}

.accom-cont .imgshow .img-box {
  padding-bottom: 66.76737%;
}

.accom-cont .imgshow img {
  animation: zoomIn ease-out 5s;
}

.accom-cont .text {
  left: 0;
  position: absolute;
  bottom:10%;
  z-index: 3;
  text-align: left;
  width: 50%;
}

.accom-cont .text h3 {
  text-transform: uppercase;
  color: #231815;
  line-height:1;
}

.accom-cont .text .text-p {
  color: #595757;
  line-height: 2.2;
  margin-top:20px;
  text-align: left;
}

.accom-list {
  margin: 175px 10.8vw 0 0;
  box-sizing: border-box;
  color: #595757;
}

.accom-list ul {
  margin: 0 -50px;
}

.accom-list li {
  float: left;
  width: 33.33%;
  padding: 0 50px;
  box-sizing: border-box;
}

.accom-list .img-box {
  padding-bottom: 109.7561%;
}

.accom-list ul {
  display: flex;
  flex-wrap: wrap;
}

.accom-list li {
  margin-bottom: 115px;
}

.accom-list li:hover .imgshow:after {
  width: 100%;
}

.accom-list h3 {
  font-size: 2.6rem;
  margin: 20px 0 0px;
  
}
.accom-list .text-title{
  margin-bottom: 10px;
  
  font-size:16px;
}
.accom-list .text-p {
  text-align: left;
}

.accom-list .imgshow {
  position: relative;
}

.accom-list .imgshow:after {
  height: 7px;
  width: 70%;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -7px;
  background-color: #dd4e17;
  transition: all 0.6s;
}

.enfont {
  
}

.ark-cont-warp{
  position: relative;
  width: calc(100% - 160px);
  box-sizing: border-box;
  padding-left: 6.2%;
  height: auto;
  margin-left: 160px;
}
.ark-cont{
  position:relative;
}
.ark-cont .imgshow {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ark-cont .imgshow .img-box {
  padding-bottom: 66.76737%;
}

.ark-cont .imgshow img {
  animation: zoomIn ease-out 5s;
}

.ark-cont .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  z-index: 22;
  color: #FFF;
  box-sizing: border-box;
  padding: 0 0 0 5vw;
  transform: translateY(-50%);
}

.ark-cont .text h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.ark-cont .text .text-p {
  line-height: 2.2;
  
}

.content-ark {
  position: relative;
  margin: clamp(35px,4.16666vw,80px) 0;
  width: calc(100% - 160px);
  box-sizing: border-box;
  padding-left: 6.2%;
  height: auto;
  margin-left: 160px;
}
.content-ark .hc-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.content-ark .imgshow {
  float: right;
  width: 50%;
}

.content-ark .imgshow .img-box {
  padding-bottom: 40.0927%;
}

.content-ark .text {
  position: relative;
  z-index: 2;
  width:50%;
  box-sizing:border-box;
  padding-right:10px;
}

.content-ark .ark-zeren h3 {
  color: #1A1A1A;
  
}

.content-ark .ark-zeren .sub-tt {
  color: #4D4D4D;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 35px 0 20px;
}

.content-ark .ark-zeren .text-p {
  color: #595757;
  line-height: 2.2;
  text-align: left;
}

.ark-renwu {
  margin: 15vh 0 0;
}

.ark-renwu h3 {
  color: #1A1A1A;
  
}

.ark-renwu .sub-tt {
  color: #4D4D4D;
  text-transform: uppercase;
  width: 50%;
  line-height: 1.2;
  margin: 35px 0 20px;
}

.ark-renwu .imgshow1 {
  width: 100%;
}

.ark-renwu .imgshow1 .img-box {
  padding-bottom: 15.89286%;
}

.ark-renwu-list {
  padding-right: 10vw;
}

.ark-renwu-list ul {
  display: flex;
  justify-content: space-between;
}

.ark-renwu-list ul li {
  width: 54%;
}

.ark-renwu-list ul li:nth-child(2) {
  width: 33%;
}

.ark-renwu-list .text-p {
  color: #534741;
  font-size: var(--f16);
  line-height: 2.2;
  margin: 75px 0;
  
}

.ark-renwu-list dl {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.ark-renwu-list dl dd {
  width: 54%;
}

.ark-renwu-list dl dd:nth-child(2) {
  width: 33%;
}

.ark-renwu-list dl .imgshow2, .ark-renwu-list dl .imgshow3 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.ark-renwu-list dl .imgshow2 img, .ark-renwu-list dl .imgshow3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-cont {
  position: relative;
  width: calc(100% - 160px);
  box-sizing: border-box;
  padding-left: 6.2%;
}
.tech-cont-hw{
  position: relative;
  width: calc(100% - 160px);
  box-sizing: border-box;
  padding-left: 6.2%;
}
.tech-cont-hw .tch-inner{
  position: relative;
}
.content-tech-hw,
.content-tech{
  width: calc(100% - 160px);
  box-sizing: border-box;
  padding-left: 6.2%;
  margin-left: 160px;
}

.tech-cont .imgshow {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.tech-cont .imgshow .img-box {
  padding-bottom: 66.76737%;
}

.tech-cont .imgshow img {
  animation: zoomIn ease-out 5s;
}

.tech-cont .text {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 45%;
  z-index: 22;
  color: #595757;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.tech-cont .text h3 {
  
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: right;
}

.tech-cont .text .text-p {
  
  line-height: 2.2;
}

.tech-cont-hw {
  position: relative;
}

.tech-cont-hw .imgshow {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.tech-cont-hw .imgshow .img-box {
  padding-bottom: 66.76737%;
}

.tech-cont-hw .imgshow img {
  animation: zoomIn ease-out 5s;
}

.tech-cont-hw .text {
  position: absolute;
  left: 4.5%;
  top:0;
  z-index: 22;
  height:100%;
  padding-top:10%;
  color: #211D16;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width:50%;
}

.tech-cont-hw .text h3 {
  
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tech-cont-hw .text .text-p {
  line-height: 2.2;
  
}

.tech-title {
  font-size: var(--f26);
  color: #534741;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 12vh 0 10vh;
  margin-right: 10vw;
}

.tech-title .tt {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.tech-title h2 {
  color: #1A1A1A;
  
  font-size: 2.6rem;
  background: url("../images/gr-images/dot.png") no-repeat 0 50%;
  padding-left: 24px;
  font-weight: 600;
}

.tech-title i {
  margin: 0 14px 0 28px;
  position: relative;
  transform: rotate(25deg);
  font-size: 2.4rem;
  font-size: 300;
}

.tech-title span {
  font-size: 2rem;
  text-transform: uppercase;
  
}

.tech-title .slot-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.tech-title .slot-right .imgshow {
  width: 19vw;
}

.tech-title .slot-right .imgshow .img-box {
  padding-bottom: 44.65753%;
}

.content-tech .tech-title {
  min-height: 163px;
}

.ov-flex {
  transition: all 0.6s;
  display: block;
}

.tech-page {
  padding-bottom: 4vh;
}

.tech-page:nth-last-child(1) {
  margin-bottom: 0;
}

.techlist-block {
  overflow: hidden;
}

.techlist-block .text-bot {
  clear: both;
  
  line-height: 2.2;
}

.techlist-block .text-bot p em {
  color: #534741;
}

.techlist-block .text {
  
  line-height: 2.2;
}

.techlist-block .text p em {
  color: #534741;
}

.techlist-block h3 {
  font-size: var(--f20);
  margin-bottom: 12px;
  font-weight: 600;
}

.techlist-block .text {
  float: left;
  width: 50%;
  color: #595757;
  box-sizing: border-box;
}

.techlist-block .text em {
  font-weight: 600;
}

.techlist-block .imgshow {
  width: 40%;
  float: right;
  height: 100%;
}

.techlist-block .imgshow .img-box {
  padding-bottom: 64.42451%;
}

.more-button {
  z-index: 3;
  margin: 6vh 0 0;
}

.more-button.on .h {
  display: inline-block;
}

.more-button.on .d {
  display: none;
}

.more-button .h {
  display: none;
}

.more-button .more-link {
  display: flex;
  align-items: center;
  color: #595757;
  
  font-size: var(--f12);
  width:auto;
  height:auto;
  padding-left:0;
  line-height:inherit;
  border:none;
}

.more-button .more-link img {
  margin-left: 4px;
}

.more-button em {
  font-size: 1.2rem;
  zoom: 0.8;
}

.more-button .more-dot {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}

.more-button .more-dot span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d8501b;
  margin-right: 12px;
}

.tech1-cenad img {
  max-width: 100%;
}

.tech1-list {
  padding-right: 10vw;
}

.tech1-list h3 {
  
  color: #534741;
}

.tech1-list .tt {
  display: inline-block;
  background-color: #e5e5e5;
  padding: 9px 50px 9px 12px;
  position: relative;
  margin: 0 0 30px;
}

.tech1-list .tt:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: url("../images/gr-images/tit-rig.jpg") no-repeat;
  width: 18px;
  background-size: 100% 100%;
  margin-right: -18px;
}

.tech1-list ul {
  margin: 0 -150px;
}

.tech1-list li {
  float: left;
  width: 50%;
  padding: 0 150px;
  box-sizing: border-box;
}

.tech1-list .img-box {
  padding-bottom: 41.37931%;
}

.tech1-list h4 {
  font-size: 2.0rem;
  color: #534741;
  margin: 30px 0 20px;
}

.tech1-list li {
  margin-bottom: 8vh;
}

.tech1-list ul {
  display: flex;
  flex-wrap: wrap;
}

.tech1-list .text {
  
}

.tech1-list .text-p {
  color: #595757;
}

.tech-right {
  padding-left: 9.375vw;
  font-family: 'FZLTZHUNHFW';
}

.tech-toptxt {
  position: relative;
  margin-right: 6.7vw;
  padding-right: 25%;
}

.tech-toptxt .slot-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.tech-toptxt .tt-img .img-box {
  padding-bottom: 72.67081%;
}

.tech-toptxt .tech-subtt {
  margin: 10px 0 0;
  color: #595757;
  font-size: var(--f16);
  line-height: 1.875;
}

.hw-title {
  background-color: #e9eef5;
  padding: 25px 20px 100px 20px;
  margin: clamp(50px,7.8125vw,150px) 0 0px;
}

.hw-title h2 {
  color: #1A1A1A;
  display:none;
}

.hw-title span {
  color: #4D4D4D;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  
}

.techhw-cont .imgshow {
  float: right;
  width: 51%;
  margin-top: -55px;
  height: 100%;
  position: relative;
}
.techhw-cont .imgshow .art-page{
	position: absolute;
	left:0;
	top:0;
	height:12%;
	width:100%;
	box-sizing:border-box;
	padding:0 30px;
	display:flex;
	align-items: center;
}
.techhw-cont .imgshow .art-page .swiper-pagination{
	position: relative;
}
.techhw-cont .imgshow .art-page .swiper-pagination .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	background: #E6E6E6;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin:0 4px;
}

.techhw-cont .imgshow .img-box {
  padding-bottom: 71.93995%;
}

.techhw-cont .text {
  float: left;
  width: 49%;
  
}

.techhw-cont h3 {
  font-size: 2.4rem;
  color: #534741;
  margin: 25px 0 20px;
}

.techhw-block {
  overflow: hidden;
}

.techhw-block:nth-last-child(1) {
  margin-bottom: 8vh;
}

.techhw-block .text-p {
  color: #595757;
  line-height: 2.2;
  text-align: left;
}
.techhw-block .text-p.sc-y{
    max-height:15.4em;
    overflow-y:auto;
}
.techhw-block .text-p em {
  color: #534741;
}

.techhw-block .more-tips {
  line-height: 2;
}

.techhw-block .more-tips p em {
  font-weight: 600;
}

.hezuo-cont {
  position: relative;
  width: calc(100% - 160px);
  box-sizing: border-box;
  padding-left: 6.2%;
}

.hezuo-cont .imgshow {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.hezuo-cont .imgshow .img-box {
  padding-bottom: 66.76737%;
}

.hezuo-cont .imgshow img {
  animation: zoomIn ease-out 5s;
}

.hezuo-cont .text {
  position: absolute;
  left: 4.5%;
  top:0;
  width: 55%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top:10%;
  z-index: 22;
  color: #fff;
  box-sizing: border-box;
}

.hezuo-cont .text h3 {
  
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hezuo-cont .text .text-p {
  line-height: 2.2;
  
}
.hezuo-cont .hc-inner{
  position: relative;
}
.hezuo-center {
  width: calc(100% - 160px);
  box-sizing: border-box;
  padding-left: 6.2%;
  padding-top:5vw;
  margin-left: 160px;
  display: flex;
  position: relative;
  z-index: 1;
}
.hezuo-inner-page{
  box-sizing: border-box;
  height:auto;
  padding:0 6.25%;
}
.hezuo-center .left-img {
  width: 32%;
  position: relative;
}

.hezuo-center .left-img img {
  max-width: 100%;
}

.hezuo-center .left-img h3 {
  writing-mode: tb;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  
  text-transform: uppercase;
  color: #595757;
}

.hezuo-center .text {
  width: 68%;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 10vw;
  color: #595757;
  line-height: 2.2;
  
}

.hezuo-center .text dl {
  margin-bottom: 20px;
}

.hezuo-center .text dt {
  color: #534741;
  margin-bottom: 20px;
  background: url("../images/gr-images/hz-icon.png") no-repeat 0 50%;
  padding-left: 43px;
  font-weight: 600;
}

.hezuo-center .text dd {
  padding-left: 43px;
  text-align: left;
}

.hezuo-jianzhu {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.hezuo-jianzhu.pb-isw{
    padding-bottom:clamp(25px,2.6vw,50px);
}
.hezuo-jianzhu .imgshow {
  width: 65%;
}

.hezuo-jianzhu .imgshow .img-box {
  padding-bottom: 82.00723%;
}

.hezuo-jianzhu .text {
  width: 32%;
}

.hezuo-jianzhu .text h4 {
  color: #211D16;
  margin-bottom:20px;
}

.hezuo-jianzhu .text h3 {
  color: #595757;
  
  line-height: 1.2;
  text-transform: uppercase;
  margin: 3vh 0 5vh;
}

.hezuo-jianzhu .text .text-p {
  line-height: 2.2;
  color: #211D16;
  text-align: left;
}

.hzjianzhu-list ul {
  display: flex;
  flex-wrap: wrap;
}

.hzjianzhu-list li {
  width: 33.3333%;
  margin-bottom: 7vh;
  position:relative;
  z-index: 1;
}
.hzjianzhu-list li:hover{
  z-index: 3;
}
.hzjianzhu-list .j-item {
  width: 376px;
  background: url("../images/gr-images/jzlist-bg.png") no-repeat;
  background-size: 100% auto;
  background-position:right top;
  text-align: right;
  height: 100%;
  position:relative;
}

.hzjianzhu-list .img-box {
  padding-bottom: 100%;
}

.hzjianzhu-list .imgshow {
  width: 229px;
  display: inline-block;
}
.hzjianzhu-list .imgshow .i-swiper-warp{
  position: relative;
}
.i-swiper-warp .art-page{
	position: absolute;
	left:0;
	top:0;
	height:12%;
	width:100%;
	box-sizing:border-box;
	padding:0 10px;
	display:flex;
	align-items: center;
}
.i-swiper-warp .art-page .swiper-pagination{
	position: relative;
}
.i-swiper-warp .art-page .swiper-pagination .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	background: #E6E6E6;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin:0 4px;
}
.hzjianzhu-list h3 {
  font-size: 2rem;
  color: #534741;
  margin: 30px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hzjianzhu-list .text-p {
  color: #595757;
  line-height: 2.26;
  /* display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 17rem; */
  position: relative;
  display:block;
  z-index: 2;
  text-align: left;
}
.hzjianzhu-list .text-other{
  position:absolute;
  z-index: 4;
  left:100%;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  color:#fff;
  padding:20px;
  box-sizing:border-box;
  text-align:left;
  line-height:1.8;
  transform: rotateY(180deg);
  transform-origin: left center;
  transition:all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.hzjianzhu-list ul li:nth-child(3n) .text-other{
  left:auto;
  right:100%;
}
.hzjianzhu-list .j-item:hover .text-other{
  transform: rotateY(0deg);
  opacity: 1;
  visibility: visible;
}
.hzjianzhu-list .text-other .to-sc{
  overflow-y: auto;
  height: 100%;
}

.hzjianzhu-list .text {
  
  padding: 1px 16px 16px;
  text-align: left;
  position: relative;
}

.tech-news-list {
  
  padding-right: 12.5vw;
  margin: 14.81vh 0 0;
}

.tech-news-list .n-tt {
  color: #534741;
  font-size: var(--f24);
  margin-bottom: 20px;
  position: relative;
}

.tech-news-list .n-tt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("../images/gr-images/dot.png") no-repeat;
  margin-left: -24px;
}

.tech-news-list .news-cont .imgshow {
  float: right;
  width: 45%;
}

.tech-news-list .news-cont .imgshow .img-box {
  padding-bottom: 39.15547%;
}

.tech-news-list .news-cont .text {
  float: left;
  width: 45%;
  font-size: var(--f16);
}

.tech-news-list .news-cont .text h4 {
  color: #42210B;
  margin-bottom: 5px;
}

.tech-news-list .news-cont .text p {
  line-height: 1.875;
  color: #595757;
}

.par-title {
  margin-bottom: 5.555vh;
}

.par-title h2 {
  font-size: 7.552vw;
  color: #231815;
  font-weight: normal;
  
  line-height: 1;
}

.partner-right {
  width: 100%;
  box-sizing: border-box;
  padding-left: 7.551vw;
}

.partner-cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.partner-cont .imgshow {
  float: right;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.partner-cont .imgshow .img-box {
  padding-bottom: 54.77223%;
}

.partner-cont .text {
  float: left;
  width: 35%;
  display: flex;
  flex-direction: column;
  padding-bottom: 11.11vh;
  justify-content: space-between;
  
  font-size: var(--f16);
  color: #595757;
}

.partner-cont .text .text-p {
  line-height: 2;
  position: relative;
}

.partner-cont .text-usbt .img-box {
  padding-bottom: 46.21849%;
}

.partner-cont .text-usbt .left-img {
  float: left;
  width: 50%;
}

.partner-cont .text-usbt .rig-tt {
  float: right;
  width: 40%;
  line-height: 1;
}

.partner-cont .text-usbt .rig-tt h3 {
  color: #4D4D4D;
  font-size: var(--f16);
  margin: 0 0 20px;
  padding: 24px 0 0;
  position: relative;
}

.partner-cont .text-usbt .rig-tt h3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #4E4E4E;
  transform: rotate(30deg);
  margin-left: -14px;
}

.partner-cont .text-usbt .rig-tt span {
  font-size: 12px;
  color: #919292;
  font-family: 'AvantGarde Md BT';
  transform: scale(0.8);
}

.inner-jinrong .tech-detail-right {
  padding-top: 20vh;
}

.inner-jinrong .bg-jrimg {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.inner-jinrong .bg-jrimg img {
  max-width: 100%;
  max-height: 100%;
}

.inner-jinrong .content-box {
  z-index: 2;
}

.tech-detail-right {
  
  position: relative;
  padding: 0 6.25vw 0 12.5vw;
}

.tech-detail-right .text {
  color: #595757;
  line-height: 2;
  overflow: hidden;
}

.tech-detail-right .text img {
  max-width: 100%;
  height: auto;
}

.tech-detail-right .text .t-left {
  float: left;
  width: 42%;
}

.tech-detail-right .text .t-right {
  float: right;
  width: 48%;
}

.tech-detail-right .text .t-right p {
  margin-bottom: 8px;
}

.tech-detail-right .algin-right {
  text-align: right;
  color: #534741;
}

.detail-tt {
  margin: 0 0 12.037vh;
}

.detail-tt h3 {
  color: #1A1A1A;
  font-size: 2.6rem;
}

.join-foot {
  margin: 110px 0 0;
  background-color: #EAEAEA;
  padding: 75px 6.25% 30px;
}

.join-foot .join-footlist {
  color: #1A1A1A;
}

.join-foot .join-footlist ul li {
  width: 25%;
  float: left;
}

.join-foot .join-footlist ul li:nth-child(3) {
  float: right;
}

.join-foot .join-footlist ul li.w100 {
  width: 100%;
  margin: 90px 0 0;
}

.join-foot .join-footlist h3 {
  font-size: 4rem;
  
}

.join-foot .join-footlist h4 {
  font-weight: 300;
  margin: 0 0 24px;
}

.join-foot .join-footlist label {
  font-size: 1.2rem;
  zoom: 0.8;
  font-family: 'FZLTZHUNHFW';
}

.join-foot .join-footlist dd {
  font-weight: 300;
  line-height: 2;
  font-family: 'AdobeSongStd';
}

.join-foot .join-footlist dd a {
  font-weight: 300;
}

.join-foot .join-footlist dl.tel {
  font-size: 2.4rem;
}

.news-cont {
  position: relative;
  display: flex;
}

.news-cont .imgshow {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.news-cont .imgshow .img-box {
  padding-bottom: 66.76737%;
}
.news-cont .imgshow pic img{
  width:100%;
  height:auto;
}
.news-cont .imgshow img {
  animation: zoomIn ease-out 5s;
}

.news-title {
  border-left: 20px solid #E95520;
  line-height: 1;
  margin-left: 10vw;
  margin-top: -44px;
  margin-bottom: 8vh;
  position: relative;
  z-index: 2;
}

.news-title h2 {
  
  font-size: 2.4rem;
  padding: 10px;
  text-transform: uppercase;
}

.news-title .n-tabitem {
  background-color: #eaeaea;
  padding: 5px 0;
  text-align: right;
  padding-right: 10vw;
}

.news-title .n-tabitem a {
  padding: 5px 16px;
  display: inline-block;
  font-weight: 300;
  border-radius: 14px;
  margin-left: 4vw;
}

.news-title .n-tabitem .cur {
  background-color: #FFF;
  color: #666;
}

.city-info {
  padding-right: 10vw;
}

.city-info h3 {
  
  text-transform: uppercase;
  margin: 4vh 0 1vh;
}

.city-info .text {
  color: #595757;
  line-height: 2.2;
  
}

.city-info .t-right {
  font-size: 2.0rem;
  font-weight: 300;
  color: #808080;
  font-family: 'AdobeSongStd';
}

.city-list {
  margin: 0 0 10vh;
}

.city-list li {
  margin: 13vh 0 0;
}

.city-list .bot-img img {
  width: 100%;
}

.city-list .c-item {
  overflow: hidden;
}

.city-list .c-cont .img-box {
  padding-bottom: 66.52452%;
}

.city-list .c-cont .text {
  
  line-height: 2;
  width: 45%;
  float: left;
}

.city-list .c-cont .text em {
  color: #534741;
}

.city-list .imgshow {
  width: 53.4%;
  flex-shrink: 0;
  float: right;
  height: 100%;
}

.city-list h3 {
  color: #42210B;
  font-size: 2rem;
  display: inline-block;
  background-color: #e5e5e5;
  position: relative;
  padding: 5px 40px 5px 12px;
  line-height: 1;
  margin-bottom: 34px;
  
}

.city-list h3:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: url("../images/gr-images/tit-rig.jpg") no-repeat;
  width: 18px;
  background-size: 100% 100%;
  margin-right: -18px;
}

.city-list .text-p {
  padding-right: 8%;
}

.city-list .text-p em {
  color: #534741;
  font-weight: 600;
}

.city-list .more-tips {
  margin: 5vh 0 0;
}

.city-list .more-tips em {
  color: #534741;
  font-weight: 600;
}

.city-list .text-bot {
  color: #595757;
  line-height: 2.2;
  
  background-color: rgba(229, 229, 229, 0.5);
  padding: 10px 10vw 6vh 10px;
}

.city-list .text-bot em {
  color: #534741;
  font-weight: 600;
}

.news-date-filter {
  margin: 0 0 60px;
}

.news-date-filter .layui-input {
  background-color: #f5f5f5;
  
}

.newsny-box {
  padding-right: 8vw;
}

.newsny-img-list .imgshow .img-box {
  padding-bottom: 105.53846%;
}

.newsny-img-list ul {
  margin: 0 -42px;
}

.newsny-img-list li {
  float: left;
  width: 33.33%;
  padding: 0 42px;
  box-sizing: border-box;
}

.newsny-img-list li {
  margin-bottom: 10vh;
}

.newsny-img-list .n-bg {
  background-color: #e6e7e9;
  position: relative;
  padding: 0 0 1px;
}

.newsny-img-list .tags {
  color: #808080;
  font-size: 1.2rem;
  zoom: 0.8;
  text-align: right;
  padding: 20px;
}

.newsny-img-list .n-cont {
  padding: 1px 50px 0;
}

.newsny-img-list .tt {
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin: 20px 0 20px;

}

.newsny-img-list .tt h3 {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 400;
}

.newsny-img-list .tt .line {
  height: 14px;
  width: 50%;
  background-color: rgba(233, 85, 32, 0.8);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35%;
}

.newsny-img-list .date {
  line-height: 1;
  font-size: 4.2rem;
  font-family: 'Bahnschrift';
  color: #4E4E4E;
}

.newsny-img-list .date em {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 5px;
}

.newsny-img-list .date i {
  font-size: 3.2rem;
  padding: 0 10px;
}

.newsny-img-list .date span {
  display: flex;
  align-items: center;
}

.newsny-img-list .text {
  margin: 40px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.newsny-img-list .author {
  color: #595757;
  font-size: 2.4rem;
  text-transform: capitalize;
}

.newsny-img-list .see-more-btn {
  margin: 24px 0 0;
}

.newsny-img-list .see-more-btn .more-link {
  display: flex;
  align-items: center;
  color: #595757;
  
  font-size: var(--f12);
}

.newsny-img-list .see-more-btn .more-link img {
  margin-left: 4px;
}

.newsny-img-list .see-more-btn em {
  font-size: 1.2rem;
}

.newsny-img-list .see-more-btn .more-dot {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}

.newsny-img-list .see-more-btn .more-dot span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d8501b;
  margin-right: 12px;
}

.newsny-text-list ul {
  margin: 0 -23px;
}

.newsny-text-list li {
  float: left;
  width: 50%;
  padding: 0 23px;
  box-sizing: border-box;
}

.newsny-text-list ul {
  display: flex;
  flex-wrap: wrap;
}

.newsny-text-list ul li {
  margin-bottom: 46px;
}

.newsny-text-list .n-item {
  background-color: #e6e7e9;
  position: relative;
  padding: 40px 40px 0;
  display: flex;
  height: 100%;
  box-sizing: border-box;
}

.newsny-text-list .n-item .n-left {
  width: 22%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}

.newsny-text-list .date {
  color: #DE5520;
  font-size: 3.4rem;
  line-height: 1;
}

.newsny-text-list .date .m {
  display: flex;
  align-items: center;
}

.newsny-text-list .date i {
  font-size: 2.4rem;
  padding: 0 10px;
}

.newsny-text-list .date .y {
  font-size: 1.8rem;
  color: #666;
  margin: 5px 0 0;
}

.newsny-text-list .text {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 8%;
  padding-bottom: 40px;
}

.newsny-text-list .text h3 {
  margin-bottom: 20px;
}

.newsny-text-list .text h3 a {
  color: #595757;
  font-size: 2.0rem;
  display: block;
  line-height: 1.2;
  max-height: 6.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s;
}

.newsny-text-list .text h3 a:hover {
  color: #d8501b;
}

.newsny-text-list .text .text-p {
  font-size: 1.4rem;
  color: #595757;
  line-height: 2;
  max-height: 9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
}

.newsny-text-list .see-more {
  display: inline-block;
  font-size: 1.2rem;
  flex-shrink: 0;
  color: #C1C1C1;
  width: 54px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 5px 6px;
  line-height: 1;
  transition: all 0.4s;
}

.newsny-text-list .see-more:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.newsny-text-list .see-more .icon {
  display: inline-block;
  width: 11px;
  height: 9px;
  background: url("../images/gr-images/n-more.png") no-repeat;
  margin-left: 5px;
}

.footer .copy {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  font-size: 12px;
  color: #fff;
  opacity: 0.1;
}

.footer .copy a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}

.btn-nav {
  position: absolute;
}

.cityny-list {
  padding-right: 10vw;
}

.cityny-list h3 {
  
  color: #534741;
}

.cityny-list ul {
  margin: 0 -80px;
}

.cityny-list li {
  float: left;
  width: 50%;
  padding: 0 80px;
  box-sizing: border-box;
}

.cityny-list .img-box {
  padding-bottom: 55.81395%;
}

.cityny-list h4 {
  font-size: var(--f30);
  color: #534741;
  margin: 30px 0 20px;
}

.cityny-list li {
  margin-bottom: 8vh;
}

.cityny-list ul {
  display: flex;
  flex-wrap: wrap;
}

.cityny-list .text {
  
}

.cityny-list .text-p {
  color: #595757;
  font-size: var(--f16);
}

.layui-input {
  
}


@media screen and (max-width: 1600px) {
  .newsny-img-list .date {
    font-size: 3.0rem;
  }
  .newsny-img-list .date i {
    font-size: 2.4rem;
  }
  .banner .banner-content .banner-text {
    padding: 0 5%;
  }
  .tech-title h2 {
    font-size: 1.6rem;
  }
  .tech-title span {
    font-size: 1.6rem;
  }
  .tech-title i {
    font-size: 1.4rem;
  }
  .newsny-img-list .n-cont {
    padding: 1px 20px;
  }
  .newsny-text-list .text h3 a {
    font-size: 1.6rem;
  }
  .newsny-text-list .date {
    font-size: 2.0rem;
  }
  .join-footer-copy .copy {
    font-size: 1.4rem;
  }
  .join-footer-top .join-footer-item .en {
    font-size: 3.2rem;
  }
  .join-footer-copy .en {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1466px) {
  .artor-cont .artor-desr .artor-subt span {
    font-size: 2.0rem;
  }
  .artor-cont .artor-desr .artor-subt span:nth-child(2) {
    font-size: 1.6rem;
  }
  .newsny-text-list .date i {
    font-size: 1.6rem;
  }
  .hzjianzhu-list .text-p {
    height: 15rem;
    overflow-y: auto;
  }
  .newsny-img-list li {
    padding: 0 10px;
  }
  .newsny-img-list ul {
    margin: 0 -10px;
  }
  .tech1-list ul {
    margin: 0 -30px;
  }
  .tech1-list li {
    float: left;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  
  .hzjianzhu-list {
    padding-right: 20px;
  }
  .hzjianzhu-list ul {
    margin: 0 -10px;
  }
  .hzjianzhu-list li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .hzjianzhu-list .j-item {
    width: 100%;
  }
  .artor-cont .artor-desr .artor-en,
  .artor-cont .imgshow .img-t {
    font-size: 5vw;
  }
  .detail-tt {
    margin-bottom: 6vh;
  }
  .par-title h2 {
    font-size: 5vw;
  }
  .tech-right {
    padding-left: 10px;
  }
  .partner-right {
    padding-left: 0;
  }
  .partner-cont .imgshow {
    width: 45%;
  }
  .partner-cont .text {
    width: 45%;
  }
  .tech-detail-right {
    padding-left: 0;
  }
  .tech-detail-right .text img {
    height: 35vh;
    object-fit: cover;
  }
}

@media screen and (max-width: 1366px) {
  .accom-list ul {
    margin: 0 -10px;
  }
  .accom-list li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .cityny-list ul {
    margin: 0 -10px;
  }
  .cityny-list li {
    float: left;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .newsny-text-list .date {
    font-size: 1.6rem;
  }
  .newsny-text-list .date i {
    padding: 0 2px;
  }
  .newsny-text-list .n-item {
    padding: 12px 12px 0;
  }
  .newsny-img-list .date em {
    font-size: 1.6rem;
  }
  .newsny-text-list .date .y {
    font-size: 1.6rem;
  }
  .newsny-img-list .date {
    font-size: 2.4rem;
  }
  .newsny-img-list .date i {
    font-size: 2.0rem;
  }
  .tech-news-list {
    margin-top: 6vh;
  }
  .tech-detail-right {
    padding-left: 6vw;
  }
  .join-footer-top .join-footer-item:nth-child(2) {
    box-sizing: border-box;
    padding-left: 20px;
  }
  .join-footer {
    padding: 0 6.25%;
  }
}

@media screen and (max-width: 1023px) {
  
  .tech-cont-hw{
    padding:0;
    width: 100%;
  }
  .for-art-content{
    width: 100%;
    padding:0 6.2%;
  }
  .city-list .c-cont .text {
    width: 100%;
  }
  .city-list .imgshow {
    height: auto;
  }
  .banner .banner-content .banner-text {
    padding: 0;
  }
  .hzjianzhu-list {
    padding-right: 0;
  }
  .inner-jinrong .tech-detail-right {
    padding-top: 30px;
  }
  .join-footer-top .join-footer-item {
    width: 100%;
  }
  .join-footer-top .join-footer-item:nth-child(2) {
    width: 100%;
    padding: 5vh 0;
  }
  .join-footer-top .join-footer-item .list p {
    font-size: 1.4rem;
  }
  .tech1-list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner-page .back-button {
    display: none;
  }
  .ark-renwu-list {
    padding-right: 0;
  }
  .ark-renwu-list dl dd, .ark-renwu-list dl dd:nth-child(2) {
    width: 100%;
  }
  .ark-renwu-list dl {
    display: block;
  }
  .ark-renwu-list dl dd {
    margin-bottom: 20px;
  }
  .cityny-list li {
    width: 100%;
  }
  .cityny-list ul {
    overflow: hidden;
  }
  #menuPc {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100vh - 80px);
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    transform: translateX(100%);
    z-index: 9999;
    opacity: 0;
    display: block;
  }
  #menuPc li {
    width: 100%;
    margin-left: 0;
    padding: 12px;
    box-sizing: border-box;
  }
  .header-flex .nav-box ul li .drop-down-list {
    opacity: 1;
    visibility: visible;
  }
  .header-flex .nav-box ul li .drop-down-list li {
    transform: perspective(100px) rotateX(0deg);
    padding: 0 !important;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .header-flex .nav-box ul li .drop-down-list li:nth-last-child(1) {
    border-bottom: 1px solid #f5f5f5;
  }
  .header-flex .nav-box ul li .drop-down-list {
    position: initial;
    transform: translateX(0);
  }
  .header-flex .nav-box ul li .drop-down-list li a {
    color: #333;
    background-color: transparent;
    text-align: left;
  }
  .header-flex .nav-box ul li a::before {
    height: 1px;
  }
  .header-flex .nav-box ul li a::after {
    height: 1px;
  }
  #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    top: 0;
    right: 20px;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #E95520;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .wap-box {
    display: none;
  }
  .inner-fullpage .content-erjibox .erji-menu a {
    margin: 0 10px;
  }
  .inner-fullpage {
    height: calc(100vh - 80px);
  }
  .inner-fullpage .content-erjibox .bot-text.life-t, .inner-fullpage .content-erjibox .bot-text {
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .inner-page .page-tit {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  .content-art {
    margin-top: 0;
  }
  .inner-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-page .back-button {
    margin-top: 0px;
  }
  .left-erji-name {
    margin: 0;
  }
  .artor-cont {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .artor-cont .imgshow {
    width: 100%;
    flex-shrink: 0;
  }
  .artor-cont .text {
    width: 100%;
    margin-top: 20px;
  }
  .artor-cont .text .text-p {
    margin: 0;
  }
  .artor-cont .artor-desr .artor-en {
    display: none;
  }
  .artor-cont .imgshow .img-t span {
    display: inline-block;
  }
  .artor-cont .imgshow .img-t {
    padding: 20px;
  }
  .art-foresighter {
    flex-wrap: wrap;
  }
  .art-foresighter .imgshow {
    margin: 0 0 20px;
    width: 100%;
  }
  .accom-cont .text {
    position: inherit;
    width: 100%;
  }
  .accom-list {
    margin: 30px 0 0;
    overflow: hidden;
  }
  .accom-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .ark-cont .text {
    position: initial;
    width: 100%;
    left: 0;
    padding: 0;
    color: #595757;
  }
  .content-ark .ark-zeren .sub-tt {
    width: 100%;
    margin: 30px 0;
  }
  .content-ark .imgshow {
    position: initial;
    width: 100%;
  }
  .content-ark {
    margin: 40px 0;
    padding:0;
    width: 100%;
  }
  .content-ark .ark-zeren .text-p {
    width: 100%;
  }
  .ark-renwu {
    margin: 30px 0;
  }
  .ark-renwu .sub-tt {
    width: 100%;
  }
  .ark-renwu-list ul li {
    width: 100%;
  }
  .ark-renwu-list ul {
    display: block;
  }
  .ark-renwu-list ul li:nth-child(2) {
    width: 100%;
  }
  .inner-fullpage .content-erjibox .bot-text.tech-t {
    width: 100%;
    padding: 20px;
    right: 0;
  }
  .tech-cont .text {
    position: initial;
    width: 100%;
    top: 0;
    padding: 0;
    margin: 30px 0 0;
    transform: translateY(0);
  }
  .tech-cont .text h3 {
    text-align: left;
  }
  .tech-title .slot-right {
    position: initial;
  }
  .content-tech .tech-title {
    display: block;
    margin: 40px 0;
  }
  .tech-title .tt {
    display: block;
    margin: 0 0 20px;
  }
  .tech-title i {
    margin-left: 0;
  }
  .tech-title .slot-right .imgshow {
    width: 100%;
  }
  .techlist-block .imgshow, .techlist-block .text {
    width: 100%;
  }
  .more-button {
    margin: 30px 0;
  }
  .tech-page {
    padding-bottom: 1px;
  }
  .techlist-block .text-cont {
    margin-bottom: 0;
  }
  .tech1-list li {
    width: 100%;
    margin-bottom: 20p;
  }
  .tech-cont-hw .text {
    position: initial;
    width: 100%;
    max-width:100%;
    padding: 20px 0;
  }
  .content-tech-hw, .content-tech{
    width:100%;
    margin-left:0;
    padding-left:0;
  }
  .hw-title {
    margin: 40px 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .techhw-cont {
    display: block;
  }
  .techhw-cont .imgshow, .techhw-cont .text {
    width: 100%;
  }
  .techhw-cont .imgshow {
    margin-top: 0;
  }
  .inner-fullpage .content-erjibox .bot-text.city-t {
    width: 100%;
    left: 0;
  }
  .city-list .c-cont {
    display: block;
  }
  .city-list .imgshow {
    width: 100%;
    margin: 0 0 20px;
  }
  .city-list .text-p {
    padding-right: 0;
  }
  .city-list li {
    margin-top: 50px;
  }
  .city-list .c-item {
    padding-bottom: 0;
    background: none;
  }
  .city-info {
    padding-right: 0;
  }
  .hezuo-cont .text {
    position: initial;
    width: 100%;
    color: #595757;
    padding: 20px 0;
  }
  .hezuo-center {
    margin: 40px 0 0;
    display: block;
    width:100%;
    padding-left:0;
  }
  .hezuo-center .left-img {
    display: none;
  }
  .hezuo-center .text {
    padding-right:0;
    width: 100%;
  }
  .hezuo-jianzhu {
    display: block;
  }
  .hezuo-jianzhu .imgshow, .hezuo-jianzhu .text {
    width: 100%;
  }
  .hzjianzhu-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .hzjianzhu-list .j-item {
    width: 100%;
    background: #ECECEC;
  }
  .hzjianzhu-list .imgshow {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px 0;
  }
  .tech-detail-right .text .t-left, .tech-detail-right .text .t-right {
    width: 100%;
  }
  .tech-detail-right {
    padding: 0;
  }
  .tech-detail-right .text img {
    margin: 20px 0;
  }
  .tech-detail-right .text .t-right {
    text-align: left;
  }
  .join-foot {
    margin: 50px 0 0;
    padding: 20px;
  }
  .join-foot .join-footlist ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .join-foot .join-footlist h3 {
    font-size: 2.0rem;
  }
  .join-foot .join-footlist ul li.w100 {
    margin-top: 0;
  }
  .inner-jinrong {
    padding-top: 0;
  }
  .inner-jinrong .bg-jrimg {
    display: none;
  }
  .news-title {
    margin: 20px 0;
  }
  .newsny-img-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsny-img-list .date, .newsny-img-list .date em {
    font-size: 2.0rem;
  }
  .newsny-img-list .date i {
    font-size: 1.6rem;
  }
  .newsny-img-list .text {
    margin: 20px 0;
  }
  .newsny-img-list .tt {
    margin: 1px 0;
  }
  .newsny-text-list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsny-text-list .n-item {
    display: block;
    padding: 20px;
  }
  .newsny-text-list .n-item .n-left {
    width: 100%;
    display: block;
  }
  .newsny-text-list .see-more {
    width: auto;
    margin: 12px 0 0;
  }
  .newsny-text-list .date i {
    font-size: 1.6rem;
  }
  .newsny-text-list .text {
    border: none;
    padding-left: 0;
  }
  .newsny-text-list .text h3 {
    margin-bottom: 12px;
  }
  .newsny-box {
    padding-right: 0;
    overflow: hidden;
  }
  .hezuo-cont{
		width:100%;
		padding-left:0;
	}
}
