.section-content-wrap {
  width: 1600px;
  margin: 0 auto;
}
.section-content {
  margin-bottom: 50px;
}
.section-epc-video .video-list {
  overflow: hidden;
}
.section-epc-video .video-list .item {
  float: left;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 40px;
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
}
.section-epc-video .video-list .item:first-child {
  margin-left: 0;
}
.section-epc-video .video-list .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.section-epc-video .video-list .item video {
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-epc-video .video-list .item .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.section-epc-video .video-list .item .icon i {
  font-size: 70px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.section-epc-video .video-list .item.playing .icon {
  display: none;
}
.section-epc-video .epc-video-pagination {
  width: 60%;
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 20px;
}
.section-epc-video .epc-video-pagination .item {
  line-height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  border-radius: 8px;
  color: #333;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
.section-epc-video .epc-video-pagination .item:first-child {
  background: -webkit-linear-gradient(150deg, transparent 50px, #e1ecfd 0) bottom left;
  background: linear-gradient(-60deg, transparent 50px, #e1ecfd 0) bottom left;
  margin-right: -30px;
}
.section-epc-video .epc-video-pagination .item:first-child.active {
  background: -webkit-linear-gradient(150deg, transparent 50px, #015dfe 0) bottom left;
  background: linear-gradient(-60deg, transparent 50px, #015dfe 0) bottom left;
}
.section-epc-video .epc-video-pagination .item:last-child {
  margin-left: -30px;
  background: -webkit-linear-gradient(330deg, transparent 50px, #e1ecfd 0) top right;
  background: linear-gradient(120deg, transparent 50px, #e1ecfd 0) top right;
}
.section-epc-video .epc-video-pagination .item:last-child.active {
  background: -webkit-linear-gradient(330deg, transparent 50px, #015dfe 0) top right;
  background: linear-gradient(120deg, transparent 50px, #015dfe 0) top right;
}
.section-epc-video .epc-video-pagination .item.active {
  color: #fff;
}
.section-related-search .section-content-wrap {
  border-top: 1px dashed #e8e8e8;
  border-bottom: 1px dashed #e8e8e8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-related-search dl {
  line-height: 30px;
  margin-bottom: 20px;
}
.section-related-search dl dt {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-right: 4px;
}
.section-related-search dl dd {
  display: inline-block;
  margin-right: 10px;
}
.section-related-search dl dd a {
  font-size: 16px;
  color: #999;
}
.section-related-search dl dd a:hover {
  color: #015dfe;
}
.section-recommend-case {
  margin-bottom: 50px;
}
.section-recommend-case .tit {
  font-size: 28px;
  line-height: 60px;
  margin-bottom: 20px;
}
.section-recommend-case .list {
  overflow: hidden;
}
.section-recommend-case .list .item {
  float: left;
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
  margin-left: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.section-recommend-case .list .item:first-child {
  margin-left: 0;
}
.section-recommend-case .list .item a {
  display: block;
  position: relative;
}
.section-recommend-case .list .item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 9;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.section-recommend-case .list .item .img {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section-recommend-case .list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.section-recommend-case .list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.section-recommend-case .list .item:first-child {
  margin-left: 0;
}
.section-recommend-case .list .item .name {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  z-index: 10;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-recommend-case .list .item:hover a::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-recommend-case .list .item:hover .name {
  opacity: 1;
}
.select-cooperate-logo-1 .logo-content {
  overflow: hidden;
  width: 100%;
}
.select-cooperate-logo-1 .logo-content .list {
  float: left;
  width: -webkit-calc(33.33% - 24px);
  width: calc(33.33% - 24px);
  margin-left: 36px;
  position: relative;
}
.select-cooperate-logo-1 .logo-content .list .tit {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 40px;
  text-align: center;
}
.select-cooperate-logo-1 .logo-content .list:first-child {
  margin-left: 0;
}
.select-cooperate-logo-1 .logo-content .list:first-child .logo-list::before {
  display: none;
}
.select-cooperate-logo-1 .logo-content .list .logo-list {
  position: relative;
}
.select-cooperate-logo-1 .logo-content .list .logo-list::before {
  content: "";
  position: absolute;
  left: -17px;
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
}
.select-cooperate-logo-1 .logo-content .list .logo-list .item {
  float: left;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}
.select-cooperate-logo-1 .logo-content .list .logo-list .item:nth-child(2n+1) {
  margin-left: 0;
}
.select-cooperate-logo-1 .logo-content .list .logo-list .item:nth-child(7),
.select-cooperate-logo-1 .logo-content .list .logo-list .item:nth-child(8) {
  margin-bottom: 0;
}
.select-cooperate-logo-1 .logo-content .list .logo-list .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.select-cooperate-logo-1 .logo-content .list .logo-list .item img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.select-cooperate-logo-1 .logo-content .list .logo-list .item img {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
}
.latest-news-content .list {
  overflow: hidden;
}
.latest-news-content .item {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
}
.latest-news-content .item:nth-child(2n+2) {
  margin-left: 0;
}
.latest-news-content .item:first-child {
  width: 100%;
  margin-left: 0;
}
.latest-news-content .item:first-child .text {
  padding-left: 40px;
}
.latest-news-content .item:first-child .text .title {
  font-size: 28px;
}
.latest-news-content .item:first-child .text .intr {
  font-size: 22px;
}
.latest-news-content .item:first-child .text .button {
  display: block;
  width: 200px;
  height: 60px;
  border: 1px solid #015dfe;
  color: #015dfe;
  border-radius: 8px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.latest-news-content .item:first-child .text .button:hover {
  background-color: #015dfe;
  color: #fff;
}
.latest-news-content .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.latest-news-content .item .img {
  overflow: hidden;
  position: relative;
  width: 40%;
  border-radius: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.latest-news-content .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.latest-news-content .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.latest-news-content .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 20px;
  position: relative;
}
.latest-news-content .item .text .title {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin-top: 8px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.latest-news-content .item .text .intr {
  font-size: 16px;
  line-height: 24px;
  height: -webkit-calc(24px * 3);
  height: calc(24px * 3);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  color: #999;
}
.latest-news-content .item .text .date {
  font-size: 16px;
  color: #999;
}
.latest-news-content .item .text .button {
  display: none;
}
.apply-form-layer-wrap {
  padding: 20px;
  width: 500px;
}
.apply-form-layer-wrap .tit {
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}
.apply-form-layer-wrap .input {
  margin-bottom: 20px;
  font-size: 16px;
}
.apply-form-layer-wrap input {
  padding: 0 10px;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
}
.apply-form-layer-wrap textarea {
  width: 100%;
  height: 100px;
  padding: 6px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.apply-form-layer-wrap .button {
  height: 50px;
  line-height: 50px;
  background-color: #015dfe;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}
#industryPage .module {
  margin-bottom: 80px;
}
#industryPage .food-case-content ul.open li:nth-child(n+5) {
  display: block;
}
#industryPage .food-case-content li {
  padding: 20px 0;
  position: relative;
}
#industryPage .food-case-content li.hide {
  display: none;
}
#industryPage .food-case-content li:nth-child(n+5) {
  display: none;
}
#industryPage .food-case-content li::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  bottom: 0;
  right: 0;
}
#industryPage .food-case-content li:hover .case-content {
  color: #fff;
  z-index: 1;
}
#industryPage .food-case-content li:hover .case-content::before {
  width: 100%;
}
#industryPage .food-case-content li:hover .case-content .brand-content .tag {
  color: #fff;
}
#industryPage .food-case-content li:hover .case-content .brand-content .text {
  color: #fff;
}
#industryPage .food-case-content li:hover .brand-other span {
  background-color: #fff;
  border-color: #fff;
}
#industryPage .food-case-content li:hover .brand-other span.contact {
  color: #fff;
  border-color: #fff;
  background: none;
}
#industryPage .food-case-content li:hover .brand-other .browse {
  color: #fff;
}
#industryPage .food-case-content li:hover .brand-other .browse-icon {
  display: none;
  font-size: 13px;
  color: #fff;
}
#industryPage .food-case-content li:hover .brand-other .browse-icon .img {
  background-image: url('../img/eye_icon_2.png');
}
#industryPage .food-case-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#industryPage .food-case-content .case-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#industryPage .food-case-content .case-content::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: -webkit-linear-gradient(90deg, #33b5ff 0%, #0153fd 100%);
  background-image: -ms-linear-gradient(90deg, #33b5ff 0%, #0153fd 100%);
  opacity: 0.8;
}
#industryPage .food-case-content .case-content .brand-logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 90px;
  height: auto;
  vertical-align: top;
  margin-right: 10px;
}
#industryPage .food-case-content .case-content .brand-logo img {
  background-color: #fff;
  margin-top: 6px;
  display: block;
  width: 100%;
  height: auto;
}
#industryPage .food-case-content .case-content .brand-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding-left: 20px;
  position: relative;
}
#industryPage .food-case-content .case-content .brand-content h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 48px;
}
#industryPage .food-case-content .case-content .brand-content .tag {
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #666;
}
#industryPage .food-case-content .case-content .brand-content .text {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  height: -webkit-calc(24px * 3);
  height: calc(24px * 3);
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
#industryPage .food-case-content .case-content .brand-other {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 20px;
}
#industryPage .food-case-content .case-content .brand-other span {
  display: inline-block;
  width: 90px;
  height: 40px;
  font-size: 16px;
  color: #015dfe;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #015dfe;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#industryPage .food-case-content .case-content .brand-other span.contact {
  color: #999;
  border-color: #e0e0e0;
}
#industryPage .food-case-content .case-content .brand-other .browse {
  line-height: 40px;
  font-size: 14px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#industryPage .food-case-content .case-content .brand-other .browse-icon {
  display: none;
  font-size: 13px;
  color: #999;
}
#industryPage .food-case-content .case-content .brand-other .browse-icon .img {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background-image: url('../img/eye_icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#industryPage .food-case-content .brand-img {
  width: 440px;
  border-radius: 6px;
  margin-left: 35px;
  overflow: hidden;
  position: relative;
}
#industryPage .food-case-content .brand-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#industryPage .food-case-content .brand-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#industryPage .food-case-content .more {
  font-size: 16px;
  color: #015dfe;
  text-align: center;
  line-height: 28px;
  margin-top: 20px;
}
#industryPage .food-case-content .more img {
  width: 27px;
  height: 23px;
}
#industryPage .food-case-content .look-more {
  font-size: 16px;
  color: #015dfe;
  text-align: center;
  line-height: 28px;
  margin-top: 20px;
  display: none;
}
#industryPage .pharmacy-case .swiper-container {
  padding-bottom: 40px;
}
#industryPage .pharmacy-case .swiper-pagination {
  bottom: 0;
}
#industryPage .pharmacy-case .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #015dfe;
  opacity: 0.5;
  margin: 0 10px;
}
#industryPage .pharmacy-case .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#industryPage .pharmacy-case .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#industryPage .pharmacy-case .item .img {
  overflow: hidden;
  position: relative;
}
#industryPage .pharmacy-case .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#industryPage .pharmacy-case .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#industryPage .pharmacy-case .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 52, 63, 0.8);
  color: #fff;
  padding: 20px;
}
#industryPage .pharmacy-case .item .text .base .title {
  font-size: 20px;
  line-height: 26px;
  line-height: 1;
  padding-right: 220px;
  margin-bottom: 10px;
}
#industryPage .pharmacy-case .item .text .base .intr {
  color: #d4d4d4;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  height: -webkit-calc(22px * 2);
  height: calc(22px * 2);
  overflow: hidden;
  margin-bottom: 10px;
}
#industryPage .pharmacy-case .item .text .oper {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
}
#industryPage .pharmacy-case .item .text .oper .oper-btn {
  display: inline-block;
  border: 1px solid #015dfe;
  background-color: #015dfe;
  line-height: 26px;
  padding: 0 6px;
  height: 26px;
  border-radius: 4px;
  margin-left: 8px;
}
#industryPage .pharmacy-case .item .text .oper .oper-btn i {
  margin-right: 2px;
  font-size: 14px;
  vertical-align: top;
}
#industryPage .pharmacy-case .item .text .browse {
  position: absolute;
  color: #d4d4d4;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
}
#industryPage .pharmacy-case .item .text .attribute {
  color: #d4d4d4;
  padding-right: 240px;
  font-size: 14px;
}
#industryPage .pharmacy-case .item .text .attribute span {
  margin-right: 3px;
}
#industryPage .technical-description {
  background: url(../img/technical-description-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 0;
}
#industryPage .technical-description .technical-description-list {
  text-align: center;
  font-size: 0;
}
#industryPage .technical-description .item {
  display: inline-block;
  height: 485px;
  overflow: hidden;
  width: 250px;
  border-radius: 14px;
  background-color: #fff;
  vertical-align: top;
  position: relative;
  border: 1px solid #dceaff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#industryPage .technical-description .item .top {
  height: 100px;
  margin-bottom: 20px;
}
#industryPage .technical-description .item .text {
  padding: 0 20px;
  text-align: left;
  position: relative;
  z-index: 1;
}
#industryPage .technical-description .item dt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
#industryPage .technical-description .item dd {
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
#industryPage .technical-description .item dd::before {
  content: "2";
  display: inline-block;
  width: 24px;
  height: 27px;
  background-image: url(../img/polygon-icon.png);
  background-size: 100%;
  vertical-align: middle;
  margin-right: 8px;
  text-align: center;
  font-size: 12px;
}
#industryPage .technical-description .item dd:nth-child(2)::before {
  content: "1";
}
#industryPage .technical-description .item dd:nth-child(3)::before {
  content: "2";
}
#industryPage .technical-description .item dd:nth-child(4)::before {
  content: "3";
}
#industryPage .technical-description .item dd:nth-child(5)::before {
  content: "4";
}
#industryPage .technical-description .item dd:nth-child(6)::before {
  content: "5";
}
#industryPage .technical-description .item dd:nth-child(7)::before {
  content: "6";
}
#industryPage .technical-description .item .img {
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 64.7%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#industryPage .technical-description .item.active {
  width: 600px;
  border: 1px solid #015dfe;
}
#industryPage .technical-description .item.active .top {
  height: 60px;
  background-color: #015dfe;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
#industryPage .technical-description .item.active .top::after,
#industryPage .technical-description .item.active .top::before,
#industryPage .technical-description .item.active .top .arrow {
  width: 80px;
  height: 80px;
  border-left: 1px solid #2396ff;
  border-bottom: 1px solid #2396ff;
  position: absolute;
  top: 50%;
  border-radius: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#industryPage .technical-description .item.active .top .arrow {
  right: -30px;
  border-width: 2px;
}
#industryPage .technical-description .item.active .top::after {
  content: "";
  display: block;
  right: 0px;
}
#industryPage .technical-description .item.active .top::before {
  content: "";
  display: block;
  right: 30px;
}
#industryPage .technical-description .item.active dt {
  text-align: left;
  font-size: 30px;
  color: #015dfe;
}
#industryPage .technical-description .item.active dd::before {
  background-image: url(../img/polygon-icon-active.png);
  color: #015dfe;
}
#industryPage .technical-description .item.active .img {
  background-size: 50%;
  bottom: -80px;
}
#industryPage .technical-factory {
  background-image: url(../img/technical-factory-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 0;
  position: relative;
}
#industryPage .technical-factory::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#industryPage .technical-factory .m-title h2,
#industryPage .technical-factory .m-title .h {
  color: #fff;
}
#industryPage .technical-factory .m-title .en {
  color: #fff;
}
#industryPage .technical-factory .m-title.new-m-title .title-cell::before,
#industryPage .technical-factory .m-title.new-m-title .title-cell::after {
  -webkit-filter: grayscale(100%) brightness(400%);
          filter: grayscale(100%) brightness(400%);
}
#industryPage .technical-factory .factory-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 340px;
}
#industryPage .technical-factory .factory-content .left {
  width: 900px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
}
#industryPage .technical-factory .factory-content .left .item {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url(../img/factory-item-bg.png);
  background-size: cover;
  text-align: center;
  opacity: 0.5;
}
#industryPage .technical-factory .factory-content .left .item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 82.35%;
  height: 0;
}
#industryPage .technical-factory .factory-content .left .item .text {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#industryPage .technical-factory .factory-content .left .swiper-container {
  height: 100%;
}
#industryPage .technical-factory .factory-content .left .swiper-pagination-bullet {
  width: 32px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 7px;
}
#industryPage .technical-factory .factory-content .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #015dfe;
}
#industryPage .technical-factory .factory-content .left .swiper-slide-next .item {
  opacity: 1;
}
#industryPage .technical-factory .factory-content .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#industryPage .technical-factory .factory-content .right .factory-intr {
  padding-left: 100px;
  height: 100%;
  color: #fff;
}
#industryPage .technical-factory .factory-content .right .factory-intr .item {
  display: none;
}
#industryPage .technical-factory .factory-content .right .factory-intr .item.active {
  display: block;
}
#industryPage .technical-factory .factory-content .right .factory-intr .tit {
  padding-top: 20px;
  font-size: 60px;
  margin-bottom: 40px;
}
#industryPage .technical-factory .factory-content .right .factory-intr .intr {
  font-size: 18px;
}
#industryPage .technical-factory .factory-content .right .factory-intr .intr p {
  margin-bottom: 20px;
}
#industryPage .cooperative-brand {
  background-image: url(../img/cooperative-brand-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 0 100px;
}
#industryPage .cooperative-brand .m-title h2,
#industryPage .cooperative-brand .m-title .h {
  color: #fff;
}
#industryPage .cooperative-brand .m-title .en {
  color: #fff;
}
#industryPage .cooperative-brand .m-title.new-m-title .title-cell::before,
#industryPage .cooperative-brand .m-title.new-m-title .title-cell::after {
  -webkit-filter: grayscale(100%) brightness(400%);
          filter: grayscale(100%) brightness(400%);
}
#industryPage .cooperative-brand .brand-list {
  position: relative;
  height: 400px;
}
#industryPage .cooperative-brand .brand-list .item {
  background-image: url(../img/polygon-bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 230px;
  height: -webkit-calc(230px / 1.15);
  height: calc(230px / 1.15);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#industryPage .cooperative-brand .brand-list .item a {
  display: block;
}
#industryPage .cooperative-brand .brand-list .item img {
  width: 180px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#industryPage .cooperative-brand .brand-list .item:nth-child(2),
#industryPage .cooperative-brand .brand-list .item:nth-child(3),
#industryPage .cooperative-brand .brand-list .item:nth-child(4),
#industryPage .cooperative-brand .brand-list .item:nth-child(5),
#industryPage .cooperative-brand .brand-list .item:nth-child(6),
#industryPage .cooperative-brand .brand-list .item:nth-child(7) {
  width: 170px;
  height: -webkit-calc(170px / 1.15);
  height: calc(170px / 1.15);
}
#industryPage .cooperative-brand .brand-list .item:nth-child(2) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(3) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(4) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(5) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(6) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(7) img {
  width: 134px;
  height: 67px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(2) {
  margin-top: -79.91304348px;
  margin-left: -170px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(3) {
  margin-top: -79.91304348px;
  margin-left: 170px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(4) {
  margin-top: 79.91304348px;
  margin-left: -170px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(5) {
  margin-top: 79.91304348px;
  margin-left: 170px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(6) {
  margin-left: -310px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(7) {
  margin-left: 310px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(8),
#industryPage .cooperative-brand .brand-list .item:nth-child(9),
#industryPage .cooperative-brand .brand-list .item:nth-child(10),
#industryPage .cooperative-brand .brand-list .item:nth-child(11),
#industryPage .cooperative-brand .brand-list .item:nth-child(12),
#industryPage .cooperative-brand .brand-list .item:nth-child(13) {
  width: 130px;
  height: 113.04347826px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(8) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(9) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(10) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(11) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(12) img,
#industryPage .cooperative-brand .brand-list .item:nth-child(13) img {
  width: 100px;
  height: 50px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(8) {
  margin-top: -62.52173913px;
  margin-left: -440.86956522px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(9) {
  margin-top: -62.52173913px;
  margin-left: 440.86956522px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(10) {
  margin-top: 62.52173913px;
  margin-left: -440.86956522px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(11) {
  margin-top: 62.52173913px;
  margin-left: 440.86956522px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(12) {
  margin-left: -550px;
}
#industryPage .cooperative-brand .brand-list .item:nth-child(13) {
  margin-left: 550px;
}
#industryPage .engineering-manage {
  margin-bottom: 0;
  padding-bottom: 20px;
  background: url(../img/engineering-manage-bg1.png) -webkit-calc(50% - 530px) 40px no-repeat, url(../img/engineering-manage-bg2.png) -webkit-calc(50% + 460px) 400px no-repeat, url(../img/engineering-manage-bg3.png) -webkit-calc(50% - 500px) 890px no-repeat, url(../img/engineering-manage-bg4.png) -webkit-calc(50% + 500px) 1280px no-repeat;
  background: url(../img/engineering-manage-bg1.png) calc(50% - 530px) 40px no-repeat, url(../img/engineering-manage-bg2.png) calc(50% + 460px) 400px no-repeat, url(../img/engineering-manage-bg3.png) calc(50% - 500px) 890px no-repeat, url(../img/engineering-manage-bg4.png) calc(50% + 500px) 1280px no-repeat;
}
#industryPage .engineering-manage .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
#industryPage .engineering-manage .list .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#industryPage .engineering-manage .list .item:nth-child(2n) .text {
  margin-right: 80px;
}
#industryPage .engineering-manage .list .item:nth-child(2n+1) .video {
  margin-right: 80px;
}
#industryPage .engineering-manage .list .item .video {
  background-color: #2396ff;
  position: relative;
  width: 480px;
  padding: 14px;
  box-shadow: -6px 12px 16px 0 rgba(61, 31, 5, 0.08);
  border-radius: 18px;
  background: inherit;
  line-height: 0;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.1);
}
#industryPage .engineering-manage .list .item .video video {
  width: 100%;
  background-color: #015dfe;
  height: 310px;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
#industryPage .engineering-manage .list .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#industryPage .engineering-manage .list .item .text .tit {
  padding-top: 40px;
  font-size: 32px;
  margin-bottom: 26px;
}
#industryPage .engineering-manage .list .item .text .intr {
  font-size: 18px;
  line-height: 34px;
  color: #999;
}
#industryPage .engineering-manage .list .item .text .intr p {
  margin-bottom: 30px;
}
#industryPage .food-technology .technology-text-content {
  width: 100%;
  height: auto;
  padding: 25px 0 0;
}
#industryPage .food-technology dl {
  padding: 20px 14px;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-left: 20px;
  background: #fff;
  text-align: justify;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin-left: 30px;
  margin-bottom: 30px;
  float: left;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
