/* 图片放大 */
.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);
}
/* ===================================================== 关于海科 ====================================================== */
.index-about {
  margin-top: 4.5833%;
}
.index-about .about-head {
  margin-bottom: 46px;
}
.index-about .about-head h2 {
  color: #fa4c07;
  font-family: '黑体';
  font-weight: bold;
}
.index-about .about-menu {
  padding-top: 12px;
}
.index-about .about-menu li {
  float: left;
}
.index-about .about-menu li a {
  color: #444;
  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;
}
.index-about .about-menu li a:hover {
  color: #fa4c07;
}
.index-about .about-menu li.active a {
  color: #fa4c07;
}
.index-about .about-menu li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 15px;
  background: #767676;
  display: inline-block;
  vertical-align: top;
  margin: 3px 26px 0;
}
.index-about .about-left {
  width: 50%;
  padding-right: 10.4166%;
  padding-bottom: 16px;
  padding-left: 24px;
  margin-top: 50px;
  border-left: 1px solid #c5c5c5;
  font-size: 0;
}
.index-about .about-intro {
  width: 100%;
  display: inline-block;
}
.index-about .content-tit {
  font-size: 36px;
  line-height: 1;
  color: #fa4c07;
  padding-top: 45px;
  margin-bottom: 48px;
  position: relative;
}
.index-about .content-tit:before {
  content: '';
  width: 1px;
  height: 85px;
  background: #fa4c07;
  position: absolute;
  left: -25px;
  top: 0;
}
.index-about .desc {
  color: #5e5e5e;
  margin-bottom: 75px;
}
.index-about .desc p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.index-about .about-right {
  width: 66.6666%;
  padding-top: 6.25%;
  padding-bottom: 9.4444%;
  margin-right: -240px;
  padding-right: 240px;
  background: #f7f7f6;
}
.index-about .video-wrap {
  margin-left: -108px;
  position: relative;
  overflow: hidden;
}
.index-about #video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  height: 100%;
  background: #000;
}
.index-about .fengmian-wrap {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.index-about .fengmian-wrap:hover .poster {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.index-about .play-icon {
  width: 77px;
  height: 77px;
  background: url(../images/video-play.png) no-repeat;
  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%);
  z-index: 10;
}
.index-about .poster {
  position: absolute;
  z-index: 1;
  transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
}
#development .dev-top {
  position: relative;
  padding-left: 4.5833%;
  margin-bottom: 6.527%;
}
#development .dev-img {
  position: absolute;
  width: 41.4847%;
  left: 0;
  top: 0;
  margin-left: -4.5851%;
  margin-top: 3.4934%;
}
#development .right-wrap {
  position: relative;
  background: #f5f5f5;
  padding: 11.3537% 9.4614% 8.588% 46.46%;
}
#development .dev-year {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  background: #fa4c07;
  padding: 2px 27px;
  margin-bottom: 34px;
}
#development .dev-desc {
  color: #2d2d2d;
  line-height: 22px;
  min-height: 66px;
  padding-top: 16px;
  border-top: 1px solid #d7d7d7;
}
#development .dev-date {
  margin-bottom: 6%;
}
#development .dev-date .swiper-container {
  padding-left: 40px;
  padding-right: 40px;
}
#development .dev-date .swiper-container:before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px dashed #2d2d2d;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: -1;
}
#development .dev-date .swiper-slide {
  width: 120px;
  text-align: center;
  cursor: pointer;
}
#development .dev-date .swiper-slide:hover .date,
#development .dev-date .swiper-slide.active .date {
  color: #fa4c07;
}
#development .dev-date .swiper-slide:hover .date:after,
#development .dev-date .swiper-slide.active .date:after {
  width: 33px;
  height: 33px;
  background: #fa4c07;
  top: 0;
}
#development .dev-date .date {
  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;
  position: relative;
  padding-top: 65px;
}
#development .dev-date .date:before {
  content: '';
  width: 2px;
  height: 23px;
  background: #5e5e5e;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#development .dev-date .date:after {
  content: '';
  width: 27px;
  height: 27px;
  border: 3px solid #fa4c07;
  border-radius: 50%;
  background: #fff;
  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;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#culture {
  padding: 4.8437% 4%;
  background: url(../images/culture-bg.jpg) center / cover no-repeat;
  margin-bottom: 6.944%;
}
.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: 34px 38px;
  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 {
  margin-bottom: 6.944%;
}
#honor .honor-con .swiper-container {
  padding-top: 95px;
}
#honor .honor-con .swiper-container p {
  font-size: 16px;
  color: #2d2d2d;
  margin-top: 153px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
