@charset "UTF-8";
/*公用class*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.pointer {
  cursor: pointer;
}

/*sprites icons*/

.slticon {
  display: inline-block;
  background-image: url(../images/solution/common/sprite@2x.png);
  background-size: 15.5px;
}

.slticon-icon1 {
  background-position: 0px 0px;
  width: 15.5px;
  height: 18px;
}

/* 页面背景
----------*/

#content {
  background-color: #f4f6f8;
}

/* 链接
-------*/

a.linker {
  font-size: inherit;
  color: #2D56B1;
  cursor: pointer;
}

@media (min-width: 1024px) {
  a.linker:hover {
    text-decoration: underline;
  }
}

a.learn-more {
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 1023px) {
  a.learn-more {
    font-size: 12px;
  }
}

/* 小三角 */

.caret {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 8px;
  border: solid 8px transparent;
  border-top-color: #999;
  border-bottom: 0;
  -webkit-transition: .35s;
  transition: .35s;
}

.caret:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 8px;
  margin-top: -2px;
  border: solid 8px transparent;
  border-top-color: white;
  border-bottom: 0;
}

/* 按钮 */

.btn {
  line-height: 22px;
}

/* 版块通用
----------*/

.solution-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#section-banner+.solution-section[class*=section-bg-],
#section-pagenav+.solution-section[class*=section-bg-] {
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .section-bg-white {
    background-color: white;
  }
  .section-bg-transparent+.section-bg-transparent,
  .section-bg-white+.section-bg-white {
    margin-top: -60px;
  }
}

.section-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 33px;
  color: #333;
  text-align: justify;
  text-align: center;
}

@media (max-width: 1023px) {
  .section-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
  }
}

@media (max-width: 1023px) {
  .solution-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-mb-bg-white {
    background-color: white;
  }
  .section-mb-bg-transparent+.section-mb-bg-transparent,
  .section-mb-bg-white+.section-mb-bg-white {
    margin-top: -30px;
  }
  .section-title {
    margin-bottom: 20px;
  }
}

.solution-section h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  text-align: justify;
}

@media (max-width: 1023px) {
  .solution-section h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }

}

.solution-section h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  text-align: justify;
}

@media (max-width: 1023px) {
  .solution-section h3 {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
  }
}

.solution-section p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  text-align: justify;
}

@media (max-width: 1023px) {
  .solution-section p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
  }
}

/* 设备尺寸查询
 ============*/

title {
  /* size: mb */
  font-size: 21px;
  /* size: pb */
  /* size: sm */
  /* size: md */
  /* size: lg */
  /* size: xg */
}

@media (min-width: 768px) {
  title {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  title {
    font-size: 23px;
  }
}

@media (min-width: 1280px) {
  title {
    font-size: 24px;
  }
}

@media (min-width: 1366px) {
  title {
    font-size: 25px;
  }
}

@media (min-width: 1680px) {
  title {
    font-size: 26px;
  }
}

.screenImg {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  overflow: auto;
}

.screenImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75%;
  max-width: 75%;
  padding: 20px;
  margin: auto;
  background-color: #fbfbfb;
}

/* banner
----------*/

#section-banner {
  padding-top: 0;
  padding-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-wrap {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  min-height: 360px;
  padding-bottom: 76px;
}

.banner-wrap:before,
.banner-wrap:after {
  content: " ";
  display: table;
}

.banner-wrap:after {
  clear: both;
}

