.m-title {
  text-align: center;
  line-height: 1;
  width: 100%;
  padding: 40px 0;
}
.m-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 1px;
}
.m-title .en {
  font-size: 22px;
  color: #999;
}
.m-title h2 + .en {
  margin-top: 16px;
}
@keyframes graduallyShow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.channel-page {
  background-color: #fff;
}
.channel-page .t-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 24px;
}
.channel-page .advantage {
  background-color: #fafafa;
  padding: 40px 0 40px;
}
.channel-page .advantage .list {
  text-align: center;
  overflow: hidden;
  width: 1140px;
  padding: 10px 0;
  margin: 0 auto 30px;
}
.channel-page .advantage .list li {
  width: 320px;
  float: left;
  padding-bottom: 100000px;
  vertical-align: middle;
  margin: 0 30px -100000px;
  text-align: center;
  line-height: 1;
  background-color: #ebebeb;
  transition: all 0.3s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.channel-page .advantage .list li:hover {
  background-color: #fff;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.05);
}
.channel-page .advantage .list li:hover .en {
  color: #1a8cff;
}
.channel-page .advantage .list li:hover .title {
  color: #333;
}
.channel-page .advantage .list li:hover .intr {
  color: #333;
}
.channel-page .advantage .list .en {
  font-size: 120px;
  font-weight: 700;
  color: #999;
  margin-bottom: 40px;
  margin-top: 20px;
  transition: all 0.3s;
}
.channel-page .advantage .list .title {
  font-size: 24px;
  color: #666;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.channel-page .advantage .list .intr {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  text-align: left;
  padding: 18px;
  transition: all 0.3s;
  text-indent: 32px;
  text-align: justify;
}
.channel-page .advantage .appointment {
  width: 1400px;
  height: 180px;
  text-align: left;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  border-radius: 0 80px 0 0;
  overflow: hidden;
}
.channel-page .advantage .appointment .left {
  float: left;
  padding-left: 150px;
  padding-top: 40px;
  padding-right: 160px;
  width: 68%;
  height: 100%;
  position: relative;
  background-color: #1a8cff;
}
.channel-page .advantage .appointment .left::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #1a8cff;
  position: absolute;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 0;
  z-index: 1;
}
.channel-page .advantage .appointment .right {
  float: right;
  width: 32%;
  height: 100%;
  background-image: url(../img/appointment-bg.jpg);
  background-size: cover;
  position: relative;
}
.channel-page .advantage .appointment .title {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 26px;
}
.channel-page .advantage .appointment .intr {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.channel-page .advantage .appointment .btn {
  display: block;
  width: 200px;
  position: relative;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  font-size: 22px;
  color: #333;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  cursor: pointer;
}
.channel-page .case .case-warp {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}
.channel-page .case .item .main {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.channel-page .case .item .main .img {
  width: 800px;
  height: 100%;
  float: left;
}
.channel-page .case .item .main .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.channel-page .case .item .main .text {
  width: calc(100% - 800px);
  height: 100%;
  float: left;
  text-align: center;
  background-color: #7399e5;
  color: #fff;
  padding-top: 20px;
  position: relative;
}
.channel-page .case .item .main .text .text-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  transform: translateY(-50%);
}
.channel-page .case .item .main .text .class {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.channel-page .case .item .main .text .class::after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  background-color: #fff;
  margin: 8px auto 0;
}
.channel-page .case .item .main .text .name {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  width: 80%;
  margin: 0 auto 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.channel-page .case .item .main .text .intr {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.channel-page .case .item .main .text .data {
  text-align: center;
  width: 100%;
  font-size: 0;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 30px;
}
.channel-page .case .item .main .text .data .data-item {
  margin-bottom: 50px;
  float: left;
  width: 33.33%;
}
.channel-page .case .item .main .text .data .label {
  display: inline-block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  color: #7399e5;
  border-radius: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.channel-page .case .item .main .text .data .value {
  font-size: 18px;
  color: #fff;
}
.channel-page .case .item .main .text .consult-btn {
  width: 100%;
  height: 80px;
  background-color: #1247b3;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.channel-page .case .item .flow li {
  float: left;
  margin-left: 20px;
  border-radius: 8px;
  width: calc(20% - 16px);
  overflow: hidden;
  position: relative;
}
.channel-page .case .item .flow li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.channel-page .case .item .flow li img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.channel-page .case .item .flow li:first-child {
  margin-left: 0;
}
.channel-page .case .item .flow li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.channel-page .case .swiper-button-next,
.channel-page .case .swiper-button-prev {
  top: 35%;
  margin-top: 0;
}
.channel-page .case .swiper-button-next {
  right: -40px;
}
.channel-page .case .swiper-button-prev {
  left: -40px;
}
.channel-page .case .more {
  display: block;
  margin: 40px auto 0;
  width: 300px;
  height: 60px;
  border: solid 2px #df1514;
  font-size: 24px;
  line-height: 56px;
  letter-spacing: 2px;
  color: #df1514;
  border-radius: 8px;
  text-align: center;
}
.channel-page .brand {
  background-color: #fafafa;
}
.channel-page .brand .list {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.channel-page .brand li {
  float: left;
  margin-left: 24px;
  background-color: #fff;
  margin-bottom: 24px;
  position: relative;
  width: calc(16.66% - 20px);
  border-radius: 8px;
  overflow: hidden;
}
.channel-page .brand li:nth-child(6n+1) {
  margin-left: 0;
}
.channel-page .brand li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
}
.channel-page .brand li .text {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  z-index: 2;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.channel-page .brand li:hover::after {
  opacity: 0.6;
}
.channel-page .brand li:hover .text {
  opacity: 1;
}
.channel-page .brand li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.channel-page .brand li .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.channel-page .brand li .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.channel-page .video-case {
  padding-bottom: 40px;
}
.channel-page .video-case .video-case-wrap {
  width: 1400px;
  margin: 0 auto;
}
.channel-page .video-case .item {
  width: 440px;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
}
.channel-page .video-case .item:nth-child(3n+1) {
  margin-left: 0;
}
.channel-page .video-case .item a {
  display: block;
}
.channel-page .video-case .item .img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.channel-page .video-case .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.channel-page .video-case .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.channel-page .video-case .item .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}
.channel-page .video-case .item .img .text {
  width: 100%;
  position: absolute;
  line-height: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  z-index: 10;
}
.channel-page .video-case .item .img .icon {
  position: absolute;
  width: 100%;
  left: 0;
  top: 58%;
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
  z-index: 10;
}
.channel-page .video-case .item .img .icon i {
  color: #fff;
  font-size: 40px;
}
.channel-page .video-case .item .img:hover .text {
  top: 40%;
}
.channel-page .video-case .item .img:hover .icon {
  opacity: 1;
  top: 48%;
}
.channel-page .video-case .item .data {
  padding-top: 14px;
  margin-top: 20px;
  border-top: 1px solid #df1514;
}
.channel-page .video-case .item .data p {
  line-height: 28px;
  font-size: 18px;
  height: 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.channel-page .solution .main-img {
  width: 1400px;
  margin: 0 auto 40px;
  height: auto;
  position: relative;
}
.channel-page .solution .main-img img {
  display: block;
  width: 100%;
}
.channel-page .solution .main-img:hover .see-img {
  opacity: 1;
}
.channel-page .solution .main-img .see-img {
  width: 37.43%;
  height: 51.51%;
  position: absolute;
  top: 22.91%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s;
}
.channel-page .solution .main-img .see-img .btn {
  width: 100px;
  height: 36px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  line-height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.channel-page .architecture {
  background-color: #fff;
  width: 1400px;
  margin: 0 auto;
}
.channel-page .architecture .architecture-wrap .intr {
  width: 1000px;
  text-align: center;
  font-size: 18px;
  color: #999;
  line-height: 32px;
  margin: 0 auto;
}
.channel-page .architecture .architecture-tab {
  width: 100%;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  padding: 40px 0;
  overflow: hidden;
}
.channel-page .architecture .architecture-tab li {
  width: calc(33.33% - 2px);
  float: left;
  line-height: 60px;
  font-size: 24px;
  margin-left: 3px;
  color: #999;
  cursor: pointer;
  background-color: #df1514;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s;
}
.channel-page .architecture .architecture-tab li:first-child {
  margin-left: 0;
}
.channel-page .architecture .architecture-tab li.active {
  background-color: #fafafa;
  color: #999;
}
.channel-page .architecture .architecture-con {
  background-color: #fafafa;
}
.channel-page .architecture .architecture-con ul {
  width: 1400px;
  height: 440px;
  margin: 0 auto;
}
.channel-page .architecture .architecture-con li {
  overflow: hidden;
  width: 1400px;
  height: 100%;
  display: none;
}
.channel-page .architecture .architecture-con li.active {
  display: block;
}
.channel-page .architecture .architecture-con li .left {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.channel-page .architecture .architecture-con li .right {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.channel-page .architecture .architecture-con li .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 20px;
}
.channel-page .architecture .architecture-con li .title .en {
  font-size: 68px;
  font-weight: 700;
  color: #df1514;
  line-height: 68px;
  opacity: 0.1;
  white-space: nowrap;
}
.channel-page .architecture .architecture-con li .title .cn {
  font-size: 24px;
  line-height: 1px;
  margin-top: -24px;
  color: #333;
}
.channel-page .architecture .architecture-con li .title .p {
  font-size: 18px;
  line-height: 28px;
  color: #999;
  margin-top: 40px;
  max-width: 600px;
}
.channel-page .architecture .architecture-con li.purpose .left {
  width: 740px;
}
.channel-page .architecture .architecture-con li.purpose .right {
  width: 660px;
}
.channel-page .architecture .architecture-con li.purpose .purpose-value {
  line-height: 44px;
  font-size: 18px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.channel-page .architecture .architecture-con li.principle .left {
  width: 720px;
}
.channel-page .architecture .architecture-con li.principle .right {
  width: 680px;
}
.channel-page .architecture .architecture-con li.principle .principle-value {
  width: 720px;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.channel-page .architecture .architecture-con li.principle .principle-value::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 54.17%;
}
.channel-page .architecture .architecture-con li.principle .principle-value img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.channel-page .architecture .architecture-con li.params .left {
  width: 480px;
}
.channel-page .architecture .architecture-con li.params .right {
  width: 920px;
}
.channel-page .architecture .architecture-con li.params .params-value {
  color: #666;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
  line-height: 28px;
  letter-spacing: 2px;
}
.channel-page .architecture .architecture-con li.params .params-value .tit {
  margin-top: 20px;
}
.channel-page .field {
  padding: 40px;
}
.channel-page .field .field-class {
  overflow: hidden;
  width: 1400px;
  margin: 0 auto 40px;
  border-radius: 8px;
}
.channel-page .field .field-class .circle {
  margin: 0 auto;
  width: 700px;
  height: 700px;
  position: relative;
}
.channel-page .field .field-class .circle > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.channel-page .field .field-class .circle > div:nth-child(1) {
  background-color: #3b3b3b;
  opacity: 0.2;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
  height: 634px;
  width: 634px;
}
.channel-page .field .field-class .circle > div:nth-child(2) {
  width: 420px;
  height: 420px;
  position: relative;
  border: solid 1px #4b4b4b;
  border-radius: 50%;
}
.channel-page .field .field-class .circle > div:nth-child(3) {
  width: 325px;
  height: 325px;
  background-color: #3a3a3a;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
}
.channel-page .field .field-class .circle > div:nth-child(4) {
  width: 266px;
  height: 266px;
  border: 1px solid #a6e7ff;
  box-shadow: 0px 1px 12px 0px rgba(166, 231, 255, 0.4);
  animation: graduallyShow 3s linear infinite;
}
.channel-page .field .field-class .circle > div:nth-child(5) {
  width: 196px;
  height: 196px;
  background-color: #3e3e3e;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.channel-page .field .field-class .circle > div.text {
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  letter-spacing: 2px;
}
.channel-page .field .field-class .circle .class {
  width: 420px;
  height: 420px;
}
.channel-page .field .field-class .circle .class div {
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
}
.channel-page .field .field-class .circle .class div::after,
.channel-page .field .field-class .circle .class div::before {
  content: "";
  border-radius: 50%;
  background-color: #a6e7ff;
  width: 8px;
  height: 8px;
  box-shadow: 0px 0px 1px 4px rgba(166, 231, 255, 0.4);
  display: inline-block;
  display: none;
  vertical-align: 2px;
}
.channel-page .field .field-class .circle .class div::after {
  margin-left: 10px;
}
.channel-page .field .field-class .circle .class div::before {
  margin-right: 10px;
}
.channel-page .field .field-class .circle .class div:nth-child(2n)::before {
  display: inline-block;
}
.channel-page .field .field-class .circle .class div:nth-child(2n+1)::after {
  display: inline-block;
}
.channel-page .field .field-class .circle .class div:nth-child(1),
.channel-page .field .field-class .circle .class div:nth-child(2) {
  top: 37px;
}
.channel-page .field .field-class .circle .class div:nth-child(3),
.channel-page .field .field-class .circle .class div:nth-child(4) {
  top: 50%;
}
.channel-page .field .field-class .circle .class div:nth-child(5),
.channel-page .field .field-class .circle .class div:nth-child(6) {
  bottom: 52px;
}
.channel-page .field .field-class .circle .class div:nth-child(1) {
  left: -23px;
}
.channel-page .field .field-class .circle .class div:nth-child(2) {
  right: 0;
}
.channel-page .field .field-class .circle .class div:nth-child(3) {
  left: 0;
  transform: translateX(-110%);
}
.channel-page .field .field-class .circle .class div:nth-child(4) {
  right: 0;
  transform: translateX(110%);
}
.channel-page .field .field-class .circle .class div:nth-child(5) {
  left: -14px;
}
.channel-page .field .field-class .circle .class div:nth-child(6) {
  right: -11px;
}
.channel-page .field .field-class .item {
  float: left;
  width: calc(100% / 6);
}
.channel-page .field .field-class .item .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.channel-page .field .field-class .item .text {
  width: 100%;
  height: 186px;
  line-height: 186px;
  text-align: center;
  background-color: #1247b3;
  color: #fff;
  font-size: 20px;
}
.channel-page .field .business-icon {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}
.channel-page .field .business-icon li {
  width: 200px;
  display: inline-block;
  text-align: center;
}
.channel-page .field .business-icon li img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.channel-page .field .business-icon li p {
  font-size: 16px;
  color: #666;
}
.channel-page .field .standard {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
}
.channel-page .field .intr {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 1;
  letter-spacing: 2px;
}
.channel-page .field .intr p {
  display: inline-block;
  margin: 0 10px;
}
.channel-page .bim {
  width: 1400px;
  margin: 40px auto 10px;
}
.channel-page .bim .item {
  float: left;
  width: 327.5px;
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.channel-page .bim .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60.35%;
}
.channel-page .bim .item img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.channel-page .bim .item:nth-child(4n+1) {
  margin-left: 0;
}
.channel-page .bim .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
}
.channel-page .bim .item .text em {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.channel-page .bim .item .text em::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto 0;
}
.channel-page .bim .item:hover .text {
  opacity: 1;
}
.channel-page .quality .quality-nav {
  width: 1400px;
  margin: 0 auto;
}
.channel-page .quality .quality-nav li {
  float: left;
  width: 260px;
  height: 180px;
  background-color: #7399e5;
  border-left: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 8px;
}
.channel-page .quality .quality-nav li:first-child {
  border-left: 0;
}
.channel-page .quality .quality-nav li.active {
  width: 360px;
  background-color: #1247b3;
}
.channel-page .quality .quality-nav li .name {
  font-size: 24px;
}
.channel-page .quality .quality-nav li .name::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  background-color: #fff;
  margin: 20px auto 20px;
}
.channel-page .quality .quality-nav li p {
  font-size: 18px;
}
.channel-page .quality .quality-con {
  width: 1400px;
  margin: 40px auto;
}
.channel-page .quality .quality-con ul {
  width: 100%;
}
.channel-page .quality .quality-con li {
  display: none;
  width: 100%;
  overflow: hidden;
}
.channel-page .quality .quality-con li.active {
  display: block;
}
.channel-page .quality .quality-con .item {
  float: left;
  width: calc(25% - 3px);
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  margin-left: 4px;
  border-radius: 8px;
}
.channel-page .quality .quality-con .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 103.74%;
}
.channel-page .quality .quality-con .item img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.channel-page .quality .quality-con .item:first-child {
  margin-left: 0;
}
.channel-page .industryClass .class-nav {
  background-color: #f5f5f5;
}
.channel-page .industryClass .class-nav ul {
  width: 1400px;
  margin: 0 auto 40px;
  line-height: 40px;
  text-align: center;
  padding: 15px 0;
}
.channel-page .industryClass .class-nav li {
  display: inline-block;
  font-size: 20px;
  padding: 0 20px;
  margin: 0;
  border-bottom: 2px solid transparent;
  margin: 0 10px;
  cursor: pointer;
}
.channel-page .industryClass .class-nav li.active {
  color: #df1514;
  border-bottom-color: #df1514;
}
.channel-page .industryClass .class-intr {
  font-size: 18px;
  line-height: 38px;
  width: 1000px;
  margin: 0 auto 20px;
}
.channel-page .industryClass .class-intr .text {
  text-align: center;
}
.channel-page .industryClass .bandaoti-class-con {
  width: 1200px;
  margin: 0 auto 40px;
}
.channel-page .industryClass .bandaoti-class-con ul {
  width: 100%;
}
.channel-page .industryClass .bandaoti-class-con li {
  width: 100%;
  display: none;
}
.channel-page .industryClass .bandaoti-class-con li.active {
  display: block;
}
.channel-page .industryClass .bandaoti-class-con li .intr {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.channel-page .industryClass .bandaoti-class-con li .intr::after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  background-color: #df1514;
  margin-top: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.channel-page .industryClass .bandaoti-class-con li .intr .left {
  float: right;
  width: 460px;
}
.channel-page .industryClass .bandaoti-class-con li .intr .left .img {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.channel-page .industryClass .bandaoti-class-con li .intr .left .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 73.47%;
}
.channel-page .industryClass .bandaoti-class-con li .intr .left .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.channel-page .industryClass .bandaoti-class-con li .intr .right {
  float: left;
  width: calc(100% - 460px);
  padding-right: 70px;
  position: relative;
}
.channel-page .industryClass .bandaoti-class-con li .intr .right .t {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}
.channel-page .industryClass .bandaoti-class-con li .intr .right .text {
  text-indent: 36px;
  font-size: 18px;
  line-height: 32px;
}
.channel-page .industryClass .bandaoti-img-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
  height: 560px;
}
.channel-page .industryClass .bandaoti-img-list .item {
  float: left;
  border: 1px solid #fff;
  width: calc(25% - 15px);
  margin-left: 20px;
}
.channel-page .industryClass .bandaoti-img-list .item:first-child {
  margin-left: 0;
}
.channel-page .industryClass .bandaoti-img-list .item .img {
  width: 100%;
  height: 0;
  padding-bottom: 146.86%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  transition: all 0.3s;
}
.channel-page .industryClass .bandaoti-img-list .item:hover .img {
  padding-bottom: 160%;
  margin-top: -6.57%;
}
.channel-page .industryClass .bandaoti-img-list .item:hover .text {
  color: #333;
}
.channel-page .industryClass .bandaoti-img-list .item .text {
  text-align: center;
  font-size: 18px;
  color: #999;
  line-height: 28px;
  transition: all 0.3s;
}
.channel-page .industryClass .bandaoti-img-list .item .text::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #666;
  margin: 20px auto 10px;
}
.channel-page .industryClass .xfdz-class-con {
  width: 1400px;
  margin: 0 auto 40px;
}
.channel-page .industryClass .xfdz-class-con ul li {
  display: none;
}
.channel-page .industryClass .xfdz-class-con ul li.active {
  display: block;
}
.channel-page .industryClass .xfdz-class-con .swiper-slide {
  z-index: 10;
  transition: all 0.5s;
  transform: scale(0.8);
}
.channel-page .industryClass .xfdz-class-con .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.channel-page .industryClass .xfdz-class-con .swiper-slide .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.channel-page .industryClass .xfdz-class-con .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.channel-page .industryClass .xfdz-class-con .swiper-slide.swiper-slide-active {
  z-index: 100;
  transform: scale(1);
}
.channel-page .industryClass .xfdz-class-con .swiper-slide.swiper-slide-prev {
  z-index: 10;
  transform: scale(0.9) translateY(3%);
}
.channel-page .industryClass .xfdz-class-con .swiper-slide.swiper-slide-next {
  z-index: 10;
  transform: scale(0.9) translateY(3%);
}
.channel-page .recommend {
  width: 1400px;
  margin: 0 auto;
}
#contact .earth-wrap {
  width: 1400px;
  margin: 0 auto;
}
#contact .earth-wrap .earth img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#contact .company-info {
  width: 1400px;
  margin: 0 auto 30px;
}
#contact .company-info ul {
  overflow: hidden;
}
#contact .company-info li {
  float: left;
  margin-left: 4%;
  height: 240px;
  width: 30.6666%;
}
#contact .company-info li:nth-child(3n+1) {
  margin-left: 0;
}
#contact .company-info .label {
  border-bottom: 2px solid #ebebeb;
  font-size: 24px;
  line-height: 64px;
  margin-bottom: 20px;
}
#contact .company-info .value {
  color: #666;
  padding-right: 40px;
}
#contact .company-info .p {
  font-size: 24px;
  line-height: 40px;
}
#contact .company-info .p + .text {
  margin-top: 20px;
}
#contact .company-info .text {
  font-size: 16px;
  line-height: 30px;
}
#contact .company-info .img {
  width: 100px;
  overflow: hidden;
  position: relative;
}
#contact .company-info .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#contact .company-info .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#contact .company-info .btn {
  width: 160px;
  height: 60px;
  border: 1px solid #df1514;
  color: #df1514;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 6px;
}
#contact .map-wrap .map {
  width: 1400px;
  height: 460px;
  background-color: #f5f5f5;
  margin: 0 auto 50px;
  border-radius: 8px;
  overflow: hidden;
}
#contact .map-info {
  text-align: left;
  padding: 0 10px 10px;
}
#contact .map-info .name {
  font-size: 16px;
  margin-bottom: 5px;
  color: #df1514;
}
#contact .map-info .address {
  font-size: 14px;
}
#video .video-list {
  width: 1400px;
  padding-top: 40px;
  margin: 0 auto;
}
#video .video-list .item {
  width: 440px;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
}
#video .video-list .item:nth-child(3n+1) {
  margin-left: 0;
}
#video .video-list .item a {
  display: block;
}
#video .video-list .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
#video .video-list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#video .video-list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#video .video-list .item .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}
#video .video-list .item .img .text {
  width: 100%;
  position: absolute;
  line-height: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  z-index: 10;
}
#video .video-list .item .img .icon {
  position: absolute;
  width: 100%;
  left: 0;
  top: 58%;
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
  z-index: 10;
}
#video .video-list .item .img .icon i {
  color: #fff;
  font-size: 40px;
}
#video .video-list .item .img:hover .text {
  top: 40%;
}
#video .video-list .item .img:hover .icon {
  opacity: 1;
  top: 48%;
}
#video .video-list .item .data {
  padding-top: 14px;
  margin-top: 20px;
  border-top: 1px solid #df1514;
}
#video .video-list .item .data p {
  line-height: 28px;
  font-size: 18px;
  height: 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#zixun .zixun-title {
  width: 1400px;
  margin: 20px auto 10px;
  text-align: center;
  font-size: 0;
}
#zixun .zixun-title img {
  height: 50px;
  width: auto;
  vertical-align: middle;
}
#zixun .zixun-title .title {
  font-size: 34px;
  line-height: 50px;
  font-weight: normal;
}
#zixun .zixun-detail {
  margin-bottom: 20px;
}
#zixun .zixun-detail .date {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #999;
}
#zixun .zixun-detail .date .time {
  float: left;
}
#zixun .zixun-detail .date .view {
  float: right;
}
#zixun .zixun-detail .detail {
  padding: 30px 0;
  font-size: 16px;
  line-height: 32px;
}
#zixun .zixun-detail .detail img {
  max-width: 100% !important;
  height: auto !important;
}
#zixun .zixun-detail .tag {
  font-size: 16px;
  text-align: left;
  line-height: 60px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#zixun .zixun-con {
  width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
}
#zixun .zixun-con .left {
  width: 100%;
}
#zixun .zixun-con .right {
  width: 100%;
}
#zixun .zixun-con .zixun-list {
  width: 100%;
  margin-bottom: 40px;
}
#zixun .zixun-con .zixun-list .item {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
#zixun .zixun-con .zixun-list .item:hover .name {
  color: #333;
}
#zixun .zixun-con .zixun-list .item a {
  display: block;
}
#zixun .zixun-con .zixun-list .item .text {
  float: right;
  width: calc(100% - 460px);
  padding-left: 30px;
}
#zixun .zixun-con .zixun-list .item .img {
  float: left;
  width: 460px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