#honor .honor-con .swiper-slide-active img {
  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;
  transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
}
#honor .honor-con .swiper-slide-active p {
  opacity: 1;
  filter: alpha(opacity=100);
}
#honor .swiper-arrow {
  width: 100%;
  position: absolute;
  top: 88.74%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  font-size: 0;
  text-align: center;
  z-index: 99;
}
#honor .swiper-arrow i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  cursor: pointer;
  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;
}
#honor .swiper-arrow i:hover {
  border-color: #fa4c07;
  border-width: 2px;
}
#honor .swiper-arrow .arrow-left {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#honor .swiper-arrow .arrow-right {
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}
#honor .swiper-arrow .arrow-line {
  width: 23.1944%;
  height: 0;
  border-top: 1px dashed #fa4c07;
  display: inline-block;
  vertical-align: middle;
}
/* ===================================================== 研发实力 ====================================================== */
.rd-strength {
  background: url(../images/yanfa-bg.jpg) center / cover no-repeat;
  padding: 4.6875% 0 4.6875%;
  color: #fa4c07;
}
.rd-strength .title {
  text-align: center;
}
.rd-strength .title h2 {
  font-family: '黑体';
  margin-bottom: 30px;
}
.rd-strength .title p {
  color: #5e5e5e;
  line-height: 22px;
  width: 57%;
  margin: 0 auto;
}
.data-list {
  padding: 0 11.9444% 0 13.8194%;
  margin-top: 90px;
}
.data-list ul {
  text-align: justify;
  text-align-last: justify;
}
.data-list li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-align-last: center;
}
.data-list li:hover .num {
  color: #fa4c07;
}
.data-list .data-top {
  font-size: 0;
}
.data-list .data-top > div {
  display: inline-block;
  vertical-align: text-bottom;
}
.data-list .num {
  color: #010101;
  font-family: 'BEBAS';
  font-size: 48px;
  line-height: 1;
  margin-right: 11px;
  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;
}
.data-list .num-right {
  color: #c8c8c8;
}
.data-list .num-right > span {
  display: block;
}
.data-list .symbol {
  font-size: 14px;
  color: #232323;
}
.data-list .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);
}
.data-list .unit {
  font-size: 14px;
  color: #232323;
}
.data-list .data-name {
  font-size: 20px;
  margin-top: 32px;
  color: #000;
}
/* ===================================================== 生产车间 ====================================================== */
.workshop {
  margin-top: 6.5625%;
  margin-bottom: 3.8541%;
}
.workshop .title {
  margin-bottom: 6.8055%;
}
.workshop .title h2 {
  color: #fa4c07;
}
.workshop .title p {
  color: #5e5e5e;
  margin-top: 25px;
}
.workshop .workshop-intro {
  border-left: 1px solid #c5c5c5;
}
.workshop .intro-tab-wrap {
  width: 210px;
  padding: 0 24px;
}
.workshop .tab-list {
  font-family: '微软雅黑';
}
.workshop .tab-list li {
  padding-bottom: 7px;
  margin-bottom: 28px;
  position: relative;
  cursor: pointer;
}
.workshop .tab-list li p {
  font-size: 18px;
  color: #505050;
  margin-bottom: 7px;
  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;
}
.workshop .tab-list li span {
  font-size: 12px;
  color: #a7a7a7;
  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;
}
.workshop .tab-list li:before {
  content: '';
  width: 1px;
  height: 0;
  background: #fa4c07;
  position: absolute;
  left: -25px;
  top: 0;
  transition: height 0.45s ease;
  -ms-transition: height 0.45s ease;
  -o-transition: height 0.45s ease;
  -webkit-transition: height 0.45s ease;
  -moz-transition: height 0.45s ease;
}
.workshop .tab-list li:hover p,
.workshop .tab-list li.active p {
  color: #fa4c07;
}
.workshop .tab-list li:hover span,
.workshop .tab-list li.active span {
  color: #fa4c07;
}
.workshop .tab-list li:hover:before,
.workshop .tab-list li.active:before {
  height: 100%;
}
.workshop .intro-img-wrap {
  width: calc(100% - 210px);
}
.workshop .intro-img-wrap ul {
  margin: 0 -24px;
}
.workshop .intro-img-wrap li {
  float: left;
  width: 33.3333%;
  padding: 0 24px;
}
.workshop .more {
  margin-left: 24px;
}
/* ===================================================== 产品中心 ====================================================== */
.index-product {
  background: #fff;
  padding: 3.6458% 0 30px;
}
.index-product .title {
  text-align: center;
}
.index-product .title h2 {
  font-family: '黑体';
  color: #fa4c07;
  margin-bottom: 22px;
}
.index-product .title p {
  color: #5e5e5e;
}
.index-product .more {
  margin: 0 auto;
}
.pro-type-select {
  text-align: center;
  margin-top: 2%;
}
.pro-type-select dl {
  font-size: 0;
}
.pro-type-select dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fa4c07;
  margin-right: 20px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.pro-type-select dd a {
  color: #fa4c07;
}
.pro-type-select dd:last-child {
  margin-right: 0;
}
.pro-type-select dd:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fa4c07;
  position: absolute;
  bottom: 0;
  left: 0;
  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;
}
.pro-type-select dd:hover:after,
.pro-type-select dd.active:after {
  width: 100%;
}
.product-list {
  margin-top: 2%;
  margin-bottom: 4.3%;
}
.product-list ul {
  margin: 0 -15px;
}
.product-list li {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.pro-box {
  border: 1px solid #E7E7E7;
  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;
  background: #f1f1f1;
  background-color: #fff;
}
.pro-box .pro-img:after {
  background: #fa4c07;
}
.pro-box .pro-info {
  padding: 38px 9.5522% 64px;
  position: relative;
}
.pro-box .pro-info:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  top: -1px;
  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;
}
.pro-box .pro-info h4 {
  color: #2d2d2d;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.pro-box .pro-info p {
  color: #5e5e5e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.pro-box .pro-info .iconfont {
  position: absolute;
  left: 9.6%;
  bottom: 22px;
  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;
  color: #aaa;
  font-size: 28px;
}
.pro-box: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);
}
.pro-box:hover .pro-img:after {
  width: 100%;
  right: auto;
  left: 0;
}
.pro-box:hover .pro-info .iconfont {
  color: #fa4c07;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
/* ===================================================== 新闻动态 ====================================================== */
.index-news {
  padding-bottom: 3.6458%;
}
.index-news .news-head {
  background: #020202;
  padding-top: 3.6458%;
  padding-bottom: 1.5625%;
}
.index-news .txt-wrap {
  width: 59.1666%;
  padding-right: 4.5833%;
}
.index-news .txt-wrap h1 {
  color: #fff;
  line-height: 1;
}
.index-news .txt-wrap p {
  color: #ddd;
  margin-top: 26px;
  margin-bottom: 38px;
  line-height: 22px;
}
.index-news .more {
  width: 82px;
  background: #fff;
  border-color: #fff;
}
.index-news .top-news {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15.36px 0.64px rgba(40, 40, 40, 0.4);
  box-shadow: 0px 0px 15.36px 0.64px rgba(40, 40, 40, 0.4);
  margin-top: -8.3333%;
  width: calc(40.9722% - 70px);
  margin-right: 70px;
}
.index-news .list-news {
  width: 56.3888%;
  margin-top: 27px;
}
.index-news .list-news li {
  margin-bottom: 30px;
}
.index-news .list-news li:hover .time-wrap {
  background: #fa4c07;
  color: #fff;
}
.index-news .list-news li:hover .news-arrow {
  color: #fa4c07;
  animation: arrowSlide 1.4s ease-out infinite;
}
.index-news .list-news a {
  display: block;
}
.index-news .time-wrap {
  width: 132px;
  height: 132px;
  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: 24px 40px 24px 20px;
  margin-top: 2.8235%;
  -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);
}
.index-news .time-wrap span {
  font-size: 48px;
  line-height: 1;
}
.index-news .time-wrap p {
  font-size: 18px;
  margin-top: 10px;
}
.index-news .news-info {
  width: calc(100% - 145px);
  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.4117% 13.9162% 5.4117% 5.2941%;
  position: relative;
  overflow: hidden;
}
.index-news .news-info h4 {
  margin-bottom: 25px;
}
.index-news .news-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-news .news-arrow {
  position: absolute;
  font-size: 27px;
  color: #b6b6b6;
  bottom: 11px;
  right: 5.4913%;
}
.index-news .m-time {
  display: none;
}
@-webkit-keyframes arrowSlide {
  100% {
    transform: translateX(80px);
  }
}
@keyframes arrowSlide {
  100% {
    transform: translateX(80px);
  }
}
/* ===================================================== 研发、测试中心 ====================================================== */
.two-center {
  margin-top: 5.55%;
}
.two-center ul {
  margin: 0 -22px;
}
.two-center li {
  width: 50%;
  float: left;
  padding: 0 22px;
  position: relative;
}
.two-center a {
  display: block;
  padding: 6px;
  border: 1px solid #626262;
  position: relative;
  color: #fff;
  transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
}
.two-center a:hover {
  background-color: #fa4c07;
}
.two-center a:hover .center-arrow:before {
  opacity: 0;
}
.two-center a:hover .center-arrow:after {
  opacity: 1;
}
.two-center .center-txt {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 11px;
}
.two-center .center-txt .txt1 {
  font-size: 24px;
  padding-left: 18px;
  padding-right: 16px;
}
.two-center .center-txt .txt2 {
  font-size: 14px;
}
.two-center .center-arrow {
  width: 47px;
  height: 12px;
  margin: 13px 22px 0 22px;
  position: relative;
}
.two-center .center-arrow:before,
.two-center .center-arrow:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.two-center .center-arrow:before {
  background-image: url(../images/center-arrow-1.png);
}
.two-center .center-arrow:after {
  background-image: url(../images/center-arrow-2.png);
  opacity: 0;
  filter: alpha(opacity=0);
}
/* ===================================================== 合作伙伴 ====================================================== */
.partner {
  padding-bottom: 21px;
}
.partner ul {
  margin: 0 -5px;
}
.partner li {
  float: left;
  width: 12.5%;
  padding: 0 5px;
  margin-top: 34px;
}
.partner li > div {
  border: 1px solid #d9d9d9;
}
/* ===================================================== 新闻列表 ====================================================== */
#news {
  padding: 3.645% 0 4.0625%;
}
#news .news-swiper {
  height: 114px;
  box-sizing: border-box;
}
#news .swiper-slide {
  width: 33.3333%;
}
#news .swiper-slide:hover a {
  background-color: #f0eded;
}
#news .swiper-slide:hover .view-more {
  transform: translateY(-29px);
  -ms-transform: translateY(-29px);
  -o-transform: translateY(-29px);
  -webkit-transform: translateY(-29px);
  -moz-transform: translateY(-29px);
}
#news .swiper-slide:hover .view-more::before {
  opacity: 0;
  filter: alpha(opacity=0);
}
#news a {
  display: block;
  padding: 15px 50px 11px;
  color: #232323;
  background-color: #f7f7f7;
}
#news .news-tit {
  font-size: 14px;
  line-height: 34px;
  color: #5e5e5e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#news .time {
  font-size: 12px;
  line-height: 1;
  color: #868686;
  margin: 7px 0 14px;
}
#news .view-more {
  overflow: hidden;
  transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
}
#news .view-more p {
  width: 74px;
  background: #fa4c07;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
