
.pianyi {
  padding-top: 0px;
  margin-top: -80px;
} .abt {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.abtpicbg {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.abtpicbg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
.abtpicbg .wind {
  position: absolute;
  left: 69.7%;
  top: 98px;
  z-index: 2;
  width: 220px;
}
.abtpicbg .wind .fig {
  width: 100%;
  margin-bottom: 0px;
  font-size: 0;
}
.abtpicbg .wind .fig img {
  max-width: 100%;
}
.abtpicbg h3 {
  font-size: 36px;
  color: #014190;
  line-height: 56px;
  height: 56px;letter-spacing: 3px;
}
.abtpicbg h3 span {
  font-size: 40px;
  font-weight: bold;
  font-family: "Helvetica";
}
.abtother {
  padding: 0 5%;
}
.abtother .abtcon {
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.abtother .abtcon h2 {
  font-size: 18px;
  color: #222;
  line-height: 40px;font-weight: 700;
}
.abtother .abtcon img {
  max-width: 100%;
  display: none;
}
@media screen and (max-width: 1100px) {
  .abtpicbg .wind {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .abtpicbg .wind {
    left: 10px;
    right: auto;
    top: 10px;
  }
  .abtpicbg .wind .fig {
    display:block;
  }
  .abtpicbg > img {
    -o-object-position: -100px 50%;
       object-position: -100px 50%;
  }
}
.abtwo {
  padding: 60px 0 65px;
  overflow: hidden;
}
.guolist {
  float: none;
  overflow: hidden;
  font-size: 0;
  margin: 0 auto;
}
.guolist li {
  display: inline-block;
  text-align: center;width:20%
}
.guolist li a {
  display: block;
  position: relative;
}
.guolist h3 {
  padding: 0 60px;
  font-size: 60px;
  line-height: 80px;
  color: #014190;
  height: 80px;
}
.guolist h3 span {
  line-height: 80px;
  vertical-align: top;
  font-family: 'Century751No2BTregular';
  font-weight: bold;
}
.guolist h3 i {
  font-size: 24px;
  line-height: 28px;
  font-style: normal;
  font-weight: bold;
  vertical-align: top;
}
.guolist h3 label {
  display: inline;
  
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #014190;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  position: relative;
  width: 24px !important;
  height: 24px !important;
  margin-left: -26px;
}
.guolist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  height: 28px;
}
.kouhao {
  float: right;
  width: 350px;
  margin-right: 5%;
  padding-top: 24px;
  position: relative;
}
.kouhao:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 66px;
  height: 1px;
  background-color: #33b597;
}
.kouhao dd {
  font-size: 22px;
  line-height: 42px;
  color: #666;
}
@media screen and (max-width: 1400px) {
  .kouhao {
    margin-right: 0;
  }
}
@media screen and (max-width: 1320px) {
  .guolist h3 {
    padding: 0 40px;
  }
  .abtother {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1150px) {
  .kouhao {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .kouhao:before {
    left: 50%;
    margin-left: -33px;
  }
  .guolist {
    float: none;
    width: 100%;
  }
  .guolist li {
    width: 33.33%;
  }
  .guolist h3 {
    padding: 0 0;
  }
}
@media screen and (max-width: 780px) {
  .guolist li {
    width: 50%;
  }
  .guolist li.i3 {
    width: 100%;
  }
  .abtother {
    padding: 0 0;
  }
  
  .pianyi {
    padding-top: 0px;
    margin-top: 0px;
  } 
}

.cer,.cer0,.cer2,.cer3{ max-width:1400px; margin:0 auto;}
.cer3{ padding: 0 30px;}
/*end  关于我们*/
.subpage-wrap {
  position: relative;
  z-index: 6;
} 

/* sCase */
.sCase-wrap {
  padding: 1.6rem 0 2rem;
}
.sCase-wrap .pageListBox {
  padding-bottom: 0;
}
.sCase-list .item {
  position: relative;
  z-index: 2;
  border: #eeeeee solid 1px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sCase-list .item {
  width: 32.5%;
  margin-right: 1.25%;
  margin-top: 0;
}
.sCase-list .item:nth-child( 3n+3) {
  margin-right: 0;
}
.sCase-list .item:nth-child( 1n+4) {
  margin-top: 1.25%;
}
.sCase-list .item:after {
  content: " ";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #014190;
}
.sCase-list .item .pic01 {
  width: 100%;
  height: 0;
  padding-bottom: 74.62686567%;
  background-color: #f1f1f1;
}

.sCase-list .item .pic{width: 100%;height: 320px;display: flex;align-items: center;justify-content: center;background: linear-gradient(to bottom,#fff,#f5f5f5);}
.sCase-list .item .pic img{max-width: 88%;max-height: 88%;transform: scale(0.96);transition: all .6s ease;}

.sCase-list .item:hover .pic img{transform: scale(1);}

@media all and (max-width:1000px) { .sCase-list .item .pic {height: 280px;}   }

@media all and (max-width:640px) {  .sCase-list .item .pic {height: 260px;}}
.sCase-list .item .txt {
  padding: 2.76rem 1.6rem;
  margin: 4px 0;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sCase-list .item h3 {
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sCase-list .item p {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
}
.sCase-list .item p span {
  color: #666666;
}
.sCase-list .item p s {
  color: #999999;
}
.sCase-list .item .arrow {
  position: absolute;
  margin-top: 0.32rem;
  width: 0;
  height: 8px;
  background-image: url(../images/arrows-pdt.png);
  background-size: auto 8px;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .sCase-list .item:hover {
    -webkit-box-shadow: 0px 6px 9.4px 0.6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 9.4px 0.6px rgba(0, 0, 0, 0.1);
  }
  .sCase-list .item:hover .txt {
    -webkit-transform: translateY(-0.16rem);
            transform: translateY(-0.16rem);
    top: -4px;
  }
  .sCase-list .item:hover h3 {
    color: #014190;
  }
  .sCase-list .item:hover .arrow {
    width: 52px;
    height: 8px;
    margin-top: 0.3rem;
  }
  .sCase-list .item:hover:after {
    left: 0;
    width: 100%;
    -webkit-transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
    transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
  }
}
@media screen and (max-width: 1024px) {
  .sCase-list .item {
    width: 100%;
    margin-right: 0%;
    margin-top: 15px;
  }
  .sCase-list .item:nth-child( 2n+2) {
       margin-right: 0%;  margin-top: 15px;
  }
  .sCase-list .item:nth-child( 1n+3) {
    margin-right: 0%;  margin-top: 15px;
  }
  .sCase-list .item p {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    height: 40px;
  }
}
.sCase-list-sections .section {
  position: relative;
}
.sCase-list-sections .section:nth-child(1n+2) {
  margin-top: 1.2rem;
}
.sCase-list-sections .section .dt {
  position: relative;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  padding-left: 40px;
  color: #333333;
}
.sCase-list-sections .section .dt:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background-image: url(../images/icos-gear.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sCase-list-sections .section .dt .more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sCase-view-wrap {
  padding-bottom: 2rem;
}
.sCase-view-intro {
  padding: 1.6rem 0;
  text-align: center;
}
.sCase-view-intro h1 {
  color: #333;
}
.sCase-view-intro h1:after {
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.6rem;
  width: 30px;
  height: 4px;
  background-color: #014190;
}
.sCase-view-intro .imax {
  margin-top: 0.6rem;
}
.sCase-view-intro .btns {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 0;
}
.sCase-view-intro .btns .btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding: 0.2rem 0.6rem;
}
.sCase-view-intro .btns .btn:nth-child(2n+1) {
  background-color: #555555;
}
.sCase-view-intro .btns .btn:nth-child(2n+2) {
  background-color: #014190;
}
.sCase-view-intro .btns .btn:nth-child(1n+2) {
  margin-left: 0.6rem;
}
.sCase-view-intro .btns .btn .icoImg {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.sCase-view-intro .btns .btn s {
  font-size: 14px;
}
.sCase-view-body {
  padding: 1.4rem 2.4rem;
  background-color: #f7f7f7;
}
.sCase-view-body .head {
  position: relative;
}
.sCase-view-body .head .cn {
  color: #333;
  letter-spacing: .2em;
}
.sCase-view-body .head .en {
  color: #c5c4c4;
  margin-top: 12px;
  text-transform: uppercase;
}
.sCase-view-body .head .warning {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 5px;
  line-height: 1.5;
  text-align: right;
}
.sCase-view-body .head .en,
.sCase-view-body .head .warning {
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .sCase-view-body .head .en,
  .sCase-view-body .head .warning {
    font-size: 20px;
  }
  .sCase-view-body .head .en {
    margin-top: 14px;
  }
}
.sCase-view-body .body {
  margin-top: 0.8rem;
}
.sCase-view-body .body .playground {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.sCase-view-body .body .playground .player {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #000;
  -o-object-fit: cover;
     object-fit: cover;
}
.sCase-view-body .sView-foot {
  padding-top: 0;
  border-top: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 1rem;
}
.sCase-view .sRelative-product {
  margin-top: 1rem;
}

/* ysq _ ROW  */
.ysqRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.ysqRow:after {
  display: none;
}
.ysqRow:after {
  display: none;
}
.ysqRow > .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
  -webkit-transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: transform 250ms,background 250ms,color 250ms;
  transition: transform 250ms,background 250ms,color 250ms,-webkit-transform 250ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.container,
.w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .container,
  .w {
    width: 1200px;
  }
}
@media screen and (min-width: 1601px) {
  .container,
  .w {
    width: 1440px;
  }
}
@media screen and (max-width: 1024px) {
  .container,
  .w {
    width: auto !important;
    width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 720px !important;
  }
}
.w-p {
  padding-left: 6.25%;
  padding-right: 6.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .w-p {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
  }
}
@media screen and (max-width: 1024px) {
  .w-p {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  
  
}

.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: left !important;
}