#industryPage .food-technology dl:nth-child(3n+1) {
  margin-left: 0;
}
#industryPage .food-technology dl:last-child {
  position: relative;
}
#industryPage .food-technology dl:last-child dd {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
#industryPage .food-technology dl:last-child dd a {
  font-size: 24px;
  color: #015dfe;
}
#industryPage .food-technology dl:hover {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}
#industryPage .food-technology dl dt {
  font-size: 26px;
  margin-bottom: 10px;
  color: #333;
}
#industryPage .food-technology dl dd {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  overflow: hidden;
}
#industryPage .food-technology .technology-content-wrap {
  margin-bottom: 30px;
}
#industryPage .food-technology .technology-content-wrap .technology-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#industryPage .food-technology .technology-content-wrap .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 860px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#industryPage .food-technology .technology-content-wrap .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 55.8%;
}
#industryPage .food-technology .technology-content-wrap .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#industryPage .food-technology .technology-content-wrap .technology-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 130px;
}
#industryPage .food-technology .technology-content-wrap .technology-content h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 30px;
}
#industryPage .food-technology .technology-content-wrap .technology-content .text {
  font-size: 16px;
  line-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#industryPage .food-technology .technology-content-wrap .technology-content .text i {
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url('../img/f-icon.png') no-repeat center;
  background-size: 100%;
  margin: 13px 10px 0 0;
}
#industryPage .food-technology .technology-content-wrap .technology-content .text span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#industryPage .food-technology .technology-content-wrap .swiper-pagination {
  text-align: left;
}
#industryPage .food-technology .technology-content-wrap .swiper-pagination-bullet {
  width: 118px;
  height: 9px;
  border-radius: 9px;
}
#industryPage .food-technology .technology-content-wrap .swiper-pagination-bullet-active {
  background-color: #015dfe;
}
#industryPage .pharmacy-technology-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#industryPage .pharmacy-technology-content .technology-text {
  width: 700px;
  background: url(../img/pharmacy-technology-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 40px;
  color: #fff;
}
#industryPage .pharmacy-technology-content .technology-text dl {
  margin-bottom: 30px;
}
#industryPage .pharmacy-technology-content .technology-text dl:last-child {
  margin-bottom: 0;
}
#industryPage .pharmacy-technology-content .technology-text dt {
  font-size: 24px;
  line-height: 1;
  height: 26px;
  margin-bottom: 10px;
  overflow: hidden;
}
#industryPage .pharmacy-technology-content .technology-text dd {
  font-size: 16px;
  line-height: 28px;
  height: -webkit-calc(28px * 2);
  height: calc(28px * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
#industryPage .pharmacy-technology-content .technology-swiper {
  width: 860px;
}
#industryPage .pharmacy-technology-content .technology-swiper .swiper-container {
  height: 100%;
}
#industryPage .pharmacy-technology-content .technology-swiper .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#industryPage .pharmacy-technology-content .technology-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 120px;
  height: 10px;
  border-radius: 5px;
  background-color: #015dfe;
  opacity: 0.4;
}
#industryPage .pharmacy-technology-content .technology-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#industryPage .pharmacy-technology-content .technology-swiper .technology-item .img {
  overflow: hidden;
  position: relative;
}
#industryPage .pharmacy-technology-content .technology-swiper .technology-item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 55.8%;
}
#industryPage .pharmacy-technology-content .technology-swiper .technology-item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#industryPage .pharmacy-technology-content .technology-swiper .technology-item .text {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
}
#industryPage .pharmacy-technology-content .technology-swiper .technology-item .text .tit {
  font-size: 28px;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 10px;
}
#industryPage .pharmacy-technology-content .technology-swiper .technology-item .text p {
  font-size: 16px;
  line-height: 26px;
  height: -webkit-calc(26px * 2);
  height: calc(26px * 2);
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
#industryPage .industry-supplier .list {
  font-size: 0;
  text-align: center;
}
#industryPage .industry-supplier .list .item {
  height: 380px;
  width: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 20px;
}
#industryPage .industry-supplier .list .item:first-child {
  margin-left: 0;
}
#industryPage .industry-supplier .list .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1a6dfe;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 109, 254, 0.9)), to(rgba(204, 223, 255, 0.1)));
  background: -webkit-linear-gradient(bottom, rgba(26, 109, 254, 0.9), rgba(204, 223, 255, 0.1));
  background: linear-gradient(to top, rgba(26, 109, 254, 0.9), rgba(204, 223, 255, 0.1));
}
#industryPage .industry-supplier .list .item .text-wrap {
  position: absolute;
  color: #fff;
  bottom: 0;
  height: 40%;
  width: 100%;
  text-align: left;
  padding: 20px;
}
#industryPage .industry-supplier .list .item .text-wrap .tit {
  font-size: 24px;
  line-height: 36px;
}
#industryPage .industry-supplier .list .item .text-wrap .tit span:last-child {
  display: none;
}
#industryPage .industry-supplier .list .item .text-wrap .h-tit {
  font-size: 24px;
  line-height: 36px;
}
#industryPage .industry-supplier .list .item .text-wrap .p {
  font-size: 18px;
  line-height: 24px;
  display: none;
}
#industryPage .industry-supplier .list .item.active {
  width: 640px;
}
#industryPage .industry-supplier .list .item.active .text-wrap .tit span:last-child {
  display: inline;
}
#industryPage .industry-supplier .list .item.active .text-wrap .h-tit {
  display: none;
}
#industryPage .industry-supplier .list .item.active .text-wrap .p {
  display: block;
}
#industryPage .excellent-case .case-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#industryPage .excellent-case .left {
  width: 476px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#industryPage .excellent-case .left .item {
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  color: #9ea1b4;
  z-index: 1;
  cursor: pointer;
}
#industryPage .excellent-case .left .item.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c5ff), to(#015dfe));
  background-image: -webkit-linear-gradient(bottom, #00c5ff 0%, #015dfe 100%);
  background-image: linear-gradient(0deg, #00c5ff 0%, #015dfe 100%);
  color: #fff;
  z-index: 3;
}
#industryPage .excellent-case .left .item.active .arrow {
  background-image: url(../img/case-arrow-active.png);
}
#industryPage .excellent-case .left .item.active .c {
  z-index: 3;
}
#industryPage .excellent-case .left .item.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c5ff), to(#015dfe));
  background-image: -webkit-linear-gradient(bottom, #00c5ff 0%, #015dfe 100%);
  background-image: linear-gradient(0deg, #00c5ff 0%, #015dfe 100%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  position: absolute;
  bottom: 0px;
  z-index: 2;
}
#industryPage .excellent-case .left .item .num {
  font-size: 56px;
  font-family: "DIN";
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#industryPage .excellent-case .left .item .c {
  position: absolute;
  top: 50%;
  left: 120px;
  right: 100px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#industryPage .excellent-case .left .item .c .tit {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
#industryPage .excellent-case .left .item .c .attr {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#industryPage .excellent-case .left .item .arrow {
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/case-arrow.png);
}
#industryPage .excellent-case .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 190px;
}
#industryPage .excellent-case .right .item {
  display: none;
}
#industryPage .excellent-case .right .item.active {
  display: block;
}
#industryPage .excellent-case .right .item .text {
  margin-bottom: 30px;
}
#industryPage .excellent-case .right .item .tit {
  padding-top: 43px;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  font-weight: 700;
}
#industryPage .excellent-case .right .item .attr {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #999;
}
#industryPage .excellent-case .right .item .attr span {
  margin-right: 20px;
}
#industryPage .excellent-case .right .item .intr {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  height: -webkit-calc(28px*2);
  height: calc(28px*2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: #999;
}
#industryPage .excellent-case .right .item .b {
  overflow: hidden;
  line-height: 48px;
}
#industryPage .excellent-case .right .item .b .button {
  float: left;
}
#industryPage .excellent-case .right .item .b .more {
  float: right;
  color: #015dfe;
  font-size: 18px;
}
#industryPage .excellent-case .right .item .button span {
  display: inline-block;
  margin-right: 10px;
  width: 130px;
  height: 48px;
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00c5ff), to(#015dfe));
  background-image: -webkit-linear-gradient(left, #00c5ff 0%, #015dfe 100%);
  background-image: linear-gradient(to right, #00c5ff 0%, #015dfe 100%);
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
}
#industryPage .excellent-case .right .item .button span:last-child {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  border: 1px solid #015dfe;
  color: #015dfe;
}
#industryPage .excellent-case .right .item .img {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
#industryPage .excellent-case .right .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#industryPage .excellent-case .right .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#industryPage .industry-video-content .video-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
#industryPage .industry-video-content .video-item.video-item-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#industryPage .industry-video-content .video-item.video-item-r .video-item-t .text-wrap {
  padding-left: 0;
  padding-right: 110px;
}
#industryPage .industry-video-content .video-item .video-item-v {
  width: 680px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 400px;
}
#industryPage .industry-video-content .video-item .video-item-v video {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 20px;
  display: none;
}
#industryPage .industry-video-content .video-item .video-item-v video.show {
  display: block;
}
#industryPage .industry-video-content .video-item .video-item-t {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}
#industryPage .industry-video-content .video-item .video-item-t .text-wrap {
  padding-left: 110px;
}
#industryPage .industry-video-content .video-item .video-item-t .text-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e8e8e8;
  cursor: pointer;
}
#industryPage .industry-video-content .video-item .video-item-t .text-item.active {
  border-bottom: 2px solid #015dfe;
}
#industryPage .industry-video-content .video-item .video-item-t .text-item:last-child {
  margin-bottom: 0;
}
#industryPage .industry-video-content .video-item .video-item-t .text-item .tit {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
#industryPage .industry-video-content .video-item .video-item-t .text-item .text {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #666;
}
#industryPage .industry-video-content .video-item .video-item-t .text-item .text i {
  display: block;
  width: 15px;
  height: 16px;
  background: url('../img/f-icon.png') no-repeat center;
  background-size: 100%;
  margin-top: 7px;
  margin-right: 10px;
}
#industryPage .industry-video-content .video-item .video-item-t .text-item .text span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#industryPage .industry-brand-content {
  width: 100%;
  height: 580px;
  background-image: url(../img/industry-brand-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#industryPage .industry-brand-content .swiper-container {
  height: 100%;
}
#industryPage .industry-brand-content .swiper-pagination {
  bottom: 80px;
}
#industryPage .industry-brand-content .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#industryPage .industry-brand-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#industryPage .industry-brand-content .list {
  overflow: hidden;
  padding-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#industryPage .industry-brand-content .list .brand-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: -webkit-calc(20% - 16px);
  width: calc(20% - 16px);
  min-width: -webkit-calc(20% - 16px);
  min-width: calc(20% - 16px);
  /* 加入这两个后每个item的宽度就生效了*/
  max-width: -webkit-calc(20% - 16px);
  max-width: calc(20% - 16px);
  /* 加入这两个后每个item的宽度就生效了*/
  border-radius: 8px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#industryPage .industry-brand-content .list .brand-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
#industryPage .industry-brand-content .list .brand-item img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#industryPage .epc-tab {
  text-align: center;
  background: url(../img/epc-tab-bg.jpg) no-repeat center;
  background-size: cover;
  background-color: #f5fafe;
  height: auto;
  padding: 30px 0;
}
#industryPage .epc-tab li {
  display: inline-block;
  margin: 0 70px;
}
#industryPage .epc-tab li a {
  font-size: 26px;
}
#industryPage .epc-model {
  background-color: #f5fafe;
  padding: 50px 0;
}
#industryPage .epc-model .epc-model-content {
  width: 100%;
  padding: 40px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(177, 218, 255, 0.5);
}
#industryPage .epc-model .epc-model-content .img {
  width: 80%;
  margin: 0 auto;
}
#industryPage .epc-model .epc-model-content .img img {
  width: 100%;
  height: auto;
  display: block;
}
#industryPage .epc-leading {
  margin-bottom: 80px;
  padding-top: 50px;
}
#industryPage .epc-leading .icon-list {
  text-align: center;
  margin-bottom: 70px;
}
#industryPage .epc-leading .icon-list li {
  width: 205px;
  height: 170px;
  display: inline-block;
  margin: 0 25px;
}
#industryPage .epc-leading .icon-list li img {
  display: block;
  width: 100%;
  height: 100%;
}
#industryPage .epc-leading .text-list {
  overflow: hidden;
}
#industryPage .epc-leading .text-list li {
  float: left;
  margin-left: 60px;
  width: -webkit-calc(25% - 45px);
  width: calc(25% - 45px);
}
#industryPage .epc-leading .text-list li:first-child {
  margin-left: 0;
}
#industryPage .epc-leading .text-list li .t {
  font-size: 26px;
  margin-bottom: 10px;
}
#industryPage .epc-leading .text-list li .p {
  font-size: 16px;
  line-height: 26px;
  color: #999;
  text-align: justify;
}
#industryPage .epc-strength {
  margin-bottom: 80px;
}
#industryPage .epc-strength li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 20px;
}
#industryPage .epc-strength li:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#industryPage .epc-strength li:first-child .img {
  text-align: left;
}
#industryPage .epc-strength li .img {
  width: 640px;
  text-align: right;
}
#industryPage .epc-strength li .img img {
  width: 540px;
  height: 540px;
}
#industryPage .epc-strength li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#industryPage .epc-strength li .text .cell {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#industryPage .epc-strength li .text dl {
  margin-bottom: 25px;
}
#industryPage .epc-strength li .text dt {
  font-size: 30px;
  font-weight: 500;
  color: #015dfe;
  margin-bottom: 5px;
}
#industryPage .epc-strength li .text dd {
  font-size: 24px;
  line-height: 28px;
}
#industryPage .epc-video {
  margin-bottom: 80px;
}
#industryPage .epc-video .tab {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
  cursor: pointer;
}
#industryPage .epc-video .tab span {
  display: inline-block;
  width: 200px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  color: #fff;
  background-color: rgba(1, 93, 254, 0.5);
}
#industryPage .epc-video .tab span.active {
  background-color: #015dfe;
}
#industryPage .epc-video .list {
  overflow: hidden;
}
#industryPage .epc-video .list .item {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 40px;
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 10px;
}
#industryPage .epc-video .list .item:first-child {
  margin-left: 0;
}
#industryPage .epc-video .list .item::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}
#industryPage .epc-video .list .item video {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}
#industryPage .epc-video .list .item .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
#industryPage .epc-video .list .item .icon i {
  font-size: 70px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#industryPage .epc-video .list .item.playing .icon {
  display: none;
}
#industryPage .epc-case {
  background-color: #f5fafe;
  margin-bottom: 80px;
  padding: 50px 0;
}
#industryPage .epc-case .swiper-container {
  padding-bottom: 30px;
}
#industryPage .epc-case .swiper-slide {
  width: 60%;
  height: 100%;
}
#industryPage .epc-case .swiper-slide.swiper-slide-active {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
#industryPage .epc-case .swiper-slide .item {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
#industryPage .epc-case .swiper-slide .item .img {
  overflow: hidden;
  position: relative;
}
#industryPage .epc-case .swiper-slide .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#industryPage .epc-case .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#industryPage .epc-case .swiper-slide .item .text {
  background-color: #fff;
  height: 60px;
  line-height: 60px;
}
#industryPage .epc-case .swiper-slide .item .text .tit {
  padding: 0 20px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#industryPage .epc-case .arrow {
  text-align: center;
}
#industryPage .epc-case .arrow span {
  display: inline-block;
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  background-color: #015dfe;
  color: #fff;
  margin: 0 10px;
  border-radius: 6px;
}
#aboutUsPage .section-company-data {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
#aboutUsPage .section-company-data .section-company-data-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  padding: 30px 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 94, 199, 0.2);
}
#aboutUsPage .section-company-data .section-company-data-content li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  text-align: center;
}
#aboutUsPage .section-company-data .section-company-data-content li .label {
  font-size: 20px;
  margin-bottom: 6px;
}
#aboutUsPage .section-company-data .section-company-data-content li .number .n {
  font-size: 46px;
  color: #015dfe;
}
#aboutUsPage .section-company-data .section-company-data-content li .number .e {
  font-size: 20px;
}
#aboutUsPage .section-other-menu1 {
  background-color: #f7fbff;
  padding: 50px 0;
  margin-bottom: 60px;
}
#aboutUsPage .section-other-menu1 .menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#aboutUsPage .section-other-menu1 .menu-wrap .item {
  display: inline-block;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 51, 140, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../img/about-menu-bg1.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 92% 95%;
  text-align: left;
}
#aboutUsPage .section-other-menu1 .menu-wrap .item:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 51, 140, 0.25);
}
#aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap {
  padding: 30px;
}
#aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .tit {
  font-size: 22px;
}
#aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .m {
  font-size: 40px;
}
#aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link {
  margin-top: 20px;
}
#aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link a {
  font-size: 16px;
  color: #015dfe;
  display: block;
}
#aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link a::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #015dfe;
  margin-top: 10px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
#aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link a:hover::after {
  width: 100px;
}
#aboutUsPage .section-other-menu1 .menu-wrap .l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-right: 20px;
}
#aboutUsPage .section-other-menu1 .menu-wrap .l .item {
  width: 100%;
  height: 440px;
}
#aboutUsPage .section-other-menu1 .menu-wrap .r {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0;
  text-align: left;
}
#aboutUsPage .section-other-menu1 .menu-wrap .r .item {
  width: 100%;
  height: 200px;
  position: relative;
}
#aboutUsPage .section-other-menu1 .menu-wrap .r .item:first-child {
  margin-bottom: 40px;
  background-image: url(../img/about-menu-bg2.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 90% center;
}
#aboutUsPage .section-other-menu1 .menu-wrap .r .item:last-child {
  background-image: url(../img/about-menu-bg3.png);
  background-repeat: no-repeat;
  background-size: auto 140%;
  background-position: 99% center;
}
#aboutUsPage .section-other-menu1 .menu-wrap .r .item .text-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#aboutUsPage .section-other-menu2 .item {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#aboutUsPage .section-other-menu2 .item:hover .text .link {
  color: #015dfe;
}
#aboutUsPage .section-other-menu2 .item:hover .text .link::after {
  background-color: #015dfe;
  width: 100px;
}
#aboutUsPage .section-other-menu2 .item:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#aboutUsPage .section-other-menu2 .item:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 60px;
}
#aboutUsPage .section-other-menu2 .item:nth-child(2n) .text .link {
  left: 0;
}
#aboutUsPage .section-other-menu2 .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#aboutUsPage .section-other-menu2 .item .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 560px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#aboutUsPage .section-other-menu2 .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
}
#aboutUsPage .section-other-menu2 .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#aboutUsPage .section-other-menu2 .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 60px;
}
#aboutUsPage .section-other-menu2 .item .text .tit {
  font-size: 30px;
  line-height: 70px;
  color: #333;
}
#aboutUsPage .section-other-menu2 .item .text .intr {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  height: -webkit-calc(28px * 7);
  height: calc(28px * 7);
  overflow: hidden;
}
#aboutUsPage .section-other-menu2 .item .text .link {
  font-size: 16px;
  color: #666;
  position: absolute;
  left: 60px;
  bottom: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#aboutUsPage .section-other-menu2 .item .text .link::after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 20px;
  height: 2px;
  background-color: #666;
  margin-top: 10px;
}
#casePage .load-more {
  text-align: center;
}
#casePage .load-more .button {
  font-size: 20px;
  width: 220px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#casePage .load-more .button:hover {
  background-color: #015dfe;
  color: #fff;
  border-color: #015dfe;
}
#casePage .section-case-class {
  position: relative;
  z-index: 10;
  margin-bottom: 80px;
}
#casePage .section-case-class .list {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 0;
}
#casePage .section-case-class .item {
  float: left;
  width: 25%;
  line-height: 100px;
  height: 100px;
  text-align: center;
  border-left: 1px solid #e8e8e8;
  font-size: 30px;
}
#casePage .section-case-class .item:first-child {
  border-left: 0;
}
#casePage .section-case-list {
  margin-bottom: 50px;
}
#casePage .section-case-list .case-tab {
  text-align: center;
  background-color: #f7fbff;
  line-height: 100px;
  margin-bottom: 30px;
}
#casePage .section-case-list .case-tab .item {
  display: inline-block;
  padding: 0 30px;
}
#casePage .section-case-list .case-tab .item a {
  display: block;
  font-size: 26px;
  color: #333;
}
#casePage .section-case-list .case-tab .item:hover a {
  color: #015dfe;
}
#casePage .section-case-list .case-tab .item.active a {
  color: #015dfe;
}
#casePage .section-case-list .list {
  width: 100%;
  overflow: hidden;
  display: none;
}
#casePage .section-case-list .list.active {
  display: block;
}
#casePage .section-case-list .list .item {
  float: left;
  width: -webkit-calc(33.3% - 14px);
  width: calc(33.3% - 14px);
  margin-left: 21px;
  margin-bottom: 40px;
}
#casePage .section-case-list .list .item:nth-child(3n+1) {
  margin-left: 0;
}
#casePage .section-case-list .list .item .img {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
#casePage .section-case-list .list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#casePage .section-case-list .list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#casePage .section-case-list .list .item .text {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  padding-bottom: 10px;
}
#casePage .section-case-list .list .item .text .tit {
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0;
}
#casePage .section-case-list .list .item .text .intr {
  font-size: 16px;
  color: #999;
  text-align: justify;
  line-height: 26px;
  height: -webkit-calc(26px * 3);
  height: calc(26px * 3);
  overflow: hidden;
}
#casePage .section-case-list .list .item:hover .text {
  border-bottom-color: #015dfe;
}
#casePage .section-video-list {
  margin-bottom: 50px;
}
#casePage .section-video-list .list {
  overflow: hidden;
}
#casePage .section-video-list .list .item {
  float: left;
  width: -webkit-calc(33.3% - 14px);
  width: calc(33.3% - 14px);
  margin-left: 21px;
  margin-bottom: 40px;
}
#casePage .section-video-list .list .item:nth-child(3n+1) {
  margin-left: 0;
}
#casePage .section-video-list .list .video {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#casePage .section-video-list .list .video::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#casePage .section-video-list .list .video img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#casePage .section-video-list .list .video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
#casePage .section-video-list .list .video .icon i {
  font-size: 70px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#casePage .section-video-list .list .text {
  padding-bottom: 20px;
}
#casePage .section-video-list .list .text .tit {
  width: 100%;
  padding-right: 100px;
  font-size: 20px;
  line-height: 60px;
  position: relative;
}
#casePage .section-video-list .list .text .tit .num {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999;
}
#casePage .section-video-list .list .text .date {
  font-size: 14px;
  color: #666;
}
#casePage .section-brand-wrap {
  margin-bottom: 50px;
}
#casePage .section-brand-wrap .brand-content {
  overflow: hidden;
  width: 100%;
}
#casePage .section-brand-wrap .list {
  float: left;
  width: -webkit-calc(33.33% - 24px);
  width: calc(33.33% - 24px);
  margin-left: 36px;
  position: relative;
}
#casePage .section-brand-wrap .list .tit {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 40px;
  text-align: center;
}
#casePage .section-brand-wrap .list:first-child {
  margin-left: 0;
}
#casePage .section-brand-wrap .list:first-child .logo-list::before {
  display: none;
}
#casePage .section-brand-wrap .list .logo-list {
  position: relative;
}
#casePage .section-brand-wrap .list .logo-list::before {
  content: "";
  position: absolute;
  left: -17px;
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
}
#casePage .section-brand-wrap .list .logo-list .item {
  float: left;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}
