/* region title */
.section-title {
  padding-bottom: 60px;
  text-align: center;
}
.section-title-inner {
  display: inline-block;
  padding: 0 166px;
  font-size: 28px;
  line-height: 30px;
  color: #333;
  background-image: url(../png/case-index-title-bg-left.png), url(../png/case-index-title-bg-right.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 140px auto, 140px auto;
}
@media (max-width: 767px) {
  .section-title {
    padding-bottom: 15px;
  }
  .section-title-inner {
    padding: 0 88px;
    background-image: url(../png/case-index-title-bg-left-mb.png), url(../png/case-index-title-bg-right-mb.png);
    background-size: 85px auto, 85px auto;
    font-size: 20px;
    line-height: 25px;
  }
}
/* endregion title */
#section-banner {
  padding-top: 0;
  padding-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 46px;
  height: 350px;
  overflow: hidden;
}
/*
.swiper-pagination {
  bottom: 20px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #252B3A;
  vertical-align: middle;
  transition: width 0.8s, background-color 0.8s;
  box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.2);
  opacity: 0.5;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  transform: scale(1.2);
  background-color: #f66f6a!important;
  box-shadow: 0 3px 6px 0 rgba(250, 111, 102, 0.5);
}
*/
.section-banner {
  position: relative;
}
.section-banner img {
  width: 100%;
  display: none;
}
.section-banner .row {
  width: 100%;
  height: 350px;
  float: left;
  position: relative;
}
.section-banner .row .section-wrap {
  width: 400px;
  height: 187px;
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 60px;
  left: 30px;
}
.section-banner .row .section-wrap .play-icon {
  display: inline-block;
  width: 140px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  border: 1px solid #000000;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  left: 50%;
  margin-left: -70px;
  top: 210px;
}
.section-banner .row .section-wrap .play-icon:hover {
  background-color: #e41f2b;
  color: #ffffff;
  border-color: #e41f2b;
}
.section-banner .row .section-wrap .play-icon:hover i {
  background: url(../png/case-index-play-hover.png) no-repeat;
  background-size: 100% 100%;
}
.section-banner .row .section-wrap .play-icon i {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: inline-block;
  background: url(../png/case-index-play.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.section-banner .row .row-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-bar {
  height: 46px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.banner-bar .banner-bar-list {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  overflow: hidden;
}
.banner-bar .banner-bar-list a {
  display: block;
  font-size: 16px;
  color: #333333;
}
.banner-bar .banner-bar-list .active span:after {
  content: '';
  width: calc(100% + 20px);
  height: 3px;
  background-color: #f66f6a;
  position: absolute;
  bottom: 0px;
  left: -10px;
  border-radius: 2px;
}
.banner-bar .banner-bar-list .active a {
  border-right: 0px !important;
}
.banner-bar .banner-bar-list .banner-bar-item {
  width: calc(100%  / 6 );
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
}
.banner-bar .banner-bar-list .banner-bar-item span {
  display: inline-block;
  height: 100%;
  position: relative;
}
.banner-bar .banner-bar-list .banner-bar-item:hover span:after {
  content: '';
  width: calc(100% + 20px);
  height: 3px;
  background-color: #f66f6a;
  position: absolute;
  bottom: 0px;
  left: -10px;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .banner-bar .banner-bar-list {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    bottom: 15px !important;
  }
  .section-banner {
    height: auto !important;
    padding-bottom: 0px !important;
    overflow: hidden;
  }
  .section-banner img {
    display: block;
  }
  .section-banner .row {
    height: auto;
  }
  .section-banner .row .row-img {
    display: none;
  }
  .section-banner .row .section-wrap {
    background: none !important;
  }
  .section-banner .row .section-wrap .play-icon {
    top: 70%;
  }
  .banner-bar {
    height: 31px;
    border-bottom: 1px solid #dddddd;
  }
  .banner-bar:after {
    content: '';
    width: 54px;
    height: 44px;
    background-image: url(../png/case-index-banner-model.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
  }
  .banner-bar .banner-bar-list {
    width: 150%;
    background: #FFFFFF;
    padding: 0px;
    height: 100%;
  }
  .banner-bar .banner-bar-list .banner-bar-item {
    line-height: 30px;
    transition: 0s;
    height: 100%;
  }
  .banner-bar .banner-bar-list .banner-bar-item span {
    display: inline-block;
    height: 100%;
    line-height: 31px;
  }
  .banner-bar .banner-bar-list .banner-bar-item a {
    display: block!important;
    height: 100%;
  }
  .banner-bar .banner-bar-list .banner-bar-item a {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #e2e2e2;
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 15px;
  }
  .banner-bar .banner-bar-list .banner-bar-item a:last-child {
    border: 0px;
  }
}
.wrapper {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.product-title {
  padding: 56px 10px 30px;
  font-weight: normal;
  font-size: 24px;
  color: #252b3a;
  text-align: center;
  font-weight: 600;
}
.case-excellent {
  background-color: #f7f7f7;
}
@media (min-width: 1024px){
    .case-excellent{
        padding-bottom: 56px;
    }
}
.excellent-container {
  padding-top: 58px;
}
.excellent-container .excellent-slide {
  border-radius: 2px;
  margin-right: -1px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.excellent-container .excellent-slide:before,
.excellent-container .excellent-slide:after {
  content: " ";
  display: table;
}
.excellent-container .excellent-slide:after {
  clear: both;
}
.excellent-container .excellent-slide .excellent-item {
  position: relative;
  padding: 30px 0px 30px 0px;
  width: 25%;
  float: left;
  transition: all 0.3s;
  z-index: 1;
}
.excellent-container .excellent-slide .excellent-item:after {
  content: '';
  width: 0;
  height: 4px;
  background-color: #f66f6a;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  z-index: 1;
  border-radius: 2px 2px 0 0;
}
.excellent-container .excellent-slide .excellent-item:hover:after {
  width: 100%;
}
.excellent-container .excellent-slide .excellent-item:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.excellent-container .excellent-slide .excellent-item:last-child .excellent-item-content {
  border: none;
}
.excellent-container .excellent-slide .excellent-item .excellent-item-content {
  border-right: 1px solid #dddddd;
  padding: 0 30px;
}
.excellent-container .excellent-slide .excellent-item .excellent-item-content > a {
  display: block;
  padding-top: 40px;
}
.excellent-container .excellent-slide .excellent-item img {
  width: 116px;
  height: 116px;
  position: absolute;
  left: 50%;
  margin-left: -58px;
  top: -58px;
  z-index: 2;
}
.excellent-container .excellent-slide .excellent-item p {
  font-size: 14px;
  color: #666A75;
  line-height: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.excellent-container .excellent-slide .excellent-item dl dd {
  font-size: 12px;
  color: #252B3A;
  line-height: 22px;
  margin-bottom: 5px;
}
.excellent-container .excellent-slide .excellent-item dl dd a:hover {
  color: #f66f6a;
}
.excellent-container .excellent-slide .excellent-item dl dd span {
  color: #A0A2A8;
  margin-right: 10px;
}
.excellent-container .excellent-slide .excellent-item dl dd i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.excellent-container .excellent-slide .excellent-item .excellent-icon {
  height: 44px;
  overflow: hidden;
}
.excellent-container .excellent-slide .excellent-item .excellent-icon dd {
  display: inline-block;
  margin-right: 0px;
  text-align: center;
  margin-bottom: 0px;
  width: 42px;
}
.excellent-container .excellent-slide .excellent-item .excellent-icon dd:first-child {
  width: auto;
  margin-right: 0px;
  vertical-align: top;
}
.excellent-container .excellent-slide .excellent-item .excellent-icon dd:first-child span {
  margin-right: 0px;
}
.excellent-container .excellent-slide .excellent-item .excellent-icon dd:nth-child(n+6) {
  display: none;
}
.excellent-container .excellent-slide .excellent-item .excellent-icon dd i {
  display: block;
  width: 22px;
  height: 22px;
  font-size: 22px;
  margin: 0 auto;
}
.excellent-container .excellent-slide .excellent-item .excellent-icon dd i:before {
  color: #252B3A;
}
.excellent-container .excellent-slide .excellent-item .excellent-icon dd a {
  display: inline-block;
  width: 42px;
  font-size: 12px;
  color: #252B3A;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.excellent-container .excellent-slide .excellent-item .excellent-icon dd a:hover {
  color: #f66f6a;
}
@media (max-width: 1023px) {
  .excellent-container {
    padding-bottom: 30px;
  }
  .excellent-container .excellent-slide {
    width: 200%;
    background-color: #f7f7f7;
    box-shadow: none;
  }
  .excellent-container .excellent-slide .excellent-item {
    background-color: #ffffff;
  }
  .excellent-container .excellent-slide .excellent-item .excellent-item-content {
    border: none;
  }
  .swiper-case .swiper-pagination-bullets,
  .swiper-case .swiper-pagination-custom,
  .swiper-case .swiper-pagination-fraction {
    bottom: 0px!important;
  }
  .excellent-container .excellent-slide .excellent-item .excellent-icon dd:nth-child(n+5) {
    display: inline-block !important;
  }
  .excellent-container .excellent-slide .excellent-item .excellent-icon dd:nth-child(n+7) {
    display: none!important;
  }
  .excellent-container .excellent-slide .excellent-item .excellent-icon dd:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .excellent-container.swiper-container {
    overflow: unset!important;
  }
}
@media (max-width: 399px) {
  .excellent-container .excellent-slide .excellent-item .excellent-icon dd:nth-child(n+6) {
    display: none!important;
  }
}
@media (max-width: 349px) {
  .excellent-container .excellent-slide .excellent-item .excellent-icon dd:nth-child(n+5) {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .excellent-container {
    padding-top: 38px;
  }
  .excellent-container .excellent-slide .excellent-item img {
    width: 75px;
    height: 75px;
    margin-left: -38px;
    top: -38px;
  }
  .excellent-container .excellent-slide .excellent-item dl dd span {
    margin-right: 15px;
  }
  .excellent-container .excellent-slide .excellent-item .excellent-item-content > a {
    padding-top: 25px;
  }
  .excellent-container .excellent-slide .excellent-item .excellent-icon dd:first-child {
    margin-right: 5px;
  }
  .excellent-container .excellent-slide .excellent-item {
    padding: 15px 0px 15px 0px;
  }
  .excellent-container .excellent-slide .excellent-item p {
    margin-bottom: 10px ;
  }
}
@media (min-width: 768px) {
  .case-industry .industry-content .industry-info-slide .excellent-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
#pagination {
  text-align: center;
}
.wrapper {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.product-title {
  padding: 56px 10px 30px;
  font-weight: normal;
  font-size: 24px;
  color: #252b3a;
  text-align: center;
  font-weight: 600;
}
.case-industry {
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
.case-industry .industry-select {
  padding-bottom: 10px;
}
.case-industry .industry-select p {
  font-size: 14px;
  color: #252B3A;
  line-height: 32px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.case-industry .industry-select p:nth-child(2) {
  display: none;
}
.case-industry .industry-select .industry-slide {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 98px);
}
.case-industry .industry-select .industry-slide .industry-item, .scenes-item {
  font-size: 14px;
  color: #666A75;
  line-height: 20px;
  padding: 6px 10px;
  margin-bottom: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.case-industry .industry-select .industry-slide .industry-item.active,.scenes-item.active {
  background-color: #C7000B;
  color: #ffffff!important;
  border: none;
}
.case-industry .industry-select .industry-slide .industry-item:hover,.scenes-item:hover {
  border-color: #C7000B;
  color: #C7000B;
}
.case-industry .industry-content {
  padding-top: 20px;
}
.case-industry .industry-content .industry-info-slide:before,
.case-industry .industry-content .industry-info-slide:after {
  content: " ";
  display: table;
}
.case-industry .industry-content .industry-info-slide:after {
  clear: both;
}
.case-industry .industry-content .industry-info-slide .excellent-item {
  position: relative;
  padding: 30px 0px 30px 0px;
  width: calc((100% - 60px ) /4);
  float: left;
  transition: all 0.3s;
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: #ffffff;
  border-radius: 2px;
}
.case-industry .industry-content .industry-info-slide .excellent-item:nth-child(4n) {
  margin-right: 0px;
}
.case-industry .industry-content .industry-info-slide .excellent-item h2 {
  font-size: 16px;
  color: #252B3A;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-industry .industry-content .industry-info-slide .excellent-item:after {
  content: '';
  width: 0;
  height: 4px;
  background-color: #f66f6a;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 1;
  border-radius: 2px 2px 0 0;
}
.case-industry .industry-content .industry-info-slide .excellent-item:hover:after {
  width: 100%;
}
.case-industry .industry-content .industry-info-slide .excellent-item:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content {
  padding: 0 30px;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content > a {
  display: block;
  margin-bottom: 20px;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content > a .excellent-vaule-img {
  height: 60px;
  margin-bottom: 20px;
  text-align: center;
}
.case-industry .industry-content .industry-info-slide .excellent-item img {
  height: 60px;
}
.case-industry .industry-content .industry-info-slide .excellent-item p {
  font-size: 14px;
  color: #A0A2A8;
  line-height: 22px;
  height: 88px;
}
.case-industry .industry-content .industry-info-slide .excellent-item dl {
  display: none;
}
.case-industry .industry-content .industry-info-slide .excellent-item dl dd {
  font-size: 12px;
  color: #A0A2A8;
  line-height: 22px;
  margin-bottom: 5px;
}
.case-industry .industry-content .industry-info-slide .excellent-item dl dd a:hover {
  color: #f66f6a;
}
.case-industry .industry-content .industry-info-slide .excellent-item dl dd span {
  color: #252B3A;
  margin-right: 10px;
  font-weight: 700;
}
.case-industry .industry-content .industry-info-slide .excellent-item dl dd i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon {
  height: 44px;
  overflow: hidden;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd {
  display: inline-block;
  margin-right: 0px;
  text-align: center;
  margin-bottom: 0px;
  width: 42px;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd:first-child {
  width: auto;
  margin-right: 0px;
  vertical-align: top;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd:first-child span {
  margin-right: 0px;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd:nth-child(n+6) {
  display: none;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd i {
  display: block;
  width: 22px;
  height: 22px;
  font-size: 22px;
  margin: 0 auto;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd i:before {
  color: #252B3A;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd a {
  display: inline-block;
  width: 42px;
  font-size: 12px;
  color: #252B3A;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd a:hover {
  color: #f66f6a;
}
.case-industry.industry-en .industry-info-slide h2 {
  height: 44px;
}
@media (max-width: 1023px) {
  .product-title {
    padding: 30px 10px 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
  }
  .industry-select {
    padding-bottom: 0px !important;
  }
  .industry-select p {
    ont-size: 14px;
    line-height: 30px;
  }
  .case-industry {
    padding-bottom: 30px;
  }
  .case-industry .industry-content {
    padding-top: 10px;
  }
  .case-industry .industry-content .industry-info-slide {
    margin-bottom: 14px;
  }
  .case-industry .industry-content .industry-info-slide .excellent-item {
    width: calc((100% - 18px ) / 3);
    margin-right: 6px;
    padding: 20px 0;
    margin-bottom: 6px;
    height: 311px;
  }
  .case-industry .industry-content .industry-info-slide .excellent-item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .case-industry .industry-content .industry-info-slide .excellent-item:nth-child(4n) {
    margin-right: 6px;
  }
  .case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content {
    padding: 0 20px;
  }
  .case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content > a {
    margin-bottom: 15px;
  }
  .case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content > a .excellent-vaule-img {
    margin-bottom: 15px;
  }
  .case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content > a h2 {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .industry-select .foldIcon:before {
    border-top-color: #f7f7f7;
  }
  .industry-select p {
    width: 100%;
  }
  .industry-select p:nth-child(2) {
    display: inline-block !important;
    border: 1px solid #dddddd;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
  }
  .industry-select p:nth-child(2) i {
    margin-left: 5px;
    margin-top: 8px;
  }
  .industry-select .industry-slide {
    max-width: 100% !important;
    border: 1px solid #dddddd;
    border-top: none;
    padding: 10px 10px 0px;
    background-color: #fafafa;
  }
  .industry-select .industry-slide .industry-item, .scenes-item {
    width: calc((100% - 20px ) / 3);
    margin-right: 10px;
    text-align: center;
  }
  .industry-select .industry-slide .industry-item:nth-child(3n), .scenes-item:nth-child(3n){
    margin-right: 0px;
  }
  .industry-select .industry-content .industry-info-slide .excellent-item {
    width: 100%;
    margin-right: 0px !important;
    padding: 15px 0;
    margin-bottom: 10px;
    height: auto;
  }
  .industry-select .industry-content .industry-info-slide .excellent-item p {
    height: auto;
  }
  .case-industry .industry-select .industry-slide {
    display: none;
  }
  .case-industry .industry-select .industry-slide:before,
  .case-industry .industry-select .industry-slide:after {
    content: " ";
    display: table;
  }
  .case-industry .industry-select .industry-slide:after {
    clear: both;
  }
}

/*# sourceMappingURL=index.css.map*/