body {
  /*background: #e7e7e7;*/
}

.suwis-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.suwis-banner img {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 200%;
}

.suwis-banner.hfull img {
  width: 100.1%;
  height: auto;
}

.suwis-banner.vfull img {
  width: auto;
  height: 100%;
}

.suwis-about .poster {
  /*margin-top: -55px;*/
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
  border-radius: 2px;
  max-width: 330px
}

.suwis-about .col-xs-8 {
  margin-left: -30px
}

.suwis-about .text-wrap {
  padding-left: 5%
}

.suwis-about h1 {
  font-size: 26px;
  color: #353535;
  padding-top: .7%
}

.suwis-about h1 em {
  letter-spacing: 10px
}

.suwis-about span {
  font-size: 20px;
  color: #4d4a4a
}

.suwis-about p {
  padding-top: 5%;
  font-weight: 590;
  text-align: justify;
  width: 89%;
  line-height: 22px;
  word-break: break-all
}

.suwis-about .btn-more {
  float: right;
  border: 1px solid #9b9b9b;
  font-size: 12px;
  padding: 2px 5px;
  margin-top: 30px;
  color: #9b9b9b;
  line-height: 18px
}

.suwis-about .btn-more:hover {
  color: #6f6f6f;
  border-color: #6f6f6f
}

.suwis-about .btn-more .iconfont {
  position: absolute;
  font-size: 12px;
  margin-left: -25px;
  color: #9b9b9b
}

.suwis-news-bg {
  background: #e8e8e8;
}

.suwis-news {
  margin-top: 7%;
  padding-bottom: 7%;
  padding-top: 3%;
}

.suwis-news h1 {
  font-size: 26px;
  border-bottom: 2px solid #353535;
  padding-bottom: 1%;
  margin-bottom: 1%;
  width: 19%;
  color: #353535
}

.suwis-news span {
  font-size: 20px;
  color: #4d4a4a
}

.suwis-news ul {
  padding-top: 3.5%
}

.suwis-news ul li {
  position: relative;
  line-height: 26px;
  font-size: 16px;
  font-weight: 580;
  padding: 5px 0 5px 30px
}

.suwis-news ul li:hover a {
  color: #303030
}

.suwis-news ul li::before {
  position: absolute;
  left: 0;
  content: '';
  clear: both;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cfcfcf;
  margin-top: 8px
}

.suwis-news .btn-more {
  position: relative;
  top: 22px;
  border: 1px solid #9b9b9b;
  font-size: 12px;
  padding: 2px 5px;
  color: #9b9b9b;
  margin-left: 30px
}

.suwis-news .btn-more:hover {
  color: #747474;
  border-color: #747474
}

.suwis-news .poster {
  position: absolute;
  right: 160px;
  bottom: 0
}