@media (max-width: 1023px) {
  .banner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.banner-crumb .crumb-item {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 8px;
}

.banner-crumb .crumb-item:after {
  content: ">";
  margin-left: 8px;
}

.banner-crumb .crumb-item:hover {
  color: #fff;
}

.banner-crumb .crumb-item:last-child {
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
}

.banner-crumb .crumb-item:last-child:after {
  display: none;
}

.banner-content {
  padding-left: 30px;
}

.banner-content .banner-crumb {
  margin-top: 20px;
}

.banner-content .banner-crumb+h1 {
  margin-top: 30px;
}

.banner-content h1 {
  margin-top: 70px;
  font-size: 36px;
  line-height: 46px;
  color: #F2F2F2;
}

.banner-content p {
  max-width: 546px;
  height: 66px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #F2F2F2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.banner-btn-group {
  max-width: 546px;
}

@media (max-width: 1023px) {
  .banner-wrap {
    min-height: 190px;
    padding-bottom: 20px;
  }
  .banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-content h1 {
    margin-top: 26px;
    font-size: 24px;
    line-height: 33px;
  }
  .banner-content p {
    max-width: none;
    height: auto;
    max-height: 54px;
    margin-top: 4px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .banner-btn-group {
    max-width: none;
  }
}

/*# sourceMappingURL=../../../_map/css/solution.css.map */

/* map */

.section-wrapper {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  max-width: 1210px;
  margin-bottom: 70px;
  /*padding: 60px 15px 30px;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.product-body {
  height: 375px;
  overflow: hidden;
}

.home-section .section-head h2 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  /*margin-bottom: 30px;*/
  text-align: center;
}



.home-section .section-head p {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.6;
  line-height: 22px;
  text-align: center;
}

/* region section: map */

.section-map {
  background: url(../../images/web/homepage-map-pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 8px;
}

.section-map + .home-section {
  padding-top: 70px;
}

.map-wrapper {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-map .service-body {
  background: none;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .section-map .section-head {
    padding-top: 60px;
  }
}
.section-map .section-head h2 {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
}

.section-map .section-head p {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 22px;
  text-align: center;
}

.map-mod img {
  width: 100%;
}

.map-body .map-wrap {
  position: relative;
  margin-top: 57px;
}

.map-data {
  display: table;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.map-data ul {
  display: table-row;
}

.map-data li {
  display: table-cell;
  width: 25%;
}

.map-data h2 {
  font-size: 48px;
  line-height: 46px;
  color: #97FFE3;
  text-align: center;
  transition: .15s;
}

.map-data h2 span {
  font-size: 24px;
  line-height: 24px;
}

.map-data p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.map-data p:first-of-type {
  display: none;
}

.map-data h2:hover {
  color: #00ffbb;
  transition: .2s;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.map-body .map-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-list .c-map-dot-text-left {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  right: 36px;
  white-space: nowrap;
  z-index: 4;
}

.c-map-dot-text-bottom {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  white-space: nowrap;
  z-index: 4;
}

.map-list .c-map-dot-text-right {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  left: 36px;
  white-space: nowrap;
  z-index: 6;
}

.map-body .map-explain {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 0;
  z-index: 3;
}

.map-dot1 a,
.map-dot2 a {
  display: block;
  margin: 5px;
  width: 25px;
  height: 44px;
}

.map-explain .map-explain-item {
  float: left;
  width: 150px;
  padding-left: 40px;
}

.map-wrap .map-dot1 {
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: -5px;
  left: 0;
  transition: all 0.3s;
  background: url(../../images/web/homepage-map-icon-2.png) no-repeat;
  background-position: 0 0;
  z-index: 4;
}

.map-dot1.animate.play::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/web/homepage-map-icon-2.png) no-repeat;
  background-position: -70px 33px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.map-dot2.animate.play::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/web/homepage-map-icon-2.png) no-repeat;
  background-position: -70px 33px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.map-wrap .map-img {
  position: absolute;
  margin-top: 30px;
  margin-left: 5px;
  width: 25px;
  height: 25px;
}

.map-wrap .map-dot2 {
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: -5px;
  left: 150px;
  transition: all 0.3s;
  background-image: url(../../images/web/homepage-map-icon-2.png);
  background-position: -35px 0;
}

.map-explain-item .map-explain-txt {
  line-height: 54px;
  color: #ffffff;
  font-size: 14px;
}

.section-map .map-info {
  position: relative;
  height: 140px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  top: 78px;
  border-radius: 2px;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.map-info .map-slide {
  overflow: hidden;
  width: 100%;
}

.map-slide .map-item {
  float: left;
  width: 12.5%;
  height: 140px;
  position: relative;
}

.map-slide a {
  display: block;
  height: 100%;
  padding: 20px 5px 10px;
}

.map-slide .map-item:hover p {
  color: #F66F6A;
}

.map-slide em {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-size: cover;
}

.map-slide p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #3B516A;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
}

/* 动画 */

.map-dot1.animate.play {
  transform: scale(1.1);
  /* background-position: -120px 0; */
}

.map-bubble.hover {
  visibility: visible;
  opacity: 1;
}

.map-dot1.animate.play:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/web/homepage-map-icon-2.png) no-repeat;
  background-position: -70px 0;
}

.map-dot2.animate.play:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/web/homepage-map-icon-2.png) no-repeat;
  background-position: -70px 0;
}

.map-dot2.animate.play {
  transform: scale(1.1);
  /* background-position: -168px 0; */
}

.map-dot1.animate.play + .map-img .map-bubble {
  visibility: visible;
  opacity: 1;
}

.map-dot2.animate.play + .map-img .map-bubble {
  visibility: visible;
  opacity: 1;
}