#casePage .section-brand-wrap .list .logo-list .item:nth-child(2n+1) {
  margin-left: 0;
}
#casePage .section-brand-wrap .list .logo-list .item:nth-child(7),
#casePage .section-brand-wrap .list .logo-list .item:nth-child(8) {
  margin-bottom: 0;
}
#casePage .section-brand-wrap .list .logo-list .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
#casePage .section-brand-wrap .list .logo-list .item img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#casePage .section-brand-wrap .list .logo-list .item img {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
}
#newPage .section-news-list .new-list {
  overflow: hidden;
}
#newPage .section-news-list .new-list .item {
  float: left;
  width: -webkit-calc(33.3% - 14px);
  width: calc(33.3% - 14px);
  margin-left: 21px;
  margin-bottom: 40px;
}
#newPage .section-news-list .new-list .item a {
  display: block;
  width: 100%;
}
#newPage .section-news-list .new-list .item:nth-child(3n+2) {
  margin-left: 0;
}
#newPage .section-news-list .new-list .item:first-child {
  width: 100%;
  margin-left: 0;
}
#newPage .section-news-list .new-list .item:first-child a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#newPage .section-news-list .new-list .item:first-child .img {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#newPage .section-news-list .new-list .item:first-child .text {
  padding-left: 40px;
  padding-top: 20px;
}
#newPage .section-news-list .new-list .item:first-child .text .tit {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 10px;
}
#newPage .section-news-list .new-list .item:first-child .text .date {
  font-size: 18px;
  margin-bottom: 10px;
}
#newPage .section-news-list .new-list .item:first-child .text .intr {
  font-size: 20px;
  line-height: 34px;
  height: -webkit-calc(34px * 5);
  height: calc(34px * 5);
  margin-bottom: 20px;
}
#newPage .section-news-list .new-list .item:first-child .text .button {
  margin: 0;
}
#newPage .section-news-list .new-list .item .img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#newPage .section-news-list .new-list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#newPage .section-news-list .new-list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#newPage .section-news-list .new-list .item .text .tit {
  font-size: 20px;
  line-height: 40px;
}
#newPage .section-news-list .new-list .item .text .date {
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
}
#newPage .section-news-list .new-list .item .text .intr {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  height: -webkit-calc(26px * 3);
  height: calc(26px * 3);
  overflow: hidden;
  margin-bottom: 10px;
}
#newPage .section-news-list .new-list .item .text .button {
  font-size: 16px;
  width: 160px;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  text-align: center;
}
#newPage .section-news-list .new-list .item:hover .text .button {
  background-color: #015dfe;
  color: #fff;
  border-color: #015dfe;
}
#detailPage .yijian-banner {
  margin-bottom: 0;
}
#detailPage .hj-tab {
  margin-bottom: 0;
}
#detailPage .detail-content {
  background-color: #f7fbff;
  padding-bottom: 30px;
  padding-top: 30px;
}
#detailPage .detail-content .detail-info {
  text-align: center;
  margin-bottom: 30px;
}
#detailPage .detail-content .detail-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  padding: 10px 0;
}
#detailPage .detail-content .detail-info .other {
  font-size: 16px;
  color: #999;
}
#detailPage .detail-content .detail-info .other span {
  margin: 0 10px;
}
#detailPage .detail-content .detail-info .other span i {
  margin-right: 5px;
}
#detailPage .detail-content .detail-info2 {
  text-align: left;
  padding-right: 400px;
  position: relative;
  min-height: 240px;
}
#detailPage .detail-content .detail-info2 .type {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
#detailPage .detail-content .detail-info2 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  padding: 10px 0;
}
#detailPage .detail-content .detail-info2 .other {
  font-size: 16px;
  color: #999;
}
#detailPage .detail-content .detail-info2 .other span {
  margin-right: 40px;
}
#detailPage .detail-content .detail-info2 .other span i {
  margin-right: 5px;
}
#detailPage .detail-content .detail-info2 .apply {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  background-color: #fff;
  width: 240px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(1, 93, 254, 0.2);
}
#detailPage .detail-content .detail-info2 .apply .top {
  overflow: hidden;
  margin-bottom: 10px;
}
#detailPage .detail-content .detail-info2 .apply .top .logo {
  float: left;
  width: 70%;
}
#detailPage .detail-content .detail-info2 .apply .top .logo img {
  height: auto;
}
#detailPage .detail-content .detail-info2 .apply .top .icon {
  float: left;
  width: 20%;
  margin-left: 10px;
}
#detailPage .detail-content .detail-info2 .apply .top .icon img {
  height: auto;
}
#detailPage .detail-content .detail-info2 .apply .data {
  overflow: hidden;
  margin-bottom: 10px;
}
#detailPage .detail-content .detail-info2 .apply .data .item {
  float: left;
  width: 33.33%;
  text-align: center;
  line-height: 20px;
}
#detailPage .detail-content .detail-info2 .apply .data .item .num {
  font-size: 14px;
  color: #666;
}
#detailPage .detail-content .detail-info2 .apply .data .item .lab {
  font-size: 14px;
  color: #999;
}
#detailPage .detail-content .detail-info2 .apply .button {
  width: 100%;
  background-color: #015dfe;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}
#detailPage .detail-content .detail-info2 .apply .tel {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
#detailPage .detail-content .detail-info2 .apply .tel i {
  color: #015dfe;
  font-weight: 700;
  font-size: 20px;
}
#detailPage .detail-content .content {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}
#detailPage .detail-content .content img {
  max-width: 100%;
  width: auto !important;
  height: auto;
}
#detailPage .detail-content .content .detail-video {
  width: 100%;
  height: auto;
}
#detailPage .section-relevant .relevant-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#detailPage .section-relevant .relevant-wrap div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 40px;
}
#detailPage .section-relevant .relevant-wrap div a {
  font-size: 16px;
}
#detailPage .section-relevant .relevant-wrap div a:hover {
  color: #015dfe;
}
#detailPage .section-relevant .relevant-wrap div:first-child {
  padding-right: 10px;
}
#detailPage .section-relevant .relevant-wrap div:last-child {
  padding-left: 10px;
  text-align: right;
}
#detailPage .section-relevant .back-button {
  display: block;
  margin: 30px auto;
  width: 240px;
  line-height: 60px;
  border: 1px solid #e8e8e8;
  color: #333;
  border-radius: 6px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
#detailPage .section-relevant .back-button:hover {
  border-color: #015dfe;
  color: #fff;
  background-color: #015dfe;
}
#detailPage .section-relevant .relevant-word {
  border-top: 1px dashed #e8e8e8;
  padding: 20px 0;
}
#detailPage .section-relevant .relevant-word dl {
  color: #015dfe;
  line-height: 26px;
}
#detailPage .section-relevant .relevant-word dl dt {
  display: inline-block;
  font-size: 16px;
  margin-right: 4px;
}
#detailPage .section-relevant .relevant-word dl dd {
  margin-right: 4px;
  display: inline-block;
}
#detailPage .section-relevant .relevant-word dl dd a {
  font-size: 16px;
  color: #015dfe;
}
#teamPage .company-intr {
  margin-bottom: 50px;
}
#teamPage .company-intr .title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
#teamPage .company-intr .intr {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
#teamPage .company-intr .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#teamPage .company-intr .data .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#teamPage .company-intr .data .item .label {
  font-size: 22px;
}
#teamPage .company-intr .data .item .number .n {
  font-size: 50px;
  color: #015dfe;
}
#teamPage .company-intr .data .item .number .e {
  font-size: 26px;
}
#teamPage .team-list {
  overflow: hidden;
}
#teamPage .team-list > div:nth-of-type(4n+1) {
  margin-left: 0;
}
#teamPage .team-list .item {
  float: left;
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
  background-color: #999;
  margin-left: 20px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
}
#teamPage .team-list .item .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#teamPage .team-list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#teamPage .team-list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#teamPage .team-list .item .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
}
#teamPage .team-list .item .info .name {
  font-size: 26px;
  margin-bottom: 5px;
  color: #333;
}
#teamPage .team-list .item .info .position {
  font-size: 16px;
  color: #666;
}
#teamPage .team-list .item .info .button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
  height: 48px;
  border: 1px solid #015dfe;
  color: #015dfe;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#teamPage .team-list .item .info .button:hover {
  background-color: #015dfe;
  color: #fff;
}
#teamPage .team-list .item .profile-wrap {
  display: none;
}
#teamPage .team-list .item .fold {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 36px;
  border-radius: 6px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  z-index: 10;
  background-color: #fff;
  color: #015dfe;
  border: 1px solid #015dfe;
  cursor: pointer;
}
#teamPage .team-list .item.isOpen .info {
  display: none;
}
#teamPage .team-list .item.isOpen .fold {
  display: block;
}
#teamPage .team-list .profile {
  clear: both;
  display: none;
  padding: 0 20px 20px;
}
#teamPage .team-list .profile .info {
  margin-bottom: 10px;
}
#teamPage .team-list .profile .info .name {
  font-size: 26px;
  margin-bottom: 5px;
  color: #333;
}
#teamPage .team-list .profile .info .position {
  font-size: 16px;
  margin-bottom: 5px;
  color: #666;
}
#teamPage .team-list .profile .info .certificat {
  font-size: 16px;
  color: #333;
}
#teamPage .team-list .profile .other .info-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}
#teamPage .team-list .profile .other .info-item .label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 16px;
}
#teamPage .team-list .profile .other .info-item .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}
#teamPage .team-list .profile .other .case-list a {
  display: inline-block;
  width: 100px;
  border: 1px solid #e8e8e8;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
}
#teamPage .team-list .profile .other .case-list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
#teamPage .team-list .profile .other .case-list a img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#teamPage .process-list {
  overflow: hidden;
}
#teamPage .process-list .item {
  width: -webkit-calc(100%/6 - 40px);
  width: calc(100%/6 - 40px);
  margin-left: 48px;
  float: left;
}
#teamPage .process-list .item:first-child {
  margin-left: 0;
}
#teamPage .process-list .item img {
  width: 100%;
  height: auto;
  display: block;
}
#teamStylePage .culture-wrap {
  margin-bottom: 50px;
}
#teamStylePage .culture-wrap .title {
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: normal;
}
#teamStylePage .culture-wrap .title::after {
  content: "";
  display: block;
  width: 320px;
  height: 2px;
  margin-top: 20px;
  background-color: #015dfe;
}
#teamStylePage .culture-wrap .en {
  font-size: 20px;
  color: #999;
}
#teamStylePage .culture-wrap .culture-list {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#teamStylePage .culture-wrap .culture-list .l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
#teamStylePage .culture-wrap .culture-list .l .cell {
  position: absolute;
  width: 100%;
  padding-right: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#teamStylePage .culture-wrap .culture-list .l .item {
  margin-bottom: 26px;
  padding-left: 30px;
  position: relative;
}
#teamStylePage .culture-wrap .culture-list .l .icon {
  position: absolute;
  width: 17px;
  height: 36px;
  left: 0;
  top: 0;
  background-image: url(../img/style-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
#teamStylePage .culture-wrap .culture-list .l .text .h {
  font-size: 20px;
  line-height: 36px;
}
#teamStylePage .culture-wrap .culture-list .l .text .e {
  font-size: 16px;
  color: #999;
  line-height: 20px;
  text-align: justify;
}
#teamStylePage .culture-wrap .culture-list .r {
  width: 78%;
}
#teamStylePage .culture-wrap .culture-list .r .video {
  height: auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
#teamStylePage .culture-wrap .culture-list .r .video::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 56%;
  width: 100%;
}
#teamStylePage .culture-wrap .culture-list .r .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #999999;
}
#teamStylePage .photo-list {
  padding: 50px 0;
  margin-bottom: 50px;
  background-color: #f7fbff;
}
#teamStylePage .photo-list .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
#teamStylePage .photo-list .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#teamStylePage .photo-list .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#teamStylePage .photo-list .img:hover .hover {
  opacity: 1;
}
#teamStylePage .photo-list .img .hover {
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}
#teamStylePage .photo-list .img .hover .icon {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
}
#teamStylePage .photo-list .img .hover .icon span {
  margin-top: 3px;
  display: block;
}
#teamStylePage .photo-list .swiper-container {
  margin-bottom: 20px;
}
#teamStylePage .photo-list .swiper-wrapper {
  /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
  /* 样式做了各种浏览器的兼容 */
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
#honorPage .honor-title {
  line-height: 1;
  padding: 30px 0;
}
#honorPage .honor-title .t {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 14px;
}
#honorPage .honor-title .en {
  font-size: 26px;
  color: #015dfe;
  text-transform: uppercase;
  font-style: oblique;
  font-weight: normal;
}
#honorPage .honor-swiper .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  height: 400px;
}
#honorPage .honor-swiper .item .img {
  width: 50%;
  height: 100%;
  background-color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
#honorPage .honor-swiper .item .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#honorPage .honor-swiper .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: #f7fbff;
  margin-left: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
#honorPage .honor-swiper .item .text p {
  line-height: 28px;
}
#honorPage .honor-swiper .item .text .cell {
  position: absolute;
  padding: 0 10px;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#honorPage .honor-swiper .arrow-wrap {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
#honorPage .honor-swiper .arrow-wrap .button {
  display: inline-block;
  margin: 0 10px;
  border-radius: 4px;
  width: 120px;
  height: 48px;
  background-color: #015dfe;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  cursor: pointer;
}
#honorPage .honor-list {
  overflow: hidden;
}
#honorPage .honor-list.expand .item:nth-child(n+7) {
  display: block;
}
#honorPage .honor-list .item {
  background-color: #f7fbff;
  width: -webkit-calc(33.33% - 14px);
  width: calc(33.33% - 14px);
  margin-left: 20px;
  float: left;
  margin-bottom: 20px;
  border-radius: 10px;
}
#honorPage .honor-list .item:nth-child(3n+1) {
  margin-left: 0;
}
#honorPage .honor-list .item:nth-child(n+7) {
  display: none;
}
#honorPage .honor-list .item .img {
  width: 100%;
  height: auto;
  position: relative;
}
#honorPage .honor-list .item .img::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 90%;
  width: 100%;
}
#honorPage .honor-list .item .img img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#honorPage .honor-list .item .text {
  border-top: 1px solid #e8e8e8;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#honorPage .load-more {
  padding-top: 20px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #015dfe;
}
#honorPage .load-more::before {
  content: "点击查看更多";
}
#honorPage .load-more .icon {
  width: 27px;
  margin: 10px auto;
  display: block;
}
#honorPage .load-more.expand::before {
  content: "点击收起";
}
#honorPage .load-more.expand .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#companyIntrPage .intr-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#companyIntrPage .intr-wrap .right {
  width: 50%;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
#companyIntrPage .intr-wrap .right::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61.48%;
}
#companyIntrPage .intr-wrap .right img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#companyIntrPage .intr-wrap .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
#companyIntrPage .intr-wrap .left::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61.48%;
}
#companyIntrPage .intr-wrap .left img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#companyIntrPage .intr-wrap .left .intr {
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 30px;
  right: 20px;
  height: 78%;
  overflow: auto;
  text-align: justify;
  text-indent: 32px;
}
#companyIntrPage .intr-wrap .left .sub {
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 36px;
  line-height: 60px;
}
#companyIntrPage .intr-wrap .left .sub em {
  color: #015dfe;
}
#companyIntrPage .intr-wrap .left .sub p {
  display: inline-block;
}
#companyIntrPage .video-slogan {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
#companyIntrPage .video-slogan::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 21.875%;
}
#companyIntrPage .video-slogan .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#companyIntrPage .video-slogan .video video {
  width: 100%;
  height: 100%;
}
#companyIntrPage .video-slogan .video::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#companyIntrPage .video-slogan .slogan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#companyIntrPage .video-slogan .slogan .section-content-wrap {
  position: relative;
  height: 100%;
}
#companyIntrPage .video-slogan .slogan .text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70%;
  color: #fff;
}
#companyIntrPage .video-slogan .slogan .text .h {
  font-size: 36px;
  margin-bottom: 20px;
}
#companyIntrPage .video-slogan .slogan .text .p {
  font-size: 22px;
  line-height: 38px;
}
#companyIntrPage .intr-wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
#companyIntrPage .intr-wrap2 .left {
  width: 500px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
#companyIntrPage .intr-wrap2 .left::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 93.33%;
}
#companyIntrPage .intr-wrap2 .left img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#companyIntrPage .intr-wrap2 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
}
#companyIntrPage .intr-wrap2 .text {
  padding-top: 20px;
}
#companyIntrPage .intr-wrap2 .text .tit {
  font-size: 36px;
  margin-bottom: 30px;
  position: relative;
}
#companyIntrPage .intr-wrap2 .text .tit::before {
  content: "";
  display: block;
  background-color: #015dfe;
  width: 148px;
  height: 30px;
  opacity: 0.3;
  position: absolute;
  left: -80px;
  top: -5px;
}
#companyIntrPage .intr-wrap2 .text .intr {
  font-size: 18px;
  line-height: 42px;
  text-align: justify;
  text-indent: 40px;
}
#companyIntrPage .case-tit {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}
#companyIntrPage .case-list {
  overflow: hidden;
  margin-bottom: 80px;
}
#companyIntrPage .case-list .item {
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
  float: left;
  margin-left: 20px;
}
#companyIntrPage .case-list .item:first-child {
  margin-left: 0;
}
#companyIntrPage .case-list .item .img {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
#companyIntrPage .case-list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#companyIntrPage .case-list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#companyIntrPage .case-list .item .text {
  line-height: 40px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#companyIntrPage .case-list .item .text span {
  margin-right: 10px;
}
#companyIntrPage .case-list .item:hover .text {
  color: #015dfe;
}
#companyIntrPage .brand-tit {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
}
#companyIntrPage .brand-tit em {
  color: #015dfe;
}
#contactUsPage .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 1;
  margin-bottom: 80px;
}
#contactUsPage .contact-info .t {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#contactUsPage .contact-info .h {
  font-size: 34px;
  margin-bottom: 10px;
}
#contactUsPage .contact-info .p {
  font-size: 16px;
  margin-bottom: 20px;
}
#contactUsPage .contact-info .btn {
  width: 220px;
  height: 50px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contactUsPage .contact-info .btn:hover {
  color: #015dfe;
  background-color: #fff;
}
#contactUsPage .contact-info .left {
  padding-left: 100px;
  width: 690px;
  height: 280px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url(../img/contact-info-bg1.jpg) no-repeat center;
  background-size: cover;
  border-radius: 16px 0 0 16px;
}
#contactUsPage .contact-info .right {
  padding-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 280px;
  background: url(../img/contact-info-bg2.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0 16px 16px 0;
}
#contactUsPage .contact-info .right .logo-list {
  font-size: 0;
}
#contactUsPage .contact-info .right .logo-list .item {
  width: 200px;
  height: 94px;
  background: url(../img/logo-bg.png) no-repeat center;
  background-size: 100%;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