.suwis-contact {
  background: url(../images/index/contact_bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 2%;
  padding-bottom: 2%
}

.suwis-prodcut .row>div {
  position: static
}

.suwis-prodcut .bg-wrap {
  background: #ededed;
  position: relative;
  height: 500px
}

.suwis-prodcut .title {
  padding-top: 5.2%;
  padding-bottom: 4%
}

.suwis-prodcut .title h1 {
  font-size: 26px;
  padding-bottom: 1%;
  margin-bottom: 1%;
  border-bottom: 2px solid #353535;
  width: 19%;
  color: #353535;
  text-align: left
}

.suwis-prodcut .title span {
  font-size: 20px;
  color: #4d4a4a
}

.suwis-prodcut .bg-wrap .before {
  position: absolute;
  display: block;
  content: '';
  left: 12%;
  top: 0;
  border-top: 500px solid #adadad;
  border-right: 500px solid transparent;
  width: 100px;
  height: 100%
}

.suwis-prodcut .bg-auxiliary {
  position: absolute;
  height: 100%;
  width: 12%;
  background: #adadad
}

.suwis-prodcut .pro-wrap {
  margin: 5% auto auto;
  float: right
}

.suwis-prodcut .pro-wrap img {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  position: absolute;
  left: 13%;
  margin: auto;
  padding: .5%;
  display: block;
  background: url(../images/index/pro_border.png) center no-repeat;
  background-size: 100%;
  opacity: 0;
  display: none\9
}

.suwis-prodcut .pro-wrap img.show {
  opacity: 1;
  display: block\9
}

.suwis-prodcut .pro-list {
  padding-top: 8%;
  padding-right: 6%;
  width: 98%;
  float: right
}

.suwis-prodcut .pro-list li {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  float: left;
  width: 43%;
  background: #d3d3d1;
  text-align: center;
  height: 50px;
  line-height: 20px;
  padding-top: 5px;
  color: #8c8c8c;
  margin: 20px 0 20px 7%;
  cursor: pointer
}

.suwis-prodcut .pro-list li.active, .suwis-prodcut .pro-list li:hover {
  background: #a5a5a5;
  color: #fff
}

.suwis-prodcut .pro-list li.active a, .suwis-prodcut .pro-list li:hover a {
  color: #fff
}

.suwis-prodcut .pro-list li a {
  display: block;
  line-height: 50px;
  margin-top: -5px;
  text-align: justify;
  padding: 0 40px;
  color: #8c8c8c
}

.suwis-prodcut .pro-list li:hover a {
  color: #fff
}

.suwis-prodcut .pro-list li a .iconfont {
  position: relative;
  float: right;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  line-height: 15px;
  top: 18px;
  text-align: center;
  color: #a5a5a5
}

.suwis-prodcut .pro-list li:hover a .iconfont {
  background: #a5a5a5;
  color: #fff
}

.suwis-prodcut .text-list {
  position: absolute;
  bottom: 16%;
  left: 55.5%;
  width: 41.5%
}

.suwis-prodcut .text-list li {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  position: absolute;
  color: #8c8c8c;
  font-weight: 580;
  opacity: 0;
  display: none\9
}

.suwis-prodcut .text-list li.show {
  opacity: 1;
  display: block\9
}

.suwis-service {
  padding-bottom: 2.7%
}

.suwis-service .title {
  padding-top: 5.2%;
  padding-bottom: 4%;
  text-align: left
}

.suwis-service .title h1 {
  font-size: 26px;
  padding-bottom: 1%;
  margin-bottom: 1%;
  border-bottom: 2px solid #353535;
  width: 19%;
  color: #353535;
  text-align: left;
  white-space: nowrap
}

.suwis-service .title span {
  font-size: 20px;
  color: #4d4a4a
}

.suwis-service dl {
  text-align: center
}

.suwis-service dl dt {
  position: relative;
  margin-bottom: 10%;
  overflow: hidden;
  box-shadow: 0 0 28px rgba(0, 0, 0, .4)
}

.suwis-service dl dt img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  display: block;
  opacity: .9
}

.suwis-service dl dt .img-mask {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(58, 52, 42, .2);
  color: #fff
}

.suwis-service dl dt:hover .img-mask {
  background-color: rgba(58, 52, 42, 0)
}

.suwis-service dl dt .img-mask::before {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  position: absolute;
  display: block;
  content: '';
  width: 88%;
  height: 88%;
  left: 6%;
  top: 6%;
  background: rgba(0, 0, 0, .5);
  border: 2px solid rgba(255, 255, 255, .8);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
  z-index: 0;
  opacity: 0
}

.suwis-service dl dt:hover .img-mask::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.suwis-service dl dt .img-mask>* {
  position: relative;
  z-index: 10
}

.suwis-service dl dt .img-mask h2 {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-size: 16px
}

.suwis-service dl dt:hover .img-mask h2 {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}

.suwis-service dl dt .img-mask p {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  letter-spacing: 3px;
  visibility: hidden\9
}

.suwis-service dl dt:hover .img-mask p {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  letter-spacing: 0;
  visibility: visible\9
}

.suwis-service dl dd {
  font-size: 16px;
  font-weight: 580;
  line-height: 22px
}

.suwis-service dl dd span {
  display: block
}


/*核心产品v-2*/

.slide-box-01 {
  margin-top: 20px;
  width: 100%;
  height: 526px;
  background: url(../images/index/pro_bg.jpg) no-repeat center top;
  overflow: hidden;
}

.slide-box-01 .txt-center {
  text-align: center;
}

.slide-box-01 strong {
  font-weight: normal;
}

.slide-01 {
  position: relative;
  height: 526px;
  overflow: hidden;
  zoom: 1;
}

.slide-01 li {
  display: inline;
  width: 100%;
  height: 526px;
}

.slide-01 .slide-child {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  float: left;
  width: 260px;
  height: 100%;
  cursor: default;
}

.slide-desc {
  padding: 185px 10px 0 10px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}

.slide-01 .slide-child:last-child {
  width: 160px;
}

.slide-01:hover .slide-child {
  /*width: 230px;*/
}

.slide-01:hover .slide-child:hover {
  /*transform: scale(1.2);*/
  z-index: 999;
}

.slide-01 .on .init-hide, .slide-01 .slide-child:hover .init-hide {
  opacity: 1;
  filter: Alpha(opacity=100);
}

.slide-01 .on .slide-desc, .slide-01 .slide-child:hover .slide-desc {
  -webkit-transform: translate(0, -48px);
  -ms-transform: translate(0, -48px);
  transform: translate(0, -48px);
  padding-top: 136px;
}