.map-dot1.play + .map-img .img1 {
  -webkit-animation: warn 2s ease-out 0s infinite;
  animation: warn 2s ease-out 0s infinite;
  margin-top: 12px;
}

.map-dot1.play + .map-img .img2 {
  -webkit-animation: warn 2s ease-out 1s infinite;
  animation: warn 2s ease-out 1s infinite;
  margin-top: 12px;
}

.map-dot2.play + .map-img .img1 {
  -webkit-animation: warn 2s ease-out 0s infinite;
  animation: warn 2s ease-out 0s infinite;
  margin-top: 12px;
}

.map-dot2.play + .map-img .img2 {
  -webkit-animation: warn 2s ease-out 1s infinite;
  animation: warn 2s ease-out 1s infinite;
  margin-top: 12px;
}

/* .map-img .img1 {
    -webkit-animation: warn 2s ease-out 0s infinite;
    animation: warn 2s ease-out 0s infinite;
    margin-top:12px;
}

.map-img .img2 {
    -webkit-animation: warn 2s ease-out 1s infinite;
    animation: warn 2s ease-out 1s infinite;
    margin-top:12px;
} */

@-webkit-keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }
  5% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4)
  }
}

@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }
  5% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4)
  }
}

@-webkit-keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }
  5% {
    opacity: 8
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10)
  }
}

@keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }
  5% {
    opacity: 8
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10)
  }
}

.map-list img {
  opacity: 0;
  width: 100%;
  position: absolute;
}

.map-list a {
  position: relative;
  z-index: 3;
}

/* 提示 */
.map-bubble {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  /*background-image: url(../images/map/map-icon-1.png?sttl=0817008);*/
  /*background-position: -23px 0;*/
  z-index: 2;
  transition: all 0.6s;
}

.map-dot2 .map-bubble {
  background-position: -23px -102px;
}

.c-map-dot-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  /* z-index: 10; */
  top: 0px;
}

/* .map-bubble:hover {
    visibility: hidden !important;
    opacity: 0 !important;
} */

.map-dot2 .map-bubble {
  background-position: -23px -102px;
}

.c-map-dot-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  /* z-index: 10; */
  top: 0px;
}

