/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img_scale:hover .full {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.top-menu-head {
  border-bottom: 1px solid #e5e5e5;
}
.top-menu-head .head-title {
  font-size: 0;
  padding-top: 26px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.top-menu-head .head-title h1,
.top-menu-head .head-title span {
  display: inline-block;
  vertical-align: text-bottom;
  color: #fa4c07;
}
.top-menu-head .head-title h1 {
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
}
.top-menu-head .head-title span {
  font-size: 16px;
}
.top-menu-head .top-nav {
  padding-top: 12px;
  padding-right: 4px;
}
.top-menu-head .top-nav li {
  float: left;
  font-size: 16px;
  position: relative;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.top-menu-head .top-nav li a {
  display: block;
  padding: 0 15px;
  line-height: 72px;
  color: #fa4c07;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.top-menu-head .top-nav li.cur {
  background: #fa4c07;
}
.top-menu-head .top-nav li.cur a {
  color: #fff;
}
.top-menu-head .top-nav li:hover a {
  color: #fff;
}
.top-menu-head .top-nav li:hover:before {
  width: 100%;
  height: 100%;
}
.top-menu-head .top-nav li:before {
  content: '';
  width: 0;
  height: 0;
  background: #fa4c07;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.top-menu-head .cur-type {
  display: none;
}
/* ===================================================== 关于海科 ====================================================== */
#development .com-intro {
  margin-top: 4.8611%;
  margin-bottom: 5.2777%;
  font-size: 0;
}
#development .intro-tit {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 3.9%;
}
#development .intro-tit p {
  display: inline-block;
  line-height: 1.833;
  background: #fa4c07;
  color: #fff;
  padding: 0 32px;
}
#development .com-intro-main {
  font-size: 0;
}
#development .com-intro-main .intro-desc {
  width: 40.2083%;
  font-size: 14px;
  line-height: 24px;
  color: #2d2d2d;
  padding-left: 5.6944%;
  padding-right: 4.4444%;
  display: inline-block;
  vertical-align: top;
}
#development .com-intro-main .intro-img {
  width: 59.7917%;
  display: inline-block;
  vertical-align: top;
}
#development .com-data {
  padding: 4.861% 5% 3.33%;
  background: #f7f7f7;
  margin-bottom: 6.944%;
}
#development .com-data li {
  width: 25%;
  float: left;
  text-align: center;
}
#development .com-data li:not(:last-child) {
  position: relative;
}
#development .com-data li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 70%;
  background: #9a9a9a;
  position: absolute;
  right: 0;
  top: 4px;
}
#development .com-data .data-top {
  font-size: 0;
}
#development .com-data .data-top > div {
  display: inline-block;
  vertical-align: text-bottom;
  color: #2d2d2d;
}
#development .com-data .data-num {
  font-family: 'BEBAS';
}
#development .com-data .data-unit {
  font-size: 14px;
}
#development .com-data .data-content {
  font-size: 24px;
  color: #9a9a9a;
  margin-top: 30px;
}
#development .milestones {
  margin-bottom: 54px;
}
#development .milestones .milestones-tit {
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 3.8888%;
}
#development .dev-progress li {
  color: #2d2d2d;
  min-height: 116px;
  cursor: pointer;
}
#development .dev-progress li:nth-child(odd) .part-wrap {
  float: right;
}
#development .dev-progress li:nth-child(odd) .empty-wrap {
  float: left;
}
#development .dev-progress li:nth-child(odd) .year {
  float: left;
  padding-left: 48px;
}
#development .dev-progress li:nth-child(odd) .year:before {
  left: -20px;
}
#development .dev-progress li:nth-child(odd) .year:after {
  left: -2px;
}
#development .dev-progress li:nth-child(odd) .overview {
  float: right;
}
#development .dev-progress li:nth-child(odd) .dev-desc {
  padding-left: 140px;
}
#development .dev-progress li:nth-child(odd) .dev-desc:before {
  left: 0;
}
#development .dev-progress li:nth-child(odd) .no-overview {
  padding-left: 48px;
}
#development .dev-progress li:nth-child(even) {
  text-align: right;
}
#development .dev-progress li:nth-child(even) .part-wrap {
  float: left;
}
#development .dev-progress li:nth-child(even) .empty-wrap {
  float: right;
}
#development .dev-progress li:nth-child(even) .year {
  float: right;
  padding-right: 45px;
}
#development .dev-progress li:nth-child(even) .year:before {
  right: -20px;
}
#development .dev-progress li:nth-child(even) .year:after {
  right: -12px;
}
#development .dev-progress li:nth-child(even) .overview {
  float: left;
}
#development .dev-progress li:nth-child(even) .dev-desc {
  padding-right: 140px;
}
#development .dev-progress li:nth-child(even) .dev-desc:before {
  right: 0;
}
#development .dev-progress li:nth-child(even) .no-overview {
  padding-right: 45px;
}
#development .dev-progress li:last-child .dev-desc:before {
  display: none;
}
#development .dev-progress li:hover {
  color: #fa4c07;
}
#development .dev-progress li:hover .year:before {
  background: #fa4c07;
  border-color: #fa4c07;
}
#development .dev-progress li:hover .year:after {
  border-color: #fff;
}
#development .dev-progress .part-wrap,
#development .dev-progress .empty-wrap {
  width: 50%;
}
#development .dev-progress .year {
  width: 140px;
  font-size: 22px;
  position: relative;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
#development .dev-progress .year:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
#development .dev-progress .year:after {
  content: '';
  width: 14px;
  height: 14px;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  position: absolute;
  top: 8px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
#development .dev-progress .overview {
  font-size: 20px;
  width: calc(100% - 140px);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