#contactUsPage .contact-info .right .logo-list .item img {
  position: absolute;
  width: 80%;
  height: auto;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#contactUsPage .contact-way {
  padding-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#contactUsPage .contact-way .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
#contactUsPage .contact-way .left .tit {
  font-size: 36px;
  margin-bottom: 30px;
}
#contactUsPage .contact-way .left .item {
  font-size: 20px;
  margin-bottom: 30px;
}
#contactUsPage .contact-way .left .tip {
  color: #999;
  padding-left: 26px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
#contactUsPage .contact-way .left .label {
  color: #999;
  margin-bottom: 10px;
}
#contactUsPage .contact-way .left .label i {
  font-size: 20px;
  margin-right: 6px;
}
#contactUsPage .contact-way .left .value {
  padding-left: 26px;
  color: #333;
  line-height: 24pxx;
}
#contactUsPage .contact-way .right {
  width: 1100px;
  height: 480px;
}
#contactUsPage .contact-way .right .map {
  width: 100%;
  height: 100%;
  background-color: #999;
  border-radius: 16px;
  overflow: hidden;
}
#contactUsPage .map-InfoWindow {
  text-align: left;
  font-size: 18px;
  color: #333;
  padding: 10px;
  line-height: 24px;
}
#contactUsPage .map-InfoWindow .name {
  color: red;
  margin-bottom: 6px;
}
#talkingPage .section-wrap {
  width: 100%;
  height: 100%;
}
#talkingPage .talking-banner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#talkingPage .talking-banner .wrap {
  width: 100% !important;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
#talkingPage .talking-banner .wrap h3 {
  font-size: 56px;
}
#talkingPage .talking-banner .wrap p {
  font-size: 36px;
  max-width: 950px;
  margin: 40px auto 0px;
  line-height: 46px;
  position: relative;
  display: inline-block;
}
#talkingPage .module1 .module1-content {
  background-color: #000;
  width: 100%;
  height: 100%;
}
#talkingPage .module1 .module1-content .t {
  font-size: 60px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
  letter-spacing: 10px;
}
#talkingPage .module2 .module2-content {
  background-color: #000;
  width: 100%;
  height: 100%;
}
#talkingPage .module2 .text {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
  color: #fff;
  padding: 0 40px;
}
#talkingPage .module2 .text .t {
  font-size: 36px;
  margin-bottom: 30px;
}
#talkingPage .module2 .text .t span {
  font-size: 56px;
}
#talkingPage .module2 .text .p {
  font-size: 36px;
  line-height: 1;
  color: #999;
  margin-bottom: 30px;
}
#talkingPage .module3 .module3-content {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
}
#talkingPage .module3 .text {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  color: #fff;
  padding: 0 40px;
  text-align: center;
}
#talkingPage .module3 .text .t {
  font-size: 56px;
}
#talkingPage .module4 {
  background: url(../img/talkingToYou-bg1.jpg) no-repeat center;
  background-size: cover;
}
#talkingPage .module4 .module4-content {
  width: 100%;
  height: 100%;
  position: relative;
}
#talkingPage .module4 .cell {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px;
}
#talkingPage .module4 .text {
  width: 50%;
  text-align: center;
  position: relative;
}
#talkingPage .module4 .text .wrap {
  color: #fff;
  font-size: 56px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#talkingPage .module4 .text .wrap p {
  margin: 20px 0;
}
#talkingPage .module4 .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
#talkingPage .module4 .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
}
#talkingPage .module4 .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#talkingPage .module5 .module5-content {
  width: 100%;
  height: 100%;
  padding: 40px;
}
#talkingPage .module5 .module5-content .main {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#talkingPage .module5 .module5-content .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 36px;
  line-height: 70px;
  color: #fff;
}
#talkingPage .module5 .tab-list {
  position: absolute;
  bottom: 80px;
  width: 100%;
  left: 0;
  font-size: 50px;
  color: #fff;
  z-index: 100;
  text-align: center;
  font-size: 0;
}
#talkingPage .module5 .tab-list .item {
  display: inline-block;
  width: 20%;
  text-align: center;
  font-size: 26px;
  color: #fff;
  line-height: 60px;
  margin: 0 10px;
  cursor: pointer;
  border-top: 4px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
#talkingPage .module5 .tab-list .item.active {
  border-width: 6px;
  border-color: #015dfe;
}
#talkingPage .module6 .module6-content {
  padding: 40px;
  width: 100%;
  height: 100%;
}
#talkingPage .module6 .main {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#talkingPage .module6 .title {
  position: absolute;
  top: 80px;
  width: 100%;
  font-size: 36px;
  text-align: center;
  color: #fff;
  left: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}
#talkingPage .module6 .list {
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  font-size: 0;
  text-align: center;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
#talkingPage .module6 .list .item {
  display: inline-block;
  width: 20%;
  margin: 0 20px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
}
#talkingPage .module6 .list .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#talkingPage .module6 .list .item img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#talkingPage .module6 .list .item.active {
  border: 2px solid #fff;
}
#tagsPage .tag-wrap {
  margin-bottom: 100px;
}
#tagsPage .tag-wrap .tit {
  font-size: 32px;
  line-height: 60px;
}
#tagsPage .tag-wrap .list {
  margin-bottom: 30px;
}
#tagsPage .tag-wrap .list .item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 6px;
}
#tagsPage .tag-wrap .list .item a {
  font-size: 18px;
  line-height: 28px;
}
#tagsPage .tag-wrap .list .item a:hover {
  color: #015dfe;
}
#tagsPage .tag-detail .bread-crumbs {
  font-size: 0;
  margin-bottom: 50px;
}
#tagsPage .tag-detail .bread-crumbs a {
  display: inline-block;
  font-size: 18px;
}
#tagsPage .tag-detail .bread-crumbs a::after {
  content: ">";
  margin: 0 5px;
}
#tagsPage .tag-detail .bread-crumbs a:last-child::after {
  display: none;
}
#tagsPage .tag-detail .bread-crumbs a:hover {
  color: #015dfe;
}
#tagsPage .tag-detail .bread-crumbs a h1 {
  font-weight: normal;
  font-size: 18px;
}
#tagsPage .tag-detail .list {
  margin-bottom: 100px;
}
#tagsPage .tag-detail .list .item {
  margin-bottom: 40px;
}
#tagsPage .tag-detail .list .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#tagsPage .tag-detail .list .item .img {
  width: 36%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
#tagsPage .tag-detail .list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
#tagsPage .tag-detail .list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#tagsPage .tag-detail .list .item .text {
  padding-left: 40px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#tagsPage .tag-detail .list .item .text .title {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
