/*右侧滑动条结束*/
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #000;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: #fff;
}
/*右侧滑动条结束*/


/*内页大图开始*/
.verify {
  width: 100%; 
}
.verify .box1 {
  width: 100%;
  height: 150vh;
  padding: 1.12rem 0 0;
}
.verify .box1 .box {
  width: 100%;
  height: 100vh;
  margin-top: 0.34rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}
.verify .box1 .box .list {
  width: 100%;
  height: 100%;
  transform: scale(0.66666667);
  transform-origin: center top;
}
@media (max-width: 991px) {
  .verify .box1 .box .list {
    transform: scale(0.9);
  }
}
.verify .box1 .box .list ul {
  width: 100%;
  height: 100%;
}
.verify .box1 .box .list ul li {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  z-index: 1;
}
.verify .box1 .box .list ul li.on {
  display: block;
}
.verify .box1 .box .list ul li .img {
  width: 100%;
  height: 100%;
}
.verify .box1 .box .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .verify .box1 .box .list ul li .img img.pc {
    display: none;
  }
}
.verify .box1 .box .list ul li .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .verify .box1 .box .list ul li .img img.mb {
    display: block;
  }
}
.verify .box1 .box .list ul li .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.verify .box1 .box .list ul li .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.verify .box1 .box .list ul li .video .play {
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verify .box1 .box .list ul li .video .play svg {
  width: 22px;
  height: 25px;
}
.verify .box1 .box .list ul li .video .play svg path {
  fill: #000;
}
.verify .box1 .box .menu {
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.verify .box1 .box .menu ul {
  display: flex;
  position: relative;
  z-index: 1;
}
.verify .box1 .box .menu ul::before {
  content: '';
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.verify .box1 .box .menu ul li {
  color: #fff;
  font-family: "circul-medium";
  text-transform: uppercase;
  margin-right: 1rem;
  padding-bottom: 0.15rem;
  cursor: pointer;
  white-space: nowrap;
}
.verify .box1 .box .menu ul li:last-child {
  margin-right: 0;
}
.verify .box1 .box .menu ul li.on {
  border-bottom: 2px solid #fff;
}
.verify .box2 {
  width: 100%;
  padding: 0 0 1.2rem;
}
.verify .box2 .container2 .sbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.29rem 0 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.verify .box2 .container2 .sbox1 .public-img {
  width: 50%;
  background: #ededed;
}
@media (max-width: 991px) {
  .verify .box2 .container2 .sbox1 .public-img {
    width: 100%;
  }
}
.verify .box2 .container2 .sbox1 .public-img::before {
  padding-top: 59.42857143%;
}
.verify .box2 .container2 .sbox1 .tbox {
  width: 43.57142857%;
}
@media (max-width: 991px) {
  .verify .box2 .container2 .sbox1 .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.verify .box2 .container2 .sbox1 .tbox .container-title {
  line-height: 1.08333333em;
  text-align: left;
}
.verify .box2 .container2 .sbox1 .tbox .txt {
  line-height: 1.5em;
  color: #666;
  margin-top: 0.4rem;
}
.verify .box2 .container2 .sbox2 {
  width: 100%;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
  padding: 0.92rem 0 0.8rem;
}
.verify .box2 .container2 .sbox2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.verify .box2 .container2 .sbox2 .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.verify .box2 .container2 .sbox2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .verify .box2 .container2 .sbox2 .img img.pc {
    display: none;
  }
}
.verify .box2 .container2 .sbox2 .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .verify .box2 .container2 .sbox2 .img img.mb {
    display: block;
  }
}
.verify .box2 .container2 .sbox2 .tbox {
  position: relative;
  z-index: 2;
  padding: 0 0.3rem;
}
.verify .box2 .container2 .sbox2 .tbox .container-title {
  color: #fff;
}
.verify .box2 .container2 .sbox2 .tbox .txt {
  width: 670px;
  max-width: 100%;
  color: #fff;
  line-height: 1.5em;
  margin: 0.3rem auto 0;
  text-align: center;
}
.verify .box2 .container2 .sbox2 .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.verify .box2 .container2 .sbox2 .tbox .more a {
  color: #fff;
  display: flex;
  align-items: center;
}
.verify .box2 .container2 .sbox2 .tbox .more a i {
  display: flex;
  margin-left: 0.1rem;
}
.verify .box2 .container2 .sbox2 .tbox .more a i svg {
  width: 8px;
  height: 12px;
}
.verify .box2 .container2 .sbox2 .tbox .more a i svg path {
  fill: #fff;
}
/*内页大图结束*/

/*新闻开始*/
.last_news{font-size:100px; text-align:left;width:100%; color:#333; margin-bottom:95px; border-bottom:1px solid #000; padding-bottom:92px;}
.newsDetailMain .moreBox .jiant i {
    font-size: .7292vw;
    color: #000;
    position: relative;
    z-index: 2
}

.newsDetailMain .moreBox .jiant:hover {
    width: 6.4583vw;
    opacity: 1;
    border-color: transparent
}

.newsDetailMain .moreBox .jiant:hover .word {
    display: block
}

.newsDetailMain .moreBox .jiant:hover i {
    color: #fff
}

.newsDetailMain .moreBox .jiant:hover::before {
    opacity: 1
}

.newsDetailMain .moreBox .jiant::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.5625vw;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -webkit-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -webkit-linear-gradient(#000, #000);
    background-image: -o-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -o-linear-gradient(#000, #000);
    background-image: linear-gradient(17deg, #ff8e00 0%, #ff8e00 100%), linear-gradient(#000, #000);
    background-blend-mode: normal, normal;
    opacity: 0
}
.newsDetailMain .moreBox .Return:hover {
    opacity: 1;
    border-color: transparent
}

.newsDetailMain .moreBox .Return:hover i {
    color: #fff
}

.newsDetailMain .moreBox .Return:hover::before {
    opacity: 1
}
.module_vTVxXkhcZYn1 .newsDetailMain {
  padding: 215px 0 120px;
}
.module_vTVxXkhcZYn1 .newsDetailMain {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox {
  max-width: 79.0833vw;
  margin: 0vw auto;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetail{color:#333;}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetailLocation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetailLocation a:first-child {
  padding-left: 0px;
}


.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetailLocation a {
  height: 18px;
  display: block;
  font-size: 12px;
  color: #7d7d7d;
  line-height: 18px;
  position: relative;
  padding: 0px 20px 0px 15px;
    padding-left: 15px;
}


.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetailLocation img {
  display: block;
}


.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetailLocation a {
  font-size: 12px;
  color: #7d7d7d;
  line-height: 18px;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetailLocation a::after {
  content: '/';
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetailTitle {
  padding-top: 20px;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetailTitle h5 {
  font-size: 1.9792vw;
  line-height: 2.8646vw;
  color: #272727;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .releaseTimeBox {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .releaseTime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .releaseTime span {
  padding: 0px 15px;
  margin-right: 10px;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .releaseTime span {
  border: 1px solid #dcdcdc;
  padding: 0px 5px;
  line-height: 30px;
  color: #7d7d7d;
  font-weight: 600;
  border-radius: 5px;
  margin-right: 5px;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .releaseTimeBox::after {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #e5e5e5;
  content: '';
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetail {
  padding: 3.125vw 0vw;
  font-size: noteTextFontSize;
  line-height: noteTextLineHeight;
}

.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetail {
  padding: 40px 0px;
  font-size: smTextFontSize;
  line-height: smTextLineHeight;
}
.module_vTVxXkhcZYn1 .newsDetailMain .newsDetailBox .newsDetail {
  padding: 30px 0px;
  font-size: var(--text-fontsize);
  line-height: 30px;
font-sizeL: 18px;
font-weight: 400;
}
.newsDetailMain .moreBox {
  margin-top: .5208vw;
  padding-top: 2.0833vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #e0e0e0;
}
.newsDetailMain .moreBox .jiant {
  width: 3.3854vw;
  padding: 0 1.4063vw;
  height: 2.4479vw;
  border-radius: 1.25vw;
  border: solid .1042vw #000000;
  opacity: 0.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.newsDetailMain .moreBox .jiant::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: -webkit-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -webkit-linear-gradient(#000, #000);
  background-image: -o-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -o-linear-gradient(#000, #000);
  background-image: linear-gradient(17deg, #ff8e00 0%, #ff8e00 100%), linear-gradient(#000, #000);
  background-blend-mode: normal, normal;
  opacity: 0;
}
.newsDetailMain .moreBox .jiant i {
  font-size: .7292vw;
  color: #000;
  position: relative;
  z-index: 2;
}
.icon_jiantou3_left::before {

    content: "\e6ba";

}
.newsDetailMain .moreBox .jiant .word {
  color: #fff;
  font-size: .7292vw;
  font-weight: bold;
  position: relative;
  display: none;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
    transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  white-space: nowrap;
}
.newsDetailMain .moreBox .Return {
  width: 3.3854vw;
  height: 2.4479vw;
  border-radius: 1.25vw;
  border: solid .1042vw #000000;
  opacity: 0.4;
  text-align: center;
  margin: 0 .5208vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.newsDetailMain .moreBox .Return::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: -webkit-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -webkit-linear-gradient(#ff8e00, #ff8e00);
  background-image: -o-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -o-linear-gradient(#ff8e00, #ff8e00);
  background-image: linear-gradient(17deg, #ff8e00 0%, #ff8e00 100%), linear-gradient(#ff8e00, #ff8e00);
  background-blend-mode: normal, normal;
  opacity: 0;
}
.newsDetailMain .moreBox .Return i {
  font-size: .6771vw;
  color: #000;
  line-height: 2.2396vw;
  position: relative;
  z-index: 2;
}
.icon_caidan::before {

    content: "\eaf1";

}
.newsDetailMain .moreBox .Return i {
  font-size: .6771vw;
  color: #000;
  line-height: 2.2396vw;
}
.newsDetailMain .moreBox .jiant {
  width: 3.3854vw;
  padding: 0 1.4063vw;
  height: 2.4479vw;
  border-radius: 1.25vw;
  border: solid .1042vw #000000;
  opacity: 0.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.newsDetailMain .moreBox .jiant::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: -webkit-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -webkit-linear-gradient(#ff8e00, #ff8e00);
  background-image: -o-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -o-linear-gradient(#ff8e00, #ff8e00);
  background-image: linear-gradient(17deg, #ff8e00 0%, #ff8e00 100%), linear-gradient(#ff8e00, #ff8e00);
  background-blend-mode: normal, normal;
  opacity: 0;
}
.newsDetailMain .moreBox .jiant .word {
  color: #fff;
  font-size: .7292vw;
  font-weight: bold;
  position: relative;
  display: none;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
    transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  white-space: nowrap;
}
.newsDetailMain .moreBox .jiant i {
  font-size: .7292vw;
  color: #000;
  position: relative;
  z-index: 2;
}
.icon_jiantou3_right::before {
  content: "\e651";
}
.newsDetailMain .moreBox .jiant i {
  font-size: .7292vw;
  color: #000;
}
.newsDetailMain .moreBox .jiant:hover {
  width: 6.4583vw;
  opacity: 1;
  border-color: transparent;
}
.newsDetailMain .moreBox .jiant:hover .word {
  display: block;
}
.newsDetailMain .moreBox .jiant.Prev:hover i {
  margin-right: .5208vw;
}
.newsDetailMain .moreBox .jiant:hover i {
  color: #fff;
}



.news .con .box:hover .text h5 {
  color: #ff8e00;
}
.news .con .box:hover .text .more i {
  color: #fff;
}
.news .con .box:hover .text .more {
  border-color: transparent;
}
.news .con .box:hover .text .more::before {
    opacity: 1
}
.news {
  padding: 6.25vw 0;
}
.news .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .con .box {
  display: block;
  width: 30.90278%;
  margin-bottom: 2.0833vw;
}
.news .con .box .img {
  overflow: hidden;
  border-radius: .625vw;
}
.news .con .box .img .picture_container {
  padding-top: 55.95506%;
}
.picture_container {
  position: relative;
  overflow: hidden;
  background: none;
}
.picture_container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  max-width: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -o-object-fit: cover;
  object-fit: cover;
}
.picture_container img {
  border: 0px;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news .con .box .text {
  padding: 1.0417vw;
}
.news .con .box .text .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .6771vw;
  color: #ff8e00;
  line-height: 1;
}
.news .con .box .text .date img {
  width: .7813vw;
  margin-right: .5208vw;
}
.news .con .box .text h5 {
  font-size: 1.25vw;
  color: #37383a;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: .7813vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news .con .box .text .t {
  font-size: .7292vw;
  color: #333333;
  line-height: 1.1458vw;
  opacity: 0.7;
  display: -webkit-box;
  height: 2.2916vw;
  line-height: 1.1458vw;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: .5208vw;
}
.news .con .box .text .more {
  width: 3.3854vw;
  height: 2.4479vw;
  border: .1042vw solid #999;
  border-radius: 1.5625vw;
  text-align: center;
  margin-top: 1.5625vw;
  position: relative;
}
.news .con .box .text .more::before {
  content: "";
  width: 3.3854vw;
  height: 2.4479vw;
  position: absolute;
  top: -0.1042vw;
  left: -0.1042vw;
  border-radius: 1.5625vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background-image: -webkit-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -webkit-linear-gradient(#ff8e00, #ff8e00);
  background-image: -o-linear-gradient(73deg, #ff8e00 0%, #ff8e00 100%), -o-linear-gradient(#ff8e00, #ff8e00);
  background-image: linear-gradient(17deg, #ff8e00 0%, #ff8e00 100%), linear-gradient(#ff8e00, #ff8e00);
}
.news .con .box:hover .img .picture_container img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news .con .box .text .more i {
  color: #999;
  font-size: .7292vw;
  line-height: 2.4479vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.iconfont {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_youjiantou::before {
  content: "\e63f";
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.news .con .box .text .more i {
  color: #999;
  font-size: .7292vw;
  line-height: 2.4479vw;
}
.news .con .box .text .more {
  text-align: center;
}
.news .con .box:not(:nth-child(3n+1)) {
  margin-left: 2.5083vw;
}







/*新闻结束*/
/*手风琴开始*/
.con1440 {
  /*width: 71.5625vw;*/
  margin: 0 auto;
  max-width: 100%; border-top: 1px solid #000;
  /*padding: 0 .7813vw;*/
}
.inner_title {
  color: #000000;
  text-align: center;
  font-size: 100px;font-weight: 600;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.flex_row_justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.q_about_main4 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
 .q_about_main4 .block_box .block.active {
        width: 100%
    }

    .q_about_main4 .block_box .block {
        width: 100%
    }

    .q_about_main4 .block_box {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .q_about_main4 {
        padding: 30px 0
    }

    .q_about_main4 .block_box .block .bg_img {
        height: auto
    }

    .q_about_main4 .block_box .block:not(:first-child) {
        margin-top: 20px
    }

    .q_about_main4 .block_box .block .title {
        font-size: 16px
    }

    .q_about_main4 .block_box .block .abstract {
        margin-top: 10px;
        font-size: 14px
    }

    .q_about_main4 .block_box .block .icon {
        width: 80px
    }

    .q_about_main4 .block_box .block .mask {
        padding: 0 15px 15px 15px;
        width: 100%
    }

    .q_about_main4 .block_box .block .icon:not(:first-child) {
        margin-left: 10px
    }

    .q_about_main4 .block_box .block .bg_img img {
        width: 100%;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .q_about_main4 .block_box .block .name {
        display: none
    }

    .q_about_main4 .block_box .block .mask {
        opacity: 1
    }   
    
}
.q_about_main4 {
    position: relative;
    z-index: 5;
    padding: 0;
}

.q_about_main4 .block_box {
    margin-top: 5.125vw
}

.q_about_main4 .block_box .block {
    width: 11.333vw;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0.9375vw;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.q_about_main4 .block_box .block .bg_img {
    height: 40.7vw;
    position: relative
}

.q_about_main4 .block_box .block .bg_img img {
    width: auto;
    position: absolute;
    max-height: none;
    max-width: none;
    top: 50%;
    left: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.q_about_main4 .block_box .block .mask {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    padding-bottom: 3.646vw;
    padding-left: 4.167vw;
    width: 57.292vw;
    left: 0;
    top: 120px;
}

.q_about_main4 .block_box .block .title {
    font-size: 60px;
    line-height: 1.1;
    color: #ffffff
}

.q_about_main4 .block_box .block .abstract {
    font-size: 36px;
    line-height: -webkit-calc(24 / 18);
    line-height: calc(24 / 18);
    color: #ffffff;
    opacity: 1;
    margin-top: 0.78125vw
}

.q_about_main4 .block_box .block .icon_box {
    margin-top: 2.083vw
}

.q_about_main4 .block_box .block .icon {
    width: 8.333vw;
    background-color: #fff;
    border-radius: 0.417vw;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.q_about_main4 .block_box .block .icon .picture_container {
    padding-top: 43.75%
}

.q_about_main4 .block_box .block .icon .picture_container img {
    max-width: 70%;
    max-height: 80%;
    min-width: auto
}

.q_about_main4 .block_box .block .icon:not(:first-child) {
    margin-left: 0.46875vw
}

.q_about_main4 .block_box .block .icon:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.q_about_main4 .block_box .block .name {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    width: 1.354vw;
    top: 8.177vw;
    left: 30%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.354vw;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 1
}

.q_about_main4 .block_box .block.active {
    width: 74.292vw
}

.q_about_main4 .block_box .block.active .mask {
    opacity: 1
}

.q_about_main4 .block_box .block.active .name {
    opacity: 0
}
/*手风琴结束*/
.partners-banner .text {
	position: static;
	transform: none;
	padding: 6% 0 8%
}
.partners-banner .text .vp-row-tag {
	display: inline-block
}
.innovativetech-container {
	padding-top: 90px
}
.innovativetech-container .innovativetech-pagination {
	position: relative;
	min-height: 604px
}
.innovativetech-container .innovativetech-pagination li {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	min-height: 604px;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	background-repeat: no-repeat
}
.innovativetech-container .innovativetech-pagination li .wrap {
	position: relative;
	height: 100%
}
.innovativetech-container .innovativetech-pagination li.gene .text {
	right: 68px;
	text-align: right
}
.innovativetech-container .innovativetech-pagination li.gene .small {
	left: 0
}
.innovativetech-container .innovativetech-pagination li.pnp .text {
	left: 68px;
	text-align: left
}
.innovativetech-container .innovativetech-pagination li.pnp .text h4, .innovativetech-container .innovativetech-pagination li.pnp .text p {
	color: #000
}
.innovativetech-container .innovativetech-pagination li.pnp .small {
	right: 0
}
.innovativetech-container .innovativetech-pagination li.active {
	width: 100%
}
.innovativetech-container .innovativetech-pagination li.active .small {
	opacity: 1
}
.innovativetech-container .innovativetech-pagination li .text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	z-index: 10
}
.innovativetech-container .innovativetech-pagination li .text h4 {
	font-size: 60px;
	font-family: Radnika-Bold;
	text-transform: uppercase;
	margin-bottom: 10px
}
.innovativetech-container .innovativetech-pagination li .text p {
	font-size: 30px
}
.innovativetech-container .innovativetech-pagination li .small {
	position: absolute;
	top: 0;
	width: 94px;
	height: 100%;
	padding: 50px 0;
	border: solid 1px #fff;
	background: rgba(0,0,0,.5);
	cursor: pointer;
	opacity: 0;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out
}
.innovativetech-container .innovativetech-pagination li .small h5 {
	margin-top: 28px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}
.innovativetech-container .innovativetech-pagination li .small span {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 30px;
	color: #fff;
	white-space: nowrap
}
.innovativetech-list .content-list {
	display: none
}
.innovativetech-list .content-list.show {
	display: block
}
.innovativetech-list .content-list .gene-list, .innovativetech-list .content-list .pnp-list {
	margin-top: 80px
}
.innovativetech-list .content-list .gene-list img, .innovativetech-list .content-list .pnp-list img {
	width: 100%
}
.innovativetech-list .content-list .gene-list1, .innovativetech-list .content-list .gene-list5 {
	position: relative;
	overflow: hidden
}
.innovativetech-list .content-list .gene-list1 .text, .innovativetech-list .content-list .gene-list5 .text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 54%;
	z-index: 10;
	transform: translateY(-50%);
	padding: 0 0 0 6%
}
.innovativetech-list .content-list .gene-list1 .text h5, .innovativetech-list .content-list .gene-list5 .text h5 {
	font-size: 16px;
	color: #bebebe;
	margin-bottom: 40px
}
.innovativetech-list .content-list .gene-list1 .text h5::before, .innovativetech-list .content-list .gene-list5 .text h5::before {
	position: relative;
	top: -2px;
	content: '';
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: #fed314;
	vertical-align: middle;
	margin-right: 6px
}
.innovativetech-list .content-list .gene-list1 .text h4, .innovativetech-list .content-list .gene-list5 .text h4 {
	font-size: 50px;
	font-family: Radnika-Bold;
	line-height: 70px;
	margin-bottom: 40px
}
.innovativetech-list .content-list .gene-list1 .text p, .innovativetech-list .content-list .gene-list5 .text p {
	font-size: 16px;
	line-height: 24px;
	width: 500px
}
.innovativetech-list .content-list .gene-list2 .history-slide {
	padding-bottom: 20px
}
.innovativetech-list .content-list .gene-list2 .swiper-button-next, .innovativetech-list .content-list .gene-list2 .swiper-button-prev {
	background-image: none;
	font-size: 36px;
	color: #000;
	top: 30%
}
.innovativetech-list .content-list .gene-list2 .history-swiper-pagination {
	position: absolute;
	z-index: 2;
	text-align: center;
	bottom: 0
}
.innovativetech-list .content-list .gene-list2 .history-swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 0;
	background-color: #6f6f6f;
	margin: 0 10px
}
.innovativetech-list .content-list .gene-list2 .history-swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fed314
}
.innovativetech-list .content-list .gene-list2 .title {
	text-align: center;
	font-size: 50px;
	margin-bottom: 44px
}
.innovativetech-list .content-list .gene-list2 .list {
	background-color: #f3f3f3
}
.innovativetech-list .content-list .gene-list2 .list .img {
	overflow: hidden
}
.innovativetech-list .content-list .gene-list2 .list .img img {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}
.innovativetech-list .content-list .gene-list2 .list :hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05)
}
.innovativetech-list .content-list .gene-list2 .list .text {
	padding: 4%;
	min-height: 274px
}
.innovativetech-list .content-list .gene-list2 .list .text h4 {
	color: #000;
	font-size: 30px;
	font-family: Radnika-Bold;
	text-transform: uppercase;
	margin-bottom: 15px
}
.innovativetech-list .content-list .gene-list2 .list .text p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 24px
}
.innovativetech-list .content-list .gene-list2 .list .text p:last-child {
	margin-bottom: 0
}
.innovativetech-list .content-list .gene-list5 {
	position: relative;
	overflow: hidden
}
.innovativetech-list .content-list .gene-list5 h5 {
	position: absolute;
	top: 20%;
	left: 6%;
	font-size: 16px;
	color: #bebebe;
	margin-bottom: 40px;
	z-index: 10
}
.innovativetech-list .content-list .gene-list5 h5::before {
	position: relative;
	top: -2px;
	content: '';
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: #fed314;
	vertical-align: middle;
	margin-right: 6px
}
.innovativetech-list .content-list .gene-list5 .swiper-slide {
	position: relative
}
.innovativetech-list .content-list .gene-list5 .swiper-slide .text {
	top: 50%;
	height: auto;
	left: 6%;
	padding: 0;
	transform: translateY(-50%)
}
.innovativetech-list .content-list .gene-list5 .swiper-slide .text h4 {
	text-transform: inherit
}
.innovativetech-list .content-list .gene-list5 .swiper-pagination-bullets {
	bottom: 10%
}
.innovativetech-list .content-list .gene-list5 .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 0;
	background-color: #6f6f6f;
	margin: 0 10px
}
.innovativetech-list .content-list .gene-list5 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fed314
}
.innovativetech-list .content-list .gene-list6 {
	background-color: #f3f3f3;
	padding: 4% 0;
	text-align: center;
	color: #000
}
.innovativetech-list .content-list .gene-list6 h4 {
	font-size: 30px;
	font-family: Radnika-Bold;
	text-transform: uppercase;
	margin-bottom: 15px
}
.innovativetech-list .content-list .gene-list6 p {
	font-size: 16px;
	line-height: 24px
}
.innovativetech-list .content-list .pnp-list1 h4 {
	font-size: 50px;
	font-family: Radnika-Bold;
	line-height: 60px;
	text-align: center;
	margin-bottom: 60px
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-slide {
	position: relative
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-slide img {
	width: 100%
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-slide .text {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 54%;
	z-index: 10;
	text-align: center
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-slide .text h4 {
	font-size: 30px;
	font-family: Radnika-Bold;
	margin-bottom: 10px;
	line-height: 30px
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-slide .text p {
	font-size: 16px;
	color: #e7e7e7;
	line-height: 24px
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-slide.black h4, .innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-slide.black p {
	color: #000
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-pagination {
	bottom: 20px
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 0;
	background-color: #6f6f6f;
	margin: 0 15px
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fed314
}
.innovativetech-list .content-list .pnp-list3 {
	margin-top: 120px
}
.innovativetech-list .content-list .pnp-list3 h4 {
	font-size: 60px;
	font-family: Radnika-Bold;
	line-height: 60px;
	text-align: center;
	margin-bottom: 8%
}
.design {
	padding-top: 0px
}
.design .design-banner {
	position: relative
}
.design .design-banner img {
	width: 100%
}
.design .design-banner .text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	padding: 0 10%
}
.design .design-banner .text h4 {
	font-size: 50px;
	font-family: Radnika-Bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 50px;
	white-space: nowrap
}
.design .design-banner .text p {
	font-size: 30px;
	line-height: 36px
}
.design .design-list .list {
	margin-top: 8%;
	width: 100%;
	padding: 0px; padding-bottom: 6%;
}
.design .design-list .list .design-slide {
	height: 840px
}
.design .design-list .list .design-slide .swiper-slide {

}
.design .design-list .list .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	/*align-items: center*/
}
.design .design-list .list .row img {
	width: 100%
}
.design .design-list .list .row .text h4 {
	font-family: Radnika-Bold;
	font-size: 65px;
	line-height: 60px;
	line-height: 72px;
	margin-bottom: 50px
}
.design .design-list .list .row .text p {
	font-size: 53px;
	line-height: initial
}
.design .design-list .list3 {
	margin-top: 6%;
	position: relative
}
.design .design-list .list3 img {
	width: 100%
}
.design .design-list .list3 .content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	text-align: center
}
.design .design-list .list3 .content h4 {
	font-size: 60px;
	font-family: Radnika-Bold;
	margin-bottom: 50px;
	line-height: 50px
}
.design .design-list .list3 .content p {
	font-size: 28px; color: #252525;
	line-height: 50px;font-weight: 100;
}
.design .design-list .list3 .content .vapor-slide {
	margin-top: 12%;
	height: 130px
}
.design .design-list .list3 .content .vapor-slide .swiper-slide {
	font-size: 110px; color: #000;
	line-height: 110px;
	cursor: default
}
.design .design-list .list3 .content .vapor-text {
	position: relative;
	margin-top: 30px
}
.design .design-list .list3 .content .vapor-text li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	font-size: 24px;border-bottom: 0px solid #000;
}
.design .design-list .list3 .content .vapor-text li.show {
	opacity: 1
}
.design .design-list .list3 .content .vapor-text li.show1 {
	opacity: 1;
	animation: topeaseinAnimate .3s ease-in-out 0s both;
	-webkit-animation: topeaseinAnimate .3s ease-in-out 0s both
}
.design .design-list .list3 .content .vapor-text li.show2 {
	opacity: 1;
	animation: bottomeaseinAnimate .3s ease-in-out 0s both;
	-webkit-animation: bottomeaseinAnimate .3s ease-in-out 0s both
}
@-webkit-keyframes bottomeaseinAnimate {
0% {
-webkit-transform:translateY(10px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
opacity:1
}
}
@keyframes bottomeaseinAnimate {
0% {
transform:translateY(10px);
opacity:0
}
100% {
transform:translateY(0);
opacity:1
}
}
@-webkit-keyframes topeaseinAnimate {
0% {
-webkit-transform:translateY(-10px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
opacity:1
}
}
@keyframes topeaseinAnimate {
0% {
-webkit-transform:translateY(-10px);
opacity:0
}
100% {
-webkit-transform:translateY(0);
opacity:1
}
}

@media only screen and (max-width:1600px) {
.design .design-list .list .row .text h4, .design .design-list .list3 .content h4 {
	font-size: 2vw;
	line-height: 36px
}
.innovativetech-list .content-list .gene-list1 .text h4, .innovativetech-list .content-list .gene-list5 .text h4 {
	font-size: 2vw;
	line-height: 36px
}
.innovativetech-container .innovativetech-pagination, .innovativetech-container .innovativetech-pagination li {
	min-height: 500px
}
.innovativetech-list .content-list .gene-list2 .list .text {
	min-height: 316px
}
.design .design-list .list3 .content .vapor-slide .swiper-slide {
	font-size: 6vw
}
.design .design-list .list3 .content .vapor-slide {
	margin-top: 4%
}
}

@media only screen and (max-width:1600px) {
.design .design-list .list .design-slide {
	height: 370px
}
}

@media only screen and (max-width:1366px) {
.innovativetech-container .innovativetech-pagination, .innovativetech-container .innovativetech-pagination li {
	min-height: 400px;
	background-size: 100%
}
.innovativetech-list .content-list .pnp-list1 .pnp-slide .swiper-slide .text {
	width: 70%
}
}

@media only screen and (max-width:1280px) {
.innovativetech-list .content-list .gene-list2 .list .text {
	min-height: 338px
}
.design .design-list .list .design-slide {
	height: 370px
}
.innovativetech-container .innovativetech-pagination, .innovativetech-container .innovativetech-pagination li {
	min-height: 360px
}
}