#zixun .zixun-con .zixun-list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#zixun .zixun-con .zixun-list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#zixun .zixun-con .zixun-list .item .name {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
  padding: 5px 0;
  transition: all 0.3s;
}
#zixun .zixun-con .zixun-list .item .data {
  line-height: 26px;
  margin-bottom: 20px;
}
#zixun .zixun-con .zixun-list .item .data .date,
#zixun .zixun-con .zixun-list .item .data .tag {
  font-size: 14px;
  color: #999;
  margin-right: 5px;
  display: inline-block;
}
#zixun .zixun-con .zixun-list .item .data .tag span:hover {
  color: #df1514;
}
#zixun .zixun-con .zixun-list .item .intr {
  font-size: 18px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  color: #666;
  text-indent: 36px;
}
#zixun .zixun-con .zixun-list .item .link {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 16px;
  color: #df1514;
}
#zixun .relevant-wrap {
  width: 1400px;
  padding: 10px 0;
  margin: 0 auto 20px;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  overflow: hidden;
}
#zixun .relevant-wrap .item {
  font-size: 18px;
  line-height: 38px;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
#zixun .relevant-wrap .item a {
  font-size: 18px;
}
#zixun .recommend-list {
  width: 1400px;
  margin: 0 auto 30px;
  overflow: hidden;
}
#zixun .recommend-list .recommend-item {
  width: calc(50% - 20px);
  background-color: #fafafa;
  padding: 0 40px 20px;
  margin-left: 40px;
  float: left;
  margin-bottom: 0;
}
#zixun .recommend-list .recommend-item:first-child {
  margin-left: 0;
}
#zixun .recommend-list .recommend-item .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 60px;
  border-bottom: 2px solid #e8e8e8;
}
#zixun .recommend-list .recommend-item li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  display: block;
}
#zixun .back-list {
  width: 1400px;
  margin: 0 auto;
}
#zixun .back-list a {
  color: #df1514;
  font-size: 18px;
  line-height: 60px;
}
#zixun .technical-desc {
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
#zixun .technical-desc .technical-item .name {
  font-size: 34px;
  text-align: center;
  line-height: 154px;
}
#zixun .technical-desc .technical-item .class {
  width: 1400px;
  margin: 0 auto 40px;
  text-align: center;
}
#zixun .technical-desc .technical-item .class span {
  display: inline-block;
  padding: 0 20px;
  line-height: 48px;
  margin: 10px;
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  transition: all 0.3s;
  cursor: pointer;
}
#zixun .technical-desc .technical-item .class span.active {
  border-color: #df1514;
  color: #df1514;
}
#zixun .technical-desc .technical-item .class span:hover {
  color: #df1514;
}
#zixun .technical-desc .technical-item .img {
  background-color: #fff;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
}
#zixun .technical-desc .technical-item .img ul {
  width: 1400px;
  margin: 0 auto;
}
#zixun .technical-desc .technical-item .img ul li {
  display: none;
  padding: 60px 0;
  overflow: hidden;
}
#zixun .technical-desc .technical-item .img ul li.active {
  display: block;
}
#zixun .technical-desc .technical-item .img ul li .item {
  width: 440px;
  float: left;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-left: 40px;
}
#zixun .technical-desc .technical-item .img ul li .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 85.71%;
}
#zixun .technical-desc .technical-item .img ul li .item img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#zixun .technical-desc .technical-item .img ul li .item:first-child {
  margin-left: 0;
}
#zixun .anli-list {
  width: 1400px;
  margin: 0 auto;
}
#zixun .anli-list .item {
  float: left;
  width: 450px;
  background-color: #fff;
  margin-left: 25px;
  margin-bottom: 25px;
}
#zixun .anli-list .item:nth-child(3n+1) {
  margin-left: 0;
}
#zixun .anli-list .item a {
  display: block;
}
#zixun .anli-list .item a:hover {
  color: #333;
}
#zixun .anli-list .item a:hover .text .data p {
  color: #666;
}
#zixun .anli-list .item .img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#zixun .anli-list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#zixun .anli-list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#zixun .anli-list .item .text {
  padding: 0 24px 24px;
}
#zixun .anli-list .item .text .type {
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  color: #666;
  line-height: 36px;
  height: 36px;
  min-width: 32px;
  border-bottom: 2px solid #df1514;
}
#zixun .anli-list .item .text .name {
  font-size: 22px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#zixun .anli-list .item .text .name img {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}
#zixun .anli-list .item .text .data p {
  line-height: 28px;
  font-size: 18px;
  height: 28px;
  width: 100%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#zixun .tag-list {
  width: 1400px;
  margin: 0 auto;
}
#zixun .tag-list .title {
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transform-origin: bottom left;
  background: url(../img/btn-bg.png) no-repeat;
  background-size: cover;
}
#zixun .tag-list .title a {
  font-size: 22px;
  color: #fff;
}
#zixun .tag-list ul {
  padding: 40px 0;
}
#zixun .tag-list li {
  float: left;
  height: 16px;
  margin-bottom: 10px;
}
#zixun .tag-list li a {
  font-size: 16px;
  color: #666;
  line-height: 16px;
}
#zixun .tag-list li::after {
  content: "";
  display: block;
  float: right;
  width: 1px;
  background-color: #666;
  height: 100%;
  margin: 0 10px;
}
#zixun .tag-list li:last-child::after {
  display: none;
}
#zixun .signing-dynamics {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
}
#zixun .signing-dynamics .bg {
  width: 100%;
  height: 320px;
  background-image: url(../img/signing-bg.jpg);
  background-size: cover;
}
#zixun .signing-dynamics .wrap {
  width: 860px;
  height: 360px;
  background-color: #ffffff;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 30px 0;
}
#zixun .signing-dynamics .wrap .swiper-container {
  width: 70%;
  margin: 0 auto;
  height: 100%;
}
#zixun .signing-dynamics .wrap .news-item {
  display: block;
  text-align: left;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #666;
  transition: color 0.3s;
}
#zixun .signing-dynamics .wrap .news-item::before,
#zixun .signing-dynamics .wrap .news-item::after {
  content: " ▪ ";
}
#zixun .signing-dynamics .wrap .news-item:hover {
  color: #df1514;
}
#anli {
  background-color: #FAFAFA;
}
#anli .scene .scene-wrap {
  width: 1400px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}
#anli .scene .scene-wrap .img {
  border-radius: 8px;
  overflow: hidden;
}
#anli .scene .scene-wrap .text {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  width: 260px;
}
#anli .scene .scene-wrap .main-img {
  width: 830px;
  margin: 0 auto;
  position: relative;
}
#anli .scene .scene-wrap .main-img .img {
  width: 100%;
  background-color: #155ea2;
}
#anli .scene .scene-wrap .main-img .img .swiper-container {
  width: 100%;
}
#anli .scene .scene-wrap .main-img .img .swiper-container .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#anli .scene .scene-wrap .main-img .img .swiper-container .swiper-slide .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 65.06%;
}
#anli .scene .scene-wrap .main-img .img .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#anli .scene .scene-wrap .main-img .img .swiper-pagination-bullet-active {
  background-color: #df1514;
}
#anli .scene .scene-wrap .main-img .text {
  position: absolute;
  right: -280px;
  bottom: 0;
  padding-left: 40px;
}
#anli .scene .scene-wrap .main-img .text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-right-width: 16px;
  border-color: transparent #7399e6 transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#anli .scene .scene-wrap .small-img {
  width: 100%;
  height: 100%;
}
#anli .scene .scene-wrap .small-img .l-img {
  width: 260px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#anli .scene .scene-wrap .small-img .l-img .img {
  width: 260px;
  padding-bottom: 150%;
  height: 0;
  background-position: center;
  background-size: cover;
}
#anli .scene .scene-wrap .small-img .l-img .text {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
#anli .scene .scene-wrap .small-img .l-img .text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  margin-top: 5px;
  border-top-width: 16px;
  border-color: #7399e6 transparent transparent transparent;
}
#anli .scene .scene-wrap .small-img .r-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
}
#anli .scene .scene-wrap .small-img .r-img .img {
  width: 260px;
  padding-bottom: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
}
#anli .scene .scene-wrap .small-img .r-img .text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  margin-bottom: 5px;
  border-bottom-width: 16px;
  border-color: transparent transparent #7399e6 transparent;
}
#anli .anli-list {
  width: 1180px;
  margin: 0 auto 30px;
}
#anli .anli-list .item {
  float: left;
  width: calc(33.33% - 14px);
  margin-left: 21px;
  margin-bottom: 30px;
}
#anli .anli-list .item:nth-child(3n+1) {
  margin-left: 0;
}
#anli .anli-list .item a {
  display: block;
}
#anli .anli-list .item a:hover {
  color: #333;
}
#anli .anli-list .item a:hover .text .data p {
  color: #666;
}
#anli .anli-list .item .img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
#anli .anli-list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#anli .anli-list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#anli .anli-list .item .img .type {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  padding: 0 20px;
  background-color: #7399e6;
  color: #fff;
  border-radius: 0 0 0 8px;
}
#anli .anli-list .item .img .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#anli .anli-list .item .text .data p {
  line-height: 24px;
  font-size: 16px;
  height: 24px;
  width: 100%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#anli .more-anli {
  width: 1400px;
  margin: 0 auto 40px;
  text-align: center;
}
#anli .more-anli p {
  font-size: 22px;
  color: #666;
  margin-bottom: 10px;
}
#anli .more-anli h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
#anli .more-anli .btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #df1514;
  color: #fff;
  text-align: center;
  font-size: 22px;
  display: block;
  margin: 0 auto;
}
#anli .advantage {
  padding-top: 30px;
  background-size: cover;
  background-image: url(../img/advantage-bg.jpg);
  padding-bottom: 40px;
}
#anli .advantage .advantage-wrap {
  width: 1400px;
  margin: 0 auto;
}
#anli .advantage .advantage-title {
  text-align: center;
  margin-bottom: 40px;
}
#anli .advantage .advantage-title h2 {
  font-size: 34px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 30px;
}
#anli .advantage .advantage-title .en {
  font-size: 22px;
  line-height: 1;
}
#anli .advantage .advantage-list li {
  float: left;
  width: 335px;
  height: 420px;
  background-color: #fff;
  margin-left: 20px;
  padding-top: 100px;
  border-radius: 8px;
}
#anli .advantage .advantage-list li:first-child {
  margin-left: 0;
}
#anli .advantage .advantage-list li .tit {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
#anli .advantage .advantage-list li .tit::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #df1514;
  margin: 30px auto 70px;
}
#anli .advantage .advantage-list li .intr {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding: 0 20px;
  color: #666;
}
#anli .advantage .brand-wrap {
  width: 1400px;
  margin: 0 auto 40px;
  padding: 0  120px;
  position: relative;
}
#anli .advantage .brand-wrap .arrow {
  position: absolute;
  width: 50px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
  line-height: 100px;
  border-radius: 4px;
  background-color: #fff;
}
#anli .advantage .brand-wrap .arrow i {
  font-size: 40px;
  color: #999;
}
#anli .advantage .brand-wrap .arrow.left {
  left: 30px;
}
#anli .advantage .brand-wrap .arrow.right {
  right: 30px;
}
#anli .advantage .brand-wrap .swiper-wrapper {
  width: 100%;
}
#anli .advantage .brand-wrap .brand-list {
  width: 100%;
  overflow: hidden;
}
#anli .advantage .brand-wrap .item {
  width: 16.66%;
  float: left;
  padding: 5px;
}
#anli .advantage .brand-wrap .item .cell {
  border-radius: 8px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#anli .advantage .brand-wrap .item .cell::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
#anli .advantage .brand-wrap .item .cell img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#anli .video-case {
  padding-bottom: 40px;
}
#anli .video-case .video-case-wrap {
  width: 1400px;
  margin: 0 auto;
}
#anli .video-case .item {
  width: 440px;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
}
#anli .video-case .item:nth-child(3n+1) {
  margin-left: 0;
}
#anli .video-case .item a {
  display: block;
}
#anli .video-case .item .img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#anli .video-case .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#anli .video-case .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#anli .video-case .item .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}
#anli .video-case .item .img .text {
  width: 100%;
  position: absolute;
  line-height: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  z-index: 10;
}
#anli .video-case .item .img .icon {
  position: absolute;
  width: 100%;
  left: 0;
  top: 58%;
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
  z-index: 10;
}
#anli .video-case .item .img .icon i {
  color: #fff;
  font-size: 40px;
}
#anli .video-case .item .img:hover .text {
  top: 40%;
}
#anli .video-case .item .img:hover .icon {
  opacity: 1;
  top: 48%;
}
#anli .video-case .item .data {
  padding-top: 14px;
  margin-top: 20px;
  border-top: 1px solid #df1514;
}
#anli .video-case .item .data p {
  line-height: 28px;
  font-size: 18px;
  height: 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#zhuanjiaku .hejieContent .wrap {
  width: 1400px;
  margin: 0 auto;
}
#zhuanjiaku .team-wrap {
  position: relative;
}
#zhuanjiaku .team-wrap .g-title {
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  text-align: center;
  color: #333;
  font-size: 36px;
  z-index: 10;
}
#zhuanjiaku .team-wrap .bg {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  height: auto;
  padding-bottom: 90px;
  background: url(../img/team-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  overflow: hidden;
}
#zhuanjiaku .team-wrap .bg .black {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.6;
}
#zhuanjiaku .team-wrap .bg::before,
#zhuanjiaku .team-wrap .bg::after {
  content: "";
  display: block;
  width: 20000px;
  height: 20000px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 10;
}
#zhuanjiaku .team-wrap .bg::before {
  top: -19940px;
}
#zhuanjiaku .team-wrap .bg::after {
  bottom: -19940px;
}
#zhuanjiaku .team-wrap .team-info {
  color: #fff;
  text-align: center;
  padding-top: 120px;
  position: relative;
  margin-bottom: 50px;
}
#zhuanjiaku .team-wrap .team-info .title {
  font-size: 36px;
  margin-bottom: 10px;
}
#zhuanjiaku .team-wrap .team-info .intr {
  font-size: 16px;
  line-height: 28px;
}
#zhuanjiaku .team-wrap .team-list {
  position: relative;
}
#zhuanjiaku .team-wrap .team-list .personnel-item {
  color: #fff;
  text-align: center;
  width: 200px;
  display: inline-block;
  cursor: pointer;
}
#zhuanjiaku .team-wrap .team-list .personnel-item a {
  color: #fff;
}
#zhuanjiaku .team-wrap .team-list .personnel-item a:hover {
  color: #fff;
}
#zhuanjiaku .team-wrap .team-list .personnel-item .head {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
}
#zhuanjiaku .team-wrap .team-list .personnel-item .head img {
  display: block;
  width: 100%;
  height: 100%;
}
#zhuanjiaku .team-wrap .team-list .personnel-item .position {
  font-size: 16px;
  line-height: 34px;
}
#zhuanjiaku .team-wrap .team-list .personnel-item .name {
  font-size: 24px;
  line-height: 30px;
}
#zhuanjiaku .team-wrap .team-list .personnel-item.boss .head {
  width: 200px;
  height: 200px;
}
#zhuanjiaku .team-wrap .team-list .backbone {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
#zhuanjiaku .team-wrap .team-list .backbone .personnel-item {
  margin: 0 30px;
}
#zhuanjiaku .team-wrap .team-list .other {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}
#zhuanjiaku .team-wrap .team-list .other .arrow {
  position: absolute;
  width: 60px;
  height: 80px;
  cursor: pointer;
  line-height: 80px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  border-radius: 8px;
}
#zhuanjiaku .team-wrap .team-list .other .arrow i {
  color: #fff;
  font-size: 60px;
}
#zhuanjiaku .team-wrap .team-list .other .arrow.left {
  left: 0px;
}
#zhuanjiaku .team-wrap .team-list .other .arrow.right {
  right: 0px;
}
#zhuanjiaku .team-wrap .team-list .other .arrow:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#zhuanjiaku .team-wrap .team-list .other .swiper-container {
  width: 100%;
}
#zhuanjiaku .team-wrap .team-list .other .swiper-container .swiper-slide {
  text-align: center;
}
#zhuanjiaku .team-wrap .personnel-detail {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
}
#zhuanjiaku .team-wrap .personnel-detail .head {
  background-image: url(../img/personnel-detail-head.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 126px;
  position: relative;
}
#zhuanjiaku .team-wrap .personnel-detail .head .close {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  padding: 20px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
#zhuanjiaku .team-wrap .personnel-detail .head .close:hover {
  color: #df1514;
}
#zhuanjiaku .team-wrap .personnel-detail .info {
  color: #333;
  text-align: center;
  width: 160px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