#news .view-more p img {
  width: 16px;
  height: 5px;
  vertical-align: middle;
  margin-left: 8px;
}
#news .view-more::before {
  content: '';
  width: 16px;
  height: 5px;
  background: url('../images/arr-icon1.png') no-repeat center / 100% 100%;
  display: block;
  margin-bottom: 24px;
  transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
}
@media (max-width: 1440px) {
  .index-about .content-tit {
    font-size: 30px;
    padding-top: 30px;
  }
  .index-about .desc {
    margin-bottom: 40px;
  }
  .rd-strength .title p {
    width: 65%;
  }
  .data-list .num {
    font-size: 38px;
  }
  .data-list .data-name {
    font-size: 22px;
  }
  .workshop .title {
    margin-bottom: 5%;
  }
  .workshop .intro-img-wrap ul {
    margin: 0 -16px;
  }
  .workshop .intro-img-wrap li {
    padding: 0 16px;
  }
  .index-news .time-wrap {
    width: 110px;
    height: 110px;
    padding: 20px 24px 20px 10px;
  }
  .index-news .time-wrap span {
    font-size: 38px;
  }
  .two-center ul {
    margin: 0 -8px;
  }
  .two-center li {
    padding: 0 8px;
  }
  .two-center .center-txt .txt1 {
    font-size: 16px;
  }
  .two-center .center-arrow {
    width: 30px;
    height: 9px;
    margin: 8px 18px 0 18px;
  }
  #news a {
    padding: 15px 25px 11px;
  }
}
@media (max-width: 1280px) {
  .index-about .content-tit {
    font-size: 26px;
    padding-top: 24px;
  }
  #development .dev-date .swiper-slide {
    width: 90px;
  }
  .culure-item-wrap .item-box {
    padding: 24px 28px;
  }
  .rd-strength {
    padding: 30px 0 35px;
  }
  .rd-strength .title h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .rd-strength .title p {
    width: 75%;
  }
  .data-list .data-name {
    font-size: 18px;
    margin-top: 24px;
  }
  .workshop .workshop-intro {
    border-left: none;
  }
  .workshop .intro-tab-wrap {
    width: 100%;
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid #c5c5c5;
  }
  .workshop .tab-list li {
    float: left;
    margin-right: 40px;
    text-align: center;
  }
  .workshop .tab-list li:before {
    height: 1px;
    width: 0;
    left: 0;
    top: -20px;
    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;
  }
  .workshop .tab-list li:hover:before,
  .workshop .tab-list li.active:before {
    height: 1px;
    width: 100%;
  }
  .workshop .tab-list li p {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .workshop .intro-img-wrap {
    width: 100%;
    margin-bottom: 3.2%;
  }
  .workshop .intro-img-wrap ul {
    margin: 0 -8px;
  }
  .workshop .intro-img-wrap li {
    padding: 0 8px;
  }
  .workshop .more {
    margin: 0 auto;
  }
  .product-list ul {
    margin: 0 -6px;
  }
  .product-list li {
    padding: 0 6px;
  }
  .pro-box .pro-info {
    padding: 20px 7% 50px;
  }
  .pro-box .pro-info .iconfont {
    left: 8%;
    bottom: 10px;
    font-size: 22px;
  }
  .index-news .top-news {
    margin-right: 40px;
    width: calc(40.9722% - 40px);
  }
  .partner li {
    width: 16.6666%;
  }
}
@media (max-width: 992px) {
  .index-about .about-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .index-about .content-tit {
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .index-about .desc {
    margin-bottom: 28px;
  }
  .index-about .desc p {
    margin-bottom: 18px;
  }
  .index-about .about-right {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    background: #fff;
  }
  .index-about .video-wrap {
    margin-left: 0;
  }
  #development .dev-year {
    font-size: 24px;
  }
  #development .right-wrap {
    padding: 8% 7% 7% 42%;
  }
  .culure-item-wrap .item-tit {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .culure-item-wrap .item-tit:before,
  .culure-item-wrap .item-tit:after {
    background-size: 257px 40px;
  }
  .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: 14px;
  }
  #honor .honor-con .swiper-container {
    padding-top: 30px;
  }
  #honor .honor-con .swiper-container p {
    margin-top: 70px;
    font-size: 14px;
  }
  #honor .honor-con .swiper-slide {
    width: 60%;
  }
  #honor .honor-con .swiper-slide-active img {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  .rd-strength .title p {
    width: 100%;
  }
  .data-list {
    padding: 0 3% 0 5%;
    margin-top: 40px;
  }
  .data-list .num {
    font-size: 30px;
    margin-right: 6px;
  }
  .data-list .symbol,
  .data-list .unit {
    font-size: 12px;
  }
  .data-list .data-name {
    font-size: 14px;
  }
  .index-news .news-head {
    padding-bottom: 3%;
  }
  .index-news .txt-wrap {
    width: 100%;
    text-align: center;
  }
  .index-news .more {
    margin: 0 auto;
  }
  .index-news .top-news {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .index-news .list-news {
    width: 100%;
  }
  .index-news .news-info {
    width: calc(100% - 100px);
    padding: 3% 10% 4% 5%;
  }
  .index-news .news-info h4 {
    margin-bottom: 18px;
  }
  .index-news .time-wrap {
    height: 90px;
    padding: 16px 24px 16px 10px;
  }
  .index-news .time-wrap span {
    font-size: 28px;
  }
  .index-news .time-wrap p {
    margin-top: 5px;
    font-size: 14px;
  }
  .index-news .news-arrow {
    bottom: 5px;
  }
  .partner li {
    width: 25%;
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  .index-about .about-head {
    margin-bottom: 30px;
  }
  .index-about .about-menu {
    width: 100%;
  }
  .index-about .about-menu li {
    margin-bottom: 10px;
  }
  .index-about .about-menu li:not(:last-child):after {
    margin: 3px 14px 0;
  }
  #development .dev-date .swiper-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #development .dev-date .swiper-slide {
    width: 70px;
  }
  #development .dev-date .date {
    font-size: 14px;
    padding-top: 55px;
  }
  .culure-item-wrap li {
    width: 100%;
    margin-bottom: 15px;
  }
  .culure-item-wrap .item-box {
    padding: 24px 30px;
  }
  .culure-item-wrap .culture-content {
    min-height: auto;
  }
  #honor .swiper-arrow {
    top: 85%;
  }
  #honor .honor-con .honor-type {
    margin-top: 30px;
  }
  .workshop .tab-list li {
    margin-right: 0;
  }
  .workshop .tab-list .swiper-slide {
    width: auto;
  }
  .workshop .intro-img-wrap ul {
    margin: 0 -6px;
  }
  .workshop .intro-img-wrap li {
    padding: 0 6px;
  }
  .pro-type-select dd {
    font-size: 14px;
    min-width: 105px;
    margin-top: 10px;
  }
  .product-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  #news .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .banner .swiper-pagination-bullets {
    bottom: 0;
  }
  #development .dev-top {
    padding-left: 0;
  }
  #development .right-wrap {
    padding: 20px;
  }
  #development .dev-img {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  #development .dev-year {
    font-size: 20px;
    padding: 2px 18px;
    margin-bottom: 16px;
    margin-top: 20px;
  }
  .culure-item-wrap .item-tit {
    font-size: 18px;
  }
  .culure-item-wrap .culture-content {
    font-size: 14px;
  }
  #honor .honor-con .swiper-slide {
    width: 100%;
  }
  #honor .honor-con .swiper-container p {
    margin-top: 50px;
  }
  #honor .swiper-arrow {
    top: auto;
    bottom: 30px;
  }
  .workshop {
    margin-bottom: 8%;
    margin-top: 10%;
  }
  .workshop .intro-img-wrap {
    margin-bottom: 1%;
  }
  .workshop .intro-img-wrap li {
    width: 100%;
    margin-bottom: 14px;
  }
  .product-list {
    margin-bottom: 0;
  }
  .index-product {
    padding-bottom: 7%;
  }
  .two-center ul {
    margin: 0;
  }
  .two-center li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .partner li {
    width: 33.3333%;
  }
}
@media (max-width: 580px) {
  .data-list {
    padding: 0;
    margin-top: 0;
  }
  .data-list ul {
    text-align: center;
    text-align-last: auto;
  }
  .data-list li {
    width: 50%;
    float: left;
    margin-top: 30px;
  }
  .data-list .data-name {
    margin-top: 16px;
  }
  .data-list .square-2 {
    margin-bottom: 0;
  }
  .index-news .top-news {
    padding: 22px 20px 26px;
  }
  .index-news .top-news-info {
    margin-top: 20px;
  }
  .index-news .time-wrap {
    display: none;
  }
  .index-news .news-info {
    width: 100%;
    margin-left: 0;
  }
  .index-news .news-info h4 {
    margin-bottom: 8px;
  }
  .index-news .m-time {
    display: block;
    color: #a0a0a0;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .index-news .news-arrow {
    display: none;
  }
  #news .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-list li {
    width: 100%;
  }
  .partner li {
    width: 50%;
  }
  .pro-type-select {
    margin-top: 4%;
  }
  .pro-type-select dd {
    min-width: 82px;
  }
}
