/*--------------pagebanner---------------------*/
@-webkit-keyframes bgpulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }
}
@keyframes bgpulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }
}
.bgpulse {
  -webkit-animation-name: bgpulse;
  animation-name: bgpulse;
}
/*定义动画rightThenLeft*/
@-webkit-keyframes rightThenLeft {
  0% {
    right: -25px;
  }
  50% {
    right: -30px;
  }
  100% {
    right: -25px;
  }
}
.ny-top-img img {
  animation: bgpulse 18s infinite linear;
  -moz-animation: bgpulse 18s infinite linear;
  -o-animation: bgpulse 18s infinite linear;
  -ms-animation: bgpulse 18s infinite linear;
  background-position: center;
}
.pagebanner {
  overflow: hidden;
}
.ny-top-img {
  height: 400px;
}
.ny-top-img img {
  height: 100%;
}
.bread-crumbs {
  margin-top: 25px;
}
.bread-crumbs .bread-item-groups {
  line-height: 1.6;
}
.bread-crumbs .bread-item a {
  color: #666666;
  font-size: 14px;
}
.bread-crumbs .bread-item span {
  position: relative;
}
.bread-crumbs .bread-item span::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #ccc;
  content: '';
  position: absolute;
  right: 6px;
  top: 6px;
  transform: rotate(45deg);
}
.bread-crumbs .bread-item a:last-child {
  color: #1D6CD7;
}
.bread-item span:last-child {
  display: none !important;
}
.common-title {
  padding-top: 21px;
  margin-top: 44px;
}
.common-title .title-en {
  top: 0px;
  font-size: 42px;
  z-index: -1;
}
.common-title .title-ch {
  font-size: 32px;
}
.common-title .dot {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 32px;
  height: 5px;
  background: #1D6CD7;
  border-radius: 3px;
  margin-top: 22px;
  position: relative;
}
.common-title .dot::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #FF7200;
  border-radius: 3px;
  bottom: 0px;
  right: -8px;
}
.ny-cont-3 {
  width: 31.259%;
  padding: 0 20px;
}
.ny-cont-9 {
  width: 68.741%;
  padding: 0 20px;
}
.introduce {
  overflow: hidden;
}
.introduce .left {
  position: relative;
}
.introduce .left .introduce-imgbox {
  overflow: hidden;
  width: 96.792%;
  border-radius: 12px;
}
.introduce .left .introduce-imgbox:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.introduce .left::after {
  width: calc(100% - 38px - 13.42%);
  height: 91.61%;
  background: #D5E0F7;
  content: '';
  position: absolute;
  right: 18px;
  bottom: -14px;
  z-index: -1;
  border-radius: 5px;
}
.introduce .left img {
  width: 100%;
  transition: all 0.5s;
}
.introduce .right {
  overflow: hidden;
}
.introduce .right .info-gsjj p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
}
.introduce-wrap {
  margin-bottom: 51px;
}
.message .ny-top-img {
  background: url(message-bg01.png) no-repeat center center;
  background-size: cover;
}
.message form {
  width: 640px;
  margin: 0 auto;
}
.message .input-label {
  float: left;
  width: calc(50% - 30px);
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #FFFFFF;
  border: 1px solid #D6D9E7;
  border-radius: 4px;
  margin: 0 15px 30px;
}
.message .input-label label {
  color: #666666;
  font-weight: 400;
  float: left;
  width: 42px;
}
.message .input-label input {
  float: left;
  width: calc(100% - 42px);
}
.message .area-label {
  clear: both;
  background: #FFFFFF;
  border: 1px solid #D6D9E7;
  margin: 0 15px;
  padding: 20px;
  height: 210px;
  position: relative;
  border-radius: 4px;
}
.message .area-label::after {
  position: absolute;
  display: inline-block;
  content: '咨询内容：';
  left: 20px;
  top: 20px;
}
.message textarea {
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  color: #666666;
  width: 100%;
  text-indent: 5em;
}
.message .submit-label {
  margin: 30px 15px 80px;
}
.message .submit-label:hover button {
  background: #FF7200;
}
.message .submit-label button {
  width: 100%;
  border-radius: 4px;
  height: 50px;
  background: #0B68C8;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.contact .ny-top-img {
  background: url(message-bg01.png) no-repeat center center;
  background-size: cover;
}
.contact .contact-wrap {
  margin-bottom: 80px;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(128, 135, 158, 0.28);
}
.contact-wrap {
  overflow: hidden;
  width: 100%;
}
.contact-wrap .left {
  padding: 0 48px;
  float: left;
  width: 28.57%;
  padding-right: 20px;
}
.contact-wrap .left img {
  display: block;
  margin-bottom: 38px;
  margin-top: 83px;
}
.contact-wrap .left h2 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
}
.contact-wrap .left .info-txt {
  line-height: 2;
}
.contact-wrap .left span {
  line-height: 32px;
  font-size: 16px;
}
.contact-wrap .right {
  float: right;
  width: 71.43%;
}
.contact-wrap .right .map {
  width: 100%;
  height: 520px;
}
.recruitment .ny-top-img {
  background: url(recruitment-bg01.png) no-repeat center center;
  background-size: cover;
}
.recruitment ul {
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 80px;
  border-top: 1px solid #d9d9d9;
}
.recruitment-wrap li {
  padding: 25px 10px 20px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.recruitment-wrap li:hover .next {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-right: -10px;
}
.recruitment-wrap li:hover {
  background-color: #F4F7FB;
}
.recruitment-wrap li a {
  display: block;
  overflow: hidden;
}
.recruitment-wrap li .title {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  float: left;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.recruitment-wrap li .title::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 0px;
  top: 4px;
  background: url(recruitment-icon01.png) no-repeat;
}
.recruitment-wrap li .city {
  float: right;
}
.recruitment-wrap li .name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #656565;
  display: inline-block;
  vertical-align: middle;
}
.recruitment-wrap li .name .dot {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #F78723;
  border-radius: 3px;
  margin: 0 7px 0 5px;
}
.recruitment-wrap li .line {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  margin: 0 40px;
  background-color: #D9D9D9;
}
.recruitment-wrap li .next {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 11px;
  background: url(recruitment-icon02.png) no-repeat;
  position: relative;
  transition: all 0.7s;
  padding-right: 41px;
  z-index: 10;
}
.details-page {
  margin: 40px 0 60px;
}
.newsdetail .ny-top-img {
  background: url(newsdetail-bg01.png) no-repeat center center;
  background-size: cover;
}
.news .ny-top-img {
  background: url(newsdetail-bg01.png) no-repeat center center;
  background-size: cover;
}
.news ul {
  overflow: hidden;
  padding: 0;
  margin-bottom: 42px;
}
.news li {
  overflow: hidden;
}
.news li:hover {
  background-color: #F4F7FB;
}
.news li:hover h3 {
  color: #1D6CD7;
}
.news li:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.news li:first-child .li-wrap {
  border-top: 1px dashed #d5d9df;
}
.news li .li-wrap {
  border-bottom: 1px dashed #d5d9df;
  display: block;
  padding: 35px 0;
}
.news li img {
  transition: all 0.5s;
}
.news-wrap {
  overflow: hidden;
}
.news-wrap .info {
  overflow: hidden;
}
.news-wrap .info:hover .more {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-left: 10px;
}
.news-wrap .time {
  float: left;
  width: 92px;
}
.news-wrap .time .month {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: right;
}
.news-wrap .time .year {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: right;
}
.news-wrap .line {
  float: left;
  width: 33px;
  height: 1px;
  background: #CDD3DD;
  margin: 13px 36px 0;
}
.news-wrap .info-cont {
  float: left;
  width: calc(100% - 197px);
}
.news-wrap .info-cont h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 23px;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
}
.news-wrap .info-cont .txt {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 40px;
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 3;
  /* 3行，只有 webkit内核支持 */
  word-break: break-all;
  /* 纯英文换行 */
  overflow: hidden;
  line-height: 26px;
}
.news-wrap .info-cont .more {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1D6CD7;
  position: relative;
  transition: all 0.7s;
}
.news-wrap .info-cont .more img {
  margin-left: 12px;
}
.news-wrap .img {
  float: right;
  width: 288px;
  height: 185px;
  overflow: hidden;
  border-radius: 12px;
  margin-left: 98px;
}
.news-wrap .comp-pages .page-pc span {
  background: #155ABB;
  border: 1px solid #155ABB;
  color: #fff;
}
.news-wrap .comp-pages {
  padding-top: 12px;
}
.product .ny-top-img {
  background: url(product-bg01.png) no-repeat center center;
  background-size: cover;
}
.product-wrap {
  margin-bottom: 40px;
}
.product-wrap .product-title {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.product-wrap .product-title ul {
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
}
.product-wrap .product-title li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.product-wrap .product-title li:last-child {
  margin-right: 0;
}
.product-wrap .product-title li a {
  display: block;
  min-width: 244px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262626;
  height: 44px;
  border-radius: 22px;
  padding: 0 27px;
  border: 1px solid #E0E9F3;
  line-height: 44px;
}
.product-wrap .product-title li a:hover {
  color: #fff;
  background-color: #1D6CD7;
}
.product-wrap .product-cont {
  overflow: hidden;
  margin-top: 36px;
}
.product-wrap .product-cont ul {
  margin: 0 -20px;
}
.product-wrap .product-cont li {
  float: left;
  padding: 0 20px;
  width: 33.33%;
}
.product-wrap .product-cont li .desc-img {
  overflow: hidden;
  border-radius: 12px;
}
.product-wrap .product-cont li:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.product-wrap .product-cont li:hover .desc {
  color: #1D6CD7;
}
.product-wrap .product-cont li img {
  width: 440px;
  height: 340px;
  transition: all 0.5s;
}
.product-wrap .product-cont li a {
  overflow: hidden;
  display: block;
  height: inherit;
}
.product-wrap .product-cont li .desc {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 20px 0;
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 2行，只有 webkit内核支持 */
  word-break: break-all;
  /* 纯英文换行 */
  overflow: hidden;
  line-height: 28px;
  height: 56px;
}
.product-active a {
  background-color: #1D6CD7;
  color: #fff !important;
}
.product-info {
  overflow: hidden;
  margin-top: 36px;
  margin-bottom: 66px;
}
.product-info .txt-desc {
  position: relative;
  height: 370px;
  padding: 43px 0 42px;
  margin-bottom: 22px;
}
.product-info .txt-desc .left {
  width: 100%;
  float: left;
  border-radius: 5px;
  padding: 53px 53px 41px;
  background: #F5F8FD url(product-bg02.png) bottom 0px left 163px no-repeat;
}
.product-info .txt-desc .left .dot {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 32px;
  height: 5px;
  background: #1D6CD7;
  border-radius: 3px;
  margin-top: 22px;
  position: relative;
}
.product-info .txt-desc .left .dot::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #FF7200;
  border-radius: 3px;
  bottom: 0px;
  right: -8px;
}
.product-info .txt-desc h3 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 26px;
}
.product-info .txt-desc p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.product-info .txt-desc p span {
  color: #7D7E85;
}
.product-info .txt-desc .right {
  position: absolute;
  right: 0;
  top: 0px;
  width: 480px;
  overflow: hidden;
  border-radius: 12px;
}
.product-info .txt-desc .right:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.product-info .txt-desc .right img {
  width: 100%;
  transition: all 0.5s;
  height: 370px;
}
.product-info .product-cont {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.product-info .product-cont strong {
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #155AB6;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-info .product-cont strong::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  background: url(product-icon03.png) left top no-repeat;
  z-index: 10;
}
.product-info .title-desc {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #155AB6;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
}
.product-info .title-desc::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  background: url(product-icon03.png) left top no-repeat;
  z-index: 10;
}
.product-info .param-desc {
  padding: 23px 0 40px;
}
.product-info .param-desc p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.product-info .img-desc {
  margin-top: 42px;
}
.about-wrap {
  overflow: hidden;
  margin-top: 44px;
}
.about-wrap .right .common-title {
  text-align: left;
  margin-bottom: 47px;
  margin-top: 0;
}
.about-wrap .right .common-title::before {
  left: 0;
  margin-left: 42px;
}
.about-wrap .right .common-title::after {
  left: 5px;
  margin-left: 0px;
}
.about-box {
  position: relative;
}
.about-box::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  background: url(about-bg01.png) no-repeat top 0px right 0px;
  z-index: -1;
}
.about-leader .leader-info {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(66, 88, 128, 0.28);
  border-radius: 5px;
  padding: 42px 39px 36px 40px;
  overflow: hidden;
  margin-bottom: 40px;
}
.about-leader .leader-info img {
  transition: all 0.5s;
}
.about-leader .leader-info:hover {
  background: #1D6CD7;
}
.about-leader .leader-info:hover img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1.1);
}
.about-leader .leader-info:hover .right h3,
.about-leader .leader-info:hover .right h4,
.about-leader .leader-info:hover .right p {
  color: #fff;
}
.about-leader .leader-info .left {
  float: left;
  width: 185px;
  height: 185px;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 12px;
}
.about-leader .leader-info .right h3 {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 14px;
}
.about-leader .leader-info .right h3 span {
  font-size: 18px;
}
.about-leader .leader-info .right h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 31px;
}
.about-leader .leader-info .right p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 24px;
}
.about-leader .leader-info .right p:last-child {
  margin-bottom: 0;
}
.about-honor {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.about-honor .common-title {
  margin-top: 42PX;
  padding-bottom: 35px;
}
.about-honor .honor-info {
  background: #FFFFFF;
  position: relative;
  padding: 0px 80px 0px;
  z-index: 0;
  overflow: hidden;
}
.about-honor .honor-info::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  background: #1D6CD7;
  border-radius: 5px;
  z-index: -2;
  height: 120px;
  width: 100%;
}
.about-honor .honor-box {
  border: 1px solid #E0E9F3;
  padding: 51px 60px 60px;
  margin: 0 auto;
  background: #fff;
}
.about-honor ul {
  overflow: hidden;
  margin: -51px -25px 0;
}
.about-honor ul li {
  float: left;
  margin-top: 50px;
  width: 20%;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
.about-honor ul li .img-box {
  overflow: hidden;
  background: url('about-bg02.png');
  background-size: cover;
  border: 1px solid #ece1d6;
  text-align: center;
  height: 261px;
}
.about-honor ul li .img-box img {
  width: 100%;
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.about-honor ul li .img-box:hover img {
  transform: scale(1.1);
}
.honor-footer {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  text-align: center;
  padding: 28px 20px 30px;
}
.details-page .detail-top {
  margin-bottom: 42px;
}
.details-page .detail-top .top-other span {
  color: #898B92;
}
.honor-wrap {
  box-shadow: 0px 0px 14px 0px rgba(66, 88, 128, 0.14);
  border-radius: 5px;
  padding: 70px 60px;
}
.honor-wrap .gallery-big,
.honor-wrap .gallery-small {
  height: 710px;
}
.honor-wrap .gallery-big {
  width: calc(100% - 60px - 275px);
  float: left;
}
.honor-wrap .gallery-big .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.honor-wrap .gallery-big .box-img-b {
  height: 100%;
  text-align: center;
}
.honor-wrap .gallery-big .box-img-b .middle-cont {
  width: 100%;
}
.honor-wrap .gallery-big .box-img-b img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 710px;
}
.honor-wrap .gallery-big .top-next,
.honor-wrap .gallery-big .top-prev {
  width: 17px;
  height: 33px;
}
.honor-wrap .gallery-big .top-next::after,
.honor-wrap .gallery-big .top-prev::after {
  display: none;
}
.honor-wrap .gallery-big .top-next {
  background: url('next-page.png') no-repeat;
  right: 0;
}
.honor-wrap .gallery-big .top-prev {
  background: url('previous-page.png') no-repeat;
  left: 0;
}
.honor-wrap .gallery-small {
  float: right;
  width: 275px;
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  position: relative;
}
.honor-wrap .gallery-small .thumbs-other {
  width: 90px;
  position: absolute;
  height: 22px;
  line-height: 22px;
  bottom: 20px;
  left: 50%;
  margin-left: -45px;
}
.honor-wrap .gallery-small .thumbs-other .thumbs-page {
  bottom: 0;
  line-height: 22px;
  color: #8D8D8D;
  font-size: 14px;
}
.honor-wrap .gallery-small .thumbs-other .thumbs-next,
.honor-wrap .gallery-small .thumbs-other .thumbs-prev {
  width: 20px;
  height: 21px;
  margin-top: 0;
  top: 0;
}
.honor-wrap .gallery-small .thumbs-other .thumbs-next::after,
.honor-wrap .gallery-small .thumbs-other .thumbs-prev::after {
  display: none;
}
.honor-wrap .gallery-small .thumbs-other .thumbs-next {
  background: url('picture_next.png') no-repeat;
  right: 0;
}
.honor-wrap .gallery-small .thumbs-other .thumbs-prev {
  background: url('picture_prev.png') no-repeat;
  left: 0;
}
.honor-wrap .gallery-small .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.honor-wrap .gallery-small .swiper-slide {
  height: 134px;
}
.honor-wrap .gallery-small .swiper-slide.swiper-slide-thumb-active .box-img-s,
.honor-wrap .gallery-small .swiper-slide.swiper-slide-active .box-img-s,
.honor-wrap .gallery-small .swiper-slide.active .box-img-s {
  border-color: #E41717;
}
.honor-wrap .box-img-s {
  height: 134px;
  border: 3px solid #ECE1D6;
  background: url('about-bg02.png') no-repeat;
  background-size: cover;
}
.honor-wrap .box-img-s .middle-cont {
  width: 100%;
}
.honor-wrap .box-img-s img {
  display: block;
  width: 100%;
}
@media (max-width: 1199px) {
  .honor-wrap {
    padding: 40px 30px;
  }
  .honor-wrap .gallery-big {
    height: auto;
  }
  .honor-wrap .gallery-big {
    height: 600px;
    width: 100%;
    float: none;
  }
  .honor-wrap .gallery-big .box-img-b img {
    max-height: 600px;
  }
  .honor-wrap .gallery-small {
    display: none;
  }
}
@media (max-width: 767px) {
  .honor-wrap {
    padding: 20px;
  }
  .honor-wrap .gallery-big {
    height: auto;
  }
  .honor-wrap .gallery-big {
    height: 500px;
  }
  .honor-wrap .gallery-big .box-img-b img {
    max-height: 500px;
  }
}