#tagsPage .tag-detail .list .item .text .intr {
  font-size: 18px;
  line-height: 26px;
  height: -webkit-calc(26px*3);
  height: calc(26px*3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
#tagsPage .tag-detail .list .item .text .more {
  position: absolute;
  left: 40px;
  bottom: 0;
  color: #015dfe;
  font-size: 18px;
  border: 1px solid #015dfe;
  line-height: 50px;
  width: 160px;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#tagsPage .tag-detail .list .item .text .more:hover {
  background-color: #015dfe;
  color: #fff;
}
#tagsPage .tag-detail .list .item .text .date {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
  color: #999;
}
@media screen and (max-width: 1660px) {
  .section-content-wrap {
    width: 1400px;
  }
  #industryPage .excellent-case .left {
    width: 440px;
  }
  #industryPage .excellent-case .left .item {
    height: 134px;
  }
  #industryPage .excellent-case .left .item .num {
    font-size: 50px;
  }
  #industryPage .excellent-case .right {
    padding-left: 150px;
  }
  #industryPage .excellent-case .right .item .tit {
    padding-top: 33px;
  }
  #industryPage .technical-factory {
    padding: 80px 0;
  }
  #industryPage .technical-factory .factory-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 340px;
  }
  #industryPage .technical-factory .factory-content .left {
    width: 800px;
  }
  #industryPage .technical-factory .factory-content .left .item .text {
    font-size: 36px;
    line-height: 50px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr {
    padding-left: 80px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .tit {
    font-size: 54px;
  }
  #industryPage .food-case-content li {
    padding: 20px 0;
  }
  #industryPage .food-case-content a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #industryPage .food-case-content .case-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #industryPage .food-case-content .case-content .brand-content h3 {
    font-size: 22px;
    line-height: 40px;
  }
  #industryPage .food-case-content .case-content .brand-content .text {
    margin-top: 10px;
  }
  #industryPage .food-case-content .brand-img {
    width: 380px;
  }
  #industryPage .technical-description .item {
    width: 210px;
  }
  #industryPage .technical-description .item.active {
    width: 560px;
  }
  #industryPage .industry-supplier .list .item {
    width: 250px;
  }
  #industryPage .industry-supplier .list .item.active {
    width: 590px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content {
    padding-right: 100px;
  }
  #industryPage .food-technology .technology-content-wrap .img {
    width: 800px;
  }
  #industryPage .food-technology .technology-content-wrap .swiper-pagination-bullet {
    width: 80px;
    height: 9px;
    border-radius: 9px;
  }
  #industryPage .pharmacy-technology-content .technology-text {
    width: 560px;
  }
  #industryPage .pharmacy-technology-content .technology-swiper {
    width: 800px;
  }
  #industryPage .industry-video-content .video-item.video-item-r .video-item-t .text-wrap {
    padding-right: 90px;
  }
  #industryPage .industry-video-content .video-item .video-item-v {
    width: 600px;
    height: 352px;
  }
  #industryPage .industry-video-content .video-item .video-item-t .text-wrap {
    padding-left: 90px;
  }
  #industryPage .industry-supplier-content li:nth-child(1),
  #industryPage .industry-supplier-content li:nth-child(4) {
    width: 850px;
  }
  #industryPage .industry-supplier-content li:nth-child(2),
  #industryPage .industry-supplier-content li:nth-child(3) {
    width: 510px;
  }
  #industryPage .industry-supplier-content.pharmacy-supplier li {
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
  }
  #industryPage .industry-supplier-content.pharmacy-supplier li .supplier-text-content .tit {
    font-size: 30px;
  }
  #industryPage .industry-supplier-content.pharmacy-supplier li .supplier-text-content .text {
    line-height: 26px;
  }
  #industryPage .industry-brand-content {
    width: 100%;
    height: 540px;
  }
  #industryPage .industry-brand-content .swiper-pagination {
    bottom: 60px;
  }
  #industryPage .industry-brand-content .list {
    overflow: hidden;
    padding-top: 100px;
  }
  #aboutUsPage .section-other-menu2 .item .img {
    width: 500px;
  }
  #companyIntrPage .intr-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  #companyIntrPage .intr-wrap .left .intr {
    font-size: 16px;
    line-height: 28px;
    top: 10px;
  }
  #contactUsPage .contact-info .left {
    padding-left: 100px;
    width: 600px;
  }
  #contactUsPage .contact-info .right {
    padding-left: 100px;
  }
  #contactUsPage .contact-way {
    padding-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #contactUsPage .contact-way .right {
    width: 900px;
    height: 480px;
  }
  #contactUsPage .contact-way .right .map {
    width: 100%;
    height: 100%;
    background-color: #999;
    border-radius: 16px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1500px) {
  .section-content-wrap {
    width: 1300px;
  }
  .section-content {
    margin-bottom: 40px;
  }
  #industryPage .module {
    margin-bottom: 60px;
  }
  #industryPage .excellent-case .left {
    width: 380px;
  }
  #industryPage .excellent-case .left .item {
    height: 130px;
  }
  #industryPage .excellent-case .left .item .num {
    font-size: 40px;
  }
  #industryPage .excellent-case .left .item .c {
    left: 90px;
    right: 80px;
  }
  #industryPage .excellent-case .left .item .c .tit {
    font-size: 22px;
  }
  #industryPage .excellent-case .left .item .c .intr {
    font-size: 16px;
  }
  #industryPage .excellent-case .left .item .arrow {
    width: 38px;
    height: 38px;
    background-size: 46%;
  }
  #industryPage .excellent-case .right {
    padding-left: 100px;
  }
  #industryPage .excellent-case .right .item .tit {
    font-size: 24px;
    line-height: 32px;
    padding-top: 37px;
  }
  #industryPage .excellent-case .right .item .attr {
    font-size: 16px;
    line-height: 20px;
  }
  #industryPage .excellent-case .right .item .intr {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
  #industryPage .excellent-case .right .item .button {
    line-height: 40px;
  }
  #industryPage .excellent-case .right .item .button span {
    height: 40px;
    line-height: 40px;
    width: 120px;
  }
  #industryPage .technical-factory {
    padding: 80px 0;
  }
  #industryPage .technical-factory .factory-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
  }
  #industryPage .technical-factory .factory-content .left {
    width: 700px;
  }
  #industryPage .technical-factory .factory-content .left .item .text {
    font-size: 34px;
    line-height: 48px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr {
    padding-left: 60px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .tit {
    padding-top: 10px;
    font-size: 48px;
    margin-bottom: 20px;
  }
  #industryPage .cooperative-brand {
    padding-bottom: 60px;
  }
  #industryPage .engineering-manage {
    margin-bottom: 0;
    padding-bottom: 20px;
    background: url(../img/engineering-manage-bg1.png) -webkit-calc(50% - 430px) 40px no-repeat, url(../img/engineering-manage-bg2.png) -webkit-calc(50% + 360px) 360px no-repeat, url(../img/engineering-manage-bg3.png) -webkit-calc(50% - 400px) 810px no-repeat, url(../img/engineering-manage-bg4.png) -webkit-calc(50% + 400px) 1200px no-repeat;
    background: url(../img/engineering-manage-bg1.png) calc(50% - 430px) 40px no-repeat, url(../img/engineering-manage-bg2.png) calc(50% + 360px) 360px no-repeat, url(../img/engineering-manage-bg3.png) calc(50% - 400px) 810px no-repeat, url(../img/engineering-manage-bg4.png) calc(50% + 400px) 1200px no-repeat;
  }
  #industryPage .engineering-manage .list .item {
    margin-bottom: 60px;
  }
  #industryPage .engineering-manage .list .item:nth-child(2n) .text {
    margin-right: 50px;
  }
  #industryPage .engineering-manage .list .item:nth-child(2n+1) .video {
    margin-right: 50px;
  }
  #industryPage .technical-description .item {
    width: 200px;
  }
  #industryPage .technical-description .item.active {
    width: 500px;
  }
  #industryPage .industry-supplier .list .item {
    width: 230px;
  }
  #industryPage .industry-supplier .list .item.active {
    width: 550px;
  }
  #industryPage .food-case-content .case-content {
    padding: 10px 20px 0 20px;
  }
  #industryPage .food-case-content .case-content .brand-other span {
    display: none;
  }
  #industryPage .food-case-content .brand-img {
    width: 360px;
    margin-left: 20px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content {
    padding-right: 80px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content h2 {
    font-size: 26px;
  }
  #industryPage .food-technology .technology-content-wrap .img {
    width: 600px;
  }
  #industryPage .food-technology dl dt {
    font-size: 24px;
    margin-bottom: 18px;
  }
  #industryPage .industry-supplier-content li:nth-child(1),
  #industryPage .industry-supplier-content li:nth-child(4) {
    width: 810px;
  }
  #industryPage .industry-supplier-content li:nth-child(2),
  #industryPage .industry-supplier-content li:nth-child(3) {
    width: 470px;
  }
  #industryPage .industry-supplier-content li .supplier-text-content .tit {
    font-size: 30px;
  }
  #industryPage .industry-supplier-content li .supplier-text-content .text {
    line-height: 26px;
    font-size: 16px;
  }
  #industryPage .industry-supplier-content.pharmacy-supplier li {
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
  }
  #industryPage .industry-supplier-content.pharmacy-supplier li .supplier-text-content .tit {
    font-size: 30px;
  }
  #industryPage .industry-supplier-content.pharmacy-supplier li .supplier-text-content .tit::after {
    margin: 10px auto 10px;
  }
  #industryPage .industry-supplier-content.pharmacy-supplier li .supplier-text-content .text {
    font-size: 14px;
    line-height: 20px;
  }
  #industryPage .industry-brand-content {
    height: 480px;
  }
  #industryPage .industry-brand-content .swiper-pagination {
    bottom: 40px;
  }
  #industryPage .industry-brand-content .list {
    padding-top: 80px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .label {
    font-size: 18px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .number .n {
    font-size: 40px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .number .e {
    font-size: 16px;
  }
  #newPage .section-news-list .new-list .item {
    margin-bottom: 30px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .tit {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .intr {
    font-size: 18px;
    line-height: 30px;
    height: -webkit-calc(30px * 3);
    height: calc(30px * 3);
    margin-bottom: 10px;
  }
  #newPage .section-news-list .new-list .item .text .tit {
    font-size: 18px;
    line-height: 36px;
  }
  #newPage .section-news-list .new-list .item .text .date {
    font-size: 14px;
  }
  #newPage .section-news-list .new-list .item .text .button {
    font-size: 16px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  #teamPage .company-intr .title {
    font-size: 32px;
  }
  #teamPage .company-intr .data .item .label {
    font-size: 20px;
  }
  #teamPage .company-intr .data .item .number .n {
    font-size: 46px;
  }
  #teamPage .company-intr .data .item .number .e {
    font-size: 18px;
  }
  #teamPage .team-list .item .img {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #teamPage .team-list .item .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 123%;
  }
  #teamPage .team-list .item .img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #teamPage .team-list .item .info .name {
    font-size: 20px;
  }
  #teamPage .team-list .item .info .position {
    font-size: 14px;
  }
  #teamPage .team-list .item .info .button {
    top: 50%;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #teamPage .team-list .item .fold {
    width: 60px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
  }
  #contactUsPage .contact-info .t {
    font-size: 20px;
    margin-top: 30px;
  }
  #contactUsPage .contact-info .h {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #contactUsPage .contact-info .p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #contactUsPage .contact-info .btn {
    width: 180px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }
  #contactUsPage .contact-info .left {
    padding-left: 50px;
    height: 210px;
  }
  #contactUsPage .contact-info .right {
    height: 210px;
    padding-left: 50px;
  }
  #contactUsPage .contact-info .right .logo-list {
    font-size: 0;
  }
  #contactUsPage .contact-info .right .logo-list .item {
    width: 160px;
    height: 80px;
  }
  #contactUsPage .contact-way .right {
    width: 800px;
  }
}
@media screen and (max-width: 1366px) {
  .section-content-wrap {
    width: 1200px;
  }
  .select-cooperate-logo-1 .logo-content .list .tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .latest-news-content .item:first-child .text .title {
    font-size: 24px;
  }
  .latest-news-content .item:first-child .text .intr {
    font-size: 18px;
  }
  .latest-news-content .item:first-child .text .button {
    width: 160px;
    height: 60px;
    line-height: 60px;
  }
  .latest-news-content .item .text .title {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-top: 8px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .latest-news-content .item .text .intr {
    height: -webkit-calc(24px * 2);
    height: calc(24px * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }
  #industryPage .module {
    margin-bottom: 50px;
  }
  #industryPage .excellent-case .left {
    width: 380px;
  }
  #industryPage .excellent-case .left .item {
    height: 120px;
  }
  #industryPage .excellent-case .left .item .num {
    font-size: 40px;
    left: 20px;
  }
  #industryPage .excellent-case .right .item .tit {
    padding-top: 32px;
  }
  #industryPage .technical-factory {
    padding: 60px 0 40px;
  }
  #industryPage .technical-factory .factory-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
  }
  #industryPage .technical-factory .factory-content .left {
    width: 600px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr {
    padding-left: 40px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .tit {
    padding-top: 0px;
    font-size: 36px;
    margin-bottom: 20px;
  }
  #industryPage .technical-description {
    padding: 80px 0;
  }
  #industryPage .technical-description .item {
    height: 450px;
    width: 200px;
  }
  #industryPage .technical-description .item .top {
    height: 65px;
    margin-bottom: 20px;
  }
  #industryPage .technical-description .item .text {
    padding: 0 10px;
  }
  #industryPage .technical-description .item.active {
    width: 360px;
  }
  #industryPage .technical-description .item.active .top {
    height: 60px;
    margin-bottom: 25px;
  }
  #industryPage .technical-description .item.active .img {
    bottom: -30px;
  }
  #industryPage .technical-description .item.active dt {
    font-size: 26px;
  }
  #industryPage .cooperative-brand .brand-list {
    height: 350px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  #industryPage .industry-supplier .list .item {
    height: 300px;
    width: 200px;
  }
  #industryPage .industry-supplier .list .item.active {
    width: 450px;
  }
  #industryPage .food-case-content li:hover .case-content .brand-other .browse-icon {
    display: block !important;
  }
  #industryPage .food-case-content .case-content {
    padding: 20px;
  }
  #industryPage .food-case-content .case-content .brand-logo {
    display: none;
  }
  #industryPage .food-case-content .case-content .brand-content {
    padding: 0;
  }
  #industryPage .food-case-content .case-content .brand-content .text {
    height: -webkit-calc(24px * 2);
    height: calc(24px * 2);
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  #industryPage .food-case-content .case-content .brand-other .browse {
    display: none;
  }
  #industryPage .food-case-content .case-content .brand-other .browse-icon {
    display: block;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
  }
  #industryPage .food-case-content .case-content .brand-other .browse-icon .img {
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
  }
  #industryPage .food-case-content .brand-img {
    width: 360px;
    margin-left: 20px;
  }
  #industryPage .pharmacy-case .item .text {
    padding: 10px;
  }
  #industryPage .pharmacy-case .item .text .base .title {
    padding-right: 0;
    font-size: 20px;
  }
  #industryPage .pharmacy-case .item .text .base .intr {
    line-height: 22px;
    height: -webkit-calc(22px * 2);
    height: calc(22px * 2);
  }
  #industryPage .pharmacy-case .item .text .oper {
    display: none;
  }
  #industryPage .pharmacy-case .item .text .browse {
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    display: none;
  }
  #industryPage .pharmacy-case .item .text .attribute {
    padding-right: 0;
    font-size: 14px;
  }
  #industryPage .pharmacy-case .item .text .attribute span {
    margin-right: 3px;
  }
  #industryPage .industry-video-content .video-item.video-item-r .video-item-t .text-wrap {
    padding-right: 50px;
  }
  #industryPage .industry-video-content .video-item .video-item-v {
    width: 500px;
    height: 294px;
  }
  #industryPage .industry-video-content .video-item .video-item-t .text-wrap {
    padding-left: 50px;
  }
  #industryPage .industry-video-content .video-item .video-item-t .text-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #industryPage .industry-video-content .video-item .video-item-t .text-item .tit {
    font-size: 22px;
  }
  #industryPage .industry-video-content .video-item .video-item-t .text-item .text {
    font-size: 16px;
    line-height: 20px;
  }
  #industryPage .industry-video-content .video-item .video-item-t .text-item .text i {
    margin-top: 1px;
  }
  #industryPage .pharmacy-technology-content .technology-text {
    width: 560px;
    margin-right: 20px;
  }
  #industryPage .pharmacy-technology-content .technology-text dl {
    margin-bottom: 20px;
  }
  #industryPage .pharmacy-technology-content .technology-swiper {
    width: 700px;
  }
  #industryPage .industry-supplier-content li {
    height: 240px;
    margin-bottom: 20px;
  }
  #industryPage .industry-supplier-content li:nth-child(2n) {
    margin-left: 20px;
  }
  #industryPage .industry-supplier-content li:nth-child(1),
  #industryPage .industry-supplier-content li:nth-child(4) {
    width: 740px;
  }
  #industryPage .industry-supplier-content li:nth-child(2),
  #industryPage .industry-supplier-content li:nth-child(3) {
    width: 440px;
  }
  #industryPage .industry-supplier-content.pharmacy-supplier li {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  #industryPage .industry-supplier-content.pharmacy-supplier li:nth-child(2n+1) {
    margin-left: 0;
  }
  #industryPage .epc-strength {
    margin-bottom: 80px;
  }
  #industryPage .epc-strength li .img {
    width: 540px;
  }
  #industryPage .epc-strength li .img img {
    width: 440px;
    height: 440px;
  }
  #industryPage .epc-strength li .text dl {
    margin-bottom: 20px;
  }
  #industryPage .epc-strength li .text dt {
    font-size: 26px;
  }
  #industryPage .epc-strength li .text dd {
    font-size: 20px;
    line-height: 26px;
  }
  #aboutUsPage .section-other-menu1 {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item {
    background-size: auto 60%;
    background-position: 92% 95%;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap {
    padding: 30px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .tit {
    font-size: 20px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .m {
    font-size: 36px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link {
    margin-top: 20px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link a {
    font-size: 16px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link a:hover::after {
    width: 80px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .l {
    padding-right: 10px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .l .item {
    width: 100%;
    height: 380px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r {
    padding-left: 10px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item {
    height: 180px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item:first-child {
    margin-bottom: 20px;
    background-size: auto 80%;
    background-position: 90% center;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item:last-child {
    background-size: auto 140%;
    background-position: 99% center;
  }
  #aboutUsPage .section-other-menu2 .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #aboutUsPage .section-other-menu2 .item .img {
    width: 460px;
  }
  #aboutUsPage .section-other-menu2 .item .text .tit {
    font-size: 22px;
    line-height: 50px;
  }
  #aboutUsPage .section-other-menu2 .item .text .intr {
    font-size: 14px;
    line-height: 22px;
    height: -webkit-calc(22px * 7);
    height: calc(22px * 7);
  }
  #casePage .section-case-class {
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
  }
  #casePage .section-case-class .list {
    padding: 20px 0;
  }
  #casePage .section-case-class .item {
    line-height: 60px;
    height: 60px;
    font-size: 26px;
  }
  #casePage .section-case-list .case-tab {
    line-height: 50px;
  }
  #casePage .section-case-list .case-tab .item a {
    font-size: 22px;
  }
  #casePage .section-brand-wrap .list .tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #teamPage .process-list {
    overflow: hidden;
  }
  #teamPage .process-list .item {
    width: -webkit-calc(100%/6 - 20px);
    width: calc(100%/6 - 20px);
    margin-left: 24px;
  }
  #teamStylePage .culture-wrap {
    margin-bottom: 40px;
  }
  #teamStylePage .culture-wrap .title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  #teamStylePage .culture-wrap .title::after {
    width: 280px;
    margin-top: 10px;
  }
  #teamStylePage .culture-wrap .en {
    font-size: 18px;
  }
  #teamStylePage .culture-wrap .culture-list {
    padding-top: 30px;
  }
  #teamStylePage .culture-wrap .culture-list .l .item {
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative;
  }
  #teamStylePage .culture-wrap .culture-list .l .icon {
    width: 17px;
    height: 36px;
  }
  #teamStylePage .culture-wrap .culture-list .l .text .h {
    font-size: 20px;
    line-height: 36px;
  }
  #teamStylePage .culture-wrap .culture-list .l .text .e {
    font-size: 16px;
    line-height: 20px;
  }
  #teamStylePage .culture-wrap .culture-list .r {
    width: 72%;
  }
  #honorPage .honor-title {
    padding: 20px 0;
  }
  #honorPage .honor-title .t {
    font-size: 30px;
  }
  #honorPage .honor-title .en {
    font-size: 22px;
  }
  #honorPage .honor-swiper .item {
    height: 360px;
  }
  #honorPage .honor-swiper .item .text {
    font-size: 14px;
    line-height: 20px;
  }
  #honorPage .honor-swiper .item .text .p {
    line-height: 26px;
  }
  #companyIntrPage .intr-wrap .left .intr {
    line-height: 24px;
    font-size: 14px;
  }
  #companyIntrPage .intr-wrap .left .sub {
    bottom: 0;
    left: 0;
    font-size: 28px;
    line-height: 40px;
  }
  #companyIntrPage .video-slogan .slogan .text .h {
    font-size: 30px;
    margin-bottom: 14px;
  }
  #companyIntrPage .video-slogan .slogan .text .p {
    font-size: 16px;
    line-height: 32px;
  }
  #companyIntrPage .intr-wrap2 .right {
    padding-left: 40px;
  }
  #companyIntrPage .intr-wrap2 .text {
    padding-top: 20px;
  }
  #companyIntrPage .intr-wrap2 .text .tit {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #companyIntrPage .intr-wrap2 .text .intr {
    font-size: 16px;
    line-height: 34px;
    text-indent: 32px;
  }
  #companyIntrPage .case-tit {
    font-size: 24px;
  }
  #companyIntrPage .brand-tit {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #contactUsPage .contact-info {
    margin-bottom: 50px;
  }
  #contactUsPage .contact-way {
    padding-top: 80px;
    display: block;
  }
  #contactUsPage .contact-way .left {
    width: 100%;
  }
  #contactUsPage .contact-way .left .tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #contactUsPage .contact-way .left .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #contactUsPage .contact-way .left .item {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 33.33%;
    min-width: 33.33%;
    padding-right: 10px;
  }
  #contactUsPage .contact-way .left .tip {
    padding-left: 0;
  }
  #contactUsPage .contact-way .left .value {
    padding-left: 0;
  }
  #contactUsPage .contact-way .right {
    width: 100%;
    height: 400px;
  }
  #tagsPage .tag-detail .bread-crumbs {
    margin-bottom: 40px;
  }
  #tagsPage .tag-detail .list {
    margin-bottom: 60px;
  }
  #tagsPage .tag-detail .list .item {
    margin-bottom: 40px;
  }
  #tagsPage .tag-detail .list .item .img {
    width: 36%;
  }
  #tagsPage .tag-detail .list .item .text {
    padding-left: 30px;
  }
  #tagsPage .tag-detail .list .item .text .intr {
    height: -webkit-calc(26px*2);
    height: calc(26px*2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }
  #tagsPage .tag-detail .list .item .text .date {
    margin-bottom: 20px;
  }
  #tagsPage .tag-detail .list .item .text .more {
    left: 30px;
    line-height: 40px;
    width: 140px;
  }
}
@media screen and (max-width: 1280px) {
  .section-content-wrap {
    width: 1000px;
  }
  .section-content {
    margin-bottom: 40px;
  }
  .section-epc-video .epc-video-pagination {
    width: 70%;
  }
  .section-epc-video .epc-video-pagination .item {
    line-height: 50px;
  }
  .section-recommend-case {
    margin-bottom: 40px;
  }
  .section-recommend-case .tit {
    font-size: 24px;
    line-height: 50px;
  }
  .section-recommend-case .list .item .name {
    font-size: 16px;
    line-height: 30px;
  }
  .latest-news-content .item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .latest-news-content .item:first-child {
    margin-left: 0;
  }
  .latest-news-content .item:first-child .text .title {
    font-size: 20px;
  }
  .latest-news-content .item:first-child .text .intr {
    font-size: 16px;
  }
  .latest-news-content .item:first-child .text .button {
    width: 160px;
    height: 44px;
    line-height: 44px;
  }
  .latest-news-content .item .text .title {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    margin-top: 4px;
    height: 20px;
    margin-bottom: 6px;
  }
  .latest-news-content .item .text .intr {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
  }
  #industryPage .excellent-case .left {
    width: 380px;
  }
  #industryPage .excellent-case .left .item {
    height: 100px;
  }
  #industryPage .excellent-case .left .item.active::after {
    height: 20px;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  #industryPage .excellent-case .left .item .num {
    font-size: 30px;
    left: 20px;
  }
  #industryPage .excellent-case .left .item .c {
    left: 80px;
  }
  #industryPage .excellent-case .right {
    padding-left: 50px;
  }
  #industryPage .excellent-case .right .item .tit {
    padding-top: 20px;
  }
  #industryPage .technical-factory {
    padding: 60px 0 40px;
  }
  #industryPage .technical-factory .factory-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
  }
  #industryPage .technical-factory .factory-content .left {
    width: 500px;
  }
  #industryPage .technical-factory .factory-content .left .item .text {
    font-size: 30px;
    line-height: 42px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr {
    padding-left: 40px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .tit {
    padding-top: 0px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .intr {
    font-size: 16px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .intr p {
    margin-bottom: 10px;
  }
  #industryPage .technical-description {
    padding: 60px 0;
  }
  #industryPage .technical-description .item {
    height: 400px;
    width: 180px;
  }
  #industryPage .technical-description .item .top {
    height: 40px;
    margin-bottom: 20px;
  }
  #industryPage .technical-description .item .text {
    padding: 0 10px;
  }
  #industryPage .technical-description .item dt {
    font-size: 16px;
  }
  #industryPage .technical-description .item dd {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #industryPage .technical-description .item dd::before {
    width: 18px;
    height: 20px;
    background-size: 100%;
    margin-right: 6px;
    text-align: center;
    font-size: 12px;
  }
  #industryPage .technical-description .item.active {
    width: 260px;
  }
  #industryPage .technical-description .item.active .top {
    height: 40px;
    margin-bottom: 20px;
  }
  #industryPage .technical-description .item.active .img {
    background-size: 80%;
    bottom: 0;
  }
  #industryPage .technical-description .item.active dt {
    font-size: 20px;
  }
  #industryPage .cooperative-brand .brand-list {
    height: 300px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  #industryPage .engineering-manage {
    margin-bottom: 0;
    padding-bottom: 60px;
    background: url(../img/engineering-manage-bg1.png) -webkit-calc(50% - 330px) 40px no-repeat, url(../img/engineering-manage-bg2.png) -webkit-calc(50% + 260px) 360px no-repeat, url(../img/engineering-manage-bg3.png) -webkit-calc(50% - 300px) 810px no-repeat, url(../img/engineering-manage-bg4.png) -webkit-calc(50% + 300px) 1200px no-repeat;
    background: url(../img/engineering-manage-bg1.png) calc(50% - 330px) 40px no-repeat, url(../img/engineering-manage-bg2.png) calc(50% + 260px) 360px no-repeat, url(../img/engineering-manage-bg3.png) calc(50% - 300px) 810px no-repeat, url(../img/engineering-manage-bg4.png) calc(50% + 300px) 1200px no-repeat;
  }
  #industryPage .engineering-manage .list .item {
    margin-bottom: 60px;
  }
  #industryPage .engineering-manage .list .item:nth-child(2n) .text {
    margin-right: 40px;
  }
  #industryPage .engineering-manage .list .item:nth-child(2n+1) .video {
    margin-right: 40px;
  }
  #industryPage .engineering-manage .list .item .text .tit {
    font-size: 28px;
    padding-top: 20px;
    margin-bottom: 18px;
  }
  #industryPage .engineering-manage .list .item .text .intr p {
    margin-bottom: 20px;
  }
  #industryPage .industry-supplier .list .item {
    height: 300px;
    width: 172px;
  }
  #industryPage .industry-supplier .list .item.active {
    width: 400px;
  }
  #industryPage .industry-supplier .list .item .text-wrap {
    padding: 10px;
    height: 44%;
  }
  #industryPage .food-case-content .case-content .brand-content h3 {
    font-size: 19px;
    line-height: 34px;
  }
  #industryPage .food-case-content .case-content .brand-content .tag {
    font-size: 13px;
    line-height: 20px;
  }
  #industryPage .food-case-content .case-content .brand-content .text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 13px;
  }
  #industryPage .food-case-content .case-content .brand-other .browse-icon {
    font-size: 12px;
  }
  #industryPage .food-case-content .case-content .brand-other .browse-icon .img {
    width: 22px;
    height: 22px;
  }
  #industryPage .food-case-content .brand-img {
    width: 300px;
  }
  #industryPage .pharmacy-case .item .text .base .title {
    font-size: 18px;
  }
  #industryPage .pharmacy-case .item .text .base .intr {
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
    margin-bottom: 0;
  }
  #industryPage .pharmacy-case .item .text .oper {
    display: none;
  }
  #industryPage .pharmacy-case .item .text .browse {
    display: none;
  }
  #industryPage .pharmacy-case .item .text .attribute {
    display: none;
  }
  #industryPage .food-technology dl {
    width: -webkit-calc(33.33% - 12px);
    width: calc(33.33% - 12px);
    margin-left: 18px;
    margin-bottom: 18px;
    padding: 20px;
  }
  #industryPage .food-technology dl dt {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #industryPage .food-technology dl dd {
    font-size: 14px;
    line-height: 26px;
  }
  #industryPage .food-technology dl:last-child dd a {
    font-size: 18px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content .text {
    font-size: 15px;
    line-height: 36px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content .text i {
    margin: 9px 10px 0 0;
  }
  #industryPage .food-technology .technology-content-wrap .img {
    width: 550px;
  }
  #industryPage .food-technology .technology-content-wrap .swiper-pagination-bullet {
    width: 80px;
    height: 6px;
    border-radius: 6px;
  }
  #industryPage .pharmacy-technology-content .technology-text {
    width: 460px;
    margin-right: 20px;
  }
  #industryPage .pharmacy-technology-content .technology-text dl {
    margin-bottom: 10px;
  }
  #industryPage .pharmacy-technology-content .technology-text dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #industryPage .pharmacy-technology-content .technology-text dd {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
  }
  #industryPage .pharmacy-technology-content .technology-swiper {
    width: 520px;
  }
  #industryPage .pharmacy-technology-content .technology-swiper .technology-item .text .tit {
    font-size: 24px;
  }
  #industryPage .pharmacy-technology-content .technology-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
  }
  #industryPage .industry-video-content .video-item.video-item-r .video-item-t .text-wrap {
    padding-right: 30px;
  }
  #industryPage .industry-video-content .video-item .video-item-v {
    width: 460px;
    height: 270px;
  }
  #industryPage .industry-video-content .video-item .video-item-t .text-wrap {
    padding-left: 30px;
  }
  #industryPage .industry-supplier-content li:nth-child(1),
  #industryPage .industry-supplier-content li:nth-child(4) {
    width: 640px;
  }
  #industryPage .industry-supplier-content li:nth-child(2),
  #industryPage .industry-supplier-content li:nth-child(3) {
    width: 340px;
  }
  #industryPage .industry-supplier-content li .supplier-text-content .tit {
    font-size: 24px;
  }
  #industryPage .industry-supplier-content li .supplier-text-content .text {
    line-height: 22px;
  }
  #industryPage .industry-brand-content {
    height: 360px;
  }
  #industryPage .industry-brand-content .swiper-pagination {
    bottom: 30px;
  }
  #industryPage .industry-brand-content .list {
    padding-top: 60px;
  }
  #industryPage .epc-tab .tit {
    padding-top: 30px;
    font-size: 30px;
  }
  #industryPage .epc-tab .sub {
    font-size: 20px;
    margin-bottom: 50px;
  }
  #industryPage .epc-tab li {
    margin: 0 40px;
  }
  #industryPage .epc-tab li a {
    font-size: 22px;
  }
  #industryPage .epc-model {
    padding: 30px 0;
  }
  #industryPage .epc-model .epc-model-content {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 0px rgba(177, 218, 255, 0.3);
  }
  #industryPage .epc-model .epc-model-content .img {
    width: 90%;
  }
  #industryPage .epc-leading {
    margin-bottom: 60px;
  }
  #industryPage .epc-leading .icon-list {
    margin-bottom: 60px;
  }
  #industryPage .epc-leading .icon-list li {
    width: 150px;
    height: 124px;
  }
  #industryPage .epc-leading .text-list li .t {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #industryPage .epc-leading .text-list li .p {
    font-size: 16px;
    line-height: 22px;
  }
  #industryPage .epc-strength {
    margin-bottom: 50px;
  }
  #industryPage .epc-strength li .img {
    width: 340px;
    text-align: right;
  }
  #industryPage .epc-strength li .img img {
    width: 340px;
    height: 340px;
  }
  #industryPage .epc-strength li .text dl {
    margin-bottom: 20px;
  }
  #industryPage .epc-strength li .text dt {
    font-size: 24px;
  }
  #industryPage .epc-strength li .text dd {
    font-size: 18px;
    line-height: 24px;
  }
  #aboutUsPage .section-other-menu2 .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #aboutUsPage .section-other-menu2 .item .img {
    width: 46%;
  }
  #aboutUsPage .section-other-menu2 .item .text {
    padding-left: 30px;
  }
  #aboutUsPage .section-other-menu2 .item .text .tit {
    font-size: 26px;
    line-height: 50px;
  }
  #aboutUsPage .section-other-menu2 .item .text .intr {
    height: -webkit-calc(22px * 6);
    height: calc(22px * 6);
    overflow: hidden;
  }
  #aboutUsPage .section-other-menu2 .item .text .link {
    left: 30px;
  }
  #aboutUsPage .section-other-menu2 .item a {
    padding: 20px;
  }
  #newPage .section-news-list .new-list .item {
    margin-bottom: 20px;
  }
  #newPage .section-news-list .new-list .item:first-child .text {
    padding-top: 5px;
    padding-left: 20px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .tit {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .date {
    font-size: 14px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .intr {
    font-size: 16px;
    line-height: 24px;
    height: -webkit-calc(24px * 3);
    height: calc(24px * 3);
    margin-bottom: 10px;
  }
  #newPage .section-news-list .new-list .item .text .tit {
    font-size: 18px;
    line-height: 36px;
  }
  #newPage .section-news-list .new-list .item .text .date {
    font-size: 14px;
  }
  #newPage .section-news-list .new-list .item .text .intr {
    height: -webkit-calc(26px * 2);
    height: calc(26px * 2);
    margin-bottom: 10px;
  }
  #newPage .section-news-list .new-list .item .text .button {
    font-size: 16px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  #detailPage .detail-content .detail-info .title {
    font-size: 28px;
    line-height: 36px;
  }
  #detailPage .detail-content .detail-info .other {
    font-size: 16px;
  }
  #detailPage .detail-content .detail-info2 .type {
    font-size: 26px;
  }
  #detailPage .detail-content .detail-info2 .title {
    font-size: 28px;
    line-height: 36px;
  }
  #detailPage .detail-content .detail-info2 .other {
    font-size: 16px;
  }
  #detailPage .detail-content .content {
    padding: 20px 30px;
  }
  #detailPage .section-relevant .back-button {
    margin: 20px auto;
    width: 180px;
    line-height: 50px;
  }
  #teamPage .company-intr .title {
    font-size: 30px;
  }
  #teamPage .company-intr .intr {
    line-height: 28px;
    text-align: justify;
  }
  #teamPage .company-intr .data .item .label {
    font-size: 16px;
  }
  #teamPage .company-intr .data .item .number .n {
    font-size: 28px;
  }
  #teamPage .company-intr .data .item .number .e {
    font-size: 16px;
  }
  #teamPage .team-list .item .img {
    width: 100%;
  }
  #teamPage .team-list .item .info .name {
    font-size: 20px;
  }
  #teamPage .team-list .item .info .position {
    font-size: 14px;
  }
  #teamPage .team-list .item .info .button {
    right: 10px;
    width: 70px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  #teamPage .team-list .item .fold {
    width: 60px;
    height: 30px;
    right: 10px;
    border-radius: 6px;
    line-height: 30px;
  }
  #teamStylePage .culture-wrap {
    margin-bottom: 40px;
  }
  #teamStylePage .culture-wrap .title::after {
    width: 160px;
  }
  #teamStylePage .culture-wrap .en {
    font-size: 18px;
  }
  #teamStylePage .culture-wrap .culture-list {
    padding-top: 40px;
    display: block;
    overflow: hidden;
  }
  #teamStylePage .culture-wrap .culture-list .l {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    overflow: hidden;
  }
  #teamStylePage .culture-wrap .culture-list .l .cell {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
  #teamStylePage .culture-wrap .culture-list .l .item {
    margin-bottom: 16px;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    width: 33.33%;
    max-width: 33.33%;
    min-width: 33.33%;
    padding-right: 20px;
  }
  #teamStylePage .culture-wrap .culture-list .r {
    width: 100%;
  }
  #companyIntrPage .intr-wrap2 .right {
    padding-left: 30px;
  }
  #companyIntrPage .intr-wrap2 .text {
    padding-top: 20px;
  }
  #companyIntrPage .intr-wrap2 .text .tit {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #companyIntrPage .intr-wrap2 .text .intr {
    font-size: 16px;
    line-height: 28px;
    text-indent: 32px;
  }
  #contactUsPage .contact-info .t {
    font-size: 20px;
    margin-top: 30px;
  }
  #contactUsPage .contact-info .h {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #contactUsPage .contact-info .p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #contactUsPage .contact-info .btn {
    width: 180px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }
  #contactUsPage .contact-info .left {
    padding-left: 30px;
    height: 210px;
    width: 500px;
  }
  #contactUsPage .contact-info .right {
    height: 210px;
    padding-left: 30px;
  }
  #contactUsPage .contact-info .right .logo-list {
    font-size: 0;
  }
  #contactUsPage .contact-info .right .logo-list .item {
    width: 120px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-content {
    margin-bottom: 30px;
  }
  .section-content-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .section-recommend-case {
    margin-bottom: 40px;
  }
  .section-recommend-case .tit {
    font-size: 24px;
    line-height: 50px;
  }
  .section-recommend-case .list .item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .section-recommend-case .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .section-recommend-case .list .item .name {
    font-size: 16px;
    line-height: 30px;
  }
  .select-cooperate-logo-1 .logo-content .list .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .latest-news-content .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .latest-news-content .item:first-child {
    margin-left: 0;
  }
  .latest-news-content .item:first-child .text {
    padding-left: 20px;
  }
  .latest-news-content .item:first-child .text .title {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .latest-news-content .item:first-child .text .intr {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
  }
  .latest-news-content .item:first-child .text .button {
    display: none;
  }
  .latest-news-content .item .text .title {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    height: 20px;
    margin-bottom: 6px;
  }
  .latest-news-content .item .text .intr {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
  }
  .latest-news-content .item .text .date {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 14px;
  }
  #industryPage .module {
    margin-bottom: 30px;
  }
  #industryPage .excellent-case .left {
    display: none;
  }
  #industryPage .excellent-case .right {
    padding-left: 0;
  }
  #industryPage .excellent-case .right .item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 14px;
    overflow: hidden;
  }
  #industryPage .excellent-case .right .item .tit {
    padding-top: 0;
  }
  #industryPage .excellent-case .right .item .text {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  #industryPage .excellent-case .right .item .text .intr {
    color: #fff;
  }
  #industryPage .technical-description {
    padding: 40px 0;
  }
  #industryPage .technical-description .item {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #015dfe;
  }
  #industryPage .technical-description .item .top {
    background-color: #015dfe;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  #industryPage .technical-description .item .top::after,
  #industryPage .technical-description .item .top::before,
  #industryPage .technical-description .item .top .arrow {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-left: 1px solid #2396ff;
    border-bottom: 1px solid #2396ff;
    position: absolute;
    top: 50%;
    border-radius: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #industryPage .technical-description .item .top .arrow {
    right: -30px;
    border-width: 2px;
  }
  #industryPage .technical-description .item .top::after {
    content: "";
    display: block;
    right: 0px;
  }
  #industryPage .technical-description .item .top::before {
    content: "";
    display: block;
    right: 30px;
  }
  #industryPage .technical-description .item .text {
    padding: 0 10px;
  }
  #industryPage .technical-description .item dt {
    text-align: left;
    font-size: 20px;
    color: #015dfe;
    font-weight: 700;
  }
  #industryPage .technical-description .item dd {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #industryPage .technical-description .item dd::before {
    width: 18px;
    height: 20px;
    background-size: 100%;
    margin-right: 6px;
    text-align: center;
    font-size: 12px;
  }
  #industryPage .technical-description .item .img {
    display: none;
  }
  #industryPage .technical-description .item.active {
    width: 100%;
  }
  #industryPage .technical-description .item.active .top {
    height: 40px;
    margin-bottom: 20px;
  }
  #industryPage .technical-description .item.active dt {
    font-size: 20px;
  }
  #industryPage .cooperative-brand .brand-list {
    height: 220px;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  #industryPage .engineering-manage {
    margin-bottom: 0;
    padding-bottom: 40px;
    background: #fff;
  }
  #industryPage .engineering-manage .list .item {
    margin-bottom: 60px;
  }
  #industryPage .engineering-manage .list .item:nth-child(2n) .text {
    margin-right: 20px;
  }
  #industryPage .engineering-manage .list .item:nth-child(2n+1) .video {
    margin-right: 20px;
  }
  #industryPage .engineering-manage .list .item .video {
    box-shadow: -6px 12px 16px 0 rgba(61, 31, 5, 0.2);
    width: 360px;
    padding: 6px;
    border: 2px solid rgba(255, 255, 255, 0.1);
  }
  #industryPage .engineering-manage .list .item .video video {
    height: 100%;
  }
  #industryPage .engineering-manage .list .item .text .tit {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #industryPage .engineering-manage .list .item .text .intr {
    font-size: 16px;
    line-height: 24px;
  }
  #industryPage .engineering-manage .list .item .text .intr p {
    margin-bottom: 10px;
  }
  #industryPage .industry-supplier .list {
    overflow: hidden;
  }
  #industryPage .industry-supplier .list .item {
    float: left;
    height: 200px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #industryPage .industry-supplier .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #industryPage .industry-supplier .list .item.active {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  #industryPage .industry-supplier .list .item .text-wrap {
    padding: 10px;
    height: auto;
  }
  #industryPage .industry-supplier .list .item .text-wrap .tit span:last-child {
    display: inline;
  }
  #industryPage .industry-supplier .list .item .text-wrap .h-tit {
    display: none;
  }
  #industryPage .industry-supplier .list .item .text-wrap .p {
    display: block;
  }
  #industryPage .technical-factory {
    padding: 60px 0 40px;
  }
  #industryPage .technical-factory .factory-content {
    display: block;
    height: 200px;
    position: relative;
  }
  #industryPage .technical-factory .factory-content .left {
    width: 100%;
  }
  #industryPage .technical-factory .factory-content .left .item {
    height: 0;
    overflow: hidden;
  }
  #industryPage .technical-factory .factory-content .left .item .text {
    font-size: 28px;
    line-height: 40px;
  }
  #industryPage .technical-factory .factory-content .right {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr {
    padding-left: 0;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .tit {
    padding-top: 0px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .intr {
    font-size: 16px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .intr p {
    margin-bottom: 10px;
  }
  #industryPage .food-case-content {
    width: 100%;
  }
  #industryPage .food-case-content li::after {
    width: 100%;
  }
  #industryPage .food-case-content .case-content {
    padding: 10px;
  }
  #industryPage .food-case-content .case-content::before {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  #industryPage .food-case-content .case-content .brand-content h3 {
    font-size: 16px;
    line-height: 32px;
  }
  #industryPage .food-case-content .case-content .brand-content .tag {
    font-size: 12px;
    line-height: 18px;
    display: none;
  }
  #industryPage .food-case-content .case-content .brand-content .text {
    font-size: 13px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
    margin-top: 6px;
  }
  #industryPage .food-case-content .case-content .brand-other .browse-icon .img {
    width: 20px;
    height: 20px;
  }
  #industryPage .food-case-content .brand-img {
    width: 260px;
    margin-left: 15px;
  }
  #industryPage .food-case-content .more {
    font-size: 15px;
  }
  #industryPage .food-case-content .more img {
    width: 23px;
    height: 20px;
  }
  #industryPage .food-technology .technology-text-content {
    padding: 0;
  }
  #industryPage .food-technology dl {
    padding: 14px;
  }
  #industryPage .food-technology dl dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #industryPage .food-technology dl dd {
    line-height: 24px;
  }
  #industryPage .food-technology .technology-content-wrap {
    padding: 0 20px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content {
    padding-right: 30px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content .text {
    font-size: 14px;
    line-height: 26px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content .text i {
    width: 13px;
    height: 14px;
    margin: 7px 7px 0 0;
  }
  #industryPage .food-technology .technology-content-wrap .img {
    width: 50%;
  }
  #industryPage .food-technology .technology-content-wrap .swiper-pagination-bullet {
    width: 65px;
  }
  #industryPage .pharmacy-technology-content {
    display: block;
  }
  #industryPage .pharmacy-technology-content .technology-text {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #industryPage .pharmacy-technology-content .technology-text dl {
    margin-bottom: 5px;
  }
  #industryPage .pharmacy-technology-content .technology-text dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #industryPage .pharmacy-technology-content .technology-text dd {
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }
  #industryPage .pharmacy-technology-content .technology-swiper {
    width: 100%;
    height: auto;
  }
  #industryPage .pharmacy-technology-content .technology-swiper .technology-item .img {
    margin-bottom: 20px;
  }
  #industryPage .pharmacy-technology-content .technology-swiper .technology-item .text {
    position: static;
  }
  #industryPage .pharmacy-technology-content .technology-swiper .technology-item .text .tit {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #industryPage .pharmacy-technology-content .technology-swiper .swiper-container {
    height: auto;
    padding-bottom: 30px;
  }
  #industryPage .pharmacy-technology-content .technology-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
  }
  #industryPage .industry-video-content .video-item.video-item-r .video-item-t .text-wrap {
    padding-right: 30px;
  }
  #industryPage .industry-video-content .video-item .video-item-v {
    width: 460px;
    height: 270px;
    position: relative;
    overflow: hidden;
  }
  #industryPage .industry-video-content .video-item .video-item-v video {
    width: 100%;
    height: 100%;
  }
  #industryPage .industry-video-content .video-item .video-item-t .text-wrap {
    padding-left: 30px;
  }
  #industryPage .industry-supplier-content li {
    height: 200px;
  }
  #industryPage .industry-supplier-content li:nth-child(2n) {
    margin-left: 20px;
  }
  #industryPage .industry-supplier-content li:nth-child(1),
  #industryPage .industry-supplier-content li:nth-child(4) {
    width: -webkit-calc(65% - 10px);
    width: calc(65% - 10px);
  }
  #industryPage .industry-supplier-content li:nth-child(2),
  #industryPage .industry-supplier-content li:nth-child(3) {
    width: -webkit-calc(35% - 10px);
    width: calc(35% - 10px);
  }
  #industryPage .industry-supplier-content li .supplier-text-content .tit {
    font-size: 22px;
  }
  #industryPage .industry-supplier-content li .supplier-text-content .text {
    line-height: 22px;
    font-size: 14px;
    padding: 0 20px;
  }
  #industryPage .epc-leading {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  #industryPage .epc-leading .icon-list {
    margin-bottom: 30px;
  }
  #industryPage .epc-leading .text-list {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #industryPage .epc-leading .text-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    float: none;
    margin-left: 0;
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    min-width: -webkit-calc(50% - 15px);
    min-width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  #industryPage .epc-leading .text-list li:first-child {
    margin-left: 0;
  }
  #industryPage .epc-leading .text-list li:nth-child(2n+1) {
    margin-left: 0;
  }
  #industryPage .epc-leading .text-list li .t {
    font-size: 18px;
  }
  #industryPage .epc-leading .text-list li .p {
    line-height: 18px;
    font-size: 14px;
  }
  #industryPage .epc-video {
    margin-bottom: 40px;
  }
  #industryPage .epc-video .tab {
    margin-bottom: 30px;
  }
  #industryPage .epc-video .tab span {
    width: 140px;
    line-height: 50px;
    font-size: 16px;
  }
  #industryPage .epc-video .list .item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  #industryPage .epc-case {
    padding: 30px 0;
  }
  #aboutUsPage .section-company-data {
    margin-bottom: 0;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .label {
    font-size: 18px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .number .n {
    font-size: 28px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .number .e {
    font-size: 14px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap {
    padding: 20px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .tit {
    font-size: 18px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .m {
    font-size: 26px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link a {
    font-size: 14px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .l {
    padding-right: 10px;
    width: -webkit-calc(50%-10px);
    width: calc(50%-10px);
    height: 340px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .l .item {
    width: 100%;
    height: 100%;
    background-size: 50%;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r {
    padding-left: 10px;
    width: -webkit-calc(50%-10px);
    width: calc(50%-10px);
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item {
    width: 100%;
    height: 160px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item:first-child {
    background-size: auto 60%;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item:last-child {
    background-size: auto 120%;
  }
  #aboutUsPage .section-other-menu2 .item {
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 0;
  }
  #aboutUsPage .section-other-menu2 .item .img {
    width: 40%;
    border-radius: 10px;
  }
  #aboutUsPage .section-other-menu2 .item:nth-child(2n) .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  #aboutUsPage .section-other-menu2 .item:nth-child(2n) .text .link {
    left: 20px;
  }
  #aboutUsPage .section-other-menu2 .item:hover .text .link::after {
    width: 80px;
  }
  #aboutUsPage .section-other-menu2 .item .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  #aboutUsPage .section-other-menu2 .item .text .tit {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0;
    color: #333;
  }
  #aboutUsPage .section-other-menu2 .item .text .intr {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    height: -webkit-calc(20px * 5);
    height: calc(20px * 5);
    overflow: hidden;
  }
  #aboutUsPage .section-other-menu2 .item .text .link {
    left: 20px;
    color: #999;
    font-size: 14px;
  }
  #aboutUsPage .section-other-menu2 .item .text .link::after {
    margin-top: 10px;
    background-color: #999;
  }
  #aboutUsPage .section-other-menu2 .item a {
    padding: 0;
  }
  #detailPage .detail-content .detail-info2 {
    min-height: auto;
    padding-bottom: 20px;
    padding-right: 0;
  }
  #detailPage .detail-content .detail-info2 .type {
    margin-bottom: 10px;
  }
  #detailPage .detail-content .detail-info2 .apply {
    display: none;
  }
  #detailPage .detail-content .content {
    padding: 20px 30px;
  }
  #casePage .load-more .button {
    font-size: 18px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #015dfe;
    color: #fff;
    border-color: #015dfe;
  }
  #casePage .section-case-class {
    margin-bottom: 50px;
  }
  #casePage .section-case-class .list {
    padding: 20px 0;
  }
  #casePage .section-case-class .item {
    font-size: 24px;
  }
  #casePage .section-case-list .case-tab {
    line-height: 40px;
  }
  #casePage .section-case-list .case-tab .item a {
    font-size: 18px;
  }
  #casePage .section-case-list .list .item {
    margin-bottom: 20px;
  }
  #casePage .section-case-list .list .item .img {
    border-radius: 8px;
  }
  #casePage .section-case-list .list .item .text {
    padding-bottom: 0;
  }
  #casePage .section-case-list .list .item .text .tit {
    font-size: 16px;
  }
  #casePage .section-case-list .list .item .text .intr {
    font-size: 14px;
    line-height: 18px;
    height: -webkit-calc(18px * 3);
    height: calc(18px * 3);
  }
  #casePage .section-video-list .list .text {
    padding-bottom: 0;
  }
  #casePage .section-video-list .list .item {
    margin-bottom: 20px;
  }
  #casePage .section-video-list .list .item .tit {
    font-size: 16px;
    line-height: 38px;
  }
  #casePage .section-video-list .list .item .date {
    color: #999;
    font-size: 14px;
  }
  #casePage .section-brand-wrap .list .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #newPage .section-news-list .new-list .item {
    margin-bottom: 20px;
  }
  #newPage .section-news-list .new-list .item:first-child .text {
    padding-top: 5px;
    padding-left: 20px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .tit {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .date {
    font-size: 14px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .intr {
    font-size: 16px;
    line-height: 24px;
    height: -webkit-calc(24px * 3);
    height: calc(24px * 3);
    margin-bottom: 10px;
  }
  #newPage .section-news-list .new-list .item .text .tit {
    font-size: 18px;
    line-height: 36px;
  }
  #newPage .section-news-list .new-list .item .text .date {
    font-size: 14px;
  }
  #newPage .section-news-list .new-list .item .text .intr {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
    margin-bottom: 10px;
  }
  #newPage .section-news-list .new-list .item .text .button {
    display: none;
  }
  #teamPage .company-intr .title {
    font-size: 26px;
  }
  #teamPage .company-intr .intr {
    line-height: 26px;
    margin-bottom: 20px;
  }
  #teamPage .team-list > div:nth-of-type(4n+1) {
    margin-left: 21px;
  }
  #teamPage .team-list > div:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #teamPage .team-list .item {
    width: -webkit-calc(33.33% - 14px);
    width: calc(33.33% - 14px);
    margin-left: 21px;
  }
  #teamPage .team-list .item .img {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #teamPage .team-list .item .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 123%;
  }
  #teamPage .team-list .item .img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #honorPage .honor-title .t {
    font-size: 26px;
  }
  #honorPage .honor-title .en {
    font-size: 18px;
  }
  #honorPage .honor-swiper .arrow-wrap {
    margin-top: 20px;
  }
  #honorPage .honor-swiper .arrow-wrap .button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #companyIntrPage .intr-wrap {
    margin-bottom: 40px;
  }
  #companyIntrPage .intr-wrap .left {
    width: 50%;
    position: relative;
    padding-right: 20px;
  }
  #companyIntrPage .intr-wrap .left .intr {
    line-height: 24px;
    margin-top: 0;
  }
  #companyIntrPage .intr-wrap .left .sub {
    font-size: 26px;
    line-height: 30px;
  }
  #companyIntrPage .video-slogan .slogan {
    padding: 0 20px;
  }
  #companyIntrPage .video-slogan .slogan .text .h {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #companyIntrPage .video-slogan .slogan .text .p {
    font-size: 14px;
    line-height: 26px;
  }
  #companyIntrPage .case-tit {
    font-size: 20px;
  }
  #companyIntrPage .case-list {
    margin-bottom: 40px;
  }
  #companyIntrPage .case-list .item .text {
    font-size: 16px;
  }
  #companyIntrPage .intr-wrap2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #companyIntrPage .intr-wrap2 .left {
    width: 50%;
  }
  #companyIntrPage .intr-wrap2 .right {
    padding-left: 0;
    height: auto;
    position: relative;
  }
  #companyIntrPage .intr-wrap2 .right::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 93.33%;
  }
  #companyIntrPage .intr-wrap2 .text {
    padding-top: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 20px;
  }
  #companyIntrPage .intr-wrap2 .text .tit {
    font-size: 26px;
    margin-bottom: 14px;
  }
  #companyIntrPage .intr-wrap2 .text .tit::before {
    display: none;
  }
  #companyIntrPage .intr-wrap2 .text .intr {
    font-size: 14px;
    line-height: 26px;
    height: 80%;
    overflow: auto;
    text-indent: 32px;
  }
  #companyIntrPage .brand-tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #contactUsPage .contact-info {
    margin-bottom: 80px;
    display: block;
  }
  #contactUsPage .contact-info .t {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  #contactUsPage .contact-info .h {
    font-size: 26px;
  }
  #contactUsPage .contact-info .p {
    line-height: 20px;
  }
  #contactUsPage .contact-info .btn {
    width: 160px;
    height: 36px;
    margin: 0 auto;
    line-height: 34px;
  }
  #contactUsPage .contact-info .left {
    padding: 20px;
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  #contactUsPage .contact-info .right {
    text-align: center;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    height: auto;
  }
  #contactUsPage .contact-info .right .logo-list .item {
    width: 18%;
    height: auto;
    margin-bottom: 0;
  }
  #contactUsPage .contact-info .right .logo-list .item::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 50%;
  }
  #tagsPage .tag-wrap {
    margin-bottom: 50px;
  }
  #tagsPage .tag-wrap .tit {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #tagsPage .tag-wrap .list {
    margin-bottom: 20px;
  }
  #tagsPage .tag-wrap .list .item {
    margin-right: 16px;
    margin-bottom: 6px;
  }
  #tagsPage .tag-wrap .list .item a {
    font-size: 16px;
    line-height: 26px;
  }
  #tagsPage .tag-detail .bread-crumbs {
    margin-bottom: 40px;
  }
  #tagsPage .tag-detail .list {
    margin-bottom: 60px;
  }
  #tagsPage .tag-detail .list .item {
    margin-bottom: 20px;
  }
  #tagsPage .tag-detail .list .item .img {
    width: 36%;
  }
  #tagsPage .tag-detail .list .item .text {
    padding-left: 20px;
  }
  #tagsPage .tag-detail .list .item .text .title {
    font-size: 20px;
  }
  #tagsPage .tag-detail .list .item .text .intr {
    font-size: 16px;
    height: -webkit-calc(24px*2);
    height: calc(24px*2);
  }
  #tagsPage .tag-detail .list .item .text .date {
    margin-bottom: 16px;
    font-size: 16px;
  }
  #tagsPage .tag-detail .list .item .text .more {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  #industryPage .food-case-content .case-content {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding: 0 10px;
  }
  #industryPage .food-case-content .case-content .brand-content h3 {
    padding-top: 14px;
    font-size: 18px;
  }
  #industryPage .food-case-content .case-content .brand-content .tag {
    font-size: 13px;
  }
  #industryPage .food-case-content .case-content .brand-content .text {
    font-size: 14px;
  }
  #industryPage .food-case-content .brand-img {
    width: 230px;
    margin-left: 10px;
  }
  #industryPage .food-case-content .brand-img:last-child {
    display: none;
  }
  #industryPage .food-technology .technology-text-content-wrap {
    display: block;
  }
  #industryPage .food-technology dl {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  #industryPage .food-technology dl:nth-child(3n+1) {
    margin-left: 20px;
  }
  #industryPage .food-technology dl:nth-child(2n+1) {
    margin-left: 0;
  }
  #industryPage .food-technology dl dt {
    font-size: 20px;
    margin-bottom: 6px;
  }
  #industryPage .food-technology dl dd {
    font-size: 16px;
  }
  #industryPage .food-technology .technology-content-wrap {
    padding: 0;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content {
    width: 51%;
    padding-right: 10px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content h2 {
    font-size: 20px;
  }
  #industryPage .food-technology .technology-content-wrap .img {
    width: 48%;
  }
  #industryPage .industry-video-content .video-item {
    display: block;
    margin-bottom: 20px;
  }
  #industryPage .industry-video-content .video-item.video-item-r .video-item-t .text-wrap {
    padding-right: 0px;
  }
  #industryPage .industry-video-content .video-item .video-item-v {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  #industryPage .industry-video-content .video-item .video-item-v::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 58.69%;
  }
  #industryPage .industry-video-content .video-item .video-item-v video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #industryPage .industry-video-content .video-item .video-item-t .text-wrap {
    padding-left: 0px;
  }
  #industryPage .industry-brand-content {
    height: 250px;
  }
  #industryPage .industry-brand-content .swiper-pagination {
    bottom: 20px;
  }
  #industryPage .industry-brand-content .list {
    padding-top: 30px;
  }
  #aboutUsPage .section-other-menu2 .item a {
    display: block;
  }
  #aboutUsPage .section-other-menu2 .item:nth-child(2n) .text {
    padding: 0;
  }
  #aboutUsPage .section-other-menu2 .item .img {
    width: 100%;
  }
  #aboutUsPage .section-other-menu2 .item .text {
    width: 100%;
    padding: 0;
  }
  #aboutUsPage .section-other-menu2 .item .text .tit {
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #333;
  }
  #aboutUsPage .section-other-menu2 .item .text .intr {
    height: auto;
  }
  #aboutUsPage .section-other-menu2 .item .text .link {
    display: none;
  }
  #aboutUsPage .section-other-menu2 .item a {
    padding: 0;
  }
  #teamStylePage .culture-wrap {
    margin-bottom: 40px;
  }
  #teamStylePage .culture-wrap .title {
    font-size: 28px;
  }
  #teamStylePage .culture-wrap .title::after {
    width: 160px;
  }
  #teamStylePage .culture-wrap .en {
    font-size: 16px;
  }
  #teamStylePage .culture-wrap .culture-list {
    padding-top: 20px;
  }
  #teamStylePage .culture-wrap .culture-list .l .icon {
    width: 15px;
    height: 30px;
    background-size: 100%;
  }
  #teamStylePage .culture-wrap .culture-list .l .text .h {
    font-size: 18px;
    line-height: 30px;
  }
  #teamStylePage .culture-wrap .culture-list .l .text .e {
    font-size: 14px;
    line-height: 18px;
  }
  #teamStylePage .photo-list {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #teamStylePage .photo-list .img .hover .icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section-content {
    margin-bottom: 30px;
  }
  .section-content-wrap {
    padding: 0 20px;
  }
  .section-epc-video .video-list .item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
    border-radius: 8px;
  }
  .section-epc-video .epc-video-pagination {
    width: 80%;
    margin: 20px auto;
  }
  .section-epc-video .epc-video-pagination .item {
    line-height: 40px;
    font-size: 14px;
    border-radius: 6px;
  }
  .section-epc-video .epc-video-pagination .item:first-child {
    background: -webkit-linear-gradient(150deg, transparent 40px, #e1ecfd 0) bottom left;
    background: linear-gradient(-60deg, transparent 40px, #e1ecfd 0) bottom left;
    margin-right: -24px;
  }
  .section-epc-video .epc-video-pagination .item:first-child.active {
    background: -webkit-linear-gradient(150deg, transparent 40px, #015dfe 0) bottom left;
    background: linear-gradient(-60deg, transparent 40px, #015dfe 0) bottom left;
  }
  .section-epc-video .epc-video-pagination .item:last-child {
    margin-left: -24px;
    background: -webkit-linear-gradient(330deg, transparent 40px, #e1ecfd 0) top right;
    background: linear-gradient(120deg, transparent 40px, #e1ecfd 0) top right;
  }
  .section-epc-video .epc-video-pagination .item:last-child.active {
    background: -webkit-linear-gradient(330deg, transparent 40px, #015dfe 0) top right;
    background: linear-gradient(120deg, transparent 40px, #015dfe 0) top right;
  }
  .section-epc-video .epc-video-pagination .item.active {
    color: #fff;
  }
  .section-related-search dl {
    line-height: 24px;
    margin-bottom: 14px;
  }
  .section-related-search dl dt {
    font-size: 14px;
  }
  .section-related-search dl dd {
    margin-right: 6px;
  }
  .section-related-search dl dd a {
    font-size: 14px;
  }
  .section-recommend-case {
    margin-bottom: 40px;
  }
  .section-recommend-case .tit {
    font-size: 24px;
    line-height: 50px;
  }
  .section-recommend-case .list .item {
    border-radius: 6px;
  }
  .section-recommend-case .list .item::after {
    display: none;
  }
  .section-recommend-case .list .item .name {
    font-size: 14px;
    opacity: 1;
    line-height: 40px;
    height: 40px;
    bottom: 0;
    left: 0;
    top: auto;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .select-cooperate-logo-1 .logo-content .list {
    margin-bottom: 0;
    width: 100%;
    margin-left: 0;
  }
  .select-cooperate-logo-1 .logo-content .list .tit {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 30px;
    border-left: 4px solid #015dfe;
    padding-left: 10px;
  }
  .select-cooperate-logo-1 .logo-content .list .logo-list .item {
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
    margin-left: 20px;
  }
  .select-cooperate-logo-1 .logo-content .list .logo-list .item:nth-child(2n+1) {
    margin-left: 20px;
  }
  .select-cooperate-logo-1 .logo-content .list .logo-list .item:nth-child(4n+1) {
    margin-left: 0;
  }
  #industryPage .excellent-case .right .item {
    margin-bottom: 20px;
    padding-top: 0;
  }
  #industryPage .excellent-case .right .item .text {
    padding: 10px 20px;
  }
  #industryPage .excellent-case .right .item .text .tit {
    font-size: 20px;
  }
  #industryPage .excellent-case .right .item .text .attr {
    font-size: 16px;
    display: none;
  }
  #industryPage .excellent-case .right .item .text .intr {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  #industryPage .excellent-case .right .item .text .b .more {
    color: #fff;
  }
  #industryPage .technical-description {
    padding: 20px 0;
  }
  #industryPage .cooperative-brand {
    padding-bottom: 30px;
  }
  #industryPage .cooperative-brand .brand-wrap {
    overflow: hidden;
  }
  #industryPage .cooperative-brand .brand-list {
    height: auto;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #industryPage .cooperative-brand .brand-list .item {
    position: static;
    width: 33.33% !important;
    height: auto !important;
    overflow: hidden;
    float: left;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0 !important;
    background: transparent !important;
    padding: 5px;
    height: auto;
  }
  #industryPage .cooperative-brand .brand-list .item:nth-child(13) {
    display: none;
  }
  #industryPage .cooperative-brand .brand-list .item a {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
  }
  #industryPage .cooperative-brand .brand-list .item a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
  #industryPage .cooperative-brand .brand-list .item a img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #industryPage .cooperative-brand .brand-list .item img {
    width: 100% !important;
    height: 100% !important;
    position: static;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  #industryPage .engineering-manage {
    padding-bottom: 0px;
    background: #fff;
  }
  #industryPage .engineering-manage .list .item {
    margin-bottom: 30px;
    display: block;
  }
  #industryPage .engineering-manage .list .item:nth-child(2n) .text {
    margin-right: 20px;
  }
  #industryPage .engineering-manage .list .item:nth-child(2n+1) .video {
    margin-right: 20px;
  }
  #industryPage .engineering-manage .list .item .video {
    box-shadow: -3px 6px 7px 0 rgba(61, 31, 5, 0.1);
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border: 0 solid rgba(255, 255, 255, 0.1);
  }
  #industryPage .engineering-manage .list .item .video video {
    height: 100%;
  }
  #industryPage .engineering-manage .list .item .text {
    width: 100%;
  }
  #industryPage .engineering-manage .list .item .text .tit {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #industryPage .engineering-manage .list .item .text .intr {
    font-size: 16px;
    line-height: 24px;
  }
  #industryPage .engineering-manage .list .item .text .intr p {
    margin-bottom: 10px;
  }
  #industryPage .industry-supplier .list .item {
    float: left;
    height: 200px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #industryPage .industry-supplier .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #industryPage .industry-supplier .list .item.active {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  #industryPage .industry-supplier .list .item .text-wrap {
    padding: 10px;
    bottom: auto;
    top: 46%;
    height: auto;
  }
  #industryPage .industry-supplier .list .item .text-wrap .tit {
    font-size: 20px;
  }
  #industryPage .industry-supplier .list .item .text-wrap .h-tit {
    display: none;
  }
  #industryPage .industry-supplier .list .item .text-wrap .p {
    font-size: 16px;
    display: block;
  }
  #industryPage .food-case-content .case-content .brand-content h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
  }
  #industryPage .food-case-content .case-content .brand-content .tag {
    font-size: 12px;
  }
  #industryPage .food-case-content .case-content .brand-content .text {
    font-size: 13px;
    line-height: 18px;
    height: -webkit-calc(18px * 2);
    height: calc(18px * 2);
    margin-top: 8px;
  }
  #industryPage .food-case-content .case-content .brand-other {
    bottom: -6px;
  }
  #industryPage .pharmacy-case .swiper-container {
    padding-bottom: 30px;
  }
  #industryPage .pharmacy-case .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 5px;
  }
  #industryPage .pharmacy-technology-content .technology-text {
    margin-bottom: 20px;
  }
  #industryPage .pharmacy-technology-content .technology-text dl {
    margin-bottom: 14px;
  }
  #industryPage .pharmacy-technology-content .technology-text dt {
    margin-bottom: 5px;
    height: auto;
  }
  #industryPage .epc-tab {
    background-position: top center;
  }
  #industryPage .epc-tab .tit {
    padding-top: 10px;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #industryPage .epc-tab .sub {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #industryPage .epc-tab li {
    margin: 0 20px;
  }
  #industryPage .epc-tab li a {
    font-size: 18px;
  }
  #industryPage .epc-leading {
    margin-bottom: 40px;
  }
  #industryPage .epc-leading .icon-list {
    margin-bottom: 10px;
  }
  #industryPage .epc-leading .icon-list li {
    width: 25%;
    height: auto;
    margin: 0 3%;
  }
  #industryPage .epc-leading .icon-list li img {
    display: block;
    height: auto;
  }
  #industryPage .epc-strength {
    margin-bottom: 40px;
  }
  #industryPage .epc-strength li .img {
    width: 40%;
    text-align: right;
  }
  #industryPage .epc-strength li .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  #industryPage .epc-strength li .text dl {
    margin-bottom: 10px;
  }
  #industryPage .epc-strength li .text dt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #industryPage .epc-strength li .text dd {
    font-size: 16px;
    line-height: 20px;
  }
  #industryPage .epc-case {
    margin-bottom: 40px;
  }
  #industryPage .epc-case .swiper-container {
    padding-bottom: 30px;
  }
  #industryPage .epc-case .swiper-slide {
    width: 80%;
  }
  #industryPage .epc-case .swiper-slide .item .text {
    height: 50px;
    line-height: 50px;
  }
  #industryPage .epc-case .swiper-slide .item .text .tit {
    padding: 0 10px;
    font-size: 16px;
  }
  #casePage .load-more .button {
    font-size: 16px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #015dfe;
    color: #fff;
    border-color: #015dfe;
  }
  #casePage .section-case-class {
    margin-bottom: 30px;
  }
  #casePage .section-case-list .case-tab {
    line-height: 40px;
    margin-bottom: 10px;
  }
  #casePage .section-case-list .case-tab .item a {
    font-size: 18px;
  }
  #casePage .section-case-list .list .item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #casePage .section-case-list .list .item:nth-child(3n+1) {
    margin-left: 20px;
  }
  #casePage .section-case-list .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #casePage .section-case-list .list .item .img {
    border-radius: 8px;
  }
  #casePage .section-case-list .list .item .text .tit {
    font-size: 16px;
  }
  #casePage .section-case-list .list .item .text .intr {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
  }
  #casePage .section-video-list {
    margin-bottom: 4vw;
  }
  #casePage .section-video-list .list .item {
    float: left;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #casePage .section-video-list .list .item:nth-child(3n+1) {
    margin-left: 20px;
  }
  #casePage .section-video-list .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #casePage .section-video-list .list .video {
    border-radius: 8px;
  }
  #casePage .section-video-list .list .text {
    padding-bottom: 0;
  }
  #casePage .section-video-list .list .text .tit {
    padding-right: 80px;
    font-size: 16px;
    line-height: 40px;
    position: relative;
  }
  #casePage .section-video-list .list .text .tit .num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
  }
  #casePage .section-video-list .list .text .date {
    font-size: 14px;
    color: #666;
  }
  #casePage .section-brand-wrap .list {
    margin-bottom: 0;
    width: 100%;
    margin-left: 0;
  }
  #casePage .section-brand-wrap .list .tit {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 30px;
    border-left: 4px solid #015dfe;
    padding-left: 10px;
  }
  #casePage .section-brand-wrap .list .logo-list .item {
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
    margin-left: 20px;
  }
  #casePage .section-brand-wrap .list .logo-list .item:nth-child(2n+1) {
    margin-left: 20px;
  }
  #casePage .section-brand-wrap .list .logo-list .item:nth-child(4n+1) {
    margin-left: 0;
  }
  #newPage .section-news-list .new-list .item {
    margin-bottom: 20px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  #newPage .section-news-list .new-list .item:nth-child(3n+2) {
    margin-left: 20px;
  }
  #newPage .section-news-list .new-list .item:nth-child(2n+2) {
    margin-left: 0;
  }
  #newPage .section-news-list .new-list .item:first-child .img {
    width: -webkit-calc(50%-10px);
    width: calc(50%-10px);
  }
  #newPage .section-news-list .new-list .item:first-child .text {
    padding-top: 5px;
    padding-left: 20px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .tit {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .date {
    font-size: 12px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .intr {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
    margin-bottom: 10px;
  }
  #newPage .section-news-list .new-list .item .text .tit {
    font-size: 18px;
    line-height: 36px;
  }
  #newPage .section-news-list .new-list .item .text .date {
    font-size: 12px;
  }
  #newPage .section-news-list .new-list .item .text .intr {
    font-size: 14px;
  }
  #detailPage .hj-tab {
    display: none;
  }
  #detailPage .detail-content {
    padding-top: 20px;
  }
  #detailPage .detail-content .detail-info {
    margin-bottom: 20px;
  }
  #detailPage .detail-content .detail-info .title {
    font-size: 24px;
    line-height: 32px;
  }
  #detailPage .detail-content .detail-info .other {
    font-size: 14px;
  }
  #detailPage .detail-content .detail-info2 .type {
    font-size: 18px;
    margin-bottom: 0;
  }
  #detailPage .detail-content .detail-info2 .title {
    font-size: 24px;
    line-height: 32px;
  }
  #detailPage .detail-content .detail-info2 .other {
    font-size: 14px;
  }
  #detailPage .detail-content .content {
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  #detailPage .section-relevant .relevant-wrap {
    display: block;
  }
  #detailPage .section-relevant .relevant-wrap div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    line-height: 40px;
  }
  #detailPage .section-relevant .relevant-wrap div a {
    font-size: 16px;
  }
  #detailPage .section-relevant .relevant-wrap div a:hover {
    color: #015dfe;
  }
  #detailPage .section-relevant .relevant-wrap div:first-child {
    padding-right: 0;
  }
  #detailPage .section-relevant .relevant-wrap div:last-child {
    padding-left: 0;
    text-align: left;
  }
  #detailPage .section-relevant .back-button {
    font-size: 16px;
  }
  #teamPage .company-intr .title {
    font-size: 22px;
  }
  #teamPage .company-intr .intr {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #teamPage .team-list > div:nth-of-type(4n+1) {
    margin-left: 21px;
  }
  #teamPage .team-list > div:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #teamPage .team-list .item {
    width: -webkit-calc(33.33% - 14px);
    width: calc(33.33% - 14px);
    margin-left: 21px;
  }
  #teamPage .team-list .item .info {
    padding: 10px;
  }
  #teamPage .team-list .item .info .name {
    font-size: 16px;
  }
  #teamPage .team-list .item .info .position {
    font-size: 12px;
  }
  #teamPage .team-list .item .info .button {
    right: 10px;
    width: 60px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  #teamPage .team-list .item .img {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #teamPage .team-list .item .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 123%;
  }
  #teamPage .team-list .item .img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #teamPage .team-list .profile {
    clear: both;
    display: none;
    padding: 0 0 10px;
  }
  #teamPage .team-list .profile .info {
    border-bottom: 1px dashed #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #teamPage .team-list .profile .info .name {
    font-size: 18px;
  }
  #teamPage .team-list .profile .info .position {
    font-size: 14px;
  }
  #teamPage .team-list .profile .info .certificat {
    font-size: 14px;
  }
  #teamPage .team-list .profile .other .info-item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
  }
  #teamPage .team-list .profile .other .info-item .label {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 14px;
  }
  #teamPage .team-list .profile .other .info-item .value {
    font-size: 14px;
  }
  #teamPage .team-list .profile .other .case-list a {
    width: 80px;
  }
  #teamPage .process-list {
    overflow: hidden;
  }
  #teamPage .process-list .item {
    width: -webkit-calc(100%/3 - 14px);
    width: calc(100%/3 - 14px);
    margin-left: 21px;
    margin-bottom: 21px;
  }
  #teamPage .process-list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #honorPage .honor-title .t {
    font-size: 24px;
  }
  #honorPage .honor-title .en {
    font-size: 16px;
  }
  #honorPage .honor-swiper .item {
    height: 300px;
  }
  #honorPage .honor-swiper .item .text {
    font-size: 14px;
    line-height: 18px;
  }
  #honorPage .honor-swiper .item .text .p {
    line-height: 22px;
  }
  #honorPage .honor-list .item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  #honorPage .honor-list .item:nth-child(3n+1) {
    margin-left: 20px;
  }
  #honorPage .honor-list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #honorPage .honor-list .item .text {
    line-height: 40px;
    font-size: 16px;
  }
  #companyIntrPage .intr-wrap .left .intr {
    line-height: 20px;
    font-size: 14px;
    margin-top: 0;
    text-indent: 28px;
  }
  #companyIntrPage .intr-wrap .left .sub {
    font-size: 22px;
    font-weight: 7000;
    line-height: 1;
  }
  #companyIntrPage .video-slogan .slogan .text {
    width: 90%;
  }
  #companyIntrPage .video-slogan .slogan .text .h {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #companyIntrPage .video-slogan .slogan .text .p {
    font-size: 14px;
    line-height: 24px;
  }
  #companyIntrPage .case-tit {
    font-size: 20px;
  }
  #companyIntrPage .case-list {
    overflow: hidden;
    margin-bottom: 40px;
  }
  #companyIntrPage .case-list .item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #companyIntrPage .case-list .item:first-child {
    margin-left: 0;
  }
  #companyIntrPage .case-list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #companyIntrPage .case-list .item .img {
    overflow: hidden;
    position: relative;
  }
  #companyIntrPage .case-list .item .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
  }
  #companyIntrPage .case-list .item .img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #companyIntrPage .case-list .item .text {
    line-height: 40px;
    font-size: 16px;
  }
  #companyIntrPage .brand-tit {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #contactUsPage .contact-info {
    margin-bottom: 40px;
    display: block;
  }
  #contactUsPage .contact-info .t {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #contactUsPage .contact-info .h {
    font-size: 24px;
  }
  #contactUsPage .contact-info .p {
    font-size: 14px;
  }
  #contactUsPage .contact-info .right .logo-list .item {
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
  }
  #contactUsPage .contact-way {
    padding-top: 80px;
    display: block;
  }
  #contactUsPage .contact-way .left {
    width: 100%;
  }
  #contactUsPage .contact-way .left .tit {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #contactUsPage .contact-way .left .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #contactUsPage .contact-way .left .item {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 50%;
    min-width: 50%;
    padding-right: 20px;
  }
  #contactUsPage .contact-way .left .item:last-child {
    max-width: 100%;
    min-width: 100%;
  }
  #contactUsPage .contact-way .left .tip {
    padding-left: 0;
  }
  #contactUsPage .contact-way .left .label {
    margin-bottom: 5px;
  }
  #contactUsPage .contact-way .left .value {
    padding-left: 0;
  }
  #contactUsPage .contact-way .right {
    width: 100%;
    height: 400px;
  }
  #tagsPage .tag-detail .bread-crumbs {
    margin-bottom: 30px;
  }
  #tagsPage .tag-detail .list {
    margin-bottom: 40px;
  }
  #tagsPage .tag-detail .list .item {
    margin-bottom: 20px;
  }
  #tagsPage .tag-detail .list .item .img {
    width: 44%;
    border-radius: 10px;
  }
  #tagsPage .tag-detail .list .item .text {
    padding-left: 20px;
  }
  #tagsPage .tag-detail .list .item .text .title {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    margin-bottom: 10px;
  }
  #tagsPage .tag-detail .list .item .text .intr {
    font-size: 16px;
    height: -webkit-calc(24px*2);
    height: calc(24px*2);
  }
  #tagsPage .tag-detail .list .item .text .date {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 620px) {
  .section-content {
    margin-bottom: 36px;
  }
  .section-content-wrap {
    padding: 0 14px;
  }
  .section-recommend-case {
    margin-bottom: 30px;
  }
  .section-recommend-case .tit {
    font-size: 18px;
    line-height: 40px;
  }
  #aboutUsPage .section-company-data {
    margin-bottom: 0;
  }
  #aboutUsPage .section-company-data .section-content-wrap {
    padding: 0;
  }
  #aboutUsPage .section-company-data .section-company-data-content {
    border-radius: 0;
    box-shadow: none;
    padding: 14px 0 30px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .label {
    font-size: 16px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .number .n {
    font-size: 24px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .number .e {
    font-size: 12px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap {
    display: block;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item {
    position: relative;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap {
    padding: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .tit {
    font-size: 16px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .m {
    font-size: 20px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link {
    margin-top: 10px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .item .text-wrap .link a {
    font-size: 12px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .l {
    padding: 0;
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .l .item {
    width: 100%;
    height: 100%;
    background-size: auto 70%;
    background-position: 94% center;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r {
    padding: 0;
    width: 100%;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item {
    width: 100%;
    height: 160px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item:first-child {
    background-size: auto 60%;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item:last-child {
    background-size: auto 120%;
  }
  #industryPage .excellent-case .right .item {
    margin-bottom: 20px;
    padding-top: 0;
  }
  #industryPage .excellent-case .right .item .text {
    padding: 10px;
  }
  #industryPage .excellent-case .right .item .text .tit {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
  }
  #industryPage .excellent-case .right .item .text .attr {
    font-size: 16px;
    display: none;
  }
  #industryPage .excellent-case .right .item .text .intr {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
    height: 40px;
  }
  #industryPage .excellent-case .right .item .text .button {
    display: none;
  }
  #industryPage .excellent-case .right .item .text .b {
    line-height: 20px;
    display: none;
  }
  #industryPage .excellent-case .right .item .text .b .more {
    color: #fff;
  }
  #industryPage .technical-factory {
    padding: 30px 0 20px;
  }
  #industryPage .technical-factory .factory-content {
    height: 210px;
  }
  #industryPage .technical-factory .factory-content .right {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr {
    padding-left: 0;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .tit {
    padding-top: 0px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .intr {
    font-size: 16px;
  }
  #industryPage .technical-factory .factory-content .right .factory-intr .intr p {
    margin-bottom: 10px;
  }
  #industryPage .industry-supplier .list .item {
    float: left;
    height: 140px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #industryPage .industry-supplier .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #industryPage .industry-supplier .list .item.active {
    width: 100%;
  }
  #industryPage .industry-supplier .list .item .text-wrap {
    padding: 10px;
    bottom: 10px;
    top: auto;
    height: auto;
  }
  #industryPage .industry-supplier .list .item .text-wrap .tit {
    font-size: 20px;
  }
  #industryPage .industry-supplier .list .item .text-wrap .h-tit {
    display: none;
  }
  #industryPage .industry-supplier .list .item .text-wrap .p {
    font-size: 16px;
    display: block;
  }
  #industryPage .food-case-content .case-content {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
  }
  #industryPage .food-case-content .case-content .brand-other {
    bottom: 5px;
  }
  #industryPage .food-case-content .case-content .brand-other .zixun {
    display: none;
  }
  #industryPage .food-case-content .brand-img {
    width: 210px;
    margin-left: 20px;
  }
  #industryPage .food-technology dl {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  #industryPage .food-technology dl:hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  }
  #industryPage .food-technology dl:last-child {
    display: none;
  }
  #industryPage .food-technology .technology-content-wrap .technology-item {
    display: block;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #industryPage .food-technology .technology-content-wrap .img {
    margin-top: 10px;
    width: 100%;
  }
  #industryPage .food-technology .technology-content-wrap .swiper-slide {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #industryPage .food-technology .technology-content-wrap .swiper-pagination {
    text-align: center;
  }
  #industryPage .industry-supplier-content li {
    height: 120px;
  }
  #industryPage .industry-supplier-content li:nth-child(2n) {
    margin-left: 0;
  }
  #industryPage .industry-supplier-content li:nth-child(1),
  #industryPage .industry-supplier-content li:nth-child(4) {
    width: 100%;
  }
  #industryPage .industry-supplier-content li:nth-child(2),
  #industryPage .industry-supplier-content li:nth-child(3) {
    width: 100%;
  }
  #industryPage .industry-supplier-content li .supplier-text-content .tit {
    font-size: 20px;
  }
  #industryPage .industry-supplier-content li .supplier-text-content .tit::after {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #industryPage .industry-supplier-content li .supplier-text-content .text {
    line-height: 20px;
  }
  #industryPage .industry-brand-content {
    height: auto;
  }
  #industryPage .industry-brand-content .swiper-pagination {
    bottom: 20px;
  }
  #industryPage .industry-brand-content .list {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  #industryPage .industry-brand-content .list .brand-item {
    margin-left: 0;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: -webkit-calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
  #industryPage .industry-brand-content .list .brand-item:nth-child(2n) {
    margin-left: 20px;
  }
  #casePage .section-case-class {
    margin-bottom: 30px;
  }
  #casePage .section-case-class .list {
    padding: 20px 0;
  }
  #casePage .section-case-class .item {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
  }
  #casePage .section-case-list .case-tab {
    line-height: 40px;
    margin-bottom: 20px;
  }
  #casePage .section-case-list .case-tab .item a {
    font-size: 18px;
  }
  #casePage .section-case-list .list .item .img {
    border-radius: 6px;
  }
  #casePage .section-video-list .list .video .icon i {
    font-size: 50px !important;
  }
  #newPage .section-news-list .new-list .item {
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0 !important;
  }
  #newPage .section-news-list .new-list .item:first-child a {
    display: block;
  }
  #newPage .section-news-list .new-list .item:first-child .img {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  #newPage .section-news-list .new-list .item:first-child .text {
    padding: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-top: 5px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .tit {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
  }
  #newPage .section-news-list .new-list .item:first-child .text .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  #newPage .section-news-list .new-list .item:first-child .text .intr {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
    margin-bottom: 0;
  }
  #newPage .section-news-list .new-list .item .text {
    padding-top: 5px;
  }
  #newPage .section-news-list .new-list .item .text .tit {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
  }
  #newPage .section-news-list .new-list .item .text .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  #newPage .section-news-list .new-list .item .text .intr {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px * 2);
    height: calc(20px * 2);
    margin-bottom: 0;
  }
  #detailPage .detail-content {
    background-color: #fff;
    margin-bottom: 0;
  }
  #detailPage .detail-content .detail-info {
    margin-bottom: 20px;
  }
  #detailPage .detail-content .detail-info .title {
    font-size: 20px;
    line-height: 32px;
  }
  #detailPage .detail-content .detail-info .other {
    font-size: 14px;
  }
  #detailPage .detail-content .detail-info2 {
    margin-bottom: 20px;
  }
  #detailPage .detail-content .detail-info2 .type {
    font-size: 18px;
    margin-bottom: 0;
  }
  #detailPage .detail-content .detail-info2 .title {
    font-size: 20px;
    line-height: 32px;
  }
  #detailPage .detail-content .detail-info2 .other {
    font-size: 14px;
  }
  #detailPage .detail-content .content {
    padding: 0;
    font-size: 14px;
    line-height: 28px;
  }
  #detailPage .section-relevant .relevant-wrap {
    display: block;
  }
  #detailPage .section-relevant .relevant-wrap div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    line-height: 40px;
  }
  #detailPage .section-relevant .relevant-wrap div a {
    font-size: 16px;
  }
  #detailPage .section-relevant .relevant-wrap div a:hover {
    color: #015dfe;
  }
  #detailPage .section-relevant .relevant-wrap div:first-child {
    padding-right: 0;
  }
  #detailPage .section-relevant .relevant-wrap div:last-child {
    padding-left: 0;
    text-align: left;
  }
  #detailPage .section-relevant .back-button {
    font-size: 16px;
  }
  #teamPage .company-intr {
    margin-bottom: 30px;
  }
  #teamPage .company-intr .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #teamPage .company-intr .intr {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #teamPage .company-intr .data .item .label {
    font-size: 16px;
  }
  #teamPage .company-intr .data .item .number .n {
    font-size: 36px;
  }
  #teamPage .company-intr .data .item .number .e {
    font-size: 16px;
  }
  #teamPage .team-list > div:nth-of-type(4n+1) {
    margin-left: 20px;
  }
  #teamPage .team-list > div:nth-of-type(3n+1) {
    margin-left: 20px;
  }
  #teamPage .team-list > div:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #teamPage .team-list .item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  #teamStylePage .culture-wrap {
    margin-bottom: 20px;
  }
  #teamStylePage .culture-wrap .title {
    font-size: 26px;
    margin-bottom: 5px;
  }
  #teamStylePage .culture-wrap .title::after {
    margin-top: 10px;
    width: 140px;
  }
  #teamStylePage .culture-wrap .en {
    font-size: 14px;
  }
  #teamStylePage .culture-wrap .culture-list {
    padding-top: 20px;
  }
  #teamStylePage .culture-wrap .culture-list .l .item {
    padding-left: 0;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  #teamStylePage .culture-wrap .culture-list .l .icon {
    display: none;
  }
  #teamStylePage .culture-wrap .culture-list .l .text .h {
    font-size: 18px;
    line-height: 30px;
  }
  #teamStylePage .culture-wrap .culture-list .l .text .e {
    font-size: 14px;
    line-height: 18px;
  }
  #teamStylePage .photo-list {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  #companyIntrPage .intr-wrap {
    display: block;
    margin-bottom: 30px;
  }
  #companyIntrPage .intr-wrap .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #companyIntrPage .intr-wrap .left::before {
    display: none;
  }
  #companyIntrPage .intr-wrap .left .intr {
    line-height: 20px;
    font-size: 14px;
    margin-top: 0;
    text-indent: 28px;
    position: static;
  }
  #companyIntrPage .intr-wrap .left .sub {
    font-size: 22px;
    font-weight: 7000;
    line-height: 1;
    display: none;
  }
  #companyIntrPage .intr-wrap .right {
    width: 100%;
  }
  #companyIntrPage .video-slogan .slogan .text {
    width: 100%;
  }
  #companyIntrPage .video-slogan .slogan .text .h {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #companyIntrPage .video-slogan .slogan .text .p {
    font-size: 14px;
    line-height: 20px;
  }
  #companyIntrPage .intr-wrap2 {
    display: block;
    margin-bottom: 30px;
  }
  #companyIntrPage .intr-wrap2 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #companyIntrPage .intr-wrap2 .right {
    width: 100%;
  }
  #companyIntrPage .intr-wrap2 .right::before {
    display: none;
  }
  #companyIntrPage .intr-wrap2 .text {
    padding-top: 0;
    position: static;
  }
  #companyIntrPage .intr-wrap2 .text .tit {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
  }
  #companyIntrPage .intr-wrap2 .text .tit::before {
    display: none;
  }
  #companyIntrPage .intr-wrap2 .text .intr {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    overflow: auto;
    text-indent: 28px;
  }
}
@media screen and (max-width: 440px) {
  .select-cooperate-logo-1 .logo-content .list {
    margin-bottom: 10px;
  }
  .select-cooperate-logo-1 .logo-content .list .tit {
    margin-bottom: 10px;
    line-height: 24px;
  }
  .select-cooperate-logo-1 .logo-content .list .logo-list .item {
    width: -webkit-calc(25% - 8px);
    width: calc(25% - 8px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .select-cooperate-logo-1 .logo-content .list .logo-list .item:nth-child(2n+1) {
    margin-left: 10px;
  }
  .select-cooperate-logo-1 .logo-content .list .logo-list .item:nth-child(4n+1) {
    margin-left: 0;
  }
  #industryPage .food-case-content a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #industryPage .food-case-content li {
    padding: 15px 0;
  }
  #industryPage .food-case-content li:hover .case-content {
    color: #333;
  }
  #industryPage .food-case-content li:hover .case-content h3 {
    color: #333;
  }
  #industryPage .food-case-content li:hover .case-content .text {
    color: #666;
  }
  #industryPage .food-case-content li:hover .brand-other .browse {
    color: #999;
  }
  #industryPage .food-case-content li:hover .brand-other .browse-icon {
    display: block;
    font-size: 13px;
    color: #999;
  }
  #industryPage .food-case-content .case-content {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
  }
  #industryPage .food-case-content .case-content::before {
    display: none;
  }
  #industryPage .food-case-content .case-content .brand-logo {
    display: none;
  }
  #industryPage .food-case-content .case-content .brand-content {
    width: 100%;
  }
  #industryPage .food-case-content .case-content .brand-content h3 {
    padding-top: 0;
    font-size: 17px;
    margin-bottom: 5px;
  }
  #industryPage .food-case-content .case-content .brand-content .text {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  #industryPage .food-case-content .case-content .brand-other {
    position: initial;
    margin-top: 15px;
  }
  #industryPage .food-case-content .brand-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #industryPage .food-technology dl {
    padding: 14px;
  }
  #industryPage .food-technology dl dt {
    font-size: 18px;
    margin-bottom: 6px;
  }
  #industryPage .food-technology dl dd {
    font-size: 14px;
    line-height: 20px;
  }
  #industryPage .food-technology .technology-content-wrap {
    margin-bottom: 20px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content {
    margin-top: 15px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #industryPage .food-technology .technology-content-wrap .technology-content .text {
    font-size: 13px;
    line-height: 26px;
  }
  #industryPage .epc-tab {
    background-position: top center;
  }
  #industryPage .epc-tab .tit {
    font-size: 20px;
  }
  #industryPage .epc-tab .sub {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #industryPage .epc-tab li {
    margin: 0 10px;
  }
  #industryPage .epc-tab li a {
    font-size: 16px;
  }
  #industryPage .epc-strength {
    margin-bottom: 40px;
  }
  #industryPage .epc-strength li {
    margin-bottom: 0;
  }
  #industryPage .epc-strength li .img {
    display: none;
    text-align: right;
  }
  #industryPage .epc-strength li .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  #industryPage .epc-strength li .text .cell {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #industryPage .epc-strength li .text dl {
    margin-bottom: 10px;
  }
  #industryPage .epc-strength li .text dt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #industryPage .epc-strength li .text dd {
    font-size: 16px;
    line-height: 20px;
  }
  #industryPage .epc-video {
    margin-bottom: 30px;
  }
  #industryPage .epc-video .tab {
    margin-bottom: 20px;
  }
  #industryPage .epc-video .tab span {
    width: 120px;
    line-height: 40px;
    font-size: 14px;
  }
  #industryPage .epc-video .list {
    display: block;
  }
  #industryPage .epc-video .list .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #aboutUsPage .section-company-data {
    margin-bottom: 0;
  }
  #aboutUsPage .section-company-data .section-content-wrap {
    padding: 0;
  }
  #aboutUsPage .section-company-data .section-company-data-content {
    border-radius: 0;
    box-shadow: none;
    padding: 14px 0 30px;
    display: block;
    overflow: hidden;
  }
  #aboutUsPage .section-company-data .section-company-data-content li {
    width: 33.33%;
    max-width: 33.33%;
    min-width: 33.33%;
    margin-bottom: 20px;
    float: left;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .label {
    font-size: 16px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .number .n {
    font-size: 24px;
  }
  #aboutUsPage .section-company-data .section-company-data-content li .number .e {
    font-size: 12px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap {
    display: block;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .l {
    height: 120px;
  }
  #aboutUsPage .section-other-menu1 .menu-wrap .r .item {
    height: 120px;
  }
  #teamPage .company-intr {
    margin-bottom: 30px;
  }
  #teamPage .company-intr .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #teamPage .company-intr .intr {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #teamPage .company-intr .data .item .label {
    font-size: 14px;
  }
  #teamPage .company-intr .data .item .number .n {
    font-size: 32px;
  }
  #teamPage .company-intr .data .item .number .e {
    font-size: 14px;
  }
  #honorPage .load-more {
    padding-top: 20px;
    font-size: 16px;
  }
  #honorPage .load-more .icon {
    width: 20px;
  }
  #contactUsPage .contact-info {
    margin-bottom: 30px;
    display: block;
  }
  #contactUsPage .contact-info .btn {
    width: 160px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
  }
  #contactUsPage .contact-info .left {
    padding: 20px;
  }
  #contactUsPage .contact-info .right {
    padding: 20px;
  }
  #contactUsPage .contact-way {
    padding-top: 40px;
    display: block;
  }
  #contactUsPage .contact-way .left {
    width: 100%;
  }
  #contactUsPage .contact-way .left .tit {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #contactUsPage .contact-way .left .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #contactUsPage .contact-way .left .item {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 100%;
    min-width: 100%;
    padding-right: 20px;
  }
  #contactUsPage .contact-way .right {
    height: 360px;
  }
  #contactUsPage .map-InfoWindow {
    font-size: 16px;
    padding: 5px;
    line-height: 20px;
  }
  #tagsPage .tag-detail .bread-crumbs {
    margin-bottom: 20px;
  }
  #tagsPage .tag-detail .list .item .img {
    width: 44%;
  }
  #tagsPage .tag-detail .list .item .text {
    padding-left: 20px;
  }
  #tagsPage .tag-detail .list .item .text .title {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    margin-bottom: 5px;
  }
  #tagsPage .tag-detail .list .item .text .intr {
    font-size: 14px;
    line-height: 20px;
    height: -webkit-calc(20px*2);
    height: calc(20px*2);
  }
  #tagsPage .tag-detail .list .item .text .date {
    font-style: 14px;
    margin-bottom: 5px;
  }
  #casePage .section-case-class {
    margin-bottom: 20px;
  }
  #casePage .section-case-class .list {
    padding: 10px 0;
  }
  #casePage .section-case-class .item {
    font-size: 16px;
  }
  #casePage .section-case-list .case-tab {
    line-height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #casePage .section-case-list .case-tab .item {
    padding: 0;
    float: left;
    width: 33.3%;
  }
  #casePage .section-case-list .case-tab .item a {
    font-size: 16px;
  }
  #casePage .section-video-list .list .video .icon i {
    font-size: 50px !important;
  }
  #casePage .section-brand-wrap .list {
    margin-bottom: 10px;
  }
  #casePage .section-brand-wrap .list .tit {
    margin-bottom: 10px;
    line-height: 24px;
  }
  #casePage .section-brand-wrap .list .logo-list .item {
    width: -webkit-calc(25% - 8px);
    width: calc(25% - 8px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #casePage .section-brand-wrap .list .logo-list .item:nth-child(2n+1) {
    margin-left: 10px;
  }
  #casePage .section-brand-wrap .list .logo-list .item:nth-child(4n+1) {
    margin-left: 0;
  }
  #companyIntrPage .video-slogan .slogan {
    padding: 0 10px;
  }
  #companyIntrPage .video-slogan .slogan .text {
    width: 100%;
  }
  #companyIntrPage .video-slogan .slogan .text .h {
    font-size: 16px;
  }
  #companyIntrPage .video-slogan .slogan .text .p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 360px) {
  #industryPage .food-case-content .case-content .brand-content h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  #industryPage .food-case-content .case-content .brand-content .tag {
    display: none;
  }
  #industryPage .food-case-content .case-content .brand-content .text {
    line-height: 20px;
    -webkit-line-clamp: 3;
  }
  #industryPage .food-case-content .case-content .brand-other {
    position: initial;
    margin-top: 15px;
  }
  #industryPage .food-case-content .brand-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