.c-bubble-inner {
  display: inline-block;
  background: url(../../images/web/map-icon-new.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 4;
}

.c-bubble-inner h3,
.c-bubble-inner p {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: left;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
}

.c-bubble-inner h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-bubble-inner p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.c-bubble-inner p:last-child {
  margin-bottom: 20px;
}

.map-bubble.left {
  position: absolute;
  bottom: 24px;
  background-position: -30px -21px;
  z-index: 2;
  margin-right: 58px;
  margin-top: -33px;
}

.map-bubble.right {
  position: absolute;
  z-index: 4;
  margin-top: -33px;
  margin-left: 97px;
}

.map-bubble.right .c-bubble-inner:after {
  content: '';
  width: 86px;
  height: 40px;
  display: block;
  position: absolute;
  top: 28px;
  left: -71px;
  background: url(../../images/web/map-icon-new-1.png) no-repeat;
  background-position: -119px 0px;

}

.map-bubble.left .c-bubble-inner:after {
  content: '';
  width: 86px;
  height: 40px;
  background-color: red;
  display: block;
  position: absolute;
  top: 28px;
  right: -71px;
  background: url(../../images/web/map-icon-new-1.png) no-repeat;
  background-position: -17px 0px;

}

.map-mod .map-pc {
  display: block;
}

.map-mod .map-mc {
  display: none;
}

@media (max-width: 1023px) {
  .section-map + .home-section {
    padding-top: 0;
  }

  .section-map .section-head h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .section-map .section-head p {
    font-size: 14px;
    line-height: 20px;
  }

  .map-data {
    padding-left: 0;
    padding-right: 0;
  }

  .map-data li {
    position: relative;
  }

  .map-data h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .map-data h2 span {
    font-size: 12px;
    line-height: 12px;
  }

  .map-data p:first-of-type {
    display: block;
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
    opacity: 0;
  }

  .map-data p:last-of-type {
    position: absolute;
    left: -10%;
    right: -10%;
    top: 0;
    margin-top: 28px;
    font-size: 12px;
    line-height: 18px;
    transform-origin: center top;
    -ms-transform: scale(.8333);
    transform: scale(.8333);
  }

  .section-map .map-info {
    visibility: hidden;
  }

  .section-custom {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .section-map {
    background: url(../../images/web/images/map-mc.jpg);
    background-size: cover;
    padding-bottom: 0;
  }

  .map-mod .map-pc {
    display: none;
  }

  .map-mod .map-mc {
    display: block;
  }

  .map-wrap .map-list {
    display: none;
  }

  .map-wrap .map-explain {
    bottom: 20px;
    margin-left: -100px;
  }

  .map-wrap .map-explain .map-explain-item {
    padding-left: 25px;
    width: 100px;
  }

  .map-wrap .map-explain .map-explain-item .map-dot1 {
    width: 18px;
    height: 27px;
    background-size: cover;
    top: -2px;
  }

  .map-wrap .map-explain .map-explain-item .map-dot2 {
    width: 18px;
    height: 27px;
    background-size: cover;
    background-position: -57px 0;
    top: -2px;
    left: 100px;
  }

  .map-wrap .map-explain .map-explain-item .map-explain-txt {
    font-size: 12px;
    line-height: 27px;
  }

  .section-map .map-wrap {
    position: relative;
    margin-top: 37px;
  }

  .section-map .map-info {
    display: none;
  }
}

/* endregion section: map */
/* product */

.section-product {
  padding-top:50px;
  padding-bottom: 60px;
  background: url(../../images/web/product-pc.jpg) no-repeat;
  background-size: cover;
}

.section-product .section-head h2 {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 0px;
}

.product-table-title {
  overflow: hidden;
}

.product-table-list {
  padding: 0px 140px 40px;
  margin-right: calc((100% - 480px) / -10);
}

.product-table-list .product-table-item {
  width: 48px;
  height: 40px;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  float: left;
  margin-right: calc((100% - 528px) / 11);
  cursor: pointer;
}

.product-table-list .product-table-item:hover {
  color: #e41f2b;
}

.product-table-list .product-table-item:after {
  content: "";
  width: 0px;
  height: 2px;
  background: #E41F2B;
  position: absolute;
  bottom: 0px;
  left: 50%;
  opacity: 0;
  transition: all 0.5s;
}

.product-table-list .product-table-item.active {
  font-weight: bold;
  color: #e41f2b;
}

.product-table-list .product-table-item.active:after {
  content: "";
  width: 58px;
  height: 2px;
  background: #E41F2B;
  position: absolute;
  bottom: 0px;
  left: -5px;
  opacity: 1;
}

.product-table-list .product-table-item.info-3.active:after {
  width: 68px;
  left: -10px;
}

.product-table-body {
  display: none;
}

.product-table-body:last-child .product-body-item {
  width: 20%;
}

.product-table-body .product-body-list {
  height: 335px;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
  padding: 30px 0px;
}

.product-body-list .product-body-item {
  width: 16.6666%;
  height: 275px;
  border-right: 1px solid #e2e2e2;
  float: left;
}

.product-body-item:last-child {
  border-right: 0px solid #e2e2e2;
}

.product-body-item>p {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-bottom: 5px;
}

.product-body-item>h3 {
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 20px;
}

.product-body-item a {
  display: block;
  height: 58px;
  text-align: center;
}

.product-body-item span {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  font-size: 48px;
  margin-bottom: 10px;
}

.fold-btn {
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: transform 0.3s ease-out;
}

.unfold.fold-btn {
  transform: rotateX(180deg);
}

.fold-btn:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 2px solid #777;
  border-right: 2px solid #777;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (max-width:1023px) {
  .fold-btn {
    display: block;
  }
  .section-product {
    padding-top:0px;
    padding-bottom: 0px!important;
    background: #E3ECF3;
  }
  .section-product .section-head h2 {
    font-size: 20px!important;
  }
  .section-product .section-wrapper {
    padding: 0px;
  }
  .product-body {
    height: auto;
    background-color: #ffffff;
  }
  .product-table-title {}
  .product-table-list {
    padding: 0px;
    margin-right: 0px;
  }
  .product-table-list .product-table-item {
    width: 100%;
    height: 60px;
    padding: 20px 15px;
    text-align: left;
    font-size: 16px;
    color: #333333;
    float: none;
    line-height: 20px;
    border-bottom: 1px solid #E6E6E6;
  }
  .product-table-list .product-table-item:after {
    content: "";
    width: 2px !important;
    height: 60px !important;
    background: #E41F2B;
    position: absolute;
    bottom: 0px;
    left: 0 !important;
    opacity: 0;
    transition: all 0.5s;
  }
  .product-table-list .product-table-item.active:after {
    content: "";
    width: 2px;
    height: 60px;
    background: #E41F2B;
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 1;
  }
  .product-table-body {
    width: 100% !important;
  }
  .product-table-body.active {
    display: none;
  }
  .product-table-body .product-body-list {
    height: auto;
    padding: 5px 0px 0px 0px;
    border: 0px;
  }
  .product-table-body .product-body-item {
    overflow: hidden;
    height: auto;
    width: 100% !important;
    padding-left: 62px;
    padding-right: 15px;
    position: relative;
    float: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .product-body-item a {
    display: inline-block;
    height: 32px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .product-body-item span {
    width: 32px;
    height: 32px;
    margin-bottom: 0px;
  }
  .product-body-item h3 {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    height: 40px;
    border-bottom: 1px solid #E2E2E2;
  }
  .product-body-item p {
    width: 140px;
    text-align: left;
    float: left;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

/* 成功案例 */

/* 客户案例
----------*/

.section-custom {
  padding-bottom: 60px;
}

#section-custom {
  background-image: url(../../images/web/custom-pc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px;
}

.custom-wrap {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.custom-wrap:before,
.custom-wrap:after {
  content: " ";
  display: table;
}

.custom-wrap:after {
  clear: both;
}

@media (max-width: 1023px) {
  .custom-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom-wrap .section-title {
  color: #fff;
}

.custom-content {
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
}

.custom-content:before,
.custom-content:after {
  content: " ";
  display: table;
}

.custom-content:after {
  clear: both;
}
.custom-content>* {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s;
}
.custom-content-item {
  float: left;
  width: 33.33333333%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.custom-content-item>a {
  position: relative;
  display: block;
  padding: 20px 30px;
  height: 260px;
  overflow: hidden;
  margin-top: 0px;
  transition: all 0.3s;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.15);
}

.custom-content-item>a   img {
/*  opacity: 1;
  display: table-cell;
  vertical-align: middle;
  width: 410px;
  height: 227px;*/

  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
}
.custom-content-item>a span{
    width: 200px;
    height: 120px;
    display: block;
    margin: auto;
    overflow: hidden;
}
.custom-content-item>a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} 
.custom-content-item>a:hover .custom-logo {
  height: 0px;
}

.custom-content-item>a:hover p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  height: 176px;
  margin-bottom: 0px;
  transition: height 0.3s;
}

.custom-content-item>a:hover h2 {
  display: block;
}

.custom-content-item h2 {
  display: none;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.custom-content-item>a p {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 66px;
    margin-bottom: 5px;
    transition: height 0s;
    font-size: 14px;
    line-height: 22px;
}

#section-custom[data-cols="1"] .custom-content-item {
  width: 100%;
}

#section-custom[data-cols="2"] .custom-content-item {
  width: 50%;
}

#section-custom[data-cols="3"] .custom-content-item {
  width: 33.33333333%;
}

.custom-logo {
  width: 268px;
  height: 105px;
  display: block;
  margin: 0 auto 11px;
  background-position: center center;
  background-repeat: no-repeat;
}




@media (max-width: 1023px) {
  .home-section .section-head h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .home-section {
    padding-bottom: 30px;
  }
  .section-map .section-head {
    margin-bottom: 20px;
  }
  .custom-content {
    margin-top: 0;
  }
  .section-product .section-head h2 {
    margin-bottom: 30px;
  }
  .custom-content-item a {
    background-color: transparent;
    padding: 0;
    height: auto;
    margin-top: 15px;
  }
  .custom-content-item a p {
    display: none !important;
  }
  .custom-content-item+.custom-content-item {
    position: relative;
  }
  .custom-content-item+.custom-content-item>a:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    height: 30px;
    width: 2px;
    margin-top: -12px;
    background-color: #979797;
  }
  .custom-content-item:nth-child(3n + 1)>a:before {
    content: none;
  }
  .custom-logo {
    width: auto;
    max-width: 100px;
    height: 44px;
    margin-bottom: 0;
    background-size: 100% auto;
  }
}


.section-register {
  background: url(../../images/web/server-pc-1.png) no-repeat center center;
  height: 194px;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.section-register .register-text {
  margin-left:0px;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
  position: static;
  margin-top: 0px;
}

.section-register .register-info {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  position: relative;
  z-index: 3;
}

.section-register:before {
  background: url(../../images/web/server-pc-2.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  z-index: 1;
}

.register-text:before {
  content: "";
}

@media (max-width:1023px) {
  .section-register {
    padding-top: 30px;
    height: auto;
  }
  .section-register .register-text {
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .section-register .register-info {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    padding: 0px 83px;
    text-align: center;
  }
}