#zhuanjiaku .team-wrap .personnel-detail .info .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
}
#zhuanjiaku .team-wrap .personnel-detail .info .img img {
  display: block;
  width: 100%;
  height: 100%;
}
#zhuanjiaku .team-wrap .personnel-detail .info .position {
  font-size: 16px;
  line-height: 34px;
}
#zhuanjiaku .team-wrap .personnel-detail .info .name {
  font-size: 24px;
  line-height: 30px;
}
#zhuanjiaku .team-wrap .personnel-detail .intr {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  width: 980px;
  margin: 0 auto;
  padding-top: 155px;
}
#zhuanjiaku .team-wrap .personnel-detail .case {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#zhuanjiaku .team-wrap .personnel-detail .case .case-wrap {
  width: 100%;
  padding: 0 60px;
}
#zhuanjiaku .team-wrap .personnel-detail .case .arrow {
  position: absolute;
  width: 40px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  border-radius: 6px;
  margin-top: 20px;
  background-color: #f5f5f5;
}
#zhuanjiaku .team-wrap .personnel-detail .case .arrow i {
  color: #999;
  font-size: 40px;
}
#zhuanjiaku .team-wrap .personnel-detail .case .arrow.left {
  left: 0px;
}
#zhuanjiaku .team-wrap .personnel-detail .case .arrow.right {
  right: 0px;
}
#zhuanjiaku .team-wrap .personnel-detail .case .arrow:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#zhuanjiaku .team-wrap .personnel-detail .case .tit {
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
#zhuanjiaku .team-wrap .personnel-detail .case .swiper-container {
  width: 100%;
}
#zhuanjiaku .team-wrap .personnel-detail .case a {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
#zhuanjiaku .team-wrap .personnel-detail .case a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
#zhuanjiaku .team-wrap .personnel-detail .case a img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#zhuanjiaku .engineering {
  width: 1400px;
  margin: 20px auto 50px;
}
#zhuanjiaku .engineering .item {
  float: left;
  width: 440px;
  height: 240px;
  box-shadow: 0px 1px 6px 0px #d9d9d9;
  border-radius: 10px;
  margin-left: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  padding: 40px;
}
#zhuanjiaku .engineering .item:nth-child(3n+1) {
  margin-left: 0;
}
#zhuanjiaku .engineering .item::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-color: #df1514;
  position: absolute;
  bottom: -30px;
  right: -30px;
  border-radius: 50%;
}
#zhuanjiaku .engineering .item .tit {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}
#zhuanjiaku .engineering .item .text {
  font-size: 16px;
  line-height: 28px;
}
.sitemap-page .sitemap-list {
  width: 1400px;
  margin: 0 auto;
  min-height: 200px;
  padding-top: 140px;
  padding-bottom: 40px;
}
.sitemap-page .sitemap-list .sitemap-item .title {
  line-height: 80px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 22px;
}
.sitemap-page .sitemap-list .sitemap-item ul {
  font-size: 0;
  overflow: hidden;
}
.sitemap-page .sitemap-list .sitemap-item ul li {
  float: left;
  margin-right: 20px;
  line-height: 50px;
}
.sitemap-page .sitemap-list .sitemap-item ul li a {
  font-size: 18px;
  display: block;
  color: #666;
  transition: all 0.3s;
}
.sitemap-page .sitemap-list .sitemap-item ul li a:hover {
  color: #df1514;
}
.error404-wrap {
  width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
}
.error404-wrap .error-icon {
  width: 40%;
  padding-top: 40px;
  margin: 0 auto;
}
.error404-wrap .error-icon img {
  display: block;
  width: 100%;
}
.error404-wrap .error-text {
  text-align: center;
  padding-bottom: 40px;
}
.error404-wrap .error-text .tips {
  font-size: 18px;
  line-height: 50px;
}
.error404-wrap .error-text .tips .time {
  color: #df1514;
  font-size: 22px;
  font-weight: 700;
}
.error404-wrap .error-text .go-home {
  display: inline-block;
  width: 140px;
  height: 40px;
  border: 2px solid #df1514;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #df1514;
}
@media screen and (max-width: 1500px) {
  .channel-page .advantage .list {
    text-align: center;
    margin-bottom: 40px;
    width: 960px;
  }
  .channel-page .advantage .list li {
    width: 280px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .channel-page .advantage .list .en {
    font-size: 100px;
    margin-bottom: 20px;
  }
  .channel-page .advantage .list .title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .channel-page .advantage .appointment {
    width: 1200px;
    height: 160px;
    border-radius: 0 60px 0 0;
  }
  .channel-page .advantage .appointment .left {
    padding-left: 140px;
    padding-top: 30px;
    padding-right: 140px;
  }
  .channel-page .advantage .appointment .left::after {
    width: 40px;
    height: 40px;
  }
  .channel-page .advantage .appointment .title {
    margin-bottom: 16px;
  }
  .channel-page .case .case-warp {
    width: 1200px;
  }
  .channel-page .case .item .main {
    height: 525px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .channel-page .case .item .main .img {
    width: 700px;
  }
  .channel-page .case .item .main .text {
    width: calc(100% - 700px);
  }
  .channel-page .case .item .main .text .class {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .channel-page .case .item .main .text .name {
    margin-bottom: 20px;
  }
  .channel-page .case .item .main .text .data {
    padding-top: 20px;
    margin-top: 20px;
  }
  .channel-page .case .item .main .text .data .data-item {
    margin-bottom: 0px;
  }
  .channel-page .case .item .main .text .consult-btn {
    height: 60px;
    line-height: 60px;
  }
  .channel-page .case .more {
    width: 200px;
    font-size: 20px;
  }
  .channel-page .brand .list {
    width: 1200px;
  }
  .channel-page .video-case .video-case-wrap {
    width: 1200px;
  }
  .channel-page .video-case .item {
    width: 380px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .channel-page .solution .main-img {
    width: 1200px;
  }
  .channel-page .architecture {
    width: 1200px;
    margin-bottom: 30px;
  }
  .channel-page .architecture .architecture-tab {
    padding: 30px 0;
  }
  .channel-page .architecture .architecture-con ul {
    width: 1200px;
    height: 400px;
  }
  .channel-page .architecture .architecture-con li {
    width: 100%;
  }
  .channel-page .architecture .architecture-con li .title .en {
    font-size: 58px;
    line-height: 1;
  }
  .channel-page .architecture .architecture-con li .title .cn {
    font-size: 22px;
  }
  .channel-page .architecture .architecture-con li .title .p {
    font-size: 16px;
    line-height: 24px;
  }
  .channel-page .architecture .architecture-con li.purpose .left {
    width: 640px;
  }
  .channel-page .architecture .architecture-con li.purpose .right {
    width: 560px;
  }
  .channel-page .architecture .architecture-con li.principle .left {
    width: 620px;
  }
  .channel-page .architecture .architecture-con li.principle .right {
    width: 580px;
  }
  .channel-page .architecture .architecture-con li.principle .principle-value {
    width: 620px;
  }
  .channel-page .architecture .architecture-con li.params .left {
    width: 380px;
  }
  .channel-page .architecture .architecture-con li.params .right {
    width: 820px;
  }
  .channel-page .field {
    padding: 0;
    margin-bottom: 30px;
  }
  .channel-page .field .field-class {
    width: 1200px;
    margin-bottom: 30px;
  }
  .channel-page .field .field-class .item .text {
    height: 150px;
    line-height: 150px;
    font-size: 20px;
  }
  .channel-page .bim {
    width: 1200px;
    margin: 40px auto 20px;
  }
  .channel-page .bim .item {
    width: 285px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .channel-page .bim .item .text {
    font-size: 18px;
  }
  .channel-page .quality .quality-nav {
    width: 1200px;
  }
  .channel-page .quality .quality-nav li {
    width: 220px;
    height: 160px;
    padding-top: 20px;
  }
  .channel-page .quality .quality-nav li.active {
    width: 320px;
  }
  .channel-page .quality .quality-con {
    width: 1200px;
  }
  .channel-page .quality .quality-con .item {
    width: 297px;
  }
  .channel-page .industryClass .class-nav ul {
    width: 1200px;
    margin-bottom: 30px;
    padding: 10px 0;
  }
  .channel-page .industryClass .class-nav li {
    font-size: 20px;
    padding: 0 20px;
    margin: 0;
  }
  .channel-page .industryClass .class-intr {
    width: 1200px;
  }
  .channel-page .industryClass .xfdz-class-con {
    width: 1200px;
    margin: 0 auto 40px;
  }
  .channel-page .industryClass .bandaoti-class-con {
    width: 1000px;
    margin: 0 auto 30px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr::after {
    width: 120px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .left {
    float: right;
    width: 420px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .left .img {
    border-radius: 8px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right {
    width: calc(100% - 420px);
    padding-right: 40px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .t {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .text {
    font-size: 16px;
    line-height: 28px;
  }
  .channel-page .industryClass .bandaoti-img-list {
    width: 1000px;
    padding: 30px 0;
    height: 460px;
  }
  .channel-page .industryClass .bandaoti-img-list .item .img {
    border-radius: 8px;
  }
  .channel-page .recommend {
    width: 1200px;
  }
  #contact .earth-wrap {
    width: 1200px;
  }
  #contact .company-info {
    width: 1200px;
    margin: 0 auto 30px;
  }
  #contact .company-info li {
    height: 240px;
  }
  #contact .company-info .p {
    font-size: 22px;
  }
  #contact .map-wrap .map {
    width: 1200px;
    height: 420px;
  }
  #video .video-list {
    width: 1200px;
  }
  #video .video-list .item {
    width: 380px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  #zixun .zixun-title {
    width: 1200px;
  }
  #zixun .zixun-title .title {
    font-size: 32px;
  }
  #zixun .zixun-con {
    width: 1200px;
    padding-top: 30px;
  }
  #zixun .zixun-con .zixun-list .item .text {
    width: calc(100% - 400px);
  }
  #zixun .zixun-con .zixun-list .item .img {
    width: 400px;
  }
  #zixun .zixun-con .zixun-list .item .name {
    font-size: 22px;
    line-height: 30px;
  }
  #zixun .zixun-con .zixun-list .item .data {
    line-height: 26px;
    margin-bottom: 10px;
  }
  #zixun .zixun-con .zixun-list .item .data span,
  #zixun .zixun-con .zixun-list .item .data a {
    font-size: 14px;
  }
  #zixun .zixun-con .zixun-list .item .intr {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    text-indent: 32px;
  }
  #zixun .recommend-list {
    width: 1200px;
  }
  #zixun .relevant-wrap {
    width: 1200px;
  }
  #zixun .back-list {
    width: 1200px;
  }
  #zixun .technical-desc .technical-item .name {
    font-size: 32px;
    line-height: 130px;
  }
  #zixun .technical-desc .technical-item .class {
    width: 1200px;
  }
  #zixun .technical-desc .technical-item .img ul {
    width: 1200px;
  }
  #zixun .technical-desc .technical-item .img ul li {
    padding: 60px 0;
  }
  #zixun .technical-desc .technical-item .img ul li.active {
    display: block;
  }
  #zixun .technical-desc .technical-item .img ul li .item {
    width: 380px;
    margin-left: 30px;
  }
  #zixun .anli-list {
    width: 1200px;
  }
  #zixun .anli-list .item {
    width: 386.5px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #zixun .tag-list {
    width: 1200px;
  }
  #anli .scene .scene-wrap {
    width: 1200px;
  }
  #anli .scene .scene-wrap .img {
    border-radius: 8px;
    overflow: hidden;
  }
  #anli .scene .scene-wrap .text {
    font-size: 18px;
    color: #666;
    line-height: 28px;
    width: 210px;
  }
  #anli .scene .scene-wrap .main-img {
    width: 730px;
  }
  #anli .scene .scene-wrap .main-img .text {
    right: -230px;
  }
  #anli .scene .scene-wrap .small-img .l-img {
    width: 210px;
  }
  #anli .scene .scene-wrap .small-img .l-img .img {
    width: 210px;
  }
  #anli .scene .scene-wrap .small-img .r-img {
    width: 210px;
  }
  #anli .scene .scene-wrap .small-img .r-img .img {
    width: 210px;
  }
  #anli .anli-list {
    width: 1100px;
  }
  #anli .more-anli {
    width: 1200px;
  }
  #anli .advantage .advantage-wrap {
    width: 1200px;
  }
  #anli .advantage .advantage-list li {
    width: 285px;
    height: 400px;
    margin-left: 20px;
    padding-top: 80px;
  }
  #anli .advantage .brand-wrap {
    width: 1200px;
    padding: 0 100px;
  }
  #anli .advantage .brand-wrap .arrow {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 50%;
  }
  #anli .advantage .brand-wrap .arrow.left {
    left: 30px;
  }
  #anli .advantage .brand-wrap .arrow.right {
    right: 30px;
  }
  #anli .advantage .brand-wrap .swiper-wrapper {
    width: 100%;
  }
  #anli .advantage .brand-wrap .brand-list {
    width: 100%;
    overflow: hidden;
  }
  #anli .video-case .video-case-wrap {
    width: 1200px;
  }
  #anli .video-case .item {
    width: 380px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  #zhuanjiaku .hejieContent .wrap {
    width: 1200px;
  }
  #zhuanjiaku .team-wrap .personnel-detail {
    width: 1200px;
  }
  #zhuanjiaku .engineering {
    width: 1200px;
    margin: 20px auto 30px;
  }
  #zhuanjiaku .engineering .item {
    width: 380px;
    height: 240px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .sitemap-page .sitemap-list {
    width: 1300px;
  }
  .error404-wrap {
    width: 1300px;
  }
}
@media screen and (max-width: 1440px) {
  .m-title h2 {
    font-size: 32px;
  }
  .m-title .en {
    font-size: 20px;
  }
  .channel-page .advantage .list .en {
    font-size: 80px;
  }
  .channel-page .advantage .appointment {
    width: 1100px;
  }
  .channel-page .advantage .appointment .left {
    padding-left: 84px;
    padding-right: 84px;
  }
  .channel-page .case .case-warp {
    width: 1100px;
  }
  .channel-page .case .item .main {
    height: 450px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .channel-page .case .item .main .img {
    width: 600px;
  }
  .channel-page .case .item .main .text {
    width: calc(100% - 600px);
  }
  .channel-page .case .item .main .text .class {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .channel-page .case .item .main .text .name {
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 18px;
  }
  .channel-page .case .item .main .text .intr {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
    height: calc(24px * 3);
  }
  .channel-page .case .item .main .text .data {
    padding-top: 20px;
    margin-top: 20px;
    width: 90%;
  }
  .channel-page .case .item .main .text .data .data-item {
    margin-bottom: 0px;
  }
  .channel-page .case .item .main .text .data .data-item .label {
    font-size: 16px;
    width: 100px;
    line-height: 28px;
    height: 28px;
  }
  .channel-page .case .item .main .text .data .data-item .value {
    font-size: 16px;
  }
  .channel-page .case .item .flow li {
    margin-left: 10px;
    width: calc(20% - 8px);
  }
  .channel-page .case .item .flow li .text {
    line-height: 34px;
    font-size: 16px;
  }
  .channel-page .case .more {
    width: 200px;
    font-size: 20px;
  }
  .channel-page .brand .list {
    width: 1100px;
  }
  .channel-page .video-case .video-case-wrap {
    width: 1100px;
  }
  .channel-page .video-case .item {
    width: 353px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .channel-page .solution .main-img {
    width: 1100px;
  }
  .channel-page .architecture {
    width: 1100px;
  }
  .channel-page .architecture .architecture-con ul {
    width: 1100px;
    height: 400px;
  }
  .channel-page .architecture .architecture-con li {
    width: 100%;
  }
  .channel-page .architecture .architecture-con li .title .en {
    font-size: 50px;
    line-height: 1;
  }
  .channel-page .architecture .architecture-con li .title .cn {
    font-size: 22px;
    margin-top: -20px;
  }
  .channel-page .architecture .architecture-con li .title .p {
    font-size: 16px;
    line-height: 24px;
  }
  .channel-page .architecture .architecture-con li.purpose .left {
    width: 590px;
  }
  .channel-page .architecture .architecture-con li.purpose .right {
    width: 510px;
  }
  .channel-page .architecture .architecture-con li.principle .left {
    width: 570px;
  }
  .channel-page .architecture .architecture-con li.principle .right {
    width: 530px;
  }
  .channel-page .architecture .architecture-con li.principle .principle-value {
    width: 570px;
  }
  .channel-page .architecture .architecture-con li.params .left {
    width: 380px;
  }
  .channel-page .architecture .architecture-con li.params .right {
    width: 720px;
  }
  .channel-page .architecture .architecture-con li.params .params-value {
    font-size: 16px;
    line-height: 24px;
  }
  .channel-page .architecture .architecture-con li.params .params-value .tit {
    margin-top: 10px;
  }
  .channel-page .field .field-class {
    width: 1100px;
  }
  .channel-page .field .field-class .item .text {
    height: 140px;
    line-height: 140px;
    font-size: 18px;
  }
  .channel-page .bim {
    width: 1100px;
  }
  .channel-page .bim .item {
    width: 260px;
  }
  .channel-page .bim .item .text {
    font-size: 16px;
  }
  .channel-page .quality .quality-nav {
    width: 1100px;
  }
  .channel-page .quality .quality-nav li {
    width: 200px;
    height: 160px;
    padding-top: 20px;
  }
  .channel-page .quality .quality-nav li.active {
    width: 300px;
  }
  .channel-page .quality .quality-con {
    width: 1100px;
  }
  .channel-page .quality .quality-con .item {
    width: 272px;
  }
  .channel-page .industryClass .class-nav ul {
    width: 1100px;
    margin-bottom: 30px;
    line-height: 38px;
  }
  .channel-page .industryClass .class-nav li {
    font-size: 16px;
  }
  .channel-page .industryClass .class-intr {
    width: 1100px;
  }
  .channel-page .industryClass .xfdz-class-con {
    width: 1100px;
    margin: 0 auto 40px;
  }
  .channel-page .industryClass .bandaoti-class-con {
    width: 1100px;
  }
  .channel-page .industryClass .bandaoti-img-list {
    height: 500px;
    width: 1100px;
  }
  .channel-page .recommend {
    width: 1100px;
  }
  #contact .earth-wrap {
    width: 1100px;
  }
  #contact .company-info {
    width: 1100px;
    margin: 0 auto 30px;
  }
  #contact .company-info li {
    height: 240px;
  }
  #contact .company-info .p {
    font-size: 22px;
  }
  #contact .map-wrap .map {
    width: 1100px;
    height: 400px;
  }
  #video .video-list {
    width: 1100px;
    margin-top: 20px;
  }
  #video .video-list .item {
    width: 353px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  #zixun .zixun-title {
    width: 1100px;
  }
  #zixun .zixun-title img {
    height: 40px;
  }
  #zixun .zixun-title .title {
    line-height: 40px;
    font-size: 28px;
  }
  #zixun .zixun-con {
    width: 1100px;
  }
  #zixun .zixun-con .zixun-list .item {
    padding: 20px 0;
  }
  #zixun .zixun-con .zixun-list .item .text {
    width: calc(100% - 360px);
  }
  #zixun .zixun-con .zixun-list .item .img {
    width: 360px;
  }
  #zixun .zixun-con .zixun-list .item .name {
    font-size: 18px;
    line-height: 28px;
  }
  #zixun .zixun-con .zixun-list .item .data {
    line-height: 18px;
    margin-bottom: 6px;
  }
  #zixun .zixun-con .zixun-list .item .data span,
  #zixun .zixun-con .zixun-list .item .data a {
    font-size: 14px;
  }
  #zixun .zixun-con .zixun-list .item .link {
    bottom: 20px;
  }
  #zixun .zixun-con .zixun-list .item .intr {
    font-size: 14px;
    line-height: 22px;
    height: 48px;
    text-indent: 28px;
  }
  #zixun .relevant-wrap {
    width: 1100px;
  }
  #zixun .recommend-list {
    width: 1100px;
  }
  #zixun .recommend-list .recommend-item {
    padding: 0 20px 20px;
  }
  #zixun .recommend-list .recommend-item .title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 50px;
  }
  #zixun .recommend-list .recommend-item li a {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #zixun .back-list {
    width: 1100px;
  }
  #zixun .technical-desc .technical-item .name {
    font-size: 32px;
    line-height: 130px;
  }
  #zixun .technical-desc .technical-item .class {
    width: 1100px;
  }
  #zixun .technical-desc .technical-item .class span {
    line-height: 38px;
    margin: 6px;
  }
  #zixun .technical-desc .technical-item .img ul {
    width: 1100px;
  }
  #zixun .technical-desc .technical-item .img ul li {
    padding: 40px 0;
  }
  #zixun .technical-desc .technical-item .img ul li .item {
    width: 346.6px;
  }
  #zixun .anli-list {
    width: 1100px;
  }
  #zixun .anli-list .item {
    width: 346.6px;
  }
  #zixun .anli-list .item .text {
    padding: 0 14px 14px;
  }
  #zixun .anli-list .item .text .name {
    font-size: 18px;
    line-height: 50px;
  }
  #zixun .anli-list .item .text .name img {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
  }
  #zixun .anli-list .item .text .data p {
    line-height: 24px;
    font-size: 16px;
    height: 24px;
  }
  #zixun .tag-list {
    width: 1100px;
  }
  #anli .scene .scene-wrap {
    width: 1100px;
  }
  #anli .scene .scene-wrap .img {
    border-radius: 8px;
    overflow: hidden;
  }
  #anli .scene .scene-wrap .text {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    width: 185px;
  }
  #anli .scene .scene-wrap .main-img {
    width: 680px;
  }
  #anli .scene .scene-wrap .main-img .text {
    right: -205px;
  }
  #anli .scene .scene-wrap .small-img .l-img {
    width: 185px;
  }
  #anli .scene .scene-wrap .small-img .l-img .img {
    width: 185px;
  }
  #anli .scene .scene-wrap .small-img .r-img {
    width: 185px;
  }
  #anli .scene .scene-wrap .small-img .r-img .img {
    width: 185px;
  }
  #anli .anli-list {
    width: 1100px;
  }
  #anli .anli-list .item {
    margin-bottom: 20px;
  }
  #anli .anli-list .item .img .name {
    font-size: 14px;
  }
  #anli .anli-list .item .text .data p {
    font-size: 14px;
    line-height: 20px;
  }
  #anli .more-anli {
    width: 1100px;
    margin: 0 auto 30px;
  }
  #anli .more-anli p {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
  }
  #anli .more-anli h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #anli .more-anli .btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    font-size: 20px;
  }
  #anli .advantage {
    padding-bottom: 30px;
  }
  #anli .advantage .advantage-wrap {
    width: 1100px;
    margin: 0 auto;
  }
  #anli .advantage .advantage-list li {
    width: 260px;
    height: 340px;
    margin-left: 20px;
    padding-top: 50px;
  }
  #anli .advantage .advantage-list li .tit {
    font-size: 20px;
    line-height: 24px;
  }
  #anli .advantage .advantage-list li .tit::after {
    width: 50px;
    margin: 30px auto 50px;
  }
  #anli .advantage .advantage-list li .intr {
    font-size: 16px;
    line-height: 24px;
  }
  #anli .advantage .brand-wrap {
    width: 1100px;
    padding: 0 100px;
    margin-bottom: 30px;
  }
  #anli .video-case .video-case-wrap {
    width: 1100px;
  }
  #anli .video-case .item {
    width: 353px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  #zhuanjiaku .hejieContent .wrap {
    width: 1400px;
  }
  #zhuanjiaku .team-wrap .personnel-detail {
    width: 1100px;
  }
  #zhuanjiaku .team-wrap .team-list .other {
    width: 1100px;
  }
  #zhuanjiaku .engineering {
    width: 1100px;
    margin: 20px auto 30px;
  }
  #zhuanjiaku .engineering .item {
    width: 346.6px;
    height: 240px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .sitemap-page .sitemap-list {
    width: 1200px;
  }
  .error404-wrap {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .m-title h2 {
    font-size: 30px;
  }
  .m-title .en {
    font-size: 18px;
  }
  .channel-page .advantage .list {
    text-align: center;
    margin-bottom: 40px;
    width: 840px;
  }
  .channel-page .advantage .list li {
    width: 240px;
  }
  .channel-page .advantage .list .en {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .channel-page .advantage .list .title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .channel-page .advantage .ad {
    width: 1000px;
    height: 250px;
  }
  .channel-page .advantage .ad .title {
    font-size: 22px;
    padding-top: 30px;
  }
  .channel-page .advantage .ad .intr {
    font-size: 16px;
    width: 800px;
    margin: 0 auto 30px;
  }
  .channel-page .advantage .ad .btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 18px;
  }
  .channel-page .case .case-warp {
    width: 1000px;
    padding-bottom: 50px;
  }
  .channel-page .case .case-warp .item .main {
    margin-bottom: 10px;
  }
  .channel-page .case .case-warp .item .main .text .class {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .channel-page .case .case-warp .item .main .text .class::after {
    height: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .channel-page .case .case-warp .item .main .text .name {
    width: 90%;
    margin: 0 auto 10px;
  }
  .channel-page .case .case-warp .item .main .text .data .data-item {
    margin-bottom: 24px;
  }
  .channel-page .case .case-warp .item .main .text .data .label {
    font-size: 14px;
    width: 80px;
  }
  .channel-page .case .case-warp .item .main .text .data .value {
    font-size: 14px;
  }
  .channel-page .case .case-warp .more {
    margin: 40px auto 0;
    width: 200px;
    height: 60px;
    font-size: 20px;
    line-height: 56px;
  }
  .channel-page .brand .list {
    padding-bottom: 0;
    width: 1000px;
  }
  .channel-page .brand li {
    margin-left: 24px;
    margin-bottom: 24px;
    width: calc(25% - 18px);
  }
  .channel-page .brand li:nth-child(6n+1) {
    margin-left: 24px;
  }
  .channel-page .brand li:nth-child(4n+1) {
    margin-left: 0;
  }
  .channel-page .video-case .video-case-wrap {
    width: 1000px;
  }
  .channel-page .video-case .item {
    width: 320px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .channel-page .video-case .item .img .text {
    font-size: 20px;
  }
  .channel-page .video-case .item .img .icon {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60%;
    opacity: 0;
    text-align: center;
    transition: all 0.3s;
    z-index: 10;
  }
  .channel-page .video-case .item .img .icon i {
    color: #fff;
    font-size: 36px;
  }
  .channel-page .video-case .item .data {
    padding-top: 8px;
    margin-top: 12px;
    border-top: 1px solid #df1514;
  }
  .channel-page .video-case .item .data p {
    line-height: 26px;
    font-size: 16px;
    height: 26px;
  }
  .channel-page .solution .main-img {
    width: 1000px;
  }
  .channel-page .architecture .architecture-con ul {
    width: 1000px;
    height: 300px;
  }
  .channel-page .architecture .architecture-con li .title .en {
    font-size: 40px;
  }
  .channel-page .architecture .architecture-con li .title .cn {
    margin-top: -14px;
  }
  .channel-page .architecture .architecture-con li .title .p {
    font-size: 14px;
    line-height: 20px;
  }
  .channel-page .architecture .architecture-con li.purpose .left {
    width: 540px;
  }
  .channel-page .architecture .architecture-con li.purpose .right {
    width: 460px;
  }
  .channel-page .architecture .architecture-con li.principle .left {
    width: 520px;
  }
  .channel-page .architecture .architecture-con li.principle .right {
    width: 480px;
  }
  .channel-page .architecture .architecture-con li.principle .principle-value {
    width: 520px;
  }
  .channel-page .architecture .architecture-con li.params .left {
    width: 350px;
  }
  .channel-page .architecture .architecture-con li.params .right {
    width: 650px;
  }
  .channel-page .architecture .architecture-con li.params .params-value {
    font-size: 14px;
    line-height: 20px;
  }
  .channel-page .architecture .architecture-con li.params .params-value .tit {
    margin-top: 10px;
  }
  .channel-page .bim {
    width: 1000px;
    margin: 40px auto 30px;
  }
  .channel-page .bim .item {
    width: 235px;
  }
  .channel-page .quality .quality-nav {
    width: 1000px;
  }
  .channel-page .quality .quality-nav li {
    width: 190px;
    height: 130px;
    padding-top: 16px;
  }
  .channel-page .quality .quality-nav li.active {
    width: 240px;
  }
  .channel-page .quality .quality-nav li .name {
    font-size: 20px;
  }
  .channel-page .quality .quality-nav li .name::after {
    margin: 14px auto 14px;
  }
  .channel-page .quality .quality-nav li p {
    font-size: 16px;
  }
  .channel-page .quality .quality-con {
    width: 1000px;
    margin: 20px auto;
  }
  .channel-page .quality .quality-con .item {
    width: 247px;
  }
  .channel-page .industryClass .class-nav ul {
    width: 1000px;
  }
  .channel-page .industryClass .class-nav li {
    font-size: 16px;
    padding: 0 10px;
  }
  .channel-page .industryClass .class-intr {
    width: 1000px;
    line-height: 26px;
    font-size: 16px;
  }
  .channel-page .industryClass .xfdz-class-con {
    width: 1000px;
    margin: 0 auto 30px;
  }
  .channel-page .industryClass .bandaoti-class-con {
    width: 1000px;
    margin: 0 auto 20px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .left {
    float: right;
    width: 50%;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right {
    float: left;
    width: 50%;
    padding-right: 30px;
    position: relative;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .t {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .text {
    font-size: 16px;
    line-height: 28px;
  }
  .channel-page .industryClass .bandaoti-img-list {
    width: 1000px;
  }
  .channel-page .recommend {
    width: 1000px;
  }
  #contact .earth-wrap {
    width: 1000px;
  }
  #contact .company-info {
    width: 1000px;
    margin: 0 auto 30px;
  }
  #contact .company-info li {
    height: 220px;
  }
  #contact .company-info .label {
    margin-bottom: 10px;
  }
  #contact .company-info .p {
    font-size: 20px;
    line-height: 34px;
  }
  #contact .company-info .text {
    line-height: 30px;
  }
  #contact .company-info .btn {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
  #contact .map-wrap .map {
    width: 1000px;
    height: 360px;
  }
  #video .video-list {
    width: 1000px;
    margin-top: 20px;
  }
  #video .video-list .item {
    width: 320px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  #video .video-list .item .img .text {
    font-size: 20px;
  }
  #video .video-list .item .img .icon {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60%;
    opacity: 0;
    text-align: center;
    transition: all 0.3s;
    z-index: 10;
  }
  #video .video-list .item .img .icon i {
    color: #fff;
    font-size: 36px;
  }
  #video .video-list .item .data {
    padding-top: 8px;
    margin-top: 12px;
    border-top: 1px solid #df1514;
  }
  #video .video-list .item .data p {
    line-height: 26px;
    font-size: 16px;
    height: 26px;
  }
  #zixun .zixun-title {
    width: 1000px;
  }
  #zixun .zixun-title .title {
    font-size: 26px;
  }
  #zixun .relevant-wrap {
    width: 1000px;
    margin-bottom: 20px;
  }
  #zixun .relevant-wrap .item {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #zixun .zixun-con {
    width: 1000px;
  }
  #zixun .zixun-con .zixun-list .item .text {
    width: calc(100% - 300px);
    padding-left: 20px;
  }
  #zixun .zixun-con .zixun-list .item .img {
    width: 300px;
  }
  #zixun .zixun-con .zixun-list .item .name {
    font-size: 18px;
    line-height: 26px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  #zixun .technical-desc .technical-item .name {
    font-size: 32px;
    line-height: 130px;
  }
  #zixun .technical-desc .technical-item .class {
    width: 1000px;
  }
  #zixun .technical-desc .technical-item .class span {
    line-height: 38px;
    margin: 0 10px 5px;
  }
  #zixun .technical-desc .technical-item .img ul {
    width: 1000px;
  }
  #zixun .technical-desc .technical-item .img ul li {
    padding: 40px 0;
  }
  #zixun .technical-desc .technical-item .img ul li .item {
    width: 320px;
    margin-left: 20px;
  }
  #zixun .recommend-list {
    width: 1000px;
  }
  #zixun .back-list {
    width: 1000px;
  }
  #zixun .anli-list {
    width: 1000px;
  }
  #zixun .anli-list .item {
    width: 320px;
  }
  #zixun .anli-list .item .text {
    padding: 10 14px 14px;
  }
  #zixun .anli-list .item .text .name {
    font-size: 18px;
    line-height: 40px;
  }
  #zixun .anli-list .item .text .data p {
    line-height: 24px;
    font-size: 14px;
    height: 24px;
  }
  #zixun .tag-list {
    width: 1000px;
  }
  #zixun .signing-dynamics .wrap {
    width: 760px;
    height: 320px;
    padding: 30px 0;
  }
  #zixun .signing-dynamics .wrap .swiper-container {
    height: 100%;
  }
  #zixun .signing-dynamics .wrap .news-item {
    line-height: 40px;
    height: 40px;
  }
  #anli .scene .scene-wrap {
    width: 1000px;
  }
  #anli .scene .scene-wrap .text {
    font-size: 14px;
    line-height: 20px;
    width: 160px;
  }
  #anli .scene .scene-wrap .main-img {
    width: 630px;
  }
  #anli .scene .scene-wrap .main-img .text {
    right: -180px;
  }
  #anli .scene .scene-wrap .small-img .l-img {
    width: 160px;
  }
  #anli .scene .scene-wrap .small-img .l-img .img {
    width: 160px;
  }
  #anli .scene .scene-wrap .small-img .r-img {
    width: 160px;
  }
  #anli .scene .scene-wrap .small-img .r-img .img {
    width: 160px;
  }
  #anli .anli-list {
    width: 1000px;
  }
  #anli .anli-list .item .img .type {
    line-height: 26px;
    height: 26px;
  }
  #anli .more-anli {
    width: 1000px;
  }
  #anli .more-anli p {
    font-size: 16px;
  }
  #anli .more-anli h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #anli .more-anli .btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 20px;
  }
  #anli .advantage {
    padding-bottom: 30px;
  }
  #anli .advantage .advantage-wrap {
    width: 1000px;
    margin: 0 auto;
  }
  #anli .advantage .advantage-title {
    margin-bottom: 30px;
  }
  #anli .advantage .advantage-title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #anli .advantage .advantage-title .en {
    font-size: 18px;
  }
  #anli .advantage .advantage-list li {
    width: 235px;
    height: 340px;
    margin-left: 20px;
    padding-top: 50px;
  }
  #anli .advantage .advantage-list li .tit {
    font-size: 20px;
    line-height: 24px;
  }
  #anli .advantage .advantage-list li .tit::after {
    width: 50px;
    margin: 30px auto 50px;
  }
  #anli .advantage .advantage-list li .intr {
    font-size: 16px;
    line-height: 24px;
  }
  #anli .advantage .brand-wrap {
    width: 1000px;
    padding: 0 80px;
  }
  #anli .advantage .brand-wrap .arrow {
    height: 80px;
    line-height: 80px;
  }
  #anli .advantage .brand-wrap .arrow.left {
    left: 10px;
  }
  #anli .advantage .brand-wrap .arrow.right {
    right: 10px;
  }
  #anli .advantage .brand-wrap .item {
    width: 25%;
  }
  #anli .video-case .video-case-wrap {
    width: 1000px;
  }
  #anli .video-case .item {
    width: 320px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  #anli .video-case .item .img .text {
    font-size: 20px;
  }
  #anli .video-case .item .img .icon {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60%;
    opacity: 0;
    text-align: center;
    transition: all 0.3s;
    z-index: 10;
  }
  #anli .video-case .item .img .icon i {
    color: #fff;
    font-size: 36px;
  }
  #anli .video-case .item .data {
    padding-top: 8px;
    margin-top: 12px;
    border-top: 1px solid #df1514;
  }
  #anli .video-case .item .data p {
    line-height: 26px;
    font-size: 16px;
    height: 26px;
  }
  #zhuanjiaku .hejieContent .wrap {
    width: 1000px;
  }
  #zhuanjiaku .team-wrap .g-title {
    font-size: 30px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item {
    width: 160px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .head {
    width: 130px;
    height: 130px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .position {
    font-size: 16px;
    line-height: 28px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .name {
    font-size: 20px;
    line-height: 26px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item.boss .head {
    width: 160px;
    height: 160px;
  }
  #zhuanjiaku .team-wrap .team-list .backbone {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item {
    margin: 0 30px;
  }
  #zhuanjiaku .team-wrap .team-list .other {
    width: 1000px;
  }
  #zhuanjiaku .team-wrap .personnel-detail {
    width: 1000px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .intr {
    width: 940px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case {
    width: 940px;
    margin: 0 auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .tit {
    font-size: 16px;
    color: #666;
    line-height: 40px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .swiper-container {
    width: 100%;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case a {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case a img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #zhuanjiaku .engineering {
    width: 1000px;
    margin: 20px auto 30px;
  }
  #zhuanjiaku .engineering .item {
    width: 320px;
    height: 220px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .sitemap-page .sitemap-list {
    padding-top: 100px;
    width: 1000px;
  }
  .sitemap-page .sitemap-list .sitemap-item .title {
    font-size: 20px;
    line-height: 60px;
  }
  .sitemap-page .sitemap-list .sitemap-item ul li a {
    font-size: 16px;
  }
  .error404-wrap {
    width: 1000px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .m-title {
    padding: 30px;
  }
  .m-title h2 {
    font-size: 26px;
    line-height: 1;
  }
  .m-title .en {
    font-size: 16px;
  }
  .m-title .en h2 + .en {
    margin-top: 10px;
  }
  .channel-page .advantage {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .channel-page .advantage .list {
    width: 90%;
    text-align: center;
    margin-bottom: 40px;
  }
  .channel-page .advantage .list li {
    width: 27.33%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .channel-page .advantage .list .en {
    font-size: 7.8vw;
    margin-bottom: 2vw;
  }
  .channel-page .advantage .list .title {
    font-size: 2vw;
    margin-bottom: 0px;
  }
  .channel-page .advantage .list .intr {
    font-size: 1.6vw;
    line-height: 2.4vw;
    padding: 1.6vw;
    text-indent: 3.2vw;
  }
  .channel-page .advantage .appointment {
    width: 100%;
    height: 140px;
    border-radius: 0;
  }
  .channel-page .advantage .appointment .left {
    padding: 20px;
    width: 66%;
  }
  .channel-page .advantage .appointment .left::after {
    width: 40px;
    height: 40px;
  }
  .channel-page .advantage .appointment .right {
    width: 34%;
    position: relative;
  }
  .channel-page .advantage .appointment .title {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .channel-page .advantage .appointment .intr {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .channel-page .advantage .appointment .btn {
    width: 160px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
  }
  .channel-page .case .case-warp {
    width: 100%;
    padding: 0 20px 30px;
  }
  .channel-page .case .case-warp .item .main {
    margin-bottom: 10px;
    height: auto;
    position: relative;
  }
  .channel-page .case .case-warp .item .main .img {
    width: 100%;
  }
  .channel-page .case .case-warp .item .main .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: table;
    padding-bottom: 60px;
  }
  .channel-page .case .case-warp .item .main .text .text-wrap {
    display: table-cell;
    vertical-align: middle;
    position: static;
    transform: translateY(0);
    margin: 0;
  }
  .channel-page .case .case-warp .item .main .text .class {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .channel-page .case .case-warp .item .main .text .class::after {
    margin-bottom: 10px;
  }
  .channel-page .case .case-warp .item .main .text .data .data-item {
    margin-bottom: 24px;
  }
  .channel-page .case .case-warp .item .main .text .data .label {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    width: 100px;
  }
  .channel-page .case .case-warp .item .main .text .data .value {
    font-size: 16px;
  }
  .channel-page .case .case-warp .item .main .text .intr .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .channel-page .case .case-warp .item .main .text .intr p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
  }
  .channel-page .case .case-warp .item .flow li .text {
    font-size: 14px;
    line-height: 28px;
  }
  .channel-page .case .case-warp .more {
    margin: 4vw auto 0;
    width: 20vw;
    height: 6vw;
    font-size: 2vw;
    line-height: calc(6vw - 4px);
  }
  .channel-page .brand {
    width: 100%;
  }
  .channel-page .brand .list {
    padding: 0 20px;
    width: 100%;
  }
  .channel-page .brand li {
    width: calc(25% - 9px);
    margin-left: 12px;
    margin-bottom: 12px;
  }
  .channel-page .brand li:nth-child(6n+1) {
    margin-left: 12px;
  }
  .channel-page .brand li:nth-child(4n+1) {
    margin-left: 0;
  }
  .channel-page .video-case .video-case-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .channel-page .video-case .item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .channel-page .video-case .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .channel-page .video-case .item .img .text {
    font-size: 18px;
  }
  .channel-page .video-case .item .img .icon i {
    color: #fff;
    font-size: 32px;
  }
  .channel-page .video-case .item .data p {
    line-height: 26px;
    font-size: 14px;
    height: 26px;
  }
  .channel-page .solution {
    padding: 0 20px;
    width: 100%;
  }
  .channel-page .solution .main-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .channel-page .solution .main-img .see-img {
    opacity: 1;
  }
  .channel-page .architecture {
    width: 100%;
  }
  .channel-page .architecture .architecture-wrap .intr {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
  }
  .channel-page .architecture .architecture-tab {
    padding: 20px;
    width: 100%;
  }
  .channel-page .architecture .architecture-tab li {
    width: calc(33.33%-1px);
    margin-left: 1px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
  }
  .channel-page .architecture .architecture-con {
    width: 100%;
    padding: 20px;
  }
  .channel-page .architecture .architecture-con ul {
    width: 100%;
    height: 36vw;
  }
  .channel-page .architecture .architecture-con li .title .en {
    font-size: 4.6vw;
  }
  .channel-page .architecture .architecture-con li .title .cn {
    font-size: 2.4vw;
    margin-top: -1.4vw;
  }
  .channel-page .architecture .architecture-con li .title .p {
    font-size: 1.4vw;
    line-height: 2vw;
  }
  .channel-page .architecture .architecture-con li.purpose .left {
    width: 54%;
  }
  .channel-page .architecture .architecture-con li.purpose .right {
    width: 46%;
  }
  .channel-page .architecture .architecture-con li.purpose .purpose-value {
    line-height: 3vw;
    font-size: 1.8vw;
    top: 50%;
    left: 2vw;
  }
  .channel-page .architecture .architecture-con li.principle .left {
    width: 52%;
  }
  .channel-page .architecture .architecture-con li.principle .right {
    width: 48%;
  }
  .channel-page .architecture .architecture-con li.principle .principle-value {
    width: 100%;
  }
  .channel-page .architecture .architecture-con li.params .left {
    width: 35%;
  }
  .channel-page .architecture .architecture-con li.params .right {
    width: 65%;
  }
  .channel-page .architecture .architecture-con li.params .params-value {
    font-size: 1.6vw;
    line-height: 2.2vw;
  }
  .channel-page .architecture .architecture-con li.params .params-value .tit {
    margin-top: 1vw;
  }
  .channel-page .field {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .channel-page .field .field-class {
    width: 100%;
    border-radius: 8px;
  }
  .channel-page .field .field-class .circle {
    width: 70vw;
    height: 70vw;
  }
  .channel-page .field .field-class .circle > div:nth-child(1) {
    box-shadow: 0px 1px 0.8vw 0px rgba(0, 0, 0, 0.05);
    height: 63vw;
    width: 63vw;
  }
  .channel-page .field .field-class .circle > div:nth-child(2) {
    width: 42vw;
    height: 42vw;
  }
  .channel-page .field .field-class .circle > div:nth-child(3) {
    width: 32vw;
    height: 32vw;
    box-shadow: 0px 1px 1.2vw 0px rgba(0, 0, 0, 0.1);
  }
  .channel-page .field .field-class .circle > div:nth-child(4) {
    width: 26vw;
    height: 26vw;
    box-shadow: 0px 1px 1.2vw 0px rgba(166, 231, 255, 0.4);
  }
  .channel-page .field .field-class .circle > div:nth-child(5) {
    width: 20vw;
    height: 20vw;
  }
  .channel-page .field .field-class .circle > div.text {
    font-size: 1.8vw;
    line-height: 3.8vw;
    letter-spacing: 1px;
  }
  .channel-page .field .field-class .circle .class {
    width: 42vw;
    height: 42vw;
  }
  .channel-page .field .field-class .circle .class div {
    font-size: 1.8vw;
  }
  .channel-page .field .field-class .circle .class div::after,
  .channel-page .field .field-class .circle .class div::before {
    width: 0.8vw;
    height: 0.8vw;
    box-shadow: 0px 0px 1px 0.4vw rgba(166, 231, 255, 0.4);
    vertical-align: 0.1vw;
  }
  .channel-page .field .field-class .circle .class div::after {
    margin-left: 1vw;
  }
  .channel-page .field .field-class .circle .class div::before {
    margin-right: 1vw;
  }
  .channel-page .field .field-class .circle .class div:nth-child(1),
  .channel-page .field .field-class .circle .class div:nth-child(2) {
    top: 3.7vw;
  }
  .channel-page .field .field-class .circle .class div:nth-child(3),
  .channel-page .field .field-class .circle .class div:nth-child(4) {
    top: 50%;
  }
  .channel-page .field .field-class .circle .class div:nth-child(5),
  .channel-page .field .field-class .circle .class div:nth-child(6) {
    bottom: 5vw;
  }
  .channel-page .field .field-class .circle .class div:nth-child(1) {
    left: -2vw;
  }
  .channel-page .field .field-class .circle .class div:nth-child(2) {
    right: 0;
  }
  .channel-page .field .field-class .circle .class div:nth-child(3) {
    left: 0;
    transform: translateX(-110%);
  }
  .channel-page .field .field-class .circle .class div:nth-child(4) {
    right: 0;
    transform: translateX(110%);
  }
  .channel-page .field .field-class .circle .class div:nth-child(5) {
    left: -1.4vw;
  }
  .channel-page .field .field-class .circle .class div:nth-child(6) {
    right: -1vw;
  }
  .channel-page .field .field-class .item .text {
    height: 80px;
    line-height: 80px;
    font-size: 14px;
  }
  .channel-page .field .business-icon {
    margin-bottom: 20px;
  }
  .channel-page .field .business-icon li {
    width: 25%;
  }
  .channel-page .field .business-icon li img {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
  }
  .channel-page .field .business-icon li p {
    font-size: 14px;
  }
  .channel-page .field .intr {
    font-size: 16px;
  }
  .channel-page .field .intr p {
    display: inline-block;
    margin: 0 10px;
  }
  .channel-page .bim {
    width: 100%;
    padding: 0 20px;
    margin: 2vw auto 10px;
  }
  .channel-page .bim .item {
    width: calc(25% - 15px);
    margin-left: 20px;
  }
  .channel-page .bim .item:first-child {
    margin-left: 0;
  }
  .channel-page .bim .item .text {
    opacity: 1;
  }
  .channel-page .quality {
    padding: 0 20px;
  }
  .channel-page .quality .quality-nav {
    width: 100%;
  }
  .channel-page .quality .quality-nav li {
    width: 18%;
    line-height: 6vw;
    height: auto;
    padding-top: 0;
  }
  .channel-page .quality .quality-nav li.active {
    width: 28%;
  }
  .channel-page .quality .quality-nav li .name {
    font-size: 2vw;
  }
  .channel-page .quality .quality-nav li .name::after {
    display: none;
  }
  .channel-page .quality .quality-nav li p {
    font-size: 1.6vw;
    display: none;
  }
  .channel-page .quality .quality-con {
    width: 100%;
    margin: 3vw auto;
  }
  .channel-page .quality .quality-con .item {
    width: 23.5%;
    margin-left: 2%;
  }
  .channel-page .quality .quality-con .item:first-child {
    margin-left: 0;
  }
  .channel-page .industryClass .class-nav {
    width: 100%;
  }
  .channel-page .industryClass .class-nav ul {
    width: 100%;
    padding: 0 20px;
  }
  .channel-page .industryClass .class-nav li {
    font-size: 16px;
  }
  .channel-page .industryClass .class-intr {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    padding: 0 20px;
  }
  .channel-page .industryClass .xfdz-class-con {
    width: 100%;
    margin: 0 auto 30px;
  }
  .channel-page .industryClass .bandaoti-class-con {
    width: 100%;
    margin: 0 auto 40px;
  }
  .channel-page .industryClass .bandaoti-class-con ul {
    width: 100%;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr {
    padding: 0 20px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr::after {
    width: 16%;
    left: 20px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .left {
    float: right;
    width: 50%;
    padding: 0;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-top: 10px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .t {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .text {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
  }
  .channel-page .industryClass .bandaoti-img-list {
    width: 100%;
    padding: 0 20px;
    height: auto;
    margin-bottom: 20px;
  }
  .channel-page .industryClass .bandaoti-img-list .item .img {
    border-radius: 8px;
  }
  .channel-page .industryClass .bandaoti-img-list .item:hover .img {
    padding-bottom: 146.86%;
    margin-top: 0;
  }
  .channel-page .industryClass .bandaoti-img-list .item:hover .text {
    color: #666;
  }
  .channel-page .industryClass .bandaoti-img-list .item .text {
    font-size: 16px;
    line-height: 24px;
  }
  .channel-page .industryClass .bandaoti-img-list .item .text::before {
    width: 40px;
    margin: 16px auto 10px;
  }
  .channel-page .recommend {
    width: 96%;
  }
  #contact .earth-wrap {
    width: 100%;
    padding: 20px 20px 0;
  }
  #contact .company-info {
    width: 100%;
    padding: 20px;
    margin: 0 auto 20px;
  }
  #contact .company-info li {
    height: 220px;
  }
  #contact .company-info .label {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 46px;
  }
  #contact .company-info .p {
    font-size: 16px;
    line-height: 28px;
  }
  #contact .company-info .p + .text {
    margin-top: 5px;
  }
  #contact .company-info .text {
    line-height: 22px;
  }
  #contact .company-info .btn {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
  #contact .map-wrap .map {
    width: 100%;
    height: 320px;
  }
  #video .video-list {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  #video .video-list .item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  #video .video-list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #video .video-list .item .img .text {
    font-size: 18px;
  }
  #video .video-list .item .img .icon i {
    color: #fff;
    font-size: 32px;
  }
  #video .video-list .item .data p {
    line-height: 26px;
    font-size: 14px;
    height: 26px;
  }
  #zixun .zixun-title {
    width: 100%;
    padding: 0 20px;
    margin: 0px;
  }
  #zixun .zixun-title img {
    height: 38px;
  }
  #zixun .zixun-title .title {
    font-size: 24px;
    line-height: 38px;
  }
  #zixun .zixun-detail {
    margin-bottom: 0;
  }
  #zixun .zixun-detail .date {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
  #zixun .zixun-detail .detail {
    padding: 20px 0;
    font-size: 14px;
    line-height: 28px;
  }
  #zixun .zixun-detail .tag {
    font-size: 14px;
    line-height: 50px;
  }
  #zixun .relevant-wrap {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #zixun .relevant-wrap .item {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  #zixun .relevant-wrap .item a {
    font-size: 14px;
  }
  #zixun .relevant-wrap .back {
    font-size: 16px;
    line-height: 30px;
  }
  #zixun .zixun-con {
    width: 100%;
    padding: 20px;
  }
  #zixun .zixun-con .zixun-list {
    margin-bottom: 20px;
  }
  #zixun .zixun-con .zixun-list .item .text {
    width: calc(100% - 280px);
  }
  #zixun .zixun-con .zixun-list .item .img {
    width: 280px;
  }
  #zixun .zixun-con .zixun-list .item .name {
    font-size: 18px;
    line-height: 26px;
    height: 36px;
    margin-bottom: 0px;
  }
  #zixun .recommend-list {
    width: 100%;
    padding: 0 20px;
  }
  #zixun .recommend-list .recommend-item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  #zixun .recommend-list .recommend-item:first-child {
    margin-left: 0;
  }
  #zixun .back-list {
    width: 100%;
    padding: 0 20px;
  }
  #zixun .hejie-page {
    padding-right: 0;
  }
  #zixun .technical-desc {
    margin-bottom: 30px;
  }
  #zixun .technical-desc .technical-item .name {
    font-size: 24px;
    line-height: 80px;
  }
  #zixun .technical-desc .technical-item .class {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #zixun .technical-desc .technical-item .class span {
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 5px 10px;
  }
  #zixun .technical-desc .technical-item .img ul {
    width: 100%;
    padding: 0 20px;
  }
  #zixun .technical-desc .technical-item .img ul li {
    padding: 20px 0;
  }
  #zixun .technical-desc .technical-item .img ul li .item {
    width: 32%;
    margin-left: 2%;
  }
  #zixun .technical-desc .technical-item .img ul li .item:first-child {
    margin-left: 0;
  }
  #zixun .anli-list {
    width: 100%;
    padding: 0 20px;
  }
  #zixun .anli-list .item {
    margin-left: 21px;
    margin-bottom: 21px;
    width: calc(33% - 14px);
  }
  #zixun .anli-list .item:first-child {
    margin-left: 0;
  }
  #zixun .anli-list .item .text {
    padding: 0 10px 10px;
  }
  #zixun .anli-list .item .text .type {
    font-size: 14px;
    min-width: 28px;
    height: 24px;
    line-height: 24px;
  }
  #zixun .anli-list .item .text .name {
    font-size: 18px;
    line-height: 40px;
  }
  #zixun .anli-list .item .text .name img {
    height: 24px;
  }
  #zixun .anli-list .item .text .data p {
    line-height: 24px;
    font-size: 14px;
    height: 24px;
  }
  #zixun .tag-list {
    width: 100%;
    padding: 0 20px;
  }
  #zixun .tag-list .title {
    width: 152px;
    height: 40px;
    line-height: 40px;
  }
  #zixun .tag-list .title a {
    font-size: 16px;
    color: #fff;
  }
  #zixun .tag-list ul {
    padding: 10px 0;
  }
  #zixun .signing-dynamics {
    padding-top: 50px;
  }
  #zixun .signing-dynamics .wrap {
    width: 80%;
    height: 320px;
    padding: 20px 0 40px;
  }
  #zixun .signing-dynamics .wrap .swiper-container {
    width: 80%;
    height: 100%;
  }
  #zixun .signing-dynamics .wrap .news-item {
    line-height: 40px;
    height: 40px;
  }
  #anli .scene {
    padding: 0 20px;
  }
  #anli .scene .scene-wrap {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #anli .scene .scene-wrap .text {
    font-size: 14px;
    line-height: 20px;
    width: 160px;
    display: none;
  }
  #anli .scene .scene-wrap .main-img {
    width: calc(100% - 170px);
    float: left;
  }
  #anli .scene .scene-wrap .small-img {
    width: 150px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  #anli .scene .scene-wrap .small-img .l-img {
    position: static;
    width: 100%;
    height: calc(100% - 170px);
    margin-bottom: 20px;
  }
  #anli .scene .scene-wrap .small-img .l-img .img {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    position: static;
  }
  #anli .scene .scene-wrap .small-img .r-img {
    width: 100%;
    height: 150px;
    position: static;
    right: 0;
    bottom: 0;
    top: auto;
  }
  #anli .scene .scene-wrap .small-img .r-img .img {
    position: static;
    width: 100%;
  }
  #anli .anli-list {
    width: 100%;
    padding: 0 20px;
  }
  #anli .anli-list .item {
    margin-left: 21px;
    margin-bottom: 21px;
    width: calc(33% - 14px);
  }
  #anli .anli-list .item:first-child {
    margin-left: 0;
  }
  #anli .anli-list .item .text {
    padding: 0 10px 10px;
  }
  #anli .anli-list .item .text .type {
    font-size: 14px;
    min-width: 28px;
    height: 24px;
    line-height: 24px;
  }
  #anli .anli-list .item .text .name {
    font-size: 18px;
    line-height: 40px;
  }
  #anli .anli-list .item .text .data p {
    line-height: 24px;
    font-size: 14px;
    height: 24px;
  }
  #anli .more-anli {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px;
  }
  #anli .advantage {
    padding-bottom: 30px;
  }
  #anli .advantage .advantage-wrap {
    width: 100%;
    padding: 0 20px;
  }
  #anli .advantage .advantage-title {
    margin-bottom: 30px;
  }
  #anli .advantage .advantage-title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #anli .advantage .advantage-title .en {
    font-size: 18px;
  }
  #anli .advantage .advantage-list li {
    width: 23.5%;
    height: 260px;
    margin-left: 2%;
    padding-top: 6%;
  }
  #anli .advantage .advantage-list li:first-child {
    margin-left: 0;
  }
  #anli .advantage .advantage-list li .tit {
    font-size: 16px;
    line-height: 20px;
  }
  #anli .advantage .advantage-list li .tit::after {
    width: 50px;
    margin: 10px auto 20px;
  }
  #anli .advantage .advantage-list li .intr {
    font-size: 12px;
    line-height: 20px;
  }
  #anli .advantage .brand-wrap {
    width: 100%;
    padding: 0 80px;
  }
  #anli .video-case .video-case-wrap {
    width: 100%;
    padding: 0 20px;
  }
  #anli .video-case .item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  #anli .video-case .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #anli .video-case .item .img .text {
    font-size: 18px;
  }
  #anli .video-case .item .img .icon i {
    color: #fff;
    font-size: 32px;
  }
  #anli .video-case .item .data p {
    line-height: 26px;
    font-size: 14px;
    height: 26px;
  }
  #zhuanjiaku .hejieContent .wrap {
    width: 100%;
    padding: 0 20px;
  }
  #zhuanjiaku .team-wrap .g-title {
    font-size: 30px;
    top: -50px;
  }
  #zhuanjiaku .team-wrap .bg {
    height: auto;
    padding: 20px;
  }
  #zhuanjiaku .team-wrap .bg::after,
  #zhuanjiaku .team-wrap .bg::before {
    display: none;
  }
  #zhuanjiaku .team-wrap .team-info {
    padding-top: 20px;
    position: relative;
    margin-bottom: 20px;
  }
  #zhuanjiaku .team-wrap .team-info .title {
    font-size: 30px;
  }
  #zhuanjiaku .team-wrap .team-info .intr {
    font-size: 16px;
    line-height: 28px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item {
    width: 160px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .head {
    width: 130px;
    height: 130px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .position {
    font-size: 16px;
    line-height: 28px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .name {
    font-size: 20px;
    line-height: 26px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item.boss .head {
    width: 160px;
    height: 160px;
  }
  #zhuanjiaku .team-wrap .team-list .backbone {
    margin-bottom: 40px;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item {
    margin: 0 10px;
  }
  #zhuanjiaku .team-wrap .team-list .other {
    width: 100%;
    padding: 0 40px;
  }
  #zhuanjiaku .team-wrap .team-list .other .arrow {
    width: 40px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #zhuanjiaku .team-wrap .team-list .other .arrow i {
    font-size: 40px;
  }
  #zhuanjiaku .team-wrap .personnel-detail {
    width: 100%;
    padding-bottom: 0;
    height: auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail .content {
    padding: 20px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info {
    width: 130px;
    top: 30px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info .img {
    width: 130px;
    height: 130px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info .position {
    font-size: 16px;
    line-height: 26px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info .name {
    font-size: 20px;
    line-height: 26px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .intr {
    width: 100%;
    padding-top: 80px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case {
    width: 100%;
    margin: 0 auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .tit {
    font-size: 16px;
    color: #666;
    line-height: 40px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .swiper-container {
    width: 100%;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case a {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case a img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #zhuanjiaku .engineering {
    width: 100%;
    padding: 0  20px;
    margin: 20px auto 30px;
  }
  #zhuanjiaku .engineering .item {
    width: 32%;
    height: 220px;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 20px;
  }
  #zhuanjiaku .engineering .item::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
    right: -20px;
  }
  #zhuanjiaku .engineering .item .tit {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  #zhuanjiaku .engineering .item .text {
    font-size: 14px;
    line-height: 24px;
  }
  .sitemap-page .sitemap-list {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .error404-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .error404-wrap .error-icon {
    width: 60%;
    padding-top: 20px;
  }
  .error404-wrap .error-text {
    text-align: center;
    padding-bottom: 30px;
  }
  .error404-wrap .error-text .tips {
    font-size: 16px;
    line-height: 50px;
  }
  .error404-wrap .error-text .tips .time {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m-title {
    padding: 20px;
  }
  .m-title h2 {
    font-size: 20px;
    line-height: 1;
  }
  .m-title .en {
    font-size: 16px;
    line-height: 1;
  }
  .m-title h2 + .en {
    margin-top: 10px;
  }
  .channel-page .advantage {
    padding: 20px 0 20px;
    margin-bottom: 0;
  }
  .channel-page .advantage .list {
    margin-bottom: 20px;
  }
  .channel-page .advantage .appointment {
    height: 140px;
  }
  .channel-page .advantage .appointment .left::after {
    width: 30px;
    height: 30px;
  }
  .channel-page .advantage .appointment .title {
    margin-bottom: 16px;
  }
  .channel-page .advantage .appointment .intr {
    font-size: 14px;
    line-height: 22px;
  }
  .channel-page .advantage .appointment .btn {
    width: 110px;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }
  .channel-page .industryClass .class-nav {
    margin-bottom: 20px;
  }
  .channel-page .industryClass .class-nav ul {
    margin-bottom: 20px;
  }
  .channel-page .industryClass .bandaoti-class-con {
    margin-bottom: 20px;
  }
  .channel-page .industryClass .bandaoti-class-con li {
    padding: 0 20px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr {
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr::after {
    display: none;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .left {
    float: none;
    width: 100%;
    padding: 0;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right {
    float: none;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 20px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    padding-right: 20px;
    padding-top: 10px;
    color: #fff;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .t {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .text {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
  }
  .channel-page .industryClass .xfdz-class-con .swiper-slide {
    z-index: 10;
    transition: all 0.5s;
    transform: scale(1);
  }
  .channel-page .industryClass .xfdz-class-con .swiper-slide.swiper-slide-prev {
    z-index: 10;
    transform: scale(1) translateY(0);
  }
  .channel-page .industryClass .xfdz-class-con .swiper-slide.swiper-slide-next {
    z-index: 10;
    transform: scale(1) translateY(0);
  }
  .channel-page .solution .main-img {
    margin-bottom: 20px;
  }
  .channel-page .video-case {
    padding-bottom: 30px;
  }
  .channel-page .video-case .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .channel-page .video-case .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .channel-page .video-case .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .channel-page .video-case .item .img .text {
    font-size: 16px;
  }
  .channel-page .video-case .item .img .icon i {
    color: #fff;
    font-size: 32px;
  }
  .channel-page .video-case .item .data p {
    line-height: 22px;
    font-size: 14px;
    height: 22px;
  }
  #contact .company-info li {
    height: 220px;
    float: left;
    margin-left: 4%;
    height: 240px;
    width: 48%;
  }
  #contact .company-info li:nth-child(3n+1) {
    margin-left: 4%;
  }
  #contact .company-info li:nth-child(2n+1) {
    margin-left: 0;
  }
  #contact .map-wrap .map {
    width: 1000px;
    height: 360px;
  }
  #contact .map-info {
    text-align: left;
    padding: 0 5px 5px;
  }
  #contact .map-info .name {
    font-size: 14px;
    margin-bottom: 5px;
    color: #df1514;
  }
  #contact .map-info .address {
    font-size: 12px;
  }
  #video .video-list {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  #video .video-list .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  #video .video-list .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  #video .video-list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #video .video-list .item .img .text {
    font-size: 16px;
  }
  #video .video-list .item .img .icon i {
    color: #fff;
    font-size: 32px;
  }
  #video .video-list .item .data p {
    line-height: 22px;
    font-size: 14px;
    height: 22px;
  }
  #zixun .zixun-title img {
    height: 36px;
  }
  #zixun .zixun-title .title {
    font-size: 20px;
    line-height: 36px;
  }
  #zixun .relevant-wrap {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #zixun .zixun-con {
    width: 100%;
    padding: 20px;
  }
  #zixun .zixun-con .zixun-list .item .text {
    width: calc(100% - 220px);
  }
  #zixun .zixun-con .zixun-list .item .img {
    width: 220px;
  }
  #zixun .zixun-con .zixun-list .item .name {
    font-size: 16px;
    margin-bottom: 0;
  }
  #zixun .zixun-con .zixun-list .item .data {
    font-size: 12px;
  }
  #zixun .zixun-con .zixun-list .item .intr {
    font-size: 14px;
  }
  #zixun .zixun-con .zixun-list .item .link {
    font-size: 14px;
  }
  #zixun .recommend-list .recommend-item {
    margin-bottom: 20px;
  }
  #zixun .back-list .back {
    font-size: 14px;
  }
  #zixun .technical-desc {
    margin-bottom: 20px;
  }
  #zixun .technical-desc .technical-item .name {
    font-size: 20px;
    line-height: 60px;
  }
  #zixun .technical-desc .technical-item .class span {
    line-height: 30px;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 15px;
    margin: 0 2px 5px;
  }
  #zixun .technical-desc .technical-item .img ul {
    padding: 0 20px;
  }
  #zixun .technical-desc .technical-item .img ul li {
    padding: 20px 0;
  }
  #zixun .technical-desc .technical-item .img ul li .item {
    width: 32%;
    margin-left: 2%;
  }
  #zixun .technical-desc .technical-item .img ul li .item:first-child {
    margin-left: 0;
  }
  #zixun .anli-list {
    width: 100%;
    padding: 0 20px;
  }
  #zixun .anli-list .item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  #zixun .anli-list .item:nth-child(3n+1) {
    margin-left: 20px;
  }
  #zixun .anli-list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #zixun .anli-list .item .text .name {
    font-size: 16px;
  }
  #zixun .tag-list {
    width: 100%;
    padding: 0 20px;
  }
  #zixun .tag-list ul {
    padding: 10px 0;
  }
  #zixun .tag-list li {
    height: 16px;
  }
  #zixun .tag-list li a {
    font-size: 14px;
    line-height: 14px;
  }
  #zixun .signing-dynamics {
    padding-top: 50px;
  }
  #zixun .signing-dynamics .bg {
    height: 280px;
  }
  #zixun .signing-dynamics .wrap .news-item {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .zixun-detail .hejie-breadcrumb a:last-child {
    display: none;
  }
  #anli .scene .scene-wrap .main-img {
    width: calc(100% - 130px);
  }
  #anli .scene .scene-wrap .small-img {
    width: 120px;
  }
  #anli .scene .scene-wrap .small-img .l-img {
    position: static;
    width: 100%;
    height: calc(100% - 130px);
    margin-bottom: 10px;
  }
  #anli .scene .scene-wrap .small-img .l-img .img {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    position: static;
  }
  #anli .scene .scene-wrap .small-img .r-img {
    width: 100%;
    height: 120px;
    position: static;
    right: 0;
    bottom: 0;
    top: auto;
  }
  #anli .scene .scene-wrap .small-img .r-img .img {
    position: static;
    width: 100%;
  }
  #anli .anli-list {
    width: 100%;
    padding: 0 20px;
  }
  #anli .anli-list .item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  #anli .anli-list .item:nth-child(3n+1) {
    margin-left: 20px;
  }
  #anli .anli-list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #anli .anli-list .item .img .name {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 5px;
  }
  #anli .anli-list .item .img .type {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
  }
  #anli .anli-list .item .text {
    padding: 0;
  }
  #anli .anli-list .item .text .data p {
    padding: 0;
    line-height: 20px;
    height: 20px;
  }
  #anli .more-anli .btn {
    font-size: 16px;
    width: 140px;
  }
  #anli .advantage .advantage-title {
    margin-bottom: 30px;
  }
  #anli .advantage .advantage-title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #anli .advantage .advantage-title .en {
    font-size: 18px;
  }
  #anli .advantage .advantage-list li {
    width: 49%;
    height: 200px;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  #anli .advantage .advantage-list li:nth-child(2n+1) {
    margin-left: 0;
  }
  #anli .advantage .brand-wrap {
    width: 100%;
    padding: 0 70px;
  }
  #anli .advantage .brand-wrap .item {
    width: 33.33%;
    padding: 3px;
  }
  #anli .advantage .brand-wrap .arrow {
    width: 40px;
    height: 80px;
  }
  #anli .advantage .brand-wrap .arrow.left {
    left: 20px;
  }
  #anli .advantage .brand-wrap .arrow.right {
    right: 20px;
  }
  #anli .video-case {
    padding-bottom: 30px;
  }
  #anli .video-case .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  #anli .video-case .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  #anli .video-case .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #anli .video-case .item .img .text {
    font-size: 16px;
  }
  #anli .video-case .item .img .icon i {
    color: #fff;
    font-size: 32px;
  }
  #anli .video-case .item .data p {
    line-height: 22px;
    font-size: 14px;
    height: 22px;
  }
  #zhuanjiaku .hejieContent .wrap {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #zhuanjiaku .team-wrap {
    padding-top: 20px;
  }
  #zhuanjiaku .team-wrap .g-title {
    font-size: 22px;
    top: -20px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item {
    width: 120px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .head {
    width: 100px;
    height: 100px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .position {
    font-size: 14px;
    line-height: 22px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .name {
    font-size: 16px;
    line-height: 20px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item.boss .head {
    width: 120px;
    height: 120px;
  }
  #zhuanjiaku .team-wrap .team-list .backbone {
    position: relative;
    margin: 40px auto 20px;
    width: 80%;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item {
    margin: 0 5px;
    display: block;
    float: left;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item:first-child {
    float: left;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item:last-child {
    float: right;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item.boss {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
  #zhuanjiaku .team-wrap .team-list .other {
    width: 100%;
  }
  #zhuanjiaku .team-wrap .team-info {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #zhuanjiaku .team-wrap .team-info .title {
    font-size: 24px;
  }
  #zhuanjiaku .team-wrap .team-info .intr {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail {
    width: 100%;
    height: auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail .content {
    padding: 20px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info {
    width: 120px;
    top: 20px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info .img {
    width: 120px;
    height: 120px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info .position {
    font-size: 14px;
    line-height: 24px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info .name {
    font-size: 18px;
    line-height: 24px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .intr {
    padding-top: 70px;
    font-size: 14px;
    line-height: 24px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case {
    width: 100%;
    margin: 0 auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .tit {
    font-size: 14px;
    line-height: 40px;
  }
  #zhuanjiaku .engineering .item {
    width: 32%;
    height: 240px;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 20px;
  }
  #zhuanjiaku .engineering .item::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
    right: -20px;
  }
  #zhuanjiaku .engineering .item .tit {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #zhuanjiaku .engineering .item .text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 620px) {
  .channel-page .advantage {
    padding: 20px 0 0;
    margin-bottom: 20px;
  }
  .channel-page .advantage .list {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
  }
  .channel-page .advantage .list li {
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .channel-page .advantage .list .en {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .channel-page .advantage .list .title {
    font-size: 14px;
  }
  .channel-page .advantage .list .intr {
    font-size: 12px;
    line-height: 18px;
  }
  .channel-page .case .case-warp {
    width: 100%;
    padding: 10px;
  }
  .channel-page .case .case-warp .item .main {
    margin-bottom: 10px;
  }
  .channel-page .case .case-warp .item .main .text {
    padding-bottom: 40px;
  }
  .channel-page .case .case-warp .item .main .text .class {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .channel-page .case .case-warp .item .main .text .class::after {
    margin-bottom: 10px;
  }
  .channel-page .case .case-warp .item .main .text .data .data-item {
    margin-bottom: 24px;
  }
  .channel-page .case .case-warp .item .main .text .data .label {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 80px;
  }
  .channel-page .case .case-warp .item .main .text .data .value {
    font-size: 14px;
  }
  .channel-page .case .case-warp .item .main .text .intr {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .channel-page .case .case-warp .item .main .text .consult-btn {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .channel-page .case .case-warp .item .flow li .text {
    line-height: 26px;
    font-size: 14px;
  }
  .channel-page .case .case-warp .more {
    margin: 20px auto 0;
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }
  .channel-page .brand {
    padding: 0;
  }
  .channel-page .brand .list {
    padding: 10px 20px;
  }
  .channel-page .brand li {
    width: calc(33.33% - 8px);
  }
  .channel-page .brand li:nth-child(6n+1) {
    margin-left: 12px;
  }
  .channel-page .brand li:nth-child(4n+1) {
    margin-left: 12px;
  }
  .channel-page .brand li:nth-child(3n+1) {
    margin-left: 0;
  }
  .channel-page .brand li .text {
    font-size: 14px;
  }
  .channel-page .solution {
    padding: 10px;
  }
  .channel-page .field {
    margin-bottom: 0;
  }
  .channel-page .field .field-class .item .text {
    height: 120px;
    line-height: 120px;
    font-size: 12px;
  }
  .channel-page .field .business-icon {
    margin-bottom: 20px;
  }
  .channel-page .field .business-icon li img {
    width: 30px;
    height: 30px;
  }
  .channel-page .field .business-icon li p {
    font-size: 14px;
  }
  .channel-page .field .standard {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .channel-page .field .intr {
    font-size: 14px;
  }
  .channel-page .field .intr p {
    display: inline-block;
    margin: 0 5px;
  }
  .channel-page .architecture .architecture-wrap .intr {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 10px auto;
  }
  .channel-page .architecture .architecture-tab {
    padding: 10px;
    width: 100%;
  }
  .channel-page .architecture .architecture-tab li {
    font-size: 14px;
    line-height: 40px;
  }
  .channel-page .architecture .architecture-con {
    padding: 10px;
  }
  .channel-page .architecture .architecture-con ul {
    width: 100%;
    height: auto;
  }
  .channel-page .architecture .architecture-con li .title .en {
    font-size: 4.6vw;
  }
  .channel-page .architecture .architecture-con li .title .cn {
    font-size: 2.4vw;
    margin-top: -1.4vw;
  }
  .channel-page .architecture .architecture-con li .title .p {
    font-size: 1.4vw;
    line-height: 2vw;
  }
  .channel-page .architecture .architecture-con li.purpose {
    height: auto;
  }
  .channel-page .architecture .architecture-con li.purpose .left {
    width: 54%;
    display: none;
  }
  .channel-page .architecture .architecture-con li.purpose .right {
    width: 100%;
  }
  .channel-page .architecture .architecture-con li.purpose .purpose-value {
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    position: static;
    transform: translate(0, 0);
  }
  .channel-page .architecture .architecture-con li.principle {
    height: auto;
    overflow: hidden;
  }
  .channel-page .architecture .architecture-con li.principle .left {
    width: 100%;
  }
  .channel-page .architecture .architecture-con li.principle .right {
    width: 100%;
    display: none;
  }
  .channel-page .architecture .architecture-con li.principle .principle-value {
    width: 100%;
    position: static;
    transform: translate(0, 0);
  }
  .channel-page .architecture .architecture-con li.params {
    height: auto;
  }
  .channel-page .architecture .architecture-con li.params .left {
    display: none;
  }
  .channel-page .architecture .architecture-con li.params .right {
    width: 100%;
  }
  .channel-page .architecture .architecture-con li.params .params-value {
    font-size: 14px;
    line-height: 24px;
    position: static;
    transform: translate(0, 0);
  }
  .channel-page .architecture .architecture-con li.params .params-value .tit {
    margin-top: 1vw;
  }
  .channel-page .bim {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .channel-page .bim .item {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .channel-page .bim .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .channel-page .bim .item .text {
    opacity: 1;
  }
  .channel-page .quality {
    padding: 10px;
  }
  .channel-page .quality .quality-nav {
    width: 100%;
  }
  .channel-page .quality .quality-nav li {
    width: 19%;
    line-height: 50px;
    height: auto;
    padding-top: 0;
  }
  .channel-page .quality .quality-nav li.active {
    width: 24%;
  }
  .channel-page .quality .quality-nav li .name {
    font-size: 14px;
  }
  .channel-page .quality .quality-nav li .name::after {
    display: none;
  }
  .channel-page .quality .quality-con {
    width: 100%;
    margin: 10px auto;
  }
  .channel-page .quality .quality-con .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .channel-page .quality .quality-con .item:first-child {
    margin-left: 0;
  }
  .channel-page .quality .quality-con .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .channel-page .industryClass .class-nav li {
    font-size: 14px;
  }
  .channel-page .industryClass .class-intr {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
  }
  .channel-page .industryClass .xfdz-class-con {
    width: 100%;
    margin: 0 auto 20px;
  }
  .channel-page .industryClass .bandaoti-class-con {
    width: 100%;
  }
  .channel-page .industryClass .bandaoti-img-list {
    margin-bottom: 0;
  }
  .channel-page .industryClass .bandaoti-img-list .item .text {
    font-size: 14px;
  }
  .channel-page .industryClass .bandaoti-img-list .item .text::before {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .channel-page .recommend {
    width: 96%;
  }
  #contact .company-info {
    margin-bottom: 0;
  }
  #contact .company-info li {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
  #contact .company-info li:last-child {
    margin-bottom: 0;
  }
  #contact .company-info .label {
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
  }
  #contact .company-info .p {
    font-size: 14px;
    line-height: 24px;
  }
  #contact .company-info .text {
    font-size: 14px;
    line-height: 24px;
  }
  #contact .company-info .btn {
    width: 100px;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
  }
  #contact .map-wrap {
    padding: 20px;
  }
  #contact .map-wrap .map {
    width: 100%;
    height: 240px;
    margin: 10px auto;
  }
  #zixun .zixun-title img {
    height: 34px;
  }
  #zixun .zixun-title .title {
    font-size: 18px;
    line-height: 34px;
  }
  #zixun .zixun-con {
    width: 100%;
    padding-top: 0;
  }
  #zixun .zixun-con .zixun-list .item .text {
    width: 100%;
    padding: 0;
  }
  #zixun .zixun-con .zixun-list .item .img {
    width: 100%;
  }
  #zixun .zixun-con .zixun-list .item .name {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
  #zixun .zixun-con .zixun-list .item .date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #zixun .zixun-con .zixun-list .item .intr {
    font-size: 14px;
    line-height: 18px;
    text-indent: 0;
    height: auto;
  }
  #zixun .zixun-con .zixun-list .item .link {
    text-align: right;
    font-size: 14px;
    position: static;
    display: none;
  }
  #zixun .recommend-list .recommend-item {
    width: 100%;
    margin-left: 0;
  }
  #zixun .recommend-list .recommend-item:last-child {
    margin-left: 0;
  }
  #anli .scene .scene-wrap .main-img {
    width: calc(100% - 90px);
  }
  #anli .scene .scene-wrap .small-img {
    width: 80px;
  }
  #anli .scene .scene-wrap .small-img .l-img {
    position: static;
    width: 100%;
    height: calc(100% - 90px);
    margin-bottom: 10px;
  }
  #anli .scene .scene-wrap .small-img .l-img .img {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    position: static;
  }
  #anli .scene .scene-wrap .small-img .r-img {
    height: 80px;
  }
  #zhuanjiaku .wrap {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #zhuanjiaku .team-wrap {
    padding-top: 20px;
  }
  #zhuanjiaku .team-wrap .g-title {
    font-size: 22px;
    top: -20px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item {
    width: 100px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .head {
    width: 90px;
    height: 90px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .position {
    font-size: 14px;
    line-height: 22px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item .name {
    font-size: 16px;
    line-height: 20px;
  }
  #zhuanjiaku .team-wrap .team-list .personnel-item.boss .head {
    width: 100px;
    height: 100px;
  }
  #zhuanjiaku .team-wrap .team-list .backbone {
    margin: 40px auto 20px;
    width: 100%;
    display: flex;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item {
    flex: 1;
    float: none;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item:first-child {
    float: none;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item:last-child {
    float: none;
  }
  #zhuanjiaku .team-wrap .team-list .backbone .personnel-item.boss {
    margin-top: -10px;
    position: static;
    transform: translateX(0%);
  }
  #zhuanjiaku .team-wrap .team-list .other {
    width: 100%;
    padding: 0;
  }
  #zhuanjiaku .team-wrap .team-list .other .arrow {
    display: none;
  }
  #zhuanjiaku .team-wrap .team-info {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #zhuanjiaku .team-wrap .team-info .title {
    font-size: 24px;
  }
  #zhuanjiaku .team-wrap .team-info .intr {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail {
    width: 100%;
    height: auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail .content {
    padding: 20px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info {
    width: 120px;
    top: 20px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info .img {
    width: 120px;
    height: 120px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info .position {
    font-size: 14px;
    line-height: 24px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .info .name {
    font-size: 18px;
    line-height: 24px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .intr {
    padding-top: 70px;
    font-size: 14px;
    line-height: 24px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case {
    width: 100%;
    margin: 0 auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .tit {
    font-size: 14px;
    line-height: 40px;
  }
  #zhuanjiaku .engineering .item {
    width: 49%;
    height: 240px;
    padding: 20px;
  }
  #zhuanjiaku .engineering .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  #zhuanjiaku .engineering .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #zhuanjiaku .engineering .item::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
    right: -20px;
  }
  #zhuanjiaku .engineering .item .tit {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #zhuanjiaku .engineering .item .text {
    font-size: 14px;
    line-height: 20px;
  }
  .error404-wrap {
    padding-top: 60px;
  }
  .error404-wrap .error-icon {
    width: 80%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .channel-page .advantage .list {
    margin-bottom: 20px;
  }
  .channel-page .advantage .appointment {
    height: auto;
  }
  .channel-page .advantage .appointment .left {
    padding: 20px;
    width: 100%;
  }
  .channel-page .advantage .appointment .left::after {
    display: none;
  }
  .channel-page .advantage .appointment .right {
    width: 100%;
    height: 90px;
  }
  .channel-page .case .case-warp {
    width: 100%;
    padding: 10px;
  }
  .channel-page .case .case-warp .item .main {
    margin-bottom: 10px;
  }
  .channel-page .case .case-warp .item .main .text {
    padding-bottom: 40px;
  }
  .channel-page .case .case-warp .item .main .text .class {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .channel-page .case .case-warp .item .main .text .class::after {
    height: 1px;
    margin-bottom: 5px;
  }
  .channel-page .case .case-warp .item .main .text .name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .channel-page .case .case-warp .item .main .text .data {
    padding-top: 10px;
    margin-top: 10px;
  }
  .channel-page .case .case-warp .item .main .text .data .data-item {
    margin-bottom: 24px;
  }
  .channel-page .case .case-warp .item .main .text .data .label {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 80px;
  }
  .channel-page .case .case-warp .item .main .text .data .value {
    font-size: 14px;
  }
  .channel-page .case .case-warp .item .main .text .intr {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .channel-page .case .case-warp .item .main .text .consult-btn {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    display: none;
  }
  .channel-page .case .case-warp .item .flow li .text {
    line-height: 24px;
    font-size: 12px;
  }
  .channel-page .case .case-warp .more {
    margin: 20px auto 0;
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }
  .channel-page .solution {
    padding: 10px;
  }
  .channel-page .field .field-class {
    margin-bottom: 16px;
  }
  .channel-page .field .field-class .item .text {
    height: 80px;
    line-height: 80px;
    font-size: 12px;
  }
  .channel-page .field .business-icon {
    margin-bottom: 10px;
  }
  .channel-page .field .business-icon li img {
    width: 26px;
    height: 26px;
  }
  .channel-page .field .business-icon li p {
    font-size: 12px;
  }
  .channel-page .field .standard {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .channel-page .field .intr {
    font-size: 14px;
    line-height: 22px;
  }
  .channel-page .field .intr p {
    display: inline-block;
    margin: 0 5px;
  }
  .channel-page .architecture .architecture-wrap .intr {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 10px auto;
  }
  .channel-page .architecture .architecture-tab {
    padding: 10px;
    width: 100%;
  }
  .channel-page .architecture .architecture-tab li {
    font-size: 14px;
    line-height: 40px;
  }
  .channel-page .architecture .architecture-con {
    padding: 10px;
  }
  .channel-page .architecture .architecture-con ul {
    width: 100%;
    height: auto;
  }
  .channel-page .architecture .architecture-con li .title .en {
    font-size: 4.6vw;
  }
  .channel-page .architecture .architecture-con li .title .cn {
    font-size: 2.4vw;
    margin-top: -1.4vw;
  }
  .channel-page .architecture .architecture-con li .title .p {
    font-size: 1.4vw;
    line-height: 2vw;
  }
  .channel-page .architecture .architecture-con li.purpose {
    height: auto;
  }
  .channel-page .architecture .architecture-con li.purpose .left {
    width: 54%;
    display: none;
  }
  .channel-page .architecture .architecture-con li.purpose .right {
    width: 100%;
  }
  .channel-page .architecture .architecture-con li.purpose .purpose-value {
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    position: static;
    transform: translate(0, 0);
  }
  .channel-page .architecture .architecture-con li.principle {
    height: auto;
    overflow: hidden;
  }
  .channel-page .architecture .architecture-con li.principle .left {
    width: 100%;
  }
  .channel-page .architecture .architecture-con li.principle .right {
    width: 100%;
    display: none;
  }
  .channel-page .architecture .architecture-con li.principle .principle-value {
    width: 100%;
    position: static;
    transform: translate(0, 0);
  }
  .channel-page .architecture .architecture-con li.params {
    height: auto;
  }
  .channel-page .architecture .architecture-con li.params .left {
    display: none;
  }
  .channel-page .architecture .architecture-con li.params .right {
    width: 100%;
  }
  .channel-page .architecture .architecture-con li.params .params-value {
    font-size: 14px;
    line-height: 24px;
    position: static;
    transform: translate(0, 0);
  }
  .channel-page .architecture .architecture-con li.params .params-value .tit {
    margin-top: 1vw;
  }
  .channel-page .bim {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .channel-page .bim .item {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .channel-page .bim .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .channel-page .bim .item .text {
    opacity: 1;
  }
  .channel-page .quality {
    padding: 10px;
  }
  .channel-page .quality .quality-nav {
    width: 100%;
  }
  .channel-page .quality .quality-nav li {
    width: 19%;
    line-height: 50px;
    height: auto;
    padding-top: 0;
  }
  .channel-page .quality .quality-nav li.active {
    width: 24%;
  }
  .channel-page .quality .quality-nav li .name {
    font-size: 14px;
  }
  .channel-page .quality .quality-nav li .name::after {
    display: none;
  }
  .channel-page .quality .quality-con {
    width: 100%;
    margin: 10px auto;
  }
  .channel-page .quality .quality-con .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .channel-page .quality .quality-con .item:first-child {
    margin-left: 0;
  }
  .channel-page .quality .quality-con .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .channel-page .industryClass .class-nav ul {
    line-height: 40px;
  }
  .channel-page .industryClass .class-nav li {
    font-size: 14px;
    margin: 0;
    padding: 0 5px;
  }
  .channel-page .industryClass .class-intr {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
  }
  .channel-page .industryClass .xfdz-class-con {
    width: 100%;
    margin: 0 auto 20px;
  }
  .channel-page .industryClass .bandaoti-class-con {
    width: 100%;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right {
    padding: 10px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .t {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .channel-page .industryClass .bandaoti-class-con li .intr .right .text {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
  }
  .channel-page .recommend {
    width: 96%;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case {
    width: 100%;
    margin: 0 auto;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .case-wrap {
    padding: 0 40px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .arrow {
    width: 30px;
    height: 50px;
    line-height: 50px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .arrow i {
    font-size: 26px;
  }
  #zhuanjiaku .team-wrap .personnel-detail .case .tit {
    font-size: 14px;
    line-height: 40px;
  }
}
.hejieContent .nav {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.hejieContent .nav a {
  font-size: 22px;
  color: #333;
  display: inline-block;
  line-height: 80px;
  margin: 0 28px;
  position: relative;
}
.hejieContent .nav a.active {
  color: #df1514;
}
.hejieContent .nav a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  height: 2px;
  background-color: #df1514;
}
.hejieContent .page-wz {
  width: 1400px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto 40px;
}
.hejieContent .page-wz span {
  font-size: 16px;
  color: #999;
}
.hejieContent .page-wz a {
  font-size: 16px;
  color: #999;
}
.hejieContent .page-wz a:hover {
  color: #333;
}
.hejieContent .page-wz h2 {
  font-size: 16px;
  color: #999;
  display: inline-block;
  font-weight: 400;
}
.hejieContent .section-wrap {
  margin-bottom: 80px;
}
.hejieContent .section-wrap .moudle-title {
  width: 1400px;
  text-align: center;
  margin: 0 auto 34px;
}
.hejieContent .section-wrap .moudle-title h2 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
}
.hejieContent .section-wrap .moudle-title .en {
  font-size: 22px;
  color: #999;
  text-align: center;
}
.hejieContent .section-wrap .moudle-wrap {
  width: 1400px;
  margin: 30px auto 0;
}
.about-page .section1 .wrap1 {
  width: 620px;
  height: 240px;
  background-color: #f5f5f5;
  font-size: 28px;
  color: #666;
  line-height: 240px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.about-page .section1 .wrap1 span {
  font-size: 80px;
  color: #1a8cff;
  font-weight: bold;
  font-style: italic;
  margin-right: 30px;
  position: relative;
}
.about-page .section1 .wrap1 span em {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  position: absolute;
  right: -33px;
  top: 16px;
}
.about-page .section1 .item {
  width: 300px;
  height: 340px;
  background-color: #fafafa;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.about-page .section1 .item .title {
  font-size: 28px;
  color: #666;
  display: table;
  position: absolute;
  right: 30px;
  top: 80px;
}
.about-page .section1 .item .title .en {
  font-size: 16px;
  color: #999;
}
.about-page .section1 .item .icon {
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 45px;
  left: 60px;
  display: none;
}
.about-page .section1 .item .icon.icon1 {
  display: block;
}
.about-page .section1 .item.active {
  background-color: #1A8CFF;
}
.about-page .section1 .item.active .title,
.about-page .section1 .item.active .en {
  color: #fff;
}
.about-page .section1 .item.active .icon1 {
  display: none;
}
.about-page .section1 .item.active .icon2 {
  display: block;
}
.about-page .section1 .right-wrap {
  width: 760px;
  height: 600px;
  border: 1px solid #f5f5f5;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.about-page .section1 .right-wrap img {
  width: 100%;
  height: 100%;
}
.about-page .section1 .right-wrap .btn {
  display: block;
  width: 158px;
  height: 58px;
  border: 1px solid #df1514;
  font-size: 18px;
  color: #df1514;
  line-height: 58px;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6px;
}
.about-page .section1 .right-wrap.honur-wrap {
  background-image: url(../img/about/honur-bg.jpg);
  background-size: cover;
}
.about-page .section1 .right-wrap .honur-list {
  width: 760px;
  height: 600px;
  text-align: center;
  font-size: 0;
  padding-top: 60px;
}
.about-page .section1 .right-wrap .honur-list .img {
  display: inline-block;
  margin: 0 8px;
  width: 220px;
}
.about-page .section1 .right-wrap .honur-list .img .text {
  text-align: center;
  font-size: 16px;
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
.about-page .section1 .right-wrap .honur-list .img img {
  background-color: #f5f5f5;
  width: 100%;
  height: 310px;
  display: block;
}
.about-page .section2 .timeline-wrap {
  width: 100%;
  height: 80px;
  background-color: #0c2d46;
  text-align: center;
}
.about-page .section2 .timeline-wrap .time {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 80px;
  font-style: italic;
  padding: 0 50px;
  position: relative;
}
.about-page .section2 .timeline-wrap .time span {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  margin-right: 10px;
}
.about-page .section2 .timeline-wrap .time::after {
  display: block;
  content: '';
  width: 4px;
  height: 82px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  right: 0;
  transform: rotate(8deg);
}
.about-page .section2 .timeline-wrap .time:last-child::after {
  display: none;
}
.about-page .section2 .content {
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  line-height: 32px;
  text-align: justify;
}
.about-page .section2 .content p {
  margin-bottom: 20px;
}
.about-page .section3 {
  width: 100%;
  height: 340px;
  padding-top: 40px;
  background: url(../img/about/bg.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 0;
}
.about-page .section3 .moudle-title {
  margin-bottom: 60px;
}
.about-page .section3 .moudle-title h2 {
  color: #fff;
}
.about-page .section3 .culture .item {
  width: 25%;
  text-align: center;
  color: #fff;
  padding: 0 18px;
  float: left;
}
.about-page .section3 .culture .item .icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 18px;
}
.about-page .section3 .culture .item .icon img {
  width: 100%;
  height: 100%;
}
.about-page .section3 .culture .item .title {
  font-size: 22px;
  margin-bottom: 9px;
}
.about-page .section3 .culture .item .text {
  font-size: 14px;
  width: 70%;
  margin: 0 auto;
}
.about-page .section4 {
  width: 100%;
  height: auto;
  background: url(../img/about/bg2.jpg) no-repeat center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.about-page .section4 .moudle-title {
  margin-bottom: 60px;
}
.about-page .section4 .left-wrap {
  width: 760px;
}
.about-page .section4 .item {
  width: calc(50% - 40px);
  height: 200px;
  float: left;
  position: relative;
  margin-right: 40px;
  padding-top: 30px;
  border-bottom: 1px solid #ebebeb;
}
.about-page .section4 .item .title {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}
.about-page .section4 .item .title span {
  font-size: 46px;
  font-weight: 600;
}
.about-page .section4 .item .text {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  text-align: justify;
}
.about-page .section4 .item:hover .title {
  color: #df1514;
}
.about-page .section4 .item:hover::after {
  background-color: #df1514;
}
.about-page .section4 .right-wrap {
  width: 620px;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
.about-page .section4 .right-wrap img {
  width: 100%;
  height: 100%;
}
.about-page .section5 {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  margin-bottom: -70px;
}
.about-page .section5 .moudle-wrap {
  width: 100%;
}
.about-page .section5 .moudle-title {
  margin-bottom: 60px;
}
.about-page .section5 .picture {
  width: 1400px;
  margin: 60px auto;
}
.about-page .section5 .picWrap {
  width: 100%;
  display: none;
}
.about-page .section5 .picWrap.active {
  display: block;
}
.about-page .section5 .picWrap .img {
  width: calc(25% - 15px);
  margin-left: 15px;
  float: left;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.about-page .section5 .picWrap .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 77.19%;
}
.about-page .section5 .picWrap .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .section5 .picWrap .img:first-child {
  margin-left: 0;
}
.about-page .section5 .card-wrap {
  padding-top: 10px;
  background-color: #fafafa;
}
.about-page .section5 .wrap {
  width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.about-page .section5 .wrap .item {
  width: 120px;
  display: inline-block;
  margin: 0 60px;
}
.about-page .section5 .wrap .item .main-content {
  width: 100%;
  height: 100%;
  padding-left: 30px;
}
.about-page .section5 .wrap .item .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.about-page .section5 .wrap .item .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-page .section5 .wrap .item .text {
  font-size: 20px;
  color: #999;
  display: inline-block;
  line-height: 40px;
  padding-bottom: 5px;
}
.about-page .section5 .wrap .item.active .text {
  border-bottom: 2px solid #df1514;
}
.about-page .section5 .progress {
  width: 320px;
  margin: 0 auto;
  position: relative;
  height: 2px;
  background-color: #999;
}
.about-page .section5 .progress em {
  display: block;
  width: 25%;
  height: 5px;
  background-color: #df1514;
  position: absolute;
  left: 0px;
  top: -2px;
}
.culture-page .cultureWrap {
  margin-bottom: 120px;
}
.culture-page .cultureWrap .moudle-title {
  margin-bottom: 60px;
}
.culture-page .cultureWrap .item {
  width: 233px;
  height: 233px;
  background-color: #fafafa;
  padding: 60px 25px 0;
  float: left;
}
.culture-page .cultureWrap .item .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}
.culture-page .cultureWrap .item .title img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.culture-page .cultureWrap .item .text {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  text-align: justify;
}
.culture-page .cultureWrap .item1 {
  width: 699px;
  height: 233px;
  background-color: #fff;
  padding: 10px 70px 0 0;
}
.culture-page .cultureWrap .item1 .title {
  font-size: 32px;
  text-align: right;
  margin-bottom: 30px;
}
.culture-page .cultureWrap .item1 .text {
  font-size: 22px;
  color: #999;
  text-align: right;
  position: relative;
}
.culture-page .cultureWrap .item1 .text::after {
  display: block;
  content: '';
  width: 120px;
  height: 2px;
  background-color: #df1514;
  position: absolute;
  right: 0;
  top: 50px;
}
.culture-page .cultureWrap .item_blank {
  background-color: #fff;
}
.culture-page .cultureWrap .item_pic {
  padding: 0 !important;
}
.culture-page .cultureWrap .item_pic img {
  width: 100%;
  height: 100%;
}
.honor-page .honor {
  width: 1200px;
  margin: 0 auto 70px;
}
.honor-page .honor ul li {
  width: 380px;
  height: auto;
  margin-left: 30px;
  margin-bottom: 30px;
  float: left;
  position: relative;
  transition: all 0.3s;
}
.honor-page .honor ul li:hover {
  transform: translateY(-5px);
}
.honor-page .honor ul li:hover .honor-wrap {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.honor-page .honor ul li:nth-child(3n+1) {
  margin-left: 0;
}
.honor-page .honor ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.honor-page .honor ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
.honor-page .honor ul li p {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
}
.honor-page .honor .version {
  width: 265px;
  height: 42px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  background: #007AFF;
  border-radius: 5px;
  border: 1px solid #155ea2;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.honor-page .honor .version a {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .hejieContent .page-wz {
    width: 1300px;
  }
  .hejieContent .section-wrap .moudle-title {
    width: 1300px;
  }
  .hejieContent .section-wrap .moudle-wrap {
    width: 1300px;
  }
  .about-page .section1 .wrap1 {
    width: 570px;
    height: 220px;
    line-height: 220px;
  }
  .about-page .section1 .item {
    width: 275px;
    height: 320px;
  }
  .about-page .section1 .item .title {
    top: 70px;
  }
  .about-page .section1 .right-wrap {
    width: 710px;
    height: 560px;
  }
  .about-page .section1 .right-wrap .btn {
    bottom: 50px;
  }
  .about-page .section1 .right-wrap .honur-list {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .about-page .section1 .right-wrap .honur-list .img {
    width: 180px;
  }
  .about-page .section1 .right-wrap .honur-list .img img {
    height: 253px;
  }
  .about-page .section4 .left-wrap {
    width: calc(100% - 640px);
  }
  .about-page .section4 .item .title {
    font-size: 26px;
  }
  .about-page .section4 .item .title span {
    font-size: 34px;
  }
  .about-page .section5 {
    padding-top: 40px;
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
  .about-page .section5 .moudle-wrap {
    width: 100%;
  }
  .about-page .section5 .moudle-title {
    margin-bottom: 40px;
  }
  .about-page .section5 .picture {
    width: 1300px;
    margin: 40px auto;
  }
  .about-page .section5 .wrap {
    width: 1300px;
  }
  .about-page .section5 .progress {
    width: 280px;
  }
  .culture-page .cultureWrap .item {
    width: 216px;
    height: 216px;
    padding: 40px 20px 0;
  }
  .culture-page .cultureWrap .item1 {
    width: 648px;
    padding: 10px 50px 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .hejieContent .page-wz {
    width: 1200px;
  }
  .hejieContent .section-wrap .moudle-title {
    width: 1200px;
  }
  .hejieContent .section-wrap .moudle-wrap {
    width: 1200px;
  }
  .about-page .section1 .wrap1 {
    width: 520px;
    height: 200px;
    line-height: 200px;
    font-size: 26px;
  }
  .about-page .section1 .wrap1 span {
    font-size: 70px;
  }
  .about-page .section1 .item {
    width: 250px;
    height: 300px;
  }
  .about-page .section1 .item .title {
    font-size: 26px;
    top: 60px;
  }
  .about-page .section1 .item .icon {
    left: 40px;
  }
  .about-page .section1 .right-wrap {
    width: 660px;
    height: 520px;
  }
  .about-page .section1 .right-wrap .btn {
    height: 48px;
    line-height: 48px;
    bottom: 40px;
  }
  .about-page .section4 .left-wrap {
    width: calc(100% - 520px);
  }
  .about-page .section4 .item {
    height: 179px;
    padding-top: 20px;
  }
  .about-page .section4 .item .title {
    margin-bottom: 15px;
  }
  .about-page .section4 .item .text {
    font-size: 16px;
  }
  .about-page .section4 .right-wrap {
    width: 520px;
    height: 537px;
  }
  .about-page .section5 {
    padding-top: 40px;
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
  .about-page .section5 .moudle-wrap {
    width: 100%;
  }
  .about-page .section5 .moudle-title {
    margin-bottom: 40px;
  }
  .about-page .section5 .picture {
    width: 1200px;
    margin: 40px auto;
  }
  .about-page .section5 .wrap {
    width: 1200px;
  }
  .about-page .section5 .progress {
    width: 280px;
  }
  .culture-page .cultureWrap .item {
    width: 200px;
    height: 200px;
    padding: 40px 20px 0;
  }
  .culture-page .cultureWrap .item1 {
    width: 600px;
    padding: 10px 40px 0 0;
  }
  .culture-page .cultureWrap .item1 .title {
    font-size: 30px;
  }
  .culture-page .cultureWrap .item1 .text {
    font-size: 18px;
  }
  .honor-page .honor {
    width: 1000px;
  }
  .honor-page .honor ul li {
    width: 320px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .honor-page .honor ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .hejieContent .page-wz {
    width: 1000px;
  }
  .hejieContent .section-wrap .moudle-title {
    width: 1000px;
  }
  .hejieContent .section-wrap .moudle-wrap {
    width: 1000px;
  }
  .about-page .section1 .wrap1 {
    width: 420px;
    height: 160px;
    line-height: 160px;
    font-size: 22px;
  }
  .about-page .section1 .wrap1 span {
    font-size: 48px;
  }
  .about-page .section1 .wrap1 span em {
    right: -28px;
    top: 10px;
  }
  .about-page .section1 .item {
    width: 200px;
    height: 260px;
  }
  .about-page .section1 .item .title {
    font-size: 22px;
    top: 45px;
    right: 20px;
  }
  .about-page .section1 .item .title .en {
    font-size: 14px;
  }
  .about-page .section1 .item .icon {
    left: 25px;
  }
  .about-page .section1 .right-wrap {
    width: 560px;
    height: 442px;
  }
  .about-page .section1 .right-wrap .btn {
    height: 48px;
    line-height: 48px;
    bottom: 30px;
  }
  .about-page .section1 .right-wrap .honur-list {
    padding-top: 50px;
  }
  .about-page .section1 .right-wrap .honur-list .img {
    width: 150px;
  }
  .about-page .section1 .right-wrap .honur-list .img .text {
    font-size: 14px;
    line-height: 40px;
  }
  .about-page .section1 .right-wrap .honur-list .img img {
    background-color: #f5f5f5;
    height: 211px;
    display: block;
  }
  .about-page .section2 .timeline-wrap .time {
    font-size: 16px;
    padding: 0 40px;
  }
  .about-page .section2 .timeline-wrap .time span {
    font-size: 32px;
  }
  .about-page .section3 .moudle-title {
    margin-bottom: 50px;
  }
  .about-page .section4 .left-wrap {
    width: calc(100% - 420px);
  }
  .about-page .section4 .item {
    height: 144.5px;
    padding-top: 10px;
  }
  .about-page .section4 .item .title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .about-page .section4 .item .title span {
    font-size: 30px;
  }
  .about-page .section4 .item .text {
    font-size: 16px;
  }
  .about-page .section4 .right-wrap {
    width: 420px;
    height: 434px;
  }
  .about-page .section5 {
    padding-top: 40px;
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
  .about-page .section5 .moudle-wrap {
    width: 100%;
  }
  .about-page .section5 .moudle-title {
    margin-bottom: 40px;
  }
  .about-page .section5 .picture {
    width: 1000px;
    margin: 40px auto;
  }
  .about-page .section5 .wrap {
    width: 1000px;
  }
  .about-page .section5 .wrap .item {
    margin: 0 30px;
  }
  .about-page .section5 .wrap .item .icon {
    width: 40px;
    height: 40px;
  }
  .about-page .section5 .wrap .item .text {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .section5 .progress {
    width: 280px;
  }
  .culture-page .cultureWrap .item {
    width: 166px;
    height: 166px;
    padding: 25px 15px 0;
  }
  .culture-page .cultureWrap .item .text {
    font-size: 15px;
    line-height: 24px;
  }
  .culture-page .cultureWrap .item1 {
    width: 498px;
    padding: 10px 30px 0 0;
  }
  .culture-page .cultureWrap .item1 .title {
    font-size: 28px;
  }
  .culture-page .cultureWrap .item1 .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 1040px) {
  .hejieContent .page-wz {
    width: 830px;
    height: 60px;
    line-height: 60px;
  }
  .hejieContent .page-wz span,
  .hejieContent .page-wz a,
  .hejieContent .page-wz h2 {
    font-size: 18px;
  }
  .hejieContent .section-wrap .moudle-title {
    width: 830px;
  }
  .hejieContent .section-wrap .moudle-wrap {
    width: 830px;
  }
  .about-page .section1 .wrap1 {
    width: 345px;
    height: 140px;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
    padding: 34px 20px;
    display: table;
  }
  .about-page .section1 .wrap1 span {
    font-size: 48px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 35px;
  }
  .about-page .section1 .wrap1 span em {
    right: 6px;
    top: 13px;
  }
  .about-page .section1 .item {
    width: 165px;
    height: 220px;
  }
  .about-page .section1 .item .title {
    font-size: 18px;
    top: 35px;
    right: 3px;
  }
  .about-page .section1 .item .title .en {
    font-size: 14px;
  }
  .about-page .section1 .item .icon {
    width: 42px;
    height: 42px;
    left: 25px;
  }
  .about-page .section1 .right-wrap {
    width: 470px;
    height: 371px;
  }
  .about-page .section1 .right-wrap .btn {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    bottom: 25px;
  }
  .about-page .section1 .right-wrap .honur-list {
    padding-top: 60px;
  }
  .about-page .section1 .right-wrap .honur-list .img {
    display: inline-block;
    margin: 0 1%;
    width: 26%;
    overflow: hidden;
    position: relative;
  }
  .about-page .section1 .right-wrap .honur-list .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 140.78%;
  }
  .about-page .section1 .right-wrap .honur-list .img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-page .section1 .right-wrap .honur-list .img .text {
    display: none;
  }
  .about-page .section2 .timeline-wrap .time {
    font-size: 16px;
    padding: 0 25px;
  }
  .about-page .section2 .timeline-wrap .time span {
    font-size: 32px;
  }
  .about-page .section3 .moudle-title {
    margin-bottom: 50px;
  }
  .about-page .section4 .left-wrap {
    width: calc(100% - 420px);
  }
  .about-page .section4 .item {
    height: 110px;
    padding-top: 10px;
  }
  .about-page .section4 .item .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about-page .section4 .item .title span {
    font-size: 20px;
  }
  .about-page .section4 .item .text {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .section4 .right-wrap {
    width: 420px;
    height: 330.5px;
  }
  .about-page .section5 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
  .about-page .section5 .moudle-wrap {
    width: 100%;
  }
  .about-page .section5 .moudle-title {
    margin-bottom: 40px;
  }
  .about-page .section5 .picture {
    width: 830px;
    margin: 30px auto;
  }
  .about-page .section5 .wrap {
    width: 830px;
  }
  .about-page .section5 .wrap .item {
    margin: 0 30px;
  }
  .about-page .section5 .wrap .item .icon {
    width: 40px;
    height: 40px;
  }
  .about-page .section5 .wrap .item .text {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .section5 .progress {
    width: 280px;
  }
  .culture-page .cultureWrap .item {
    width: 166px;
    height: 166px;
    padding: 25px 15px 0;
  }
  .culture-page .cultureWrap .item .text {
    font-size: 15px;
    line-height: 24px;
  }
  .culture-page .cultureWrap .item1 {
    width: 498px;
    padding: 10px 30px 0 0;
  }
  .culture-page .cultureWrap .item1 .title {
    font-size: 28px;
  }
  .culture-page .cultureWrap .item1 .text {
    font-size: 17px;
  }
  .culture-page .cultureWrap .item_blank {
    display: none;
  }
  .honor-page .honor {
    width: 800px;
  }
  .honor-page .honor ul li {
    width: 260px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .honor-page .honor ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .hejieContent .page-wz {
    width: 600px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 30px;
  }
  .hejieContent .page-wz span,
  .hejieContent .page-wz a,
  .hejieContent .page-wz h2 {
    font-size: 18px;
  }
  .hejieContent .section-wrap .moudle-title {
    width: 600px;
  }
  .hejieContent .section-wrap .moudle-title h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .hejieContent .section-wrap .moudle-wrap {
    width: 600px;
  }
  .about-page .section1 .left-wrap {
    float: inherit;
  }
  .about-page .section1 .wrap1 {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 100px;
    display: table;
  }
  .about-page .section1 .wrap1 span {
    font-size: 48px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 35px;
  }
  .about-page .section1 .wrap1 span em {
    right: 6px;
    top: 25px;
  }
  .about-page .section1 .item {
    width: 50%;
    height: 110px;
    display: table;
  }
  .about-page .section1 .item .title {
    font-size: 22px;
    top: 0;
    right: 0;
    position: inherit;
    display: table-cell;
    vertical-align: middle;
    padding-left: 85px;
  }
  .about-page .section1 .item .title .en {
    font-size: 16px;
  }
  .about-page .section1 .item .icon {
    width: 42px;
    height: 42px;
    left: 25px;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .about-page .section1 .right-wrap {
    width: 100%;
    height: auto;
    float: inherit;
    margin-top: 15px;
  }
  .about-page .section1 .right-wrap .btn {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    bottom: 25px;
    position: static;
    margin: 30px auto;
  }
  .about-page .section1 .right-wrap .honur-list {
    padding-top: 30px;
  }
  .about-page .section1 .right-wrap .honur-list .img {
    display: inline-block;
    margin: 0 1%;
    width: 30%;
    overflow: hidden;
    position: relative;
  }
  .about-page .section1 .right-wrap .honur-list .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 140.78%;
  }
  .about-page .section1 .right-wrap .honur-list .img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-page .section1 .right-wrap .honur-list .img .text {
    display: none;
  }
  .about-page .section2 .timeline-wrap {
    height: 170px;
    padding: 0 100px;
  }
  .about-page .section2 .timeline-wrap .time {
    width: 50%;
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
  }
  .about-page .section2 .timeline-wrap .time span {
    font-size: 28px;
  }
  .about-page .section2 .timeline-wrap .time:nth-child(2n)::after {
    display: none;
  }
  .about-page .section3 {
    padding-top: 20px;
    height: auto;
    padding-bottom: 30px;
  }
  .about-page .section3 .moudle-title {
    margin-bottom: 30px;
  }
  .about-page .section3 .moudle-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .about-page .section3 .culture .item .text {
    width: 100%;
  }
  .about-page .section4 {
    height: auto;
    padding: 40px 0 0;
  }
  .about-page .section4 .moudle-title {
    margin-bottom: 20px;
  }
  .about-page .section4 .moudle-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .about-page .section4 .left-wrap {
    width: 100%;
  }
  .about-page .section4 .item {
    height: 120px;
    width: calc(50% - 15px);
    margin-left: 30px;
    margin-right: 0;
  }
  .about-page .section4 .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .about-page .section4 .item .text {
    font-size: 16px;
    line-height: 28px;
  }
  .about-page .section4 .right-wrap {
    display: none;
  }
  .about-page .section5 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .about-page .section5 .moudle-wrap {
    width: 100%;
  }
  .about-page .section5 .moudle-title {
    margin-bottom: 40px;
  }
  .about-page .section5 .picture {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto;
  }
  .about-page .section5 .picWrap .img {
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .about-page .section5 .picWrap .img:nth-child(2n+1) {
    margin-left: 0;
  }
  .about-page .section5 .wrap {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }
  .about-page .section5 .wrap .item {
    margin: 0;
    width: 25%;
    float: left;
  }
  .about-page .section5 .wrap .item .icon {
    width: 40px;
    height: 40px;
  }
  .about-page .section5 .wrap .item .text {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .section5 .progress {
    width: 200px;
  }
  .culture-page .cultureWrap {
    margin-bottom: 90px;
  }
  .culture-page .cultureWrap .item {
    width: 200px;
    height: 200px;
    padding: 40px 20px 0;
    border: 1px solid #fff;
  }
  .culture-page .cultureWrap .item .text {
    font-size: 16px;
    line-height: 24px;
  }
  .culture-page .cultureWrap .item1 {
    width: 600px;
    height: 170px;
    padding: 0;
    border: none;
  }
  .culture-page .cultureWrap .item1 .title {
    font-size: 28px;
  }
  .culture-page .cultureWrap .item1 .text {
    font-size: 20px;
  }
  .culture-page .cultureWrap .item_blank {
    display: none;
  }
  .culture-page .cultureWrap .item_pic {
    display: none;
  }
  .honor-page .honor {
    width: 600px;
  }
  .honor-page .honor ul li {
    width: 290px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .honor-page .honor ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .honor-page .honor ul li:nth-child(6n+4) {
    margin-left: 20px;
  }
  .honor-page .honor ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 620px) {
  .hejieContent .nav {
    height: 60px;
    line-height: 60px;
  }
  .hejieContent .nav a {
    font-size: 18px;
    margin: 0 20px;
    line-height: 60px;
  }
  .hejieContent .nav a.active::before {
    bottom: 10px;
  }
  .hejieContent .page-wz {
    width: 450px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 20px;
  }
  .hejieContent .page-wz span,
  .hejieContent .page-wz a,
  .hejieContent .page-wz h2 {
    font-size: 16px;
  }
  .hejieContent .section-wrap {
    margin-bottom: 30px;
  }
  .hejieContent .section-wrap .moudle-title {
    width: 450px;
    margin-bottom: 20px;
  }
  .hejieContent .section-wrap .moudle-title h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .hejieContent .section-wrap .moudle-title .en {
    font-size: 18px;
  }
  .hejieContent .section-wrap .moudle-wrap {
    width: 450px;
    margin-top: 10px;
  }
  .about-page .section1 .wrap1 {
    height: 80px;
    line-height: 80px;
    padding: 0 48px;
    font-size: 20px;
  }
  .about-page .section1 .wrap1 span {
    font-size: 40px;
  }
  .about-page .section1 .wrap1 span em {
    right: 9px;
    top: 18px;
  }
  .about-page .section1 .item {
    height: 80px;
  }
  .about-page .section1 .item .title {
    font-size: 18px;
    padding-left: 55px;
  }
  .about-page .section1 .item .title .en {
    font-size: 14px;
  }
  .about-page .section1 .item .icon {
    width: 28px;
    height: 28px;
    left: 15px;
  }
  .about-page .section1 .right-wrap .btn {
    margin: 16px auto;
  }
  .about-page .section2 .timeline-wrap {
    height: 125px;
    padding: 0 50px;
  }
  .about-page .section2 .timeline-wrap .time {
    font-size: 14px;
    line-height: 60px;
    padding: 0 20px;
  }
  .about-page .section2 .timeline-wrap .time::after {
    height: 63px;
  }
  .about-page .section2 .timeline-wrap .time span {
    font-size: 24px;
  }
  .about-page .section2 .content {
    font-size: 16px;
    line-height: 28px;
  }
  .about-page .section2 .content p {
    margin-bottom: 30px;
  }
  .about-page .section3 {
    margin-bottom: 0;
  }
  .about-page .section3 .moudle-title {
    margin-bottom: 30px;
  }
  .about-page .section3 .moudle-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .about-page .section3 .culture .item {
    padding: 0 8px;
  }
  .about-page .section3 .culture .item .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
  }
  .about-page .section3 .culture .item .title {
    font-size: 16px;
  }
  .about-page .section4 .moudle-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .about-page .section5 .moudle-wrap {
    width: 100%;
    padding: 0;
  }
  .culture-page .cultureWrap {
    margin-bottom: 70px;
  }
  .culture-page .cultureWrap .item {
    width: 150px;
    height: 150px;
    padding: 20px 10px 0;
    border: 1px solid #fff;
  }
  .culture-page .cultureWrap .item .title {
    font-size: 20px;
  }
  .culture-page .cultureWrap .item .text {
    font-size: 14px;
    line-height: 22px;
  }
  .culture-page .cultureWrap .item1 {
    width: 450px;
    height: 140px;
    padding: 0;
    border: none;
  }
  .culture-page .cultureWrap .item1 .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .culture-page .cultureWrap .item1 .text {
    font-size: 16px;
  }
  .culture-page .cultureWrap .item_blank {
    display: none;
  }
  .culture-page .cultureWrap .item_pic {
    display: none;
  }
  .honor-page .honor {
    width: 450px;
  }
  .honor-page .honor ul li {
    width: 215px;
  }
  .honor-page .honor ul li p {
    font-size: 14px;
  }
  .honor-page .photo-view-arrow-right {
    right: 5px;
  }
  .honor-page .photo-view-arrow-left {
    left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .hejieContent .nav a {
    font-size: 16px;
    margin: 0 10px;
  }
  .hejieContent .page-wz {
    width: 100%;
    padding: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 15px;
  }
  .hejieContent .page-wz span,
  .hejieContent .page-wz a,
  .hejieContent .page-wz h2 {
    font-size: 14px;
  }
  .hejieContent .section-wrap {
    margin-bottom: 40px;
  }
  .hejieContent .section-wrap .moudle-title {
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
  }
  .hejieContent .section-wrap .moudle-title h2 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .hejieContent .section-wrap .moudle-title .en {
    font-size: 17px;
  }
  .hejieContent .section-wrap .moudle-wrap {
    width: 100%;
    padding: 20px;
  }
  .about-page .section1 {
    margin-bottom: 0;
  }
  .about-page .section1 .wrap1 {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px;
  }
  .about-page .section1 .wrap1 span {
    font-size: 32px;
    padding-right: 30px;
  }
  .about-page .section1 .wrap1 span em {
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
  .about-page .section1 .item {
    height: 95px;
  }
  .about-page .section1 .item .title {
    font-size: 16px;
    text-align: center;
    padding-left: 0;
    padding-top: 44px;
    display: block;
  }
  .about-page .section1 .item .title .en {
    font-size: 12px;
  }
  .about-page .section1 .item .icon {
    width: 24px;
    height: 24px;
    left: 0;
    right: 0;
    margin: auto;
    top: 12px !important;
    bottom: inherit;
  }
  .about-page .section1 .right-wrap .btn {
    width: 130px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    bottom: 15px;
  }
  .about-page .section2 .timeline-wrap {
    height: 100px;
    padding: 0 40px;
  }
  .about-page .section2 .timeline-wrap .time {
    font-size: 12px;
    line-height: 48px;
    padding: 0 10px;
  }
  .about-page .section2 .timeline-wrap .time::after {
    height: 50px;
  }
  .about-page .section2 .timeline-wrap .time span {
    font-size: 20px;
  }
  .about-page .section2 .content {
    font-size: 14px;
    line-height: 24px;
  }
  .about-page .section2 .content p {
    margin-bottom: 20px;
  }
  .about-page .section3 {
    margin-bottom: 0;
  }
  .about-page .section3 .moudle-title {
    margin-bottom: 30px;
  }
  .about-page .section3 .culture .item {
    width: 50%;
    height: 120px;
  }
  .about-page .section3 .culture .item .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
  }
  .about-page .section3 .culture .item .title {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .about-page .section3 .culture .item .text {
    font-size: 12px;
  }
  .about-page .section4 {
    padding-top: 0;
  }
  .about-page .section4 .moudle-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .about-page .section4 .item {
    height: 110px;
  }
  .about-page .section4 .item .title {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .about-page .section4 .item .title span {
    font-size: 18px;
  }
  .about-page .section4 .item .text {
    font-size: 12px;
    line-height: 18px;
  }
  .about-page .section5 {
    padding-top: 0;
    margin-bottom: 0;
  }
  .about-page .section5 .card-wrap {
    padding-top: 0;
  }
  .about-page .section5 .card-wrap .item {
    padding-top: 10px;
  }
  .about-page .section5 .card-wrap .item .text {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .section5 .card-wrap .item .icon {
    width: 30px;
    height: 30px;
  }
  .about-page .section5 .moudle-wrap {
    width: 100%;
    padding: 0;
  }
  .culture-page .cultureWrap {
    margin-bottom: 50px;
  }
  .culture-page .cultureWrap .item {
    width: 50%;
    height: 155px;
    padding: 25px 20px 0;
    border: 1px solid #fff;
  }
  .culture-page .cultureWrap .item .title {
    font-size: 19px;
  }
  .culture-page .cultureWrap .item .text {
    font-size: 14px;
    line-height: 22px;
  }
  .culture-page .cultureWrap .item1 {
    width: 100%;
    height: 140px;
    padding: 0;
    border: none;
  }
  .culture-page .cultureWrap .item1 .title {
    font-size: 21px;
  }
  .culture-page .cultureWrap .item1 .text {
    font-size: 14px;
  }
  .culture-page .cultureWrap .item1 .text::after {
    top: 60px;
  }
  .culture-page .cultureWrap .item_blank {
    display: none;
  }
  .culture-page .cultureWrap .item_pic {
    display: none;
  }
  .honor-page .honor {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .honor-page .honor ul li {
    width: 48%;
    margin: 0;
    margin-bottom: 10px;
  }
  .honor-page .honor ul li:nth-child(6n+4) {
    margin-left: 0;
  }
  .honor-page .honor ul li:nth-child(2n) {
    float: right;
  }
  .honor-page .honor ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .hejieContent .section-wrap .moudle-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .hejieContent .section-wrap .moudle-title .en {
    font-size: 15px;
  }
  .about-page .section1 .moudle-wrap {
    margin-top: 20px;
  }
  .about-page .section1 .wrap1 {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .about-page .section1 .wrap1 span {
    font-size: 28px;
    padding-right: 20px;
  }
  .about-page .section1 .wrap1 span em {
    right: 2px;
    top: 10px;
  }
  .about-page .section1 .right-wrap {
    margin-top: 10px;
  }
  .about-page .section1 .right-wrap .btn {
    width: 115px;
    height: 36px;
    line-height: 36px;
    bottom: 10px;
  }
  .about-page .section4 .moudle-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .about-page .section5 .moudle-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .culture-page .cultureWrap {
    margin-bottom: 50px;
  }
  .culture-page .cultureWrap .item {
    width: 50%;
    height: 160px;
    padding: 25px 20px 0;
    border: 1px solid #fff;
  }
  .culture-page .cultureWrap .item .title {
    font-size: 18px;
  }
  .culture-page .cultureWrap .item .text {
    font-size: 14px;
    line-height: 22px;
  }
  .culture-page .cultureWrap .item1 {
    width: 100%;
    height: 130px;
    padding: 0;
    border: none;
  }
  .culture-page .cultureWrap .item1 .title {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .culture-page .cultureWrap .item1 .text {
    font-size: 14px;
  }
  .culture-page .cultureWrap .item1 .text::after {
    top: 60px;
  }
  .culture-page .cultureWrap .item_blank {
    display: none;
  }
  .culture-page .cultureWrap .item_pic {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .hejieContent .nav {
    height: 50px;
    line-height: 50px;
  }
  .hejieContent .nav a {
    font-size: 14px;
    margin: 0 7px;
    line-height: 50px;
  }
  .hejieContent .section-wrap .moudle-title {
    width: 83%;
    margin-bottom: 20px;
  }
  .hejieContent .section-wrap .moudle-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hejieContent .section-wrap .moudle-title .en {
    font-size: 14px;
  }
  .about-page .section1 .wrap1 {
    padding: 10px 20px;
    line-height: 24px;
    text-align: left;
  }
  .about-page .section1 .wrap1 span {
    font-size: 26px;
    padding-right: 25px;
  }
  .about-page .section1 .wrap1 span em {
    right: 6px;
    top: 5px;
  }
  .about-page .section1 .item {
    height: 65px;
  }
  .about-page .section1 .item .title {
    font-size: 15px;
    padding-top: 35px;
  }
  .about-page .section1 .item .title .en {
    display: none;
  }
  .about-page .section1 .item .icon {
    width: 22px;
    height: 22px;
    top: 8px !important;
  }
  .about-page .section1 .right-wrap .btn {
    width: 105px;
    height: 32px;
    line-height: 32px;
    bottom: 7px;
  }
  .about-page .section2 .timeline-wrap {
    padding: 0;
  }
  .about-page .section2 .timeline-wrap .time {
    padding: 0 15px;
  }
  .about-page .section4 .moudle-wrap {
    width: 100%;
    padding: 0;
  }
  .about-page .section5 .moudle-wrap {
    width: 100%;
    padding: 0;
  }
  .culture-page .cultureWrap .item {
    padding: 15px 10px 0;
    height: 150px;
  }
  .culture-page .cultureWrap .item .title {
    font-size: 18px;
  }
  .culture-page .cultureWrap .item .text {
    font-size: 13px;
  }
  .culture-page .cultureWrap .item1 {
    height: 125px;
    padding: 0;
  }
  .culture-page .cultureWrap .item1 .title {
    margin-bottom: 15px;
  }
  .culture-page .cultureWrap .item1 .text::after {
    top: 60px;
  }
  .honor-page .honor ul li p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