#development .dev-progress .dev-desc {
  font-size: 14px;
  position: relative;
  margin-top: 11px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  margin-bottom: 11px;
  min-height: 64px;
}
#development .dev-progress .dev-desc:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #9a9a9a;
  position: absolute;
  top: 6px;
}
#culture {
  padding-bottom: 3%;
  background: url(../images/culture-bg.jpg) center / cover no-repeat;
}
#culture .big-title {
  padding-top: 4%;
}
#culture .big-title p,
#culture .big-title span {
  color: #f1f1f1;
}
.culure-item-wrap {
  margin-top: 3.5%;
}
.culure-item-wrap ul {
  margin: 0 -6px;
}
.culure-item-wrap li {
  width: 33.3333%;
  float: left;
  padding: 0 6px;
}
.culure-item-wrap .item-box {
  color: #000;
  background: #fff;
  padding: 25px;
  cursor: pointer;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.culure-item-wrap .item-box:hover {
  background: #fa4c07;
  color: #fff;
}
.culure-item-wrap .item-box:hover .item-tit {
  border-bottom-color: #bdbdbd;
}
.culure-item-wrap .item-box:hover .item-tit:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.culure-item-wrap .item-box:hover .item-tit:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.culure-item-wrap .item-tit {
  position: relative;
  padding-bottom: 28px;
  border-bottom: 1px solid #c4c4c4;
}
.culure-item-wrap .item-tit:before,
.culure-item-wrap .item-tit:after {
  content: '';
  background: url(../images/culture-icons.png) no-repeat;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.culure-item-wrap .item-tit:before {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.culure-item-wrap .item-tit:after {
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.culure-item-wrap .yuanjing .item-tit:before,
.culure-item-wrap .yuanjing .item-tit:after {
  width: 66px;
  height: 59px;
}
.culure-item-wrap .yuanjing .item-tit:before {
  background-position: -254px 0;
}
.culure-item-wrap .yuanjing .item-tit:after {
  background-position: -320px 0;
  top: 0;
}
.culure-item-wrap .shiming .item-tit {
  padding-bottom: 27px;
}
.culure-item-wrap .shiming .item-tit:before,
.culure-item-wrap .shiming .item-tit:after {
  width: 68px;
  height: 60px;
}
.culure-item-wrap .shiming .item-tit:before {
  background-position: 0 0;
}
.culure-item-wrap .shiming .item-tit:after {
  background-position: -68px 0;
  top: 0;
}
.culure-item-wrap .jiazhi .item-tit:before,
.culure-item-wrap .jiazhi .item-tit:after {
  width: 59px;
  height: 59px;
}
.culure-item-wrap .jiazhi .item-tit:before {
  background-position: -136px 0;
}
.culure-item-wrap .jiazhi .item-tit:after {
  background-position: -195px 0;
  top: 0;
}
.culure-item-wrap .culture-content {
  min-height: 174px;
  font-size: 18px;
  padding-top: 22px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.culure-item-wrap .culture-content p {
  line-height: 1.66;
}
#honor .honor-main {
  margin: 4% 0;
}
#honor .honor-main ul {
  margin: 0 -10px;
}
#honor .honor-main li {
  width: 33.3333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 30px;
}
#honor .honor-main .honor-img img {
  object-fit: cover;
}
#honor .honor-main .honor-name {
  font-size: 14px;
  line-height: 34px;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.recruit-main {
  margin-top: 64px;
  color: #2d2d2d;
}
.recruit-main li {
  padding: 4.1666% 11% 4.1666% 10.1388%;
  border-top: 1px solid #cbcbcb;
  border-left: 9px solid #fa4c07;
  position: relative;
}
.recruit-main li:last-child {
  border-bottom: 1px solid #cbcbcb;
}
.recruit-main .job-name {
  font-size: 18px;
  margin-bottom: 26px;
}
.recruit-main .sum {
  margin-right: 26px;
}
.recruit-main .recruit-info {
  margin-bottom: 12px;
}
.recruit-main .job-require {
  display: none;
  font-size: 0;
}
.recruit-main .job-require span,
.recruit-main .job-require p {
  font-size: 14px;
  line-height: 24px;
}
.recruit-main .job-require-content {
  width: calc(100% - 42px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
}
.recruit-main .turn-btn {
  width: 7.3611%;
  height: calc(100% - 2px);
  position: absolute;
  right: 0;
  top: 1px;
  background: #f7f7f7;
  cursor: pointer;
}
.recruit-main .turn-btn:before,
.recruit-main .turn-btn:after {
  content: '';
  background: #fa4c07;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.recruit-main .turn-btn:before {
  width: 3px;
  height: 16px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.recruit-main .turn-btn:after {
  width: 16px;
  height: 3px;
}
.recruit-main .turn-btn.active:before {
  top: 70%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#journal {
  padding-bottom: 11.1458%;
}
/* ===================================================== 产品中心 ====================================================== */
.pro-sub-type {
  text-align: center;
  font-size: 0;
  margin-top: 3.06%;
  margin-bottom: 3.68%;
}
.pro-sub-type ul {
  display: inline-block;
}
.pro-sub-type li {
  float: left;
  width: 162px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  margin: 10px 5px 0;
  border: 1px solid #e5e5e5;
  position: relative;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.pro-sub-type li a {
  display: block;
  color: #444;
  transition: color 0.45s cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition: color 0.45s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: color 0.45s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: color 0.45s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: color 0.45s cubic-bezier(0.2, 1, 0.3, 1);
}
.pro-sub-type li:hover,
.pro-sub-type li.cur {
  border-color: #fa4c07;
  border-radius: 5px;
}
.pro-sub-type li:hover a,
.pro-sub-type li.cur a {
  color: #fff;
}
.pro-sub-type li:hover:before,
.pro-sub-type li.cur:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pro-sub-type li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fa4c07;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.product-main {
  margin-bottom: 3.9%;
}
.product-main .pro-ul {
  margin: 0 -19px;
}
.product-main .pro-li {
  float: left;
  width: 33.3333%;
  padding: 0 19px;
  margin-bottom: 84px;
}
.product-main .pro-img {
  position: relative;
  background-color: #fff;
  padding-top: 18.6047%;
}
.product-main .pro-img a {
  display: block;
}
.product-main .pro-desc {
  width: 82%;
  margin: 0 auto;
  text-align: left;
  transition: ease 0.6s 50ms;
  -ms-transition: ease 0.6s 50ms;
  -o-transition: ease 0.6s 50ms;
  -webkit-transition: ease 0.6s 50ms;
  -moz-transition: ease 0.6s 50ms;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
}
.product-main .pro-desc span,
.product-main .pro-desc p {
  font-size: 14px;
  color: #fa4c07;
  line-height: 24px;
}
.product-main .pro-desc span {
  width: 72px;
}
.product-main .pro-desc p {
  width: calc(100% - 72px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.product-main .intro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  background: rgba(238, 238, 238, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-main .intro h4 {
  color: #fa4c07;
  font-size: 22px;
  margin-top: 82px;
  margin-bottom: 55px;
  transition: ease 0.6s;
  -ms-transition: ease 0.6s;
  -o-transition: ease 0.6s;
  -webkit-transition: ease 0.6s;
  -moz-transition: ease 0.6s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
}
.product-main .intro i {
  display: inline-block;
  width: 52px;
  height: 49px;
  background: url(../images/circle-next.png) no-repeat center;
  margin-top: 25px;
  transition: ease 0.6s 0.1s;
  -ms-transition: ease 0.6s 0.1s;
  -o-transition: ease 0.6s 0.1s;
  -webkit-transition: ease 0.6s 0.1s;
  -moz-transition: ease 0.6s 0.1s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
}
.product-main .pro-wrapper {
  background: #fbfbfb;
  border: 1px solid #dcdcdc;
  transition: ease 0.6s;
  -ms-transition: ease 0.6s;
  -o-transition: ease 0.6s;
  -webkit-transition: ease 0.6s;
  -moz-transition: ease 0.6s;
}
.product-main .pro-wrapper:hover {
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 12.48px 0.52px rgba(40, 40, 40, 0.46);
  box-shadow: 0px 0px 12.48px 0.52px rgba(40, 40, 40, 0.46);
}
.product-main .pro-wrapper:hover .intro {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-main .pro-wrapper:hover .intro h4,
.product-main .pro-wrapper:hover .intro .pro-desc,
.product-main .pro-wrapper:hover .intro i {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.product-main .pro-wrapper:hover .pro-bottom {
  background: #f1f1f1;
}
.product-main .pro-wrapper:hover .pro-bottom:before {
  width: 100%;
}
.product-main .pro-wrapper:hover .pro-name {
  color: #fa4c07;
}
.product-main .pro-wrapper:hover .buy-btn {
  color: #fa4c07;
  border-color: #4c842b;
}
.product-main .pro-bottom {
  padding: 32px 30px;
  font-size: 0;
  border-top: 1px solid #d1d1d1;
  position: relative;
  transition: background-color ease 0.6s;
  -ms-transition: background-color ease 0.6s;
  -o-transition: background-color ease 0.6s;
  -webkit-transition: background-color ease 0.6s;
  -moz-transition: background-color ease 0.6s;
}
.product-main .pro-bottom:before {
  content: '';
  width: 0;
  height: 1px;
  background: #fa4c07;
  position: absolute;
  top: 0;
  left: 0;
  transition: width ease 0.5s;
  -ms-transition: width ease 0.5s;
  -o-transition: width ease 0.5s;
  -webkit-transition: width ease 0.5s;
  -moz-transition: width ease 0.5s;
}
.product-main .pro-name {
  display: inline-block;
  vertical-align: middle;
  color: #2d2d2d;
  width: calc(100% - 92px);
  padding-right: 10px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-main .buy-btn {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d2d2d2;
  color: #2d2d2d;
  text-align: center;
  font-size: 16px;
}
.product-main .page ul {
  margin-top: -8px;
}
.pro-trasition {
  transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.interest-pro {
  background: #f7f7f7;
  padding-top: 5.625%;
  padding-bottom: 7.3958%;
}
.interest-pro .title {
  text-align: center;
}
.interest-pro .interest-swiper {
  margin-top: 3.611%;
  position: relative;
}
.interest-pro .pro-img {
  background: #fff;
}
.interest-pro .pro-img img {
  max-width: 280px;
  max-height: 336px;
}
.interest-pro .desc-wrap {
  font-size: 0;
  padding: 28px 18px 28px 20px;
  transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  position: relative;
  border-bottom: 1px solid #bfbfbf;
}
.interest-pro .desc-wrap:before {
  content: '';
  width: 0;
  height: 1px;
  background: #fa4c07;
  position: absolute;
  top: 0;
  left: 4px;
  transition: width 0.45s ease 50ms;
  -ms-transition: width 0.45s ease 50ms;
  -o-transition: width 0.45s ease 50ms;
  -webkit-transition: width 0.45s ease 50ms;
  -moz-transition: width 0.45s ease 50ms;
}
.interest-pro .desc-wrap i {
  font-size: 26px;
  color: #b9b9b9;
  margin-left: 10px;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  display: inline-block;
  vertical-align: middle;
}
.interest-pro .desc {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: middle;
}
.interest-pro .pro-name {
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 8px;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.interest-pro .pro-intro {
  font-size: 14px;
  color: #5e5e5e;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.interest-pro .swiper-container {
  padding: 23px 7px;
}
.interest-pro .swiper-slide {
  transition: 0.45s ease;
  -ms-transition: 0.45s ease;
  -o-transition: 0.45s ease;
  -webkit-transition: 0.45s ease;
  -moz-transition: 0.45s ease;
}
.interest-pro .swiper-slide:hover {
  -webkit-box-shadow: 0px 0px 25.92px 1.08px rgba(40, 40, 4, 0.22);
  box-shadow: 0px 0px 25.92px 1.08px rgba(40, 40, 4, 0.22);
}
.interest-pro .swiper-slide:hover .desc-wrap {
  background: #fff;
  border-bottom-color: #fff;
}
.interest-pro .swiper-slide:hover .desc-wrap:before {
  width: calc(100% - 8px);
}
.interest-pro .swiper-slide:hover .desc-wrap i {
  color: #fa4c07;
}
.interest-pro .swiper-slide:hover .pro-name {
  color: #fa4c07;
}
.interest-arrow {
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.interest-arrow:before {
  content: '';
  width: 28px;
  height: 28px;
  border-left: 3px solid #bfbfbf;
  border-bottom: 3px solid #bfbfbf;
  position: absolute;
  top: 7px;
  transition: border-color 0.45s ease;
  -ms-transition: border-color 0.45s ease;
  -o-transition: border-color 0.45s ease;
  -webkit-transition: border-color 0.45s ease;
  -moz-transition: border-color 0.45s ease;
}
.interest-arrow.prev {
  left: -77px;
}
.interest-arrow.prev:before {
  left: 16px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.interest-arrow.next {
  right: -75px;
}
.interest-arrow.next:before {
  left: 0;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}
.interest-arrow:hover:before {
  border-left-color: #fa4c07;
  border-bottom-color: #fa4c07;
}
.more-section {
  margin-top: 4.1666%;
  margin-bottom: 8.75%;
}
.more-section .more-content {
  margin-top: 5.277%;
}
.more-section .more-left {
  width: 36%;
}
.more-section .more-link {
  margin-bottom: 28px;
  padding-right: 10px;
}
.more-section .more-link a {
  color: #2d2d2d;
  font-size: 16px;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.more-section .more-link a:hover {
  color: #fa4c07;
}
.more-section .more-right {
  width: 61%;
}
.more-section .more-left-btns {
  font-size: 0;
  margin-top: 27px;
  padding-left: 15px;
  padding-right: 15px;
}
.more-section .more-left-btns:before,
.more-section .more-left-btns:after {
  content: '';
  width: calc((100% - 124px) / 2);
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
}
.more-section .more-btn {
  width: 40px;
  height: 40px;
  background: #b2b2b2;
  display: inline-block;
  vertical-align: middle;
  transition: background-color 0.45s ease;
  -ms-transition: background-color 0.45s ease;
  -o-transition: background-color 0.45s ease;
  -webkit-transition: background-color 0.45s ease;
  -moz-transition: background-color 0.45s ease;
  cursor: pointer;
  position: relative;
}
.more-section .more-btn:hover {
  background: #fa4c07;
}
.more-section .more-btn:before {
  content: '';
  width: 13px;
  height: 13px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 13px;
}
.more-section .more-btn.prev {
  margin-left: 21px;
  margin-right: 1px;
}
.more-section .more-btn.prev:before {
  left: 15px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.more-section .more-btn.next {
  margin-left: 1px;
  margin-right: 21px;
}
.more-section .more-btn.next:before {
  left: 11px;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}
.more-section .zhizao {
  position: relative;
}
.more-section .zhizao-items {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  display: -webkit-flex;
  color: #fff;
}
.more-section .zhizao-items a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.more-section .item-wrap {
  flex: 1;
  height: 100%;
  border-right: 1px solid #dcdcdc;
  align-items: center;
  position: relative;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.more-section .item-wrap.active,
.more-section .item-wrap:hover {
  flex: 2;
}
.more-section .item-wrap.active .item-cover,
.more-section .item-wrap:hover .item-cover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.more-section .item-wrap.active .item-desc,
.more-section .item-wrap:hover .item-desc {
  z-index: 10;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.more-section .item-inner-wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.more-section .item6 {
  border-right: none;
}
.more-section .item-cover {
  transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
}
.more-section .item-num {
  font-family: 'BEBAS';
  text-align: center;
  margin-bottom: 21.6%;
}
.more-section .item-name {
  max-width: 75px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.6923;
}
.more-section .item-desc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.more-section .item-desc a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.more-section .item-desc img {
  width: 26.4%;
}
.more-section .mask-wrap {
  width: 78%;
}
.more-section .mask-tit {
  font-size: 0;
}
.more-section .mask-tit span {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.more-section .mask-num {
  font-size: 42px;
  font-family: 'BEBAS';
}
.more-section .mask-name {
  font-size: 26px;
  margin-left: 12px;
}
.more-section .mask-desc {
  line-height: 1.71;
  margin-top: 21%;
  margin-bottom: 31.79%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
/* ===================================================== 产品详情 ====================================================== */
.product-detail .top-menu-head {
  border-top: 1px solid #e5e5e5;
  position: relative;
  z-index: 2;
}
.product-detail .top-nav li a {
  padding: 0 29px;
}
.product-detail .info-main {
  border-top: 1px solid #e5e5e5;
  background: #f7f7f6;
  padding-bottom: 2.7083%;
}
.product-detail .cur-path {
  margin-bottom: 20px;
}
.product-detail .sub-type {
  margin-bottom: 2.9861%;
  padding-left: 53.8194%;
}
.product-detail .sub-type ul {
  font-size: 0;
}
.product-detail .sub-type li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 50px;
  width: 125px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin-right: 8px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.product-detail .sub-type li:last-child {
  margin-right: 0;
}
.product-detail .sub-type li:hover,
.product-detail .sub-type li.cur {
  background: #fa4c07;
  border-radius: 5px;
  border-color: #fa4c07;
}
.product-detail .sub-type li:hover a,
.product-detail .sub-type li.cur a {
  color: #fff;
}
.product-detail .sub-type a {
  display: block;
  color: #525252;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.product-detail .pro-gallery-wrap {
  width: 50%;
  padding-left: 9.1666%;
  padding-right: 7.5694%;
  position: relative;
}
.product-detail .pro-gallery-wrap .big-img {
  border: 1px solid #dfdede;
  margin-bottom: 4.3055%;
}
.product-detail .pro-gallery-wrap .swiper-slide {
  cursor: pointer;
  border: 1px solid #dedddd;
}
.product-detail .gallery-arrow {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  position: absolute;
  bottom: 5.1752%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.product-detail .gallery-arrow:before {
  content: '';
  width: 12px;
  height: 12px;
  border-left: 1px solid #fa4c07;
  border-bottom: 1px solid #fa4c07;
  position: absolute;
  top: 9px;
  transition: border-color 0.45s ease;
  -ms-transition: border-color 0.45s ease;
  -o-transition: border-color 0.45s ease;
  -webkit-transition: border-color 0.45s ease;
  -moz-transition: border-color 0.45s ease;
}
.product-detail .gallery-arrow.prev {
  left: 10.4166%;
}
.product-detail .gallery-arrow.prev:before {
  left: 12px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.product-detail .gallery-arrow.next {
  right: 7.5%;
}
.product-detail .gallery-arrow.next:before {
  left: 6px;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
}
.product-detail .gallery-arrow:hover {
  border-color: #fa4c07;
  background: #fa4c07;
}
.product-detail .gallery-arrow:hover:before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.product-detail .swiper-button-disabled {
  pointer-events: none;
}
.product-detail .swiper-button-disabled:before {
  border-left-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
}
.product-detail .pro-info {
  width: 50%;
  padding-left: 4.8611%;
  padding-top: 4.375%;
  padding-right: 1.4583%;
  color: #2d2d2d;
}
.product-detail .pro-info .pro-tit {
  padding-bottom: 4.6104%;
  position: relative;
}
.product-detail .pro-info .pro-tit:after {
  content: '';
  width: 75.5166%;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-detail .pro-info .tit1 {
  font-size: 40px;
  line-height: 1;
  color: #fa4c07;
  margin-bottom: 3.3386%;
}
.product-detail .pro-optional .optional {
  font-size: 0;
  margin-top: 3.0206%;
}
.product-detail .pro-optional span {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
}
.product-detail .pro-optional ul {
  display: inline-block;
  vertical-align: top;
}
.product-detail .pro-optional li {
  float: left;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #e6e6e6;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: 8px;
  margin-bottom: 5px;
}
.product-detail .pro-optional li:hover {
  background-color: #fa4c07;
  color: #fff;
  cursor: pointer;
}
.product-detail .pro-optional .op1 span {
  width: 84px;
}
.product-detail .pro-optional .op1 ul {
  width: calc(100% - 84px);
}
.product-detail .pro-optional .op2 span {
  width: 115px;
}
.product-detail .pro-optional .op2 ul {
  width: calc(100% - 115px);
}
.product-detail .pro-price {
  margin-top: 10.1748%;
}
.product-detail .price {
  font-size: 26px;
  color: #fa4c07;
  font-weight: bold;
}
.product-detail .price-tip {
  color: #7e7e7e;
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: 4.7694%;
}
.product-detail .book-btn {
  cursor: pointer;
  color: #fff;
  background: #fa4c07;
  font-size: 18px;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
}
.product-detail .detail-select {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 5px 24px 0px rgba(85, 85, 85, 0.15);
  box-shadow: 0px 5px 24px 0px rgba(85, 85, 85, 0.15);
  padding-top: 2.1354%;
  padding-bottom: 1.5625%;
}
.product-detail .detail-select li {
  width: 33.3333%;
  color: #2d2d2d;
  font-size: 22px;
  float: left;
  text-align: center;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  position: relative;
}
.product-detail .detail-select li.active {
  color: #fa4c07;
}
.product-detail .detail-select li.active span:after {
  width: 100%;
}
.product-detail .detail-select li:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  left: 0;
}
.product-detail .detail-select li:last-child:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  right: 0;
}
.product-detail .detail-select span {
  padding: 15px 6px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.product-detail .detail-select span:after {
  content: '';
  width: 0;
  height: 5px;
  background: #fa4c07;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: width 0.45s ease;
  -ms-transition: width 0.45s ease;
  -o-transition: width 0.45s ease;
  -webkit-transition: width 0.45s ease;
  -moz-transition: width 0.45s ease;
}
.product-detail .detail-select span:hover {
  color: #fa4c07;
}
.product-detail .detail-select span:hover:after {
  width: 100%;
}
.product-detail .select1-content {
  margin-top: 8.125%;
}
.product-detail .select1-content p {
  margin-bottom: 18px;
  text-align: center;
}
.product-detail .select1-content img {
  max-width: 100%;
  height: auto;
}
.product-detail .select2-content {
  margin-top: 6.1805%;
}
.product-detail .parameter-wrap {
  border: 1px solid #dcdcdc;
  margin-bottom: 3.75%;
}
.product-detail .parameter-tit {
  background: #fa4c07;
  border-bottom: 1px solid #dcdcdc;
  line-height: 72px;
  font-size: 22px;
  color: #fff;
  padding-left: 4.6527%;
  padding-right: 2.5694%;
  position: relative;
}
.product-detail .parameter-tit:before {
  content: '';
  width: 10px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: 2.5694%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.product-detail .parameter-main {
  padding: 2.5% 1.3888% 1.9444%;
}
.product-detail .parameter-main li {
  width: 50%;
  float: left;
  font-size: 0;
  margin-bottom: 13px;
}
.product-detail .parameter-name {
  width: 168px;
  font-size: 16px;
  color: #2d2d2d;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-right: 7px;
  padding-top: 12px;
}
.product-detail .parameter-info {
  width: 61.2857%;
  font-size: 14px;
  color: #5f5f5f;
  background: #f7f7f6;
  border: 1px solid #e5e5e5;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  vertical-align: top;
}
.product-detail .select3-content .download-list {
  margin-top: 6.5277%;
}
.product-detail .book-product {
  margin-top: 4.4791%;
  margin-bottom: 6.0416%;
}
.product-detail .book-form {
  background: url(../images/bookform-bg.jpg) center / cover no-repeat;
  padding: 4.6527% 14.7222% 3.5416%;
}
.product-detail .book-tit {
  color: #fff;
  font-size: 0;
}
.product-detail .book-tit span {
  font-size: 32px;
}
.product-detail .book-tit span:before,
.product-detail .book-tit span:after {
  content: '';
  width: 98px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}
.product-detail .form-ipt {
  margin-top: 7.6771%;
  margin-bottom: 2.3622%;
}
.product-detail .ipt-wrap {
  width: 43.307%;
  margin-bottom: 30px;
  font-size: 0;
}
.product-detail .ipt-wrap:nth-child(odd) {
  float: left;
}
.product-detail .ipt-wrap:nth-child(even) {
  float: right;
}
.product-detail .select-ipt {
  position: relative;
}
.product-detail .select-ipt:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #525252;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.product-detail .ipt-label {
  width: 90px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding-right: 14px;
  text-align: right;
}
.product-detail .ipt {
  width: calc(100% - 90px);
  color: #2d2d2d;
  font-size: 14px;
  background: #fff;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  padding-left: 4.888%;
  padding-right: 22px;
}
.product-detail .ipt::-moz-placeholder {
  color: #727272;
  font-size: 13px;
}
.product-detail .ipt:-ms-input-placeholder {
  color: #727272;
  font-size: 13px;
}
.product-detail .ipt::-webkit-input-placeholder {
  color: #727272;
  font-size: 13px;
}
.product-detail .area-ipt-label {
  vertical-align: top;
}
.product-detail .area-ipt {
  height: 80px;
  line-height: 20px;
  padding-top: 8px;
}
.product-detail .ipt-select-wrap {
  position: absolute;
  right: 0;
  z-index: 11;
  width: calc(100% - 103px);
  top: 120%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-detail .ipt-select-wrap li {
  font-size: 12px;
  color: #838383;
  cursor: pointer;
  background: #ededed;
  padding-left: 22px;
  padding-right: 28px;
  border-bottom: 1px solid #d2d2d2;
  min-height: 34px;
  line-height: 34px;
}
.product-detail .ipt-select-wrap li:last-child {
  border-bottom: none;
}
.product-detail .ipt-select-wrap.show {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  top: calc(100% - 8px);
}
.product-detail .ipt-select-wrap .selected {
  position: relative;
}
.product-detail .ipt-select-wrap .selected:after {
  content: '';
  width: 10px;
  height: 7px;
  border-left: 1px solid #929292;
  border-bottom: 1px solid #929292;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
}
.product-detail .captcha-ipt {
  width: calc(100% - 174px);
  margin-right: 12px;
}
.product-detail .captcha-img {
  width: 72px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
}
.product-detail .captcha-img img {
  width: 100%;
  height: 100%;
}
.product-detail .book-submit {
  color: #fa4c07;
  font-size: 24px;
  line-height: 48px;
  border-radius: 5px;
  background: #fff;
  padding-left: 5.5118%;
  padding-right: 5.5118%;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.product-detail .book-submit:hover {
  color: #fff;
  background: #fa4c07;
}
.product-detail .hot-product {
  padding-bottom: 1.875%;
}
.product-detail .hot-product .tit {
  font-size: 16px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d2d2d2;
}
.product-detail .hot-product .tit:before {
  content: '';
  width: 8px;
  height: 22px;
  background: #fa4c07;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.product-detail .hot-swiper {
  margin-top: 0.6944%;
}
.product-detail .random-news {
  margin-top: 3.9583%;
  margin-bottom: 4.1666%;
}
.product-detail .random-news .tit {
  padding-left: 20px;
  font-size: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 28px;
}
.product-detail .news-list ul {
  margin: 0 -28px;
}
.product-detail .news-list li {
  width: 50%;
  float: left;
  padding: 0 28px;
  margin-bottom: 12px;
}
.product-detail .news-list li:hover .time-wrap {
  background: #fa4c07;
  color: #fff;
}
.product-detail .news-list a {
  display: block;
}
.product-detail .news-list .time-wrap {
  width: 100px;
  height: 80px;
  background: #e0e0e0;
  color: #fa4c07;
  border-radius: 5px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  text-align: center;
  font-family: '黑体';
  padding: 14px 26px 14px 12px;
  margin-top: 4%;
  -webkit-box-shadow: 0px 0px 6.72px 0.28px rgba(40, 40, 40, 0.17);
  box-shadow: 0px 0px 6.72px 0.28px rgba(40, 40, 40, 0.17);
}
.product-detail .news-list .time-wrap span {
  font-size: 28px;
  line-height: 1;
}
.product-detail .news-list .time-wrap p {
  font-size: 14px;
  margin-top: 10px;
}
.product-detail .news-list .news-info {
  width: calc(100% - 88px);
  background: #fff;
  -webkit-box-shadow: 0px 0px 6.72px 0.28px rgba(40, 40, 40, 0.17);
  box-shadow: 0px 0px 6.72px 0.28px rgba(40, 40, 40, 0.17);
  margin-left: -13px;
  border-radius: 5px;
  padding: 5%;
  position: relative;
  overflow: hidden;
}
.product-detail .news-list .news-info .news-tit {
  margin-bottom: 14px;
  font-size: 16px;
}
.product-detail .news-list .news-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 44px;
}
.product-detail .news-list .m-time {
  display: none;
}
/* ===================================================== 售后服务 ====================================================== */
.question-series {
  margin-top: 4.3055%;
}
.question-series li {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.question-series .series-tit {
  background: #f7f7f7;
  font-size: 18px;
  line-height: 26px;
  color: #2d2d2d;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  padding: 36px 80px 36px 33px;
  cursor: pointer;
  position: relative;
}
.question-series .series-tit:hover,
.question-series .series-tit.active {
  color: #fa4c07;
}
.question-series .series-tit:hover:after,
.question-series .series-tit.active:after {
  border-left-color: #fa4c07;
  border-bottom-color: #fa4c07;
}
.question-series .series-tit.active:after {
  top: 46px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
.question-series .series-tit:after {
  content: '';
  width: 18px;
  height: 18px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  position: absolute;
  right: 38px;
  top: 35px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.question-series .qa-list {
  display: none;
}
.question-series .qa-list dd {
  border-top: 1px solid #eee;
  padding: 32px 34px;
}
.question-series .qa-list dd:first-child {
  border-top-color: #dcdcdc;
}
.question-series .q-wrap,
.question-series .a-wrap {
  font-size: 0;
}
.question-series .q-wrap p,
.question-series .a-wrap p {
  display: inline-block;
  vertical-align: top;
}
.question-series .q-wrap {
  margin-bottom: 5px;
}
.question-series .q-icon,
.question-series .a-icon {
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  margin-right: 17px;
  margin-top: 2px;
}
.question-series .q-icon i,
.question-series .a-icon i {
  font-style: normal;
  display: inline-block;
  transform: scale(0.71);
  -ms-transform: scale(0.71);
  -o-transform: scale(0.71);
  -webkit-transform: scale(0.71);
  -moz-transform: scale(0.71);
}
.question-series .q-icon {
  background: #fa4c07;
}
.question-series .a-icon {
  background: #888;
}
.question-series .q-txt {
  width: calc(100% - 34px);
  font-size: 16px;
  color: #2d2d2d;
}
.question-series .a-txt {
  width: calc(100% - 34px);
  font-size: 14px;
  color: #888;
}
#download {
  margin-top: -20px;
  margin-bottom: 9.1666%;
}
.download-list {
  margin-top: 2.8125%;
}
.download-list .data-item {
  border-left: 10px solid #fa4c07;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding: 33px 164px 33px 38px;
  position: relative;
}
.download-list .data-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #2d2d2d;
}
.download-list .down-btn {
  position: absolute;
  width: 104px;
  line-height: 34px;
  background: #fa4c07;
  text-align: center;
  color: #fff;
  font-size: 14px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
/* ===================================================== 联系我们 ====================================================== */
.contact .map-wrap {
  padding: 15px 13px;
  border: 1px solid #cacaca;
}
.contact #map {
  width: 100%;
  height: 556px;
  border: 1px solid #d2d2d2;
}
.contact .contact-main {
  margin-top: 4.5312%;
  margin-bottom: 5.1041%;
}
.contact .com-name {
  display: inline-block;
  padding-top: 34px;
  padding-right: 4px;
  padding-bottom: 35px;
  padding-left: 8px;
  color: #fa4c07;
  border-top: 1px solid #fa4c07;
}
.contact .com-cn-name {
  margin-bottom: 16px;
}
.contact .contact-way-wrap {
  border-top: 1px solid #fa4c07;
  padding-top: 4.3055%;
}
.contact .contact-way-info {
  width: 40%;
}
.contact .contact-way-list li {
  margin-bottom: 20px;
}
.contact .contact-way-list .way-name {
  color: #fa4c07;
  position: relative;
  padding-left: 40px;
  margin-bottom: 6px;
}
.contact .contact-way-list .way-name:before {
  content: '';
  background: url(../images/contact-icons.png) no-repeat;
  position: absolute;
  bottom: 2px;
}
.contact .contact-way-list .way-name span {
  font-weight: bold;
  position: relative;
}
.contact .contact-way-list .phone {
  font-size: 16px;
}
.contact .contact-way-list .phone:before {
  width: 19px;
  height: 23px;
  background-position: -62px 0;
  left: 9px;
}
.contact .contact-way-list .fax {
  font-size: 16px;
}
.contact .contact-way-list .fax:before {
  width: 23px;
  height: 22px;
  background-position: -81px 0;
  left: 7px;
}
.contact .contact-way-list .zipcode:before {
  width: 24px;
  height: 18px;
  background-position: -104px 0;
  left: 6px;
}
.contact .contact-way-list .email:before {
  width: 25px;
  height: 17px;
  background-position: -128px 0;
  left: 6px;
  bottom: 4px;
}
.contact .contact-way-list .site:before {
  width: 24px;
  height: 24px;
  background-position: -20px 0;
  left: 6px;
}
.contact .contact-way-list .address:before {
  width: 20px;
  height: 25px;
  background-position: 0 0;
  left: 8px;
}
.contact .contact-way-list .route:before {
  width: 18px;
  height: 23px;
  background-position: -44px 0;
  left: 9px;
}
.contact .contact-way-list p {
  color: #2d2d2d;
  padding-left: 42px;
}
.contact .contact-way-img {
  width: 52.7%;
  margin-top: 3.75%;
  position: relative;
}
.contact .contact-hot-line {
  position: absolute;
  left: -24%;
  top: 24.1228%;
}
.contact .contact-hot-line p {
  color: #fff;
  font-size: 37px;
  line-height: 1;
  display: inline-block;
  background: #fa4c07;
  padding: 16px 30px 16px 35px;
}
.contact .contact-hot-line .txt1 {
  margin-bottom: 4px;
}
.contact .contact-hot-line .txt2 p {
  padding-right: 18px;
}
.contact .department-phone {
  margin-top: 7.2916%;
  margin-bottom: 7.2222%;
}
.contact .department-phone .tit {
  font-size: 22px;
  color: #fa4c07;
  padding-bottom: 30px;
  margin-bottom: 3.0555%;
  border-bottom: 1px solid #fa4c07;
}
.contact .phone-list li {
  float: left;
  width: 33.3333%;
  padding: 0 2px;
  margin-bottom: 4px;
}
.contact .item-wrap {
  background: #f7f7f7;
  padding: 8.8235% 20px 8.8235% 14.7058%;
}
.contact .depart-name {
  font-size: 18px;
  color: #fa4c07;
}
.contact .member-name,
.contact .member-phone {
  font-size: 14px;
  color: #2d2d2d;
}
.contact .member-name {
  margin-top: 4.2016%;
  margin-bottom: 4.2016%;
}
/* ===================================================== 智造实力 ====================================================== */
.rd-center .bg {
  background: url(../images/rd-part1-bg.jpg) center / cover no-repeat;
  margin: 6.11% 0 0;
  padding-bottom: 6.11%;
}
.rd-center .bg .big-title {
  padding-top: 5%;
}
.rd-center .bg .big-title span {
  color: #686868;
}
.rd-center .bg .big-title span::before,
.rd-center .bg .big-title span::after {
  background: #b4b4b4;
}
.rd-center .bg .part-tit1 {
  background: #dce2ee;
  color: #fff;
}
.rd-center .bg .part-tit1::before {
  color: #a59f9f;
}
.manufacturing-strength .part-tit-wrap {
  position: relative;
  z-index: -1;
}
.manufacturing-strength .part-tit {
  font-size: 38px;
  color: #e2e2e2;
  line-height: 1;
  background: #fff;
  display: inline-block;
  padding-bottom: 3px;
  position: relative;
}
.manufacturing-strength .part-tit:before {
  color: #b2b2b2;
  font-size: 137px;
  line-height: 1;
  font-family: 'BEBAS';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -210%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.manufacturing-strength .rd-part1 .part-tit:before {
  content: '01';
}
.manufacturing-strength .part1-content-wrap {
  padding-left: 7.2222%;
  padding-top: 79px;
  color: #fff;
  position: relative;
}
.manufacturing-strength .part1-right {
  width: 100%;
  background-color: #fff;
  padding-left: 39.8653%;
  padding-right: 12.715%;
  padding-top: 4.9364%;
  padding-bottom: 7.0306%;
}
.manufacturing-strength .know-tit {
  font-family: '黑体';
  font-size: 32px;
  color: #6c6c6c;
  text-align: center;
  padding-bottom: 4.7318%;
  border-bottom: 1px solid #6c6c6c;
  margin-bottom: 13.0914%;
  width: 97%;
}
.manufacturing-strength .know-data {
  color: #6c6c6c;
}
.manufacturing-strength .know-data .symbol,
.manufacturing-strength .know-data .unit {
  color: #6c6c6c;
}
.manufacturing-strength .know-data ul {
  text-align: justify;
  text-align-last: justify;
}
.manufacturing-strength .know-data li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-align-last: center;
}
.manufacturing-strength .know-data li:hover .num {
  color: #fa4c07;
}
.manufacturing-strength .data-top {
  font-size: 0;
}
.manufacturing-strength .data-top > div {
  display: inline-block;
  vertical-align: text-bottom;
}
.manufacturing-strength .num {
  font-family: 'BEBAS';
  font-size: 56px;
  line-height: 1;
  margin-right: 14px;
  letter-spacing: 3px;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.manufacturing-strength .num-right {
  color: #fff;
  margin-bottom: -7px;
}
.manufacturing-strength .num-right > span {
  display: block;
}
.manufacturing-strength .symbol {
  font-size: 16px;
}
.manufacturing-strength .unit {
  font-size: 16px;
}
.manufacturing-strength .data-name {
  font-size: 20px;
  margin-top: 36px;
}
.manufacturing-strength .part1-left {
  width: 36.1805%;
  background: #fa4c07;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.4% 2.15% 2.77% 1.94%;
}
.manufacturing-strength .part1-left-data {
  text-align: center;
}
.manufacturing-strength .part1-left-data .num {
  font-size: 48px;
  margin-right: 9px;
}
.manufacturing-strength .part1-left-data .unit {
  font-size: 14px;
}
.manufacturing-strength .part1-left-data .data-name {
  font-size: 24px;
  margin-top: 7.7922%;
}
.manufacturing-strength .square-2 {
  margin-bottom: 2px;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
}
.manufacturing-strength .part1-left-intro {
  margin-top: 10.3671%;
}
.manufacturing-strength .part1-left-intro p {
  line-height: 24px;
  text-indent: 2em;
}
.manufacturing-strength .rd-part2 {
  margin-top: 7.3958%;
}
.manufacturing-strength .rd-part2 .part-tit:before {
  content: '02';
}
.manufacturing-strength .part2-content-wrap ul {
  margin: 0 -14px;
}
.manufacturing-strength .part2-content-wrap li {
  padding: 0 14px;
  width: 25%;
  float: left;
  margin-bottom: 25px;
}
.manufacturing-strength .part2-content-wrap .equip-txt {
  color: #5e5e5e;
  padding-left: 3.55%;
  padding-right: 5.32%;
  padding-top: 6.8047%;
  padding-bottom: 4.733%;
}
.manufacturing-strength .part2-content-wrap .equip-name {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 6px;
  position: relative;
}
.manufacturing-strength .part2-content-wrap .equip-name:before {
  content: '';
  width: 0;
  height: 1px;
  background: #fa4c07;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: width 0.45s ease;
  -ms-transition: width 0.45s ease;
  -o-transition: width 0.45s ease;
  -webkit-transition: width 0.45s ease;
  -moz-transition: width 0.45s ease;
}
.manufacturing-strength .part2-content-wrap .equip-role {
  font-size: 0;
}
.manufacturing-strength .part2-content-wrap .equip-role span {
  font-size: 14px;
}
.manufacturing-strength .part2-content-wrap .role-desc {
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.manufacturing-strength .part2-content-wrap .equipment-item {
  cursor: pointer;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.manufacturing-strength .part2-content-wrap .equipment-item:hover {
  -webkit-box-shadow: 0px 0px 12.48px 0.52px rgba(40, 40, 40, 0.46);
  box-shadow: 0px 0px 12.48px 0.52px rgba(40, 40, 40, 0.46);
}
.manufacturing-strength .part2-content-wrap .equipment-item:hover .equip-name:before {
  width: 100%;
}
.manufacturing-strength .rd-part3 {
  margin-top: 7.6041%;
}
.manufacturing-strength .rd-part3 .part-tit:before {
  content: '03';
}
.manufacturing-strength .part3-content-wrap {
  background: #fff;
  padding-top: 5.1041%;
  padding-bottom: 4.1666%;
}
.manufacturing-strength .rd-history {
  position: relative;
}
.manufacturing-strength .rd-history ul {
  position: relative;
}
.manufacturing-strength .rd-history li {
  width: 14.2857%;
  float: left;
}
.manufacturing-strength .rd-history:before {
  content: '';
  width: 87%;
  height: 1px;
  background: #fa4c07;
  position: absolute;
  left: 0;
  top: 24px;
}
.manufacturing-strength .history-year {
  width: 75px;
  line-height: 48px;
  color: #f7f7f7;
  font-size: 22px;
  text-align: center;
  background: #fa4c07;
}
.manufacturing-strength .history-desc {
  color: #5e5e5e;
  line-height: 24px;
  margin-top: 25px;
  padding-right: 22px;
}
.manufacturing-strength .history-now-wrap {
  text-align: center;
}
.manufacturing-strength .now-year {
  line-height: 50px;
  width: 123px;
  color: #f7f7f7;
  background: #fa4c07;
  margin: 4.3055% auto 4.166%;
  position: relative;
  z-index: 10;
}
.manufacturing-strength .now-year:before,
.manufacturing-strength .now-year:after {
  content: '';
  width: 44%;
  height: 3px;
  background: #d1d1d1;
  position: absolute;
  bottom: 16%;
}
.manufacturing-strength .now-year:before {
  left: -44%;
}
.manufacturing-strength .now-year:after {
  right: -44%;
}
.manufacturing-strength .now-data-wrap {
  padding-left: 4.44%;
  font-size: 0;
}
.manufacturing-strength .now-data-item {
  display: inline-block;
  vertical-align: top;
  color: #5e5e5e;
/*  padding-left: 8.8888%;
  padding-right: 8.8888%;*/
  padding-top: 5px;
  cursor: pointer;
}
.manufacturing-strength .now-data-item .num {
  font-size: 57px;
  margin-right: 9px;
}
.manufacturing-strength .now-data-item .num-right {
  color: #5e5e5e;
  margin-bottom: -2px;
}
.manufacturing-strength .now-data-item .data-name {
  font-size: 22px;
  margin-top: 45px;
  padding: 13px;
}
.manufacturing-strength .now-data-item:hover .num,
.manufacturing-strength .now-data-item:hover .num-right {
  color: #fa4c07;
}
.manufacturing-strength .now-data2 {
  position: relative;
}
.manufacturing-strength .now-data2:before,
.manufacturing-strength .now-data2:after {
  content: '';
  width: 1px;
  height: 70.13%;
  background: #fa4c07;
  position: absolute;
  top: 0;
}
.manufacturing-strength .now-data2:before {
  left: 0;
}
.manufacturing-strength .now-data2:after {
  right: 0;
}
.manufacturing-strength .factory-introduction .big-title {
  padding-top: 4%;
}
.manufacturing-strength .factory-introduction .factory-desc {
  margin: 4% 0;
}
.manufacturing-strength .factory-introduction .factory-desc ul {
  margin: 0 -10px;
}
.manufacturing-strength .factory-introduction .factory-desc li {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 25px;
}
.manufacturing-strength .factory-introduction .factory-desc .factory-name {
  font-size: 16px;
  line-height: 36px;
  color: #525252;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 10px;
}
.manufacturing-strength .quality-intro {
  background: #f7f7f7;
  padding-top: 5.4166%;
  padding-bottom: 5.4166%;
  position: relative;
}
.manufacturing-strength .quality-intro .intro-img {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.manufacturing-strength .quality-intro .intro-txt {
  font-size: 0;
}
.manufacturing-strength .quality-intro .intro-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.manufacturing-strength .quality-intro .intro-icon p {
  font-size: 24px;
  color: #9a9a9a;
  margin-top: 8px;
}
.manufacturing-strength .quality-intro .intro-icon:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #5e5e5e;
  position: absolute;
  top: 0;
}
.manufacturing-strength .quality-intro .intro-desc {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #5e5e5e;
  text-align: center;
  width: 63.3333%;
  padding: 0 10px;
}
.manufacturing-strength .quality-policy {
  padding-left: 50%;
  margin-top: 8.75%;
  margin-bottom: 11.5972%;
}
.manufacturing-strength .quality-policy .intro-icon {
  width: 36.5277%;
  padding-top: 10px;
}
.manufacturing-strength .quality-policy .intro-icon img {
  width: 31.3492%;
}
.manufacturing-strength .quality-policy .intro-icon:before {
  right: 0;
}
.manufacturing-strength .quality-policy .intro-img {
  left: 0;
  border-right: 2px solid #fff;
}
.manufacturing-strength .quality-system {
  padding-right: 50%;
}
.manufacturing-strength .quality-system .intro-icon {
  width: 36.5277%;
}
.manufacturing-strength .quality-system .intro-icon:before {
  left: 0;
}
.manufacturing-strength .quality-system .intro-icon img {
  width: 31.6%;
}
.manufacturing-strength .quality-system .intro-img {
  right: 0;
  border-left: 2px solid #fff;
}
.manufacturing-strength .quality-certify {
  background: #f7f7f7;
  padding-top: 5.7291%;
  padding-bottom: 4.5312%;
}
.manufacturing-strength .quality-certify .tit {
  color: #3b3b3b;
  text-align: center;
  margin-bottom: 3.8194%;
}
.manufacturing-strength .pro-test-progress {
  background: url(../images/pro-test-bg.jpg) center / cover no-repeat;
  padding-top: 3%;
  padding-bottom: 3.5%;
}
.manufacturing-strength .pro-test-progress .tit {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 4%;
}
.manufacturing-strength .test-evaluation {
  margin-bottom: 6.1458%;
}
.manufacturing-strength .test-list-wrap {
  margin-top: 4.1666%;
}
.manufacturing-strength .test-list {
  margin: 0 -34px 5.1388%;
}
.manufacturing-strength .test-list li {
  float: left;
  width: 33.3333%;
  padding: 0 34px;
}
.manufacturing-strength .test-item {
  cursor: pointer;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.manufacturing-strength .test-item:hover {
  -webkit-box-shadow: 0px 0px 12.48px 0.52px rgba(40, 40, 40, 0.46);
  box-shadow: 0px 0px 12.48px 0.52px rgba(40, 40, 40, 0.46);
}
.manufacturing-strength .test-item:hover .test-txt {
  color: #fff;
  background: #fa4c07;
}
.manufacturing-strength .test-item .test-txt {
  padding: 46px 20px 36px;
  color: #3b3b3b;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.manufacturing-strength .test-item .test-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 17px;
}
.manufacturing-strength .test-item .test-desc {
  font-size: 14px;
  line-height: 24px;
}
.manufacturing-strength .test-process {
  background: #e7e7e7;
  font-size: 0;
  overflow: hidden;
}
.manufacturing-strength .test-process > div {
  display: inline-block;
  vertical-align: top;
}
.manufacturing-strength .progress-left {
  width: 59.8958%;
  position: relative;
}
.manufacturing-strength .progress-left .left-txt {
  width: 100%;
  position: absolute;
  text-align: right;
  padding-right: 27.3281%;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  top: 35.7352%;
  left: 0;
}
.manufacturing-strength .progress-left .left-txt p {
  display: inline-block;
  position: relative;
  padding-top: 5.036%;
  margin-bottom: 4.3165%;
}
.manufacturing-strength .progress-left .left-txt p:before {
  content: '';
  width: 50.8333%;
  height: 5px;
  background: #fff;
  position: absolute;
  top: -5px;
  right: 0;
}
.manufacturing-strength .progress-left .left-txt span {
  display: block;
  font-weight: bold;
}
.manufacturing-strength .progress-right {
  width: 40.1041%;
  padding-left: 7.5%;
  padding-top: 6.406%;
  position: relative;
}
.manufacturing-strength .progress-right:before,
.manufacturing-strength .progress-right:after {
  content: '';
  width: 1px;
  height: 150%;
  background: #b3b3b3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-10.5deg);
  -ms-transform: translateY(-50%) rotate(-10.5deg);
  -o-transform: translateY(-50%) rotate(-10.5deg);
  -webkit-transform: translateY(-50%) rotate(-10.5deg);
  -moz-transform: translateY(-50%) rotate(-10.5deg);
}
.manufacturing-strength .progress-right:before {
  left: 2.987%;
}
.manufacturing-strength .progress-right:after {
  left: 95.3246%;
}
.manufacturing-strength .progress-item {
  font-size: 0;
  margin-bottom: 4.1533%;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  cursor: pointer;
}
.manufacturing-strength .progress-item span {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.manufacturing-strength .progress-item p {
  font-size: 18px;
  color: #323232;
  display: inline-block;
  margin-left: 6.7092%;
}
.manufacturing-strength .progress-item:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.manufacturing-strength .nation-certify .tit {
  color: #3b3b3b;
  margin-top: 5.1388%;
  margin-bottom: 7.7083%;
}
.manufacturing-strength .exhibition-display {
  margin-bottom: 5%;
}
.manufacturing-strength .exhibition-display .big-title {
  margin-bottom: 4.8611%;
}
@media (max-width: 1680px) {
  #development .com-intro-main .intro-desc {
    padding-left: 0;
  }
  .manufacturing-strength .progress-right {
    padding-top: 4%;
  }
}
@media (max-width: 1440px) {
  .interest-arrow.prev {
    left: -35px;
  }
  .interest-arrow.next {
    right: -35px;
  }
  .more-section .item-num {
    font-size: 40px;
  }
  .more-section .item-name {
    font-size: 22px;
    max-width: 64px;
  }
  .more-section .mask-num {
    font-size: 34px;
  }
  .more-section .mask-name {
    font-size: 20px;
  }
  #development .intro-tit {
    margin-bottom: 4.5%;
  }
  #development .com-intro-main .intro-desc {
    width: 50%;
    padding-right: 35px;
  }
  #development .com-intro-main .intro-img {
    width: 50%;
  }
  .contact .com-cn-name {
    font-size: 22px;
  }
  .contact .contact-hot-line p {
    font-size: 30px;
  }
  .product-detail .detail-select {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .product-detail .detail-select li {
    font-size: 20px;
  }
  .product-detail .detail-select span {
    padding: 5px 6px 10px;
  }
  .product-detail .detail-select span:after {
    bottom: 0;
  }
  .product-detail .parameter-tit {
    font-size: 20px;
    line-height: 60px;
  }
  .product-detail .parameter-tit:before {
    height: 22px;
  }
  .product-detail .pro-info .tit1 {
    font-size: 34px;
  }
  .product-detail .book-tit span {
    font-size: 28px;
  }
  .product-detail .book-submit {
    font-size: 20px;
    line-height: 38px;
  }
  .manufacturing-strength .part-tit {
    font-size: 30px;
  }
  .manufacturing-strength .part-tit:before {
    font-size: 100px;
    top: -175%;
  }
  .manufacturing-strength .part1-content-wrap {
    padding-top: 110px;
  }
  .manufacturing-strength .know-tit {
    font-size: 26px;
  }
  .manufacturing-strength .num {
    font-size: 36px !important;
  }
  .manufacturing-strength .data-name {
    font-size: 24px !important;
    margin-top: 20px !important;
  }
  .manufacturing-strength .part1-left {
    width: 42%;
  }
  .manufacturing-strength .part1-right {
    padding-left: 45%;
    padding-right: 7%;
  }
  .manufacturing-strength .part1-left-data .num {
    font-size: 38px;
  }
  .manufacturing-strength .part1-left-data .data-name {
    font-size: 20px;
    margin-top: 3%;
  }
  .manufacturing-strength .part1-left-intro {
    margin-top: 6%;
  }
  .manufacturing-strength .swiper-pagination-current {
    font-size: 44px;
  }
  .manufacturing-strength .progress-left .left-txt {
    font-size: 28px;
  }
  .manufacturing-strength .progress-left p {
    padding-top: 3%;
    margin-bottom: 2%;
  }
  .manufacturing-strength .progress-item span {
    font-size: 28px;
  }
  .manufacturing-strength .progress-item p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .top-menu-head .top-nav li a {
    padding: 0 24px;
    line-height: 56px;
  }
  .product-main .pro-li {
    padding: 0 14px;
    margin-bottom: 50px;
  }
  .product-main .pro-bottom {
    padding: 20px;
  }
  .product-main .intro h4 {
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .more-section .mask-tit {
    text-align: center;
  }
  .more-section .mask-tit span {
    display: block;
  }
  .more-section .mask-name {
    margin-left: 0;
    margin-top: 10px;
  }
  #development .com-intro-main .intro-desc {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  #development .com-intro-main .intro-img {
    width: 100%;
    display: block;
  }
  .contact .contact-hot-line p {
    font-size: 26px;
  }
  .contact .item-wrap {
    padding-left: 10%;
  }
  .product-detail .cur-path {
    margin-bottom: 0;
  }
  .product-detail .sub-type {
    margin-top: 1.875%;
  }
  .product-detail .gallery-arrow {
    bottom: 4%;
  }
  .product-detail .pro-gallery-wrap {
    padding-left: 7%;
  }
  .product-detail .gallery-arrow.prev {
    left: 6.3%;
  }
  .product-detail .pro-info {
    padding-left: 3.5%;
    padding-top: 2%;
  }
  .product-detail .pro-info .pro-tit {
    padding-bottom: 3%;
  }
  .product-detail .pro-info .tit1 {
    font-size: 28px;
  }
  .product-detail .pro-info .tit2 {
    font-size: 24px;
  }
  .product-detail .parameter-main li {
    width: 100%;
  }
  .product-detail .book-form {
    padding-left: 9%;
    padding-right: 9%;
  }
  .product-detail .ipt-wrap {
    width: 46%;
  }
  .manufacturing-strength .part-tit {
    font-size: 26px;
  }
  .manufacturing-strength .part-tit:before {
    font-size: 80px;
  }
  .manufacturing-strength .part1-content-wrap {
    padding-left: 0;
    padding-top: 0;
  }
  .manufacturing-strength .part1-left {
    width: 100%;
    position: relative;
    padding-left: 6%;
    padding-right: 6%;
  }
  .manufacturing-strength .part1-left-data .data-name {
    margin-top: 16px;
  }
  .manufacturing-strength .part1-left-intro {
    margin-top: 3%;
  }
  .manufacturing-strength .part1-right {
    padding-left: 7%;
  }
  .manufacturing-strength .know-tit {
    padding-bottom: 20px;
    margin-bottom: 5%;
  }
  .manufacturing-strength .know-data {
    width: 80%;
    margin: 0 auto;
  }
  .manufacturing-strength .rd-part1 {
    margin-top: 78px;
  }
  .manufacturing-strength .rd-part2 {
    margin-top: 94px;
  }
  .manufacturing-strength .rd-part3 {
    margin-top: 98px;
  }
  .manufacturing-strength .now-data-wrap {
    padding-left: 0;
  }
  .manufacturing-strength .now-data-item {
    padding-left: 0;
    padding-right: 0;
    width: 33.3333%;
  }
  .manufacturing-strength .data-name {
    font-size: 20px !important;
  }
  .manufacturing-strength .swiper-pagination-current {
    font-size: 34px;
  }
  .manufacturing-strength .swiper-pagination-total {
    font-size: 20px;
  }
  .manufacturing-strength .quality-intro .intro-icon p {
    font-size: 18px;
  }
  .manufacturing-strength .quality-intro .intro-desc {
    font-size: 14px;
  }
  .manufacturing-strength .test-list {
    margin: 0 -10px 5.1388%;
  }
  .manufacturing-strength .test-list li {
    padding: 0 10px;
  }
  .manufacturing-strength .test-item .test-txt {
    padding: 28px 16px 20px;
  }
  .manufacturing-strength .test-item .test-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .manufacturing-strength .progress-item {
    margin-bottom: 3%;
  }
  .manufacturing-strength .pro-test-progress .tit {
    font-size: 24px;
  }
  .manufacturing-strength .factory-introduction .factory-desc ul {
    margin: 0 -5px;
  }
  .manufacturing-strength .factory-introduction .factory-desc li {
    padding: 0 5px;
  }
}
@media (max-width: 992px) {
  .top-menu-head .head-title {
    padding-top: 20px;
  }
  .top-menu-head .head-title h1 {
    font-size: 22px;
  }
  .top-menu-head .head-title span {
    font-size: 14px;
  }
  .top-menu-head .top-nav li:before {
    display: none;
  }
  .top-menu-head .top-nav li a {
    padding: 0 18px;
    line-height: 42px;
  }
  .top-menu-head .top-nav li:hover a {
    color: #fa4c07;
  }
  .product-main .pro-ul {
    margin: 0 -8px;
  }
  .product-main .pro-li {
    padding: 0 8px;
    margin-bottom: 30px;
  }
  .product-main .intro {
    display: none;
  }
  .product-main .pro-name {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 14px;
  }
  .product-main .buy-btn {
    font-size: 14px;
  }
  .product-main .pro-bottom {
    pointer-events: none;
  }
  .product-main .pro-wrapper:hover .pro-bottom {
    background: transparent;
  }
  .more-section .more-left {
    width: 100%;
  }
  .more-section .more-right {
    width: 100%;
    margin-top: 50px;
  }
  .more-section .more-link {
    margin-bottom: 12px;
    padding-right: 0;
  }
  .more-section .more-link a {
    font-size: 14px;
  }
  #development .intro-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #development .intro-tit {
    text-align: left;
    margin-bottom: 15px;
  }
  #development .intro-tit p {
    padding: 0 18px;
  }
  #development .intro-img {
    width: 100%;
  }
  #development .com-data .data-content {
    font-size: 20px;
    margin-top: 20px;
  }
  .culure-item-wrap .item-tit {
    font-size: 20px;
    padding-bottom: 14px;
  }
  .culure-item-wrap .item-tit:before,
  .culure-item-wrap .item-tit:after {
    background-size: 257px 40px;
  }
  .culure-item-wrap .item-box {
    padding: 20px;
  }
  .culure-item-wrap .yuanjing .item-tit:before,
  .culure-item-wrap .yuanjing .item-tit:after {
    width: 44px;
    height: 40px;
  }
  .culure-item-wrap .yuanjing .item-tit:before {
    background-position: -169px 0;
  }
  .culure-item-wrap .yuanjing .item-tit:after {
    background-position: -213px 0;
  }
  .culure-item-wrap .shiming .item-tit {
    padding-bottom: 15px;
  }
  .culure-item-wrap .shiming .item-tit:before,
  .culure-item-wrap .shiming .item-tit:after {
    width: 45px;
    height: 40px;
  }
  .culure-item-wrap .shiming .item-tit:after {
    background-position: -45px 0;
  }
  .culure-item-wrap .jiazhi .item-tit:before,
  .culure-item-wrap .jiazhi .item-tit:after {
    width: 40px;
    height: 40px;
  }
  .culure-item-wrap .jiazhi .item-tit:before {
    background-position: -90px 0;
  }
  .culure-item-wrap .jiazhi .item-tit:after {
    background-position: -130px 0;
  }
  .culure-item-wrap .culture-content {
    font-size: 16px;
  }
  #honor .honor-main ul {
    margin: 0 -5px;
  }
  #honor .honor-main li {
    padding: 0 5px;
  }
  .contact .com-name {
    padding-top: 22px;
    padding-bottom: 23px;
  }
  .contact .com-cn-name {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .contact .contact-hot-line {
    position: relative;
    left: 0;
    top: auto;
    margin-top: 40px;
  }
  .contact .contact-hot-line p {
    display: block;
    text-align: center;
    font-size: 22px;
  }
  .contact .phone-list li {
    width: 50%;
  }
  .contact .item-wrap {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .contact .depart-name {
    font-size: 16px;
  }
  .contact .member-name {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .product-detail .sub-type {
    padding-left: 0;
  }
  .product-detail .sub-type li {
    line-height: 36px;
  }
  .product-detail .pro-gallery-wrap {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
  }
  .product-detail .pro-info {
    width: 100%;
    padding-right: 3.5%;
    margin-top: 4%;
  }
  .product-detail .pro-info .pro-tit {
    padding-bottom: 2%;
    margin-bottom: 5%;
  }
  .product-detail .pro-info .tit1 {
    margin-bottom: 2%;
  }
  .product-detail .pro-price {
    margin-top: 10%;
  }
  .product-detail .price-tip {
    margin-bottom: 2%;
  }
  .product-detail .gallery-arrow.prev {
    left: 14%;
  }
  .product-detail .gallery-arrow.next {
    right: 14%;
  }
  .product-detail .detail-select li {
    font-size: 16px;
  }
  .product-detail .detail-select li:first-child:before,
  .product-detail .detail-select li:last-child:after {
    display: none;
  }
  .product-detail .book-tit span {
    font-size: 24px;
  }
  .product-detail .book-tit span:before,
  .product-detail .book-tit span:after {
    width: 70px;
  }
  .product-detail .form-ipt {
    margin-top: 5%;
  }
  .product-detail .ipt-wrap {
    width: 100%;
    margin-bottom: 18px;
  }
  .product-detail .book-submit {
    font-size: 18px;
  }
  .product-detail .news-list li {
    width: 100%;
  }
  .manufacturing-strength .part2-content-wrap li {
    width: 50%;
    margin-bottom: 26px;
  }
  .manufacturing-strength .progress-left .left-txt {
    font-size: 22px;
  }
  .manufacturing-strength .progress-item span {
    font-size: 22px;
  }
  .manufacturing-strength .progress-item p {
    font-size: 14px;
  }
  .manufacturing-strength .factory-introduction .big-title {
    padding-top: 30px;
  }
  .manufacturing-strength .factory-introduction .factory-desc {
    margin: 45px 0;
  }
  .manufacturing-strength .factory-introduction .factory-desc li {
    width: 50%;
    margin-bottom: 20px;
  }
  .manufacturing-strength .factory-introduction .factory-desc .factory-name {
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .top-menu-head .head-title {
    padding-bottom: 20px;
  }
  .top-menu-head .top-nav {
    width: 170px;
    padding-top: 22px;
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
  .top-menu-head .top-nav ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 120%;
    z-index: 99;
    border: 1px solid #d2d2d2;
    background: #fff;
    overflow: hidden;
    display: none;
  }
  .top-menu-head .top-nav li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #d2d2d2;
  }
  .top-menu-head .top-nav li a {
    color: #2d2d2d;
  }
  .top-menu-head .top-nav li:hover a {
    color: #2d2d2d;
  }
  .top-menu-head .top-nav li.cur {
    background: transparent;
  }
  .top-menu-head .top-nav li.cur a {
    color: #fa4c07;
  }
  .top-menu-head .cur-type {
    display: block;
    color: #fa4c07;
    font-size: 16px;
    position: relative;
    padding-right: 20px;
  }
  .top-menu-head .cur-type:after {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    position: absolute;
    right: 24px;
    top: 4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
  }
  .top-menu-head .cur-type.active:after {
    top: 10px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
  }
  .interest-pro .desc {
    width: 100%;
  }
  .interest-pro .desc-wrap i {
    display: none;
  }
  .interest-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fa4c07;
  }
  .interest-arrow:before {
    width: 12px;
    height: 12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 10px;
  }
  .interest-arrow.prev {
    left: 15px;
  }
  .interest-arrow.prev:before {
    left: 12px;
  }
  .interest-arrow.next {
    right: 15px;
  }
  .interest-arrow.next:before {
    left: 7px;
  }
  .interest-arrow:hover:before {
    border-left-color: #fff;
    border-bottom-color: #fff;
  }
  .more-section {
    margin-top: 8%;
  }
  .pro-sub-type li:before {
    display: none;
  }
  .pro-sub-type li:hover,
  .pro-sub-type li.cur {
    background: #fa4c07;
  }
  #development .com-intro {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #development .dev-progress {
    padding-left: 22px;
  }
  #development .dev-progress li:nth-child(even) {
    text-align: left;
  }
  #development .dev-progress li:nth-child(even) .part-wrap {
    float: left;
  }
  #development .dev-progress li:nth-child(even) .year {
    float: left;
    padding-right: 0;
    padding-left: 36px;
  }
  #development .dev-progress li:nth-child(even) .year:before {
    left: -20px;
  }
  #development .dev-progress li:nth-child(even) .year:after {
    left: -2px;
  }
  #development .dev-progress li:nth-child(even) .overview {
    float: left;
  }
  #development .dev-progress li:nth-child(even) .dev-desc {
    padding-left: 36px;
    padding-right: 0;
  }
  #development .dev-progress li:nth-child(even) .dev-desc:before {
    left: 0;
  }
  #development .dev-progress li:nth-child(odd) .year {
    padding-left: 36px;
  }
  #development .dev-progress li:nth-child(odd) .overview {
    float: left;
  }
  #development .dev-progress li:nth-child(odd) .dev-desc {
    padding-left: 36px;
  }
  #development .dev-progress .part-wrap {
    width: 100%;
  }
  #development .dev-progress .year {
    width: 120px;
    font-size: 18px;
  }
  #development .dev-progress .overview {
    width: calc(100% - 120px);
    font-size: 16px;
  }
  #development .dev-progress .dev-desc {
    margin-top: 15px;
    padding-bottom: 18px;
  }
  #culture {
    padding-bottom: 30px;
  }
  #culture .big-title {
    padding-top: 30px;
  }
  .culure-item-wrap {
    margin-top: 25px;
  }
  .culure-item-wrap li {
    width: 100%;
    margin-bottom: 15px;
  }
  .culure-item-wrap .item-box {
    padding: 15px;
  }
  .culure-item-wrap .culture-content {
    min-height: auto;
    font-size: 14px;
  }
  #honor .honor-main {
    margin: 35px 0;
  }
  #honor .honor-main li {
    width: 50%;
    margin-bottom: 15px;
  }
  .recruit-main {
    margin-top: 30px;
  }
  .question-series .series-tit {
    font-size: 16px;
    padding: 16px 80px 16px 33px;
  }
  .question-series .series-tit:after {
    width: 12px;
    height: 12px;
    top: 19px;
  }
  .question-series .series-tit.active:after {
    top: 27px;
  }
  .contact .contact-way-info {
    width: 100%;
  }
  .contact .contact-way-img {
    width: 100%;
  }
  .contact .contact-hot-line {
    margin-top: 20px;
  }
  .contact .contact-hot-line p {
    font-size: 18px;
  }
  .product-detail .news-list li {
    width: 100%;
  }
  .product-detail .ipt-label {
    font-size: 14px;
    width: 80px;
  }
  .product-detail .ipt {
    width: calc(100% - 80px);
  }
  .product-detail .ipt-select-wrap {
    width: calc(100% - 80px);
  }
  .product-detail .captcha-ipt {
    width: calc(100% - 164px);
  }
  .product-detail .parameter-tit {
    font-size: 16px;
    line-height: 50px;
    padding-left: 34px;
  }
  .product-detail .parameter-tit:before {
    height: 18px;
    left: 16px;
  }
  .product-detail .parameter-name {
    font-size: 14px;
    padding-top: 6px;
  }
  .product-detail .parameter-info {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .product-detail .pro-gallery-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .product-detail .pro-gallery-wrap .big-img {
    display: none;
  }
  .product-detail .pro-gallery-wrap .gallery-arrow {
    border-color: #fa4c07;
    background: #fa4c07;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .product-detail .pro-gallery-wrap .gallery-arrow.prev {
    left: 3%;
  }
  .product-detail .pro-gallery-wrap .gallery-arrow.next {
    right: 3%;
  }
  .product-detail .pro-gallery-wrap .gallery-arrow:before {
    border-left-color: #fff;
    border-bottom-color: #fff;
  }
  .product-detail .pro-gallery-wrap .gallery-arrow.swiper-button-disabled {
    background: #e7e7e7;
    border-color: #e7e7e7;
  }
  .product-detail .info-main {
    padding-bottom: 5%;
  }
  .product-detail .sub-type {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-detail .sub-type li {
    margin-bottom: 10px;
  }
  .product-detail .pro-info .tit1 {
    font-size: 24px;
  }
  .product-detail .pro-info .tit2 {
    font-size: 20px;
  }
  .product-detail .price {
    font-size: 22px;
  }
  .product-detail .book-btn {
    font-size: 16px;
  }
  .manufacturing-strength .part-tit {
    font-size: 20px;
  }
  .manufacturing-strength .part-tit:before {
    font-size: 60px;
    top: -160%;
  }
  .manufacturing-strength .rd-part1 {
    margin-top: 60px;
  }
  .manufacturing-strength .rd-part2 {
    margin-top: 80px;
  }
  .manufacturing-strength .rd-part3 {
    margin-top: 78px;
  }
  .manufacturing-strength .part1-left-data .num {
    font-size: 28px;
  }
  .manufacturing-strength .part1-left-data .unit {
    font-size: 12px;
  }
  .manufacturing-strength .part1-left-data .data-name {
    font-size: 16px;
  }
  .manufacturing-strength .part1-left-intro {
    margin-top: 5%;
  }
  .manufacturing-strength .know-tit {
    width: 100%;
    font-size: 20px;
    margin-bottom: 26px;
  }
  .manufacturing-strength .num {
    font-size: 28px !important;
    margin-right: 8px !important;
  }
  .manufacturing-strength .symbol {
    font-size: 12px;
  }
  .manufacturing-strength .unit {
    font-size: 12px;
  }
  .manufacturing-strength .data-name {
    font-size: 16px !important;
  }
  .manufacturing-strength .know-data {
    width: 90%;
    padding-left: 2%;
  }
  .manufacturing-strength .data-top > div {
    vertical-align: inherit;
  }
  .manufacturing-strength .rd-history li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    font-size: 0;
  }
  .manufacturing-strength .rd-history:before {
    width: 1px;
    height: 100%;
    left: 37px;
    top: 10px;
  }
  .manufacturing-strength .history-year {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .manufacturing-strength .history-desc {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
    margin-left: 15px;
    margin-top: 0;
  }
  .manufacturing-strength .swiper-pagination-current {
    font-size: 18px;
  }
  .manufacturing-strength .swiper-pagination-total {
    font-size: 14px;
  }
  .manufacturing-strength .quality-policy {
    margin-top: 3%;
    margin-bottom: 4%;
  }
  .manufacturing-strength .quality-policy .intro-img {
    border-right: none;
  }
  .manufacturing-strength .quality-intro {
    padding: 3%;
  }
  .manufacturing-strength .quality-intro .intro-img {
    width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .manufacturing-strength .quality-intro .intro-txt {
    margin-top: 3%;
  }
  .manufacturing-strength .quality-intro .intro-icon img {
    width: 20%;
  }
  .manufacturing-strength .quality-intro .intro-icon p {
    font-size: 14px;
  }
  .manufacturing-strength .test-item {
    pointer-events: none;
  }
  .manufacturing-strength .test-item .test-txt {
    padding: 14px 0px 10px;
  }
  .manufacturing-strength .test-item .test-name {
    font-size: 16px;
  }
  .manufacturing-strength .progress-left {
    width: 100%;
  }
  .manufacturing-strength .progress-right {
    width: 100%;
    overflow: hidden;
    padding-left: 30%;
    padding-bottom: 1%;
  }
  .manufacturing-strength .pro-test-progress {
    padding: 25px 0;
  }
  .manufacturing-strength .pro-test-progress .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .manufacturing-strength .factory-introduction .factory-desc {
    margin: 25px 0 20px;
  }
}
@media (max-width: 640px) {
  .top-menu-head .top-nav li {
    font-size: 14px;
  }
  .product-main {
    margin-bottom: 8%;
  }
  .product-main .pro-li {
    width: 50%;
  }
  .product-main .pro-img img {
    max-width: 100px;
    max-height: 170px;
  }
  .interest-pro {
    padding-top: 10%;
  }
  .more-section {
    margin-top: 7%;
  }
  .more-section .item-num {
    font-size: 30px;
  }
  .more-section .item-name {
    font-size: 18px;
    max-width: 44px;
  }
  .pro-sub-type {
    margin-top: 4%;
  }
  .pro-sub-type ul {
    width: 100%;
    margin: 0 -5px;
  }
  .pro-sub-type li {
    width: calc(33.3333% - 10px);
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
  #development .com-data {
    padding-left: 1%;
    padding-right: 1%;
  }
  #development .com-data li {
    width: 50%;
  }
  #development .com-data li:nth-child(even):after {
    display: none;
  }
  #development .com-data li:nth-child(1),
  #development .com-data li:nth-child(2) {
    margin-bottom: 20px;
  }
  #development .com-data .data-content {
    font-size: 14px;
    margin-top: 12px;
  }
  .culure-item-wrap .item-tit {
    font-size: 18px;
  }
  .culure-item-wrap .culture-content {
    font-size: 14px;
  }
  .question-series .series-tit {
    font-size: 14px;
    padding-left: 28px;
    padding-right: 60px;
  }
  .question-series .series-tit:after {
    right: 24px;
  }
  .question-series .qa-list dd {
    padding: 24px 28px;
  }
  .question-series .q-txt {
    font-size: 14px;
  }
  .download-list .data-item {
    padding: 20px 120px 20px 18px;
  }
  .download-list .data-item p {
    font-size: 14px;
  }
  .download-list .down-btn {
    width: 84px;
    right: 18px;
  }
  .contact .phone-list li {
    width: 100%;
  }
  .product-detail .detail-select li {
    font-size: 14px;
  }
  .product-detail .detail-select span {
    padding-bottom: 5px;
  }
  .product-detail .detail-select span:after {
    height: 2px;
  }
  .product-detail .parameter-name {
    width: 128px;
  }
  .product-detail .book-tit span {
    font-size: 20px;
  }
  .product-detail .book-tit span:before,
  .product-detail .book-tit span:after {
    width: 50px;
    margin: 0 8px;
  }
  .product-detail .book-submit {
    font-size: 16px;
    line-height: 30px;
  }
  .product-detail .book-form {
    padding-bottom: 5%;
  }
  .manufacturing-strength .top-menu-head .head-title {
    float: none;
  }
  .manufacturing-strength .top-menu-head .top-nav {
    float: none;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .manufacturing-strength .part2-content-wrap ul {
    margin: 0 -6px;
  }
  .manufacturing-strength .part2-content-wrap li {
    padding: 0 6px;
  }
  .manufacturing-strength .part2-content-wrap .equip-name {
    font-size: 14px;
  }
  .manufacturing-strength .history-year {
    line-height: 36px;
  }
  .manufacturing-strength .now-year {
    line-height: 38px;
  }
  .manufacturing-strength .now-data2:before,
  .manufacturing-strength .now-data2:after {
    display: none;
  }
  .manufacturing-strength .test-list {
    margin-bottom: 0;
  }
  .manufacturing-strength .test-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .manufacturing-strength .test-item .test-name {
    margin-bottom: 4px;
  }
  .manufacturing-strength .nation-certify .tit {
    margin-bottom: 5%;
  }
}
@media (max-width: 420px) {
  .product-main {
    width: 100%;
  }
  .product-main .pro-li {
    width: 100%;
  }
  .more-section .item-num {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .more-section .item-name {
    font-size: 14px;
    max-width: 24px;
  }
  .pro-sub-type li {
    width: calc(50% - 10px);
  }
  .recruit-main li {
    padding-left: 7%;
  }
  .recruit-main .sum {
    margin-right: 0;
    display: block;
  }
  .product-detail .sub-type li {
    width: calc(50% - 16px);
    margin-left: 8px;
  }
  .product-detail .parameter-main {
    padding-left: 6%;
    padding-right: 6%;
  }
  .product-detail .parameter-name {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .product-detail .parameter-info {
    width: 100%;
  }
  .product-detail .ipt-label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .product-detail .ipt,
  .product-detail .ipt-select-wrap {
    width: 100%;
  }
  .product-detail .captcha-ipt {
    width: calc(100% - 84px);
  }
  .product-detail .select-ipt:after {
    top: 38px;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .product-detail .pro-info .tit1 {
    font-size: 20px;
  }
  .product-detail .pro-info .tit2 {
    font-size: 16px;
  }
  .product-detail .pro-optional span {
    font-size: 14px;
  }
  .product-detail .pro-optional .op1 span {
    width: 74px;
  }
  .product-detail .pro-optional .op1 ul {
    width: calc(100% - 74px);
  }
  .product-detail .pro-optional .op2 span {
    width: 102px;
  }
  .product-detail .pro-optional .op2 ul {
    width: calc(100% - 102px);
  }
  .product-detail .news-list .time-wrap {
    display: none;
  }
  .product-detail .news-list .news-info {
    width: 100%;
    margin-left: 0;
  }
  .product-detail .news-list .news-info .news-tit {
    margin-bottom: 8px;
  }
  .product-detail .news-list .m-time {
    display: block;
    color: #a0a0a0;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .top-menu-head .head-title {
    float: none;
  }
  .top-menu-head .top-nav {
    float: none;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .manufacturing-strength .num {
    margin-right: 3px !important;
    letter-spacing: 1px;
  }
  .manufacturing-strength .data-name {
    font-size: 12px !important;
    margin-top: 10px !important;
  }
  .manufacturing-strength .know-data {
    width: 100%;
  }
  .manufacturing-strength .part2-content-wrap li {
    width: 100%;
  }
  .manufacturing-strength .progress-left .left-txt {
    font-size: 18px;
  }
  .manufacturing-strength .progress-right {
    padding-left: 22%;
  }
  .manufacturing-strength .progress-item span {
    font-size: 18px;
  }
  #honor .honor-main {
    margin: 25px 0;
  }
  #honor .honor-main li {
    width: 100%;
  }
  #honor .honor-main .honor-name {
    margin-top: 0;
  }
}
.official-dt .text-center {
  padding: 35px 0;
}