.slide-01 .on .slide-bg, .slide-01 .slide-child:hover .slide-bg {
  background-color: rgba(0, 0, 0, 0.8) !important;
  filter: alpha(opacity=80);
  background-color: #000;
}

.slide-01 .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6) !important;
  filter: alpha(opacity=60);
  background-color: #000;
}

.slide-01 .slide-desc-center {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px;
}

.slide-icon {
  margin: 0 auto;
  height: 60px;
  text-align: center;
  font-size: 50px;
}

.bord-b {
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 20px;
  border-bottom: 1px solid #7f8594;
  background: none;
}

.slide-tit {
  margin-top: 26px;
  line-height: 26px;
  font-size: 18px;
}

.init-hide {
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.slide-detail {
  margin-top: 28px;
  line-height: 20px;
  font-size: 12px;
  text-align: justify !important;
  word-break: break-all
}

a.slide-more {
  position: relative;
  display: inline-block;
  border: 1px solid #bbc7d6;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  top: 30px;
}

.slide-01 .slide-desc-center a.slide-more {
  top: 50%;
  margin-top: -16px;
}


/*业务版块*/

.suwis-service .model-01 {
  margin-left: -15px;
  margin-right: -15px;
}

.model-box {
  float: left;
  text-align: center;
  width: 25%;
  padding: 15px;
}

.model-box:hover {
  background-color: #fff;
  /*-webkit-transform: scale(1.06); -moz-transform: scale(1.06);
transform: scale(1.06);*/
  -webkit-animation: push 0.3s linear 1;
  animation: push 0.3s linear 1;
}

.model-box-01 {
  border: 1px solid;
  border-color: transparent;
}

.model-box a {
  display: block;
}

.w-358 a {
  border-bottom: 3px solid #ecedef;
  height: 300px;
}

.w-358.center {
  clear: both;
  margin: auto;
  float: none;
}

.m-icon {
  position: relative;
  top: 30px;
  margin: 0 auto;
  font-size: 50px;
}

.model-box .m-tit {
  padding: 20px 0 10px;
  font-size: 20px;
}

.model-box .m-desc {
  line-height: 30px;
  text-align: justify;
  font-size: 12px;
}

@media screen and (max-width:1440px) and (min-width:1024px) {
  .suwis-about .poster {
    max-width: 295px
  }
  .suwis-about h1 {
    font-size: 24px
  }
  .suwis-about span {
    font-size: 18px
  }
  .suwis-about .col-xs-8 {
    margin-left: 0
  }
  .suwis-news h1 {
    font-size: 24px
  }
  .suwis-news span {
    font-size: 18px
  }
  .suwis-news .poster {
    right: 40px
  }
  .suwis-news ul li {
    font-size: 14px;
    line-height: 24px
  }
  .suwis-prodcut .title h1 {
    font-size: 24px
  }
  .suwis-prodcut .title span {
    font-size: 18px
  }
  .suwis-prodcut .bg-auxiliary {
    width: 3%
  }
  .suwis-prodcut .bg-wrap .before, .suwis-prodcut .pro-wrap img {
    left: 3%
  }
  .suwis-service .title h1 {
    font-size: 24px
  }
  .suwis-service .title span {
    font-size: 18px
  }
  .suwis-service dl dt .img-mask h2 {
    font-size: 14px
  }
  .suwis-service dl dt .img-mask p {
    font-size: 12px
  }
  .suwis-service dl dd {
    width: 120%;
    margin-left: -10%;
    font-size: 12px
  }
  /**/
  .slide-01, .slidelist-01, .slide-01 li, .slide-01, .slide-box-01 {
    height: 400px;
  }
  .slide-01 .slide-child {
    width: 200px;
  }
  .slide-01 .slide-child:last-child {
    width: 100px;
  }
  .slide-desc {
    padding-top: 150px;
  }
  .slide-01 .slide-child:hover .slide-desc {
    padding-top: 60px;
  }
  .slide-tit {
    font-size: 16px;
  }
  .slide-tit p {
    margin: 0px;
  }
  .slide-icon {
    height: 50px;
  }
  .slide-tit {
    margin-top: 10px;
  }
  .slide-detail {
    margin-top: 10px;
  }
  a.slide-more {
    width: 80px;
    height: 25px;
    line-height: 24px;
  }
  .model-box .m-desc {
    line-height: 22px;
  }
}

@media screen and (max-width:1024px) {
  .suwis-banner {
    margin-bottom: 20px;
  }
  .suwis-banner img {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .suwis-about p, .suwis-news h1, .suwis-prodcut .pro-list, .suwis-prodcut .row>div, .suwis-prodcut .title h1 {
    width: 100%
  }
  .suwis-about .poster, .suwis-news .poster, .suwis-prodcut .bg-auxiliary, .suwis-prodcut .bg-wrap .before, .suwis-prodcut .row>div.col-xs-6:first-child {
    display: none
  }
  .suwis-about .col-xs-4, .suwis-about .col-xs-8 {
    width: 100%;
    margin: auto
  }
  .suwis-about .poster {
    max-width: 100%;
    margin: 20px 0
  }
  .suwis-about .text-wrap {
    padding-left: 0
  }
  .suwis-about h1, .suwis-news h1, .suwis-prodcut .title h1 {
    font-size: 18px
  }
  .suwis-about span, .suwis-news span, .suwis-prodcut .title span {
    font-size: 14px
  }
  .suwis-news ul li {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px
  }
  .suwis-contact {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 18%
  }
  .suwis-contact .text-right img {
    max-width: 80px
  }
  .suwis-prodcut .bg-wrap {
    height: auto
  }
  .suwis-prodcut .pro-wrap img {
    position: relative;
    max-width: 320px;
    display: none
  }
  .suwis-prodcut .pro-wrap img.show {
    display: block
  }
  .suwis-prodcut .pro-list {
    padding: 10px
  }
  .suwis-prodcut .pro-list li {
    font-size: 12px;
    margin: 6px 0;
    width: 48%;
    float: left
  }
  .suwis-prodcut .pro-list li:nth-child(2n) {
    float: right
  }
  .suwis-prodcut .text-list {
    position: static;
    padding: 20px 0;
    width: 95%;
    margin: auto;
    clear: both
  }
  .suwis-prodcut .text-list li {
    position: relative;
    display: none
  }
  .suwis-service .title h1 {
    width: 100%;
    font-size: 18px
  }
  .suwis-service .title span {
    font-size: 14px
  }
  .suwis-prodcut .text-list li.show {
    display: block
  }
  .suwis-service .col-xs-3 {
    width: 50%
  }
  .suwis-service dl dt .img-mask p {
    font-size: 12px
  }
  .suwis-service dl dd {
    font-size: 14px
  }
  /**/
  .slide-01 .slide-child {
    overflow: hidden;
    width: 48%;
    margin-bottom: 25px;
    height: 108px;
  }
  .slide-01 .slide-child:nth-child(2n) {
    float: right;
  }
  .slide-child .slide-bg, .slide-01 .slide-child:hover .slide-bg {
    /*background: transparent !important;*/
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
  }
  .slide-child:last-child .slide-bg, .slide-01 .slide-child:last-child:hover .slide-bg {
    background: transparent !important;
  }
  .slide-desc {
    padding-top: 40px;
  }
  .slide-child:hover .slide-desc {
    padding-top: 40px !important;
  }
  a.slide-more {
    margin-top: -20px;
    width: 80px;
    height: 25px;
    line-height: 24px;
  }
  .slide-tit {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .slide-tit p {
    margin: 0px;
  }
  .slide-01 li, .slide-01 {
    height: auto;
  }
  .slide-01 .slide-bg {
    position: relative;
    width: 100%;
    /*background: transparent !important;*/
  }
  .slide-01 .fill-img {
    position: absolute;
    width: 140%;
    max-width: 200%;
    left: -20%;
    /*display: none;*/
  }
  .slide-01 .slide-child:last-child {
    height: auto;
  }
  .slide-01 .slide-child:last-child .fill-img {
    display: none;
  }
  .slide-01, .slide-box-01 {
    height: auto;
    background: none;
  }
  .slide-01 .slide-child .init-hide {
    opacity: 1;
    /*filter: Alpha(opacity=100);*/
  }
  .slide-01 .slide-child .slide-desc {
    -webkit-transform: translate(0, -48px);
    -ms-transform: translate(0, -48px);
    transform: translate(0, -48px);
  }
  .slide-detail {
    margin-top: 10px;
    display: none;
  }
  /**/
  .model-box {
    width: 100%;
    padding: 0px 10px;
  }
  .model-box a {
    padding-top: 0px;
  }
  .slide-icon {
    font-size: 30px;
    height: 30px;
    margin-top: 10px;
  }
  .w-358 a {
    height: auto;
    padding-bottom: 40px;
  }
  .model-box .m-tit {
    font-size: 16px;
  }
  .model-box .m-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .slide-01 .slide-child:last-child {
    width: 100%;
  }
  .slide-01 .slide-desc-center {
    text-align: center;
  }
  .slide-01 .slide-desc-center a.slide-more {
    margin-top: 20px;
  }
  .slide-child:last-child a.slide-more {
    color: #505050;
  }
}
