@charset "utf-8";
.cm {
  color: #00b0ec;
}
.cm2 {
  color: #4cd59f;
}
.jianbian {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
  background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}
@font-face {
  font-family: 'Geometr415BlkBT';
  src: url('../font/Geometr415BlkBT.ttf');
}
@font-face {
  font-family: 'swissbt';
  src: url('../font/SWISSBT.TTF');
}
@font-face {
  font-family: 'Century751No2BT';
  src: url('../font/Century751No2BT.TTF');
}
.inbanner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner .cer {
  position: relative;
  height: 100%;
}
.inbanner2 {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.inbanner2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*匠心住宿2关于 设计施工流程标题*/
.cate1 {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.cate1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #fff;
}
.cate1 .en {
  font-size: 24px;
  color: #e6462e;
  line-height: 24px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.cate1 .cn {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
}
.cate1 .cn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: -74px;
}
.cate1 .cn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: -74px;
}
/*匠心住宿3产品大分类 banner标题*/
.ibcatein {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-top: -78px;
}
.ibcatein .cn {
  font-size: 30px;
  line-height: 42px;
}
.ibcatein .en {
  font-size: 50px;
  line-height: 58px;
  font-family: 'helvetica';
  text-transform: capitalize;
  font-weight: ;
}
.ibcatein .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 66px;
  height: 2px;
  background-color: #fff;
  display: none;
}
.mouse {
  width: 18px;
  height: 34px;
  margin-top: 123px;
  margin-left: -9px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  /*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/
  background: url('../images/mouse.png') center 0 no-repeat;
}
.ibcatein .fig1 {
  height: 42px;
  margin-bottom: 22px;
}
.ibcatein .fig1 img {
  max-height: 100%;
  -webkit-animation: movt 8s linear 0s both infinite;
          animation: movt 8s linear 0s both infinite;
}
/*匠心住宿10联系 banner标题*/
.ibcatein2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5.4%;
}
.ibcatein2 .cn {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-top: 30px;
  background: url('../images/line2.png') center no-repeat;
}
.ibcatein2 .cn span {
  padding-left: 8px;
  letter-spacing: 8px;
}
.ibcatein2 .en {
  font-size: 0;
}
.ibcatein2 img {
  max-width: 90%;
}
.ibcate .bg {
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -132px;
  z-index: 0;
  width: 265px;
  height: 265px;
  background: url('../images/huahuan1.png') center no-repeat;
  -webkit-animation: rotate360 30s linear infinite;
          animation: rotate360 30s linear infinite;
}
@-webkit-keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*远见2关于我们 合作单位*/
.borderwan {
  position: relative;
}
.borderwan i.ii1,
.borderwan i.ii2,
.borderwan i.ii3,
.borderwan i.ii4 {
  position: absolute;
  z-index: 5;
  background-color: #cfd1f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.borderwan i.ii1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.borderwan i.ii3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii4 {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
.borderwan:hover i.ii1,
.borderwan:hover i.ii3 {
  width: 100%;
}
.borderwan:hover i.ii2,
.borderwan:hover i.ii4 {
  height: 100%;
}
.btt1 img,
.btt2 img,
.btt3 img {
  -webkit-animation: move ease-in-out 2s infinite;
          animation: move ease-in-out 2s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.greybg {
  background-color: #f5f6fa;
}
.greybg2 {
  background-color: #918f8f;
}
.js-qiecon2 {
  display: none;
}
.js-qiecon2.on {
  display: block;
}
.js-qiecon {
  position: absolute;
  left: 200%;
  top: 0;
  z-index: -20;
  opacity: 0;
  width: 100%;
}
.js-qiecon.on {
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.pianyi {
  padding-top: 80px;
  margin-top: -80px;
}
.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lefthalf {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.righthalf {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.txtEff label {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pianyi {
    padding-top: 60px;
    margin-top: -60px;
  }
}
/*远见3荣誉 */
.sanji {
  width: 100%;
  height: 46px;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.sanji a {
  display: inline-block;
  position: relative;
  margin: 0 30px;
  overflow: hidden;
  width: 158px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #eb0104;
  font-size: 18px;
  color: #eb0104;
  line-height: 44px;
  font-weight: bold;
}
.sanji a:hover,
.sanji a.on {
  background-color: #eb0104;
  color: #fff;
}
/*南山中学2新闻列表*/
.baninfo {
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 2;
  background-color: #00b0ec;
}
.baninfo .cer0 {
  height: 100%;
}
.erji {
  float: left;
  font-size: 0;
  white-space: nowrap;
  height: 100%;
  max-width: 100%;
}
.erji a {
  display: inline-block;
  width: 160px;
  height: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #00b0ec;
  margin-right: 1px;
}
.erji a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: none;
  width: 0;
  height: 1px;
  background-color: #c02020;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a:hover {
  background-color: #4cd59f;
}
.erji a.on {
  background-color: #4cd59f;
}
.tree {
  float: right;
  height: 100%;
  color: #fff;
  position: relative;
}
.tree a {
  font-size: 16px;
  color: #fff;
  padding: 0 6px;
}
.tree a:hover,
.tree a.leaf {
  text-decoration: underline;
}
/*宝创8产品详情 */
.bneck {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 3;
}
.berji {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.berji a {
  display: inline-block;
  width: 164px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  background-color: #66807f;
  margin: 10px 17px;
  border-radius: 8px;
}
.berji a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  display: none;
}
.berji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #0076cd;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.berji a.on:after,
.berji a:hover:after {
  width: 80px;
  margin-left: -40px;
}
.berji a.on,
.berji a:hover {
  background-color: #1fb5b0;
}
/*鸿盛广达1首页按钮*/
a.seemore {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border: 2px solid #0292fd;
  border-radius: 23px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1.png') right no-repeat;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#005ffb), to(#0292fd));
  background-image: linear-gradient(to right, #005ffb, #0292fd);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #005ffb;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}
.jello-h:hover {
  -webkit-animation: jello 1s 0s infinite;
          animation: jello 1s 0s infinite;
}
.rubberBand-h:hover {
  -webkit-animation: rubberBand 1s 0s 1;
          animation: rubberBand 1s 0s 1;
}
/*远见8产品详情 */
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.outnav7 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e7e7e7;
}
.outnav7 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
  background-image: url('../images/lt3h.png');
  background-color: #eb0104;
}
.outnav7 .nav-right:hover {
  background-image: url('../images/gt3h.png');
  background-color: #eb0104;
}
.outnav7 #wrapper77 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav7.on {
  padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 170px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #666;
  line-height: 60px;
  font-size: 16px;
}
.nav7 li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  display: none;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  margin-top: -7px;
}
.nav7 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #014ab1;
}
.nav7 li:hover a {
  color: #eb0104;
}
.nav7 li:hover a:after {
  width: 108px;
  margin-left: -54px;
}
.nav7 li.on a {
  color: #eb0104;
}
.nav7 li.on a:after {
  width: 108px;
  margin-left: -54px;
}
.cate6 {
  position: relative;
}
.cate6 .en {
  font-size: 100px;
  color: #f7f7f7;
  line-height: 92px;
  font-family: "helvetica";
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
}
.cate6 .cn {
  font-size: 48px;
  color: #333;
  line-height: 80px;
  margin-top: -66px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 80px;
}
.cate6 .cn2 {
  font-size: 48px;
  color: #00b0ec;
  line-height: 80px;
  margin-top: -66px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 80px;
}
.cate6 .cn2 span {
  color: #4cd59f;
}
.cate6 .need {
  position: absolute;
  right: 0;
  bottom: 18px;
  z-index: 0;
  font-size: 16px;
  color: #999;
  line-height: 1em;
}
.liuyanout {
  padding: 70px 0 80px;
}
.liuyan {
  color: #666;
  font-size: 0;
  margin-top: 40px;
}
.liuyan .hang {
  float: left;
  width: 380px;
  margin-left: 30px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.liuyan .hang.long {
  float: none;
  width: 100%;
  margin-left: 0;
}
.liuyan .hang.first {
  margin-left: 0;
}
.liuyan .hang.fat {
  width: 100%;
  height: auto;
  margin-left: 0;
}
.liuyan input[type=text] {
  width: 378px;
  height: 48px;
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 48px;
  text-indent: 16px;
  font-size: 16px;
  border-radius: 4px;
}
.liuyan textarea {
  padding: 9px 16px;
  height: 130px;
  border: 1px solid #ddd;
  resize: none;
  background-color: #fff;
  vertical-align: top;
  width: 1166px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 4px;
}
.liuyan input[type=text]:focus,
.liuyan textarea:focus {
  border-color: #00b0ec;
}
.liuyan input[type=text],
.liuyan textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan i.v {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan .hang2 {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.liuyan .hang2 > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.liuyan .hang2 i.v {
  width: 380px;
}
.liuyan .verifyImg {
  width: 200px;
  height: 48px;
  cursor: pointer;
  vertical-align: top;
  margin-left: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.liuyan .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin: 0 30px;
  background: url('../images/change.png') center no-repeat;
}
.liuyan input#tj {
  width: 300px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  background-color: #00b0ec;
  color: #fff;
  font-weight: bold;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 4px;
}
.liuyan input#tj:hover {
  background-color: #4cd59f;
}
.lxout {
  padding: 64px 0 48px;
}
.lxcon {
  overflow: hidden;
  font-size: 0;
  margin-top: 34px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lxcon div {
  display: inline-block;
  padding-left: 42px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lxcon p label {
  font-size: 28px;
  font-family: 'swissbt';
  vertical-align: middle;
}
.lxcon .lx1 {
  background-image: url('../images/lx1.png');
}
.lxcon .lx2 {
  background-image: url('../images/lx2.png');
}
.lxcon .lx3 {
  background-image: url('../images/lx3.png');
}
.lxcon .lx3 {
  padding-top: 4px;
  line-height: 22px;
  width: 400px;
}
.aboutout {
  padding: 70px 0 106px;
}
.aboutcon {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: justify;
  margin-top: 30px;
}
.aboutcon img {
  max-width: 100%;
}
.inform {
  padding: 70px 0 90px;
  position: relative;
  z-index: 10;
  font-weight: 300;
  background: url('../images/city.jpg') center / cover no-repeat;
}
.inform .title {
  font-size: 34px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
}
.inform .title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 72px;
  height: 2px;
  margin-left: -36px;
  background-color: #fff;
}
.inform .zintro {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 16px;
}
.liuyan2 {
  margin: 56px 0 0;
  color: #555;
  font-size: 0;
}
.liuyan2 .hang {
  float: left;
  width: 220px;
  height: 54px;
  margin-right: 20px;
}
.liuyan2 .hang.long {
  width: 560px;
}
.liuyan2 p {
  height: 100%;
}
.liuyan2 input[type=text] {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  line-height: 54px;
  text-indent: 50px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan2 input[type=text]:focus {
  border-color: #00b0ec;
}
.liuyan2 i.v {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan2 .btnarea {
  float: left;
  width: 140px;
  height: 54px;
}
.liuyan2 .btnarea input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
}
.liuyan2 input.tj {
  background-color: #00b0ec;
}
.liuyan2 input.tj:hover {
  background-color: #4cd59f;
}
.liuyan2 input.i1 {
  background: #ffffff url('../images/u1.png') 18px no-repeat;
}
.liuyan2 input.i2 {
  background: #ffffff url('../images/u2.png') 18px no-repeat;
}
.liuyan2 input.i3 {
  background: #ffffff url('../images/u3.png') 18px no-repeat;
}
.caseout {
  padding: 40px 0 64px;
}
.caselist {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 64px;
}
.caselist li {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #dcdcdc;
}
.caselist li a {
  display: block;
  position: relative;
  padding-left: 370px;
  height: 205px;
  overflow: hidden;
}
.caselist li .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 330px;
  height: 100%;
  overflow: hidden;
}
.caselist li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caselist li .title {
  line-height: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  padding-right: 100px;
  margin-top: 14px;
}
.caselist li h3 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 24px;
  color: #252831;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.caselist li .date {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.caselist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  height: 90px;
  margin-top: 10px;
}
.caselist li .moreout {
  width: 100%;
  height: 36px;
  margin-top: 15px;
  text-align: right;
}
.caselist li .more {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #00b0ec;
}
.caselist li .more:hover {
  width: 110px;
  background-color: #4cd59f;
}
.caselist li:hover h3 {
  color: #00b0ec;
}
.shai2 {
  width: 100%;
  position: relative;
  z-index: 20;
}
.shai2 > div {
  width: 270px;
  height: 48px;
  cursor: pointer;
}
.shai2 .shaires {
  height: 100%;
  background-color: #00b0ec;
  line-height: 48px;
  padding-left: 28px;
  position: relative;
}
.shai2 .shaires i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 48px;
  height: 100%;
  background: url('../images/sjd1.png') center no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shai2 .shaires span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.shai2.on .shaires i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
dl.shai2two {
  width: 100%;
  position: relative;
}
dl.shai2two .inner {
  border: 1px solid #00b0ec;
  border-top-width: 2px;
  background-color: #fff;
  padding: 18px 28px;
  font-size: 0;
}
dl.shai2two .inner2 {
  width: 100%;
}
dl.shai2two dd,
dl.shai2two dt {
  height: 36px;
  font-size: 0;
  line-height: 36px;
  position: relative;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 250px;
  display: inline-block;
}
dl.shai2two dd:nth-child(5n) {
  width: 142px;
}
dl.shai2two dd label,
dl.shai2two dt label {
  display: inline-block;
  width: 16px;
  height: 36px;
  margin-right: 14px;
  background: url('../images/check00.png') center no-repeat;
  vertical-align: top;
}
dl.shai2two dd.on label,
dl.shai2two dt.on label {
  background-image: url('../images/check11.png');
}
dl.shai2two dd span,
dl.shai2two dt span {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  font-size: 18px;
  color: #666;
  vertical-align: top;
}
dl.shai2two dd:nth-child(5n) span {
  width: 90px;
}
dl.shai2two dd:hover span,
dl.shai2two dt:hover span {
  color: #00b0ec;
}
dl.shai2two dd.on span,
dl.shai2two dt.on span {
  color: #00b0ec;
}
dl.shai2two dd input[type=checkbox],
dl.shai2two dt input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.main {
  position: relative;
  margin: 80px 0;
  padding-right: 300px;
}
.mainleft {
  width: 100%;
  min-height: 1200px;
}
.mainright {
  width: 240px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.pdflist {
  width: 100%;
  padding: 0 0 30px;
}
.pdflist li {
  width: 100%;
  padding: 20px 0 24px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pdflist li .lin {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 160px;
  height: 66px;
  overflow: hidden;
}
.pdflist li h3 {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #088ebc;
}
.pdflist li .more {
  position: absolute;
  right: 25px;
  top: 17px;
  z-index: 1;
  width: 110px;
  height: 36px;
  font-size: 16px;
  color: #fefefe;
  text-align: center;
  line-height: 36px;
  background-color: #00b0ec;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pdflist li .info {
  font-size: 14px;
  color: rgba(0, 176, 236, 0.5);
  line-height: 26px;
  overflow: hidden;
  height: 26px;
}
.pdflist li h3,
.pdflist li .info {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pdflist li:hover {
  background-color: #00b0ec;
}
.pdflist li:hover .more {
  background-color: #fff;
  color: #00b0ec;
}
.pdflist li:hover h3 {
  color: #fff;
}
.pdflist li:hover .info {
  color: rgba(255, 255, 255, 0.5);
}
.sdtitle {
  height: 28px;
  position: relative;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.sdtitle i {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border: 6px solid #fff;
  border-left-color: #00b0ec;
  border-bottom-color: #00b0ec;
}
.twlist {
  padding-top: 20px;
  overflow: hidden;
}
.twlist li {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
.twlist li a {
  display: block;
  position: relative;
}
.twlist .pic {
  width: 100%;
  height: 147px;
  position: relative;
}
.twlist .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.twlist li h3 {
  font-size: 14px;
  color: #666;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.twlist li:hover h3 {
  color: #00b0ec;
}
.keylist {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 28px 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.keylist a {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 7px;
  width: 113px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #99a9b5;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.keylist a:hover {
  border-color: #4cd59f;
  background-color: #4cd59f;
  color: #fff;
}
.rsou {
  height: 38px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  padding-right: 40px;
  border: 1px solid #d4e0ea;
}
.rsou form {
  height: 100%;
}
.rsou input.soutxt {
  width: 100%;
  height: 38px;
  background-color: #fff;
  display: block;
  line-height: 38px;
  font-size: 14px;
  text-indent: 12px;
  border: 0 none;
  color: #666;
}
.rsou input.soubtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 38px;
  cursor: pointer;
  font-size: 0;
  color: #333;
  line-height: 38px;
  text-align: center;
  border: 0 none;
  background: #ffffff url('../images/glass.png') center no-repeat;
}
.rsou,
.rsou input.soutxt,
.rsou input.soubtn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rsou:hover {
  border-color: #00b0ec;
}
.rsou input.soubtn:hover {
  background-image: url('../images/glassh.png');
}
.atc {
  padding: 30px 30px 30px;
  border: 1px solid #d4e0ea;
}
.atc-h {
  text-align: center;
  border-bottom: 1px solid #d4e0ea;
  padding-bottom: 28px;
}
.atc-h h1 {
  font-size: 26px;
  color: #333;
  line-height: 38px;
}
.atc-h .atc-date {
  font-size: 14px;
  color: #a09f9f;
  line-height: 22px;
  margin-top: 10px;
}
.atc-h .atc-date span {
  display: inline-block;
  margin: 0 8px;
}
.atc-con {
  padding: 28px 0 38px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-align: justify;
  border-bottom: 1px solid #d4e0ea;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #00b0ec;
}
.atc-pn {
  padding-right: 228px;
  position: relative;
  margin-top: 24px;
}
.atc-pn a {
  display: block;
  font-size: 14px;
  color: #626262;
  line-height: 32px;
}
.atc-pn a:hover {
  color: #00b0ec;
}
.atc-pn a.ret {
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  background-color: #00b0ec;
  width: 128px;
  height: 46px;
  position: absolute;
  right: 50px;
  top: 9px;
  z-index: 1;
}
.atc-pn a.ret:hover {
  opacity: 0.8;
}
.videowrap {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.video {
  width: 900px;
  max-width: 100%;
  height: 540px;
}
.relbox {
  border: 1px solid #d4e0ea;
  padding: 35px 30px 40px;
  margin-top: 32px;
}
.reltitle {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  line-height: 30px;
}
.relnewslist {
  margin-top: 18px;
}
.relnewslist li {
  padding-left: 30px;
  height: 36px;
  position: relative;
}
.relnewslist li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 0;
  width: 6px;
  height: 6px;
  background-color: #cbcbcc;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}
.relnewslist li a {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 36px;
}
.relnewslist li span.date {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  color: #999;
}
.relnewslist li:hover:before {
  background-color: #00b0ec;
}
.relnewslist li:hover span {
  color: #00b0ec;
}
.newslist {
  padding: 0 0 62px;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.newslist li {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.newslist li .lin {
  padding: 38px 0;
}
.newslist li:first-child .lin {
  padding-top: 0;
}
.newslist li a {
  display: block;
  position: relative;
}
.newslist li .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.newslist li .pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newslist li .wrap {
  padding: 26px 0 0;
}
.newslist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  margin: 16px 0 16px;
}
.newslist li .date {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 26px;
}
.newslist li .txt {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-align: justify;
  overflow: hidden;
  height: 48px;
}
.newslist li .cov {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.newslist li:hover {
  border-bottom-color: #00b0ec;
}
.newslist li:hover h3 {
  color: #00b0ec;
}
.newslist li:hover .cov {
  background-color: rgba(0, 0, 0, 0.4);
}
.newslist li,
.newslist h3,
.newslist .cov {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lianxi {
  width: 100%;
  height: 844px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.lianxi .bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  background: url('../images/lxbg.jpg') center / cover no-repeat;
}
.lianxiright {
  width: 50%;
  height: 100%;
  float: right;
  z-index: 1;
}
.lianxiright .inner {
  padding-left: 120px;
  padding-top: 78px;
}
.cate7 .zongbu {
  width: 78px;
  height: 42px;
  background-color: #4cd59f;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
}
.cate7 .cn {
  font-size: 34px;
  color: #333;
  line-height: 44px;
  margin-bottom: 10px;
}
.cate7 .en {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-family: "Helvet";
  text-transform: uppercase;
}
.lxcon {
  margin-top: 68px;
}
.lxcon div {
  padding-left: 42px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  position: relative;
  margin-bottom: 24px;
}
.lxcon div i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background-color: #4cd59f;
  background-repeat: no-repeat;
  background-position: center;
}
.lxcon .lx1 i {
  background-image: url('../images/lx1.png');
}
.lxcon .lx2 i {
  background-image: url('../images/lx2.png');
}
.lxcon .lx3 i {
  background-image: url('../images/lx3.png');
}
.lxcon .lx4 i {
  background-image: url('../images/lx4.png');
}
.lxcon .lx5 i {
  background-image: url('../images/lx5.png');
}
.lianxileft {
  width: 50%;
  height: 100%;
  float: left;
  z-index: 1;
}
.lianxileft .inner {
  padding-top: 58px;
}
.addrlist {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1px;
}
.addrlist li {
  margin-bottom: 20px;
  padding: 20px 20px 20px 24px;
  background-color: #f5f5f5;
}
.addrlist h3,
.addrlist p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.addrlist li,
.addrlist h3,
.addrlist p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.addrlist li:hover h3,
.addrlist li:hover p {
  color: #fff;
}
.addrlist li:hover {
  background-color: #4cd59f;
}
.scrollarea1 .scrollbar {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 28px;
  z-index: 2;
}
.scrollarea1 .track {
  width: 2px;
  height: 100%;
  background-color: #f5f5f5;
  position: relative;
}
.scrollarea1 .thumb {
  width: 6px;
  position: absolute;
  left: -2px;
  top: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 3px;
  background-color: #4cd59f;
}
.scrollarea1 {
  position: relative;
  padding-right: 60px;
  height: 750px;
}
.scrollarea1 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea1 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar.disable {
  display: none;
}
.ryout {
  padding: 70px 0;
}
.techlist {
  overflow: hidden;
  padding: 28px 0 46px;
  margin: 0 -12px;
}
.techlist li {
  float: left;
  width: 25%;
  margin-bottom: 24px;
}
.techlist li .lin {
  padding: 0 12px;
}
.techlist li a {
  display: block;
  position: relative;
  border-bottom: 4px solid #f6f6f6;
  background-color: #f6f6f6;
}
.techlist li .pic {
  width: 100%;
  height: 304px;
  text-align: center;
  overflow: hidden;
}
.techlist li .pic i {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.techlist li img {
  max-width: 90%;
  max-height: 90%;
}
.techlist li h3 {
  width: 100%;
  height: 48px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.techlist li h3 span {
  display: block;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  padding: 0 20px;
}
.techlist li h3:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 216px;
  height: 1px;
  background-color: #e1e1e1;
  margin-left: -108px;
}
.techlist li h3 span,
.techlist li h3:before,
.techlist li a {
  -webkit-transition: .5s;
  transition: .5s;
}
.techlist li:hover a {
  background-color: #fff;
  border-bottom-color: #289ae4;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.36);
}
.techlist li:hover h3 span {
  color: #00b0ec;
}
.techlist li:hover h3:before {
  background-color: #00b0ec;
}
.sw3out {
  position: relative;
  max-width: 1200px;
  height: 520px;
  padding-bottom: 60px;
  margin: 70px auto 0;
}
#sw3 {
  width: 100%;
  height: 100%;
}
#sw3 .swiper-slide {
  width: 834px;
  height: 100%;
}
#sw3 .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.sw3out .sw-next,
.sw3out .sw-prev {
  position: absolute;
  top: 220px;
  width: 44px;
  height: 80px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 4px;
  text-align: center;
}
.sw3out .sw-prev {
  left: 70px;
  background: url('../images/lt2.png') center no-repeat;
}
.sw3out .sw-next {
  right: 70px;
  background: url('../images/gt2.png') center no-repeat;
}
.sw3out .sw-prev:hover,
.sw-next:hover {
  background-color: #4cd59f;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
}
.sw3out .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.sw3out .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background-color: #999;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sw3out .swiper-pagination-bullet-active {
  background-color: #00b0ec;
}
#sw3 .slideinner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
#sw3 .slideinner {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sw3 .swiper-slide.swiper-slide-active .slideinner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#sw3 .slideinner img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sw3 .slideinner img:hover {
  opacity: 0.8;
}
#sw3 .swiper-slide-active .slideinner img:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
#sw3 .swiper-slide-active .slideinner img {
  opacity: 1;
}
.caseout2 {
  padding: 90px 0 80px;
}
.casecon {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: justify;
  margin-top: 25px;
}
.casecon img {
  max-width: 100%;
}
.casetitle {
  position: relative;
  padding-right: 200px;
}
.casetitle h2 {
  font-size: 34px;
  color: #252831;
  line-height: 60px;
}
.casepn {
  width: 156px;
  height: 60px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 1;
}
.casepn a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #999;
  background-position: center;
  background-repeat: no-repeat;
}
.casepn a.prev {
  left: 0;
  background-image: url('../images/lt4.png');
}
.casepn a.next {
  right: 0;
  background-image: url('../images/gt4.png');
}
.casepn a.ret {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  margin-left: -20px;
  background: url('../images/ret.png') center no-repeat;
  border-color: #fff;
}
.casepn a.prev:hover,
.casepn a.next:hover {
  border-color: #00b0ec;
}
.casepn a.prev:hover {
  background-image: url('../images/lt4h.png');
}
.casepn a.next:hover {
  background-image: url('../images/gt4h.png');
}
/*3产品列表*/
.prolist {
  margin: 42px 0 62px;
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.prolist li {
  float: left;
  width: 33.3333%;
}
.prolist li a {
  display: block;
  position: relative;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.prolist .pic {
  width: 100%;
  height: 394px;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 394px;
}
.prolist .pic s {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
  width: 100%;
  height: 40px;
  background: url('../images/proshadow.png') center no-repeat;
  display: none;
}
.prolist .pic img {
  max-width: 90%;
  max-height: 90%;
}
.prolist li .wz {
  padding: 0 0 40px;
}
.prolist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.prolist li .type {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  padding: 0 20px;
  background-color: #bbb;
  border-radius: 14px;
  display: inline-block;
  margin: 0 auto;
}
.prolist li .hot {
  position: absolute;
  right: 22px;
  top: 30px;
  z-index: 5;
  width: 31px;
  height: 32px;
  background: url('../images/hot.png') center no-repeat;
}
.prolist li:hover h3 {
  font-weight: bold;
  color: #00b0ec;
}
.prolist li:hover .type {
  background-color: #00b0ec;
}
.prolist h3,
.prolist .type {
  -webkit-transition: .4s;
  transition: .4s;
}
.proout {
  padding: 70px 0 80px;
}
.protitle {
  position: relative;
  padding-right: 200px;
}
.protitle h2 {
  font-size: 24px;
  color: #333;
  line-height: 46px;
  font-weight: bold;
  text-indent: 20px;
  position: relative;
}
.protitle h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 6px;
  height: 26px;
  background-color: #00b0ec;
  margin-top: -13px;
}
.protitle .rsou {
  width: 280px;
  border-radius: 21px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin-bottom: 0;
}
.protitle .more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  font-size: 16px;
  color: #333;
  line-height: 46px;
}
.protitle .more:hover {
  color: #00b0ec;
}
.cate2 {
  position: relative;
  text-align: center;
}
.cate2 .en {
  font-size: 100px;
  color: #f7f7f7;
  line-height: 92px;
  font-family: "helvetica";
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
}
.cate2 .cn {
  font-size: 48px;
  color: #00b0ec;
  line-height: 80px;
  margin-top: -66px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 80px;
}
.cate2 .cn span {
  color: #4cd59f;
}
.lablist {
  padding: 70px 0 44px;
  margin: 0 -20px;
  overflow: hidden;
}
.lablist li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.lablist li .lin {
  padding: 0 20px;
}
.lablist li a {
  display: block;
  width: 100%;
  position: relative;
}
.lablist li a:after {
  left: 100%;
  position: absolute;
  bottom: 0;
  content: " ";
  width: 0;
  display: none;
  border-bottom: 1px solid #f00;
  -webkit-transition: .3s;
  transition: .3s;
}
.lablist li:hover a:after {
  width: 100%;
  left: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.lablist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 76.344%;
  overflow: hidden;
  position: relative;
}
.lablist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.lablist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 16px;
  -webkit-transition: .4s;
  transition: .4s;
}
.lablist li:hover h3 {
  color: #00b0ec;
}
.labcon {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: justify;
  position: relative;
  z-index: 2;
  margin-top: -54px;
  padding: 70px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.labcon img {
  max-width: 100%;
}
.labbg {
  width: 100%;
  height: 600px;
  margin-top: 42px;
  overflow: hidden;
}
.labbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.proout2 {
  padding: 66px 0 80px;
}
.proout2 .prolist {
  margin: 22px 0 0;
}
.baninfo2 {
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #f3f3f3;
}
.baninfo2 .cer0 {
  height: 100%;
}
.tree2 {
  float: left;
  height: 100%;
  color: #666;
  position: relative;
}
.tree2 a {
  font-size: 16px;
  color: #666;
  padding: 0 12px;
}
.tree2 a:first-child {
  padding-left: 0;
}
.tree2 a:hover,
.tree2 a.leaf {
  color: #00b0ec;
}
.baninfo2 .rsou {
  float: right;
  width: 280px;
  border-radius: 21px;
  margin-top: 15px;
  margin-bottom: 0;
}
.prosecond {
  padding-top: 40px;
  background-color: #f5f6fa;
}
.tmerjiout {
  position: relative;
  height: 58px;
}
.tmerjiout:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e5;
}
.tmerji {
  position: relative;
  font-size: 0;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.tmerji li {
  display: inline-block;
  height: 100%;
}
.tmerji li a {
  display: block;
  width: 140px;
  font-size: 20px;
  color: #333;
  line-height: 50px;
  height: 50px;
  position: relative;
  padding-bottom: 8px;
}
.tmerji li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 84px;
  height: 4px;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tmerji li:hover a {
  color: #00b0ec;
}
.tmerji li.on a {
  color: #00b0ec;
  font-weight: bold;
}
.tmerji li.on a:after {
  background-color: #00b0ec;
}
.proconout {
  padding-top: 42px;
  padding-bottom: 52px;
}
.procontent {
  font-size: 16px;
  color: #333;
  line-height: 34px;
}
.procontent .pic {
  padding: 20px 0;
}
.procontent img {
  max-width: 100%;
  cursor: pointer;
}
.profirst {
  padding: 110px 0 120px;
  background: #ffffff url('../images/probg.jpg') center bottom no-repeat;
}
.xijie {
  float: right;
  padding-right: 250px;
  z-index: 1;
  position: relative;
  width: 700px;
  height: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xijie .bigpic {
  width: 480px;
  height: 100%;
  text-align: center;
  line-height: 480px;
  font-size: 0;
}
.xijie img#bigpic {
  max-width: 100%;
  max-height: 100%;
}
.xijie .xijiebar {
  position: absolute;
  width: 84px;
  height: 300px;
  right: 0;
  top: 24px;
  z-index: 1;
  padding: 66px 0;
}
.xijie .xijiebar a {
  position: absolute;
  left: 16px;
  height: 52px;
  width: 52px;
  border-radius: 50%;
}
.xijie .xijiebar .xijie-prev {
  top: 0;
  background: #d2d2d2 url('../images/jtu1.png') center no-repeat;
}
.xijie .xijiebar .xijie-next {
  bottom: 0;
  background: #d2d2d2 url('../images/jtd1.png') center no-repeat;
}
.xijie .xijiebar a:hover {
  background-color: #00b0ec;
}
.xijie .smallpic2-out {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.xijie .smallpic2 {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.xijie .smallpic2 li {
  float: left;
  width: 100%;
  height: 84px;
  line-height: 84px;
  text-align: center;
  position: relative;
  margin: 8px 0;
  cursor: pointer;
  font-size: 0;
  border-radius: 42px;
  overflow: hidden;
}
.xijie .smallpic2 li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #d2d2d2;
  border-radius: 42px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.xijie .smallpic2 li img {
  max-width: 98%;
  max-height: 98%;
}
.xijie .smallpic2 li:hover:before,
.xijie .smallpic2 li.on:before {
  border-color: #00b0ec;
}
.probasic {
  float: left;
  width: 380px;
}
.probasic .proname {
  font-size: 36px;
  line-height: 50px;
  color: #333;
  height: 100px;
  overflow: hidden;
  margin: 34px 0;
}
.probasic .kuanhao {
  font-size: 16px;
  line-height: 24px;
  color: #00b0ec;
  font-weight: bold;
  text-transform: uppercase;
}
.probasic .proinfo {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 120px;
  overflow: auto;
}
.probasic a.zixunbtn {
  display: block;
  width: 116px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background-color: #00b0ec;
}
.probasic a.zixunbtn:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}
.rexian {
  margin: 40px 0 14px;
}
.rexian div {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 6px;
}
.rexian dd {
  color: #00b0ec;
  font-size: 24px;
  line-height: 30px;
}
.fabout {
  position: relative;
  z-index: 5;
  background-color: #fff;
  width: 100%;
  height: 720px;
}
.faboutr {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -90px;
  z-index: 2;
}
.faboutr .pic {
  width: 100%;
  height: 100%;
}
.faboutr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faboutl {
  width: 50%;
  height: 100%;
  background-color: #00b0ec;
  position: relative;
  padding-right: 146px;
}
.faboutl .inner {
  float: right;
  width: 600px;
  padding-top: 80px;
}
.fabtxt {
  overflow: hidden;
  height: 312px;
  margin: 14px 0 40px;
  max-width: 470px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.faboutl .en {
  font-family: 'Geometr415BlkBT';
  font-size: 188px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 0;
  white-space: nowrap;
  line-height: 1em;
  height: 1em;
  letter-spacing: 19px;
  opacity: 0.04;
}
.fcate3 {
  position: relative;
}
.fcate3 .cn {
  font-size: 38px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  height: 60px;
  margin-bottom: 18px;
}
.fcate3 h2 {
  font-size: 28px;
  color: #fff;
  line-height: 40px;
}
a.fabmore {
  display: block;
  width: 160px;
  height: 44px;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
  font-size: 16px;
  color: #00b0ec;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
}
a.fabmore:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.fabmore:hover:before {
  border-color: #00b0ec;
}
.fnews {
  padding: 100px 0 50px;
}
.fnewslist {
  padding: 48px 0 46px;
  overflow: hidden;
}
.fnewslist li {
  float: left;
  width: 33.33%;
}
.fnewslist li a {
  display: block;
  position: relative;
  border-right: 1px solid #c8c5be;
}
.fnewslist li:first-child a {
  border-left: 1px solid #c8c5be;
}
.fnewslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}
.fnewslist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.fnewslist li .wz {
  padding: 10px 54px 42px 34px;
}
.fnewslist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  height: 32px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fnewslist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  margin: 14px 0 18px;
}
.fnewslist li .more {
  display: block;
  width: 100px;
  height: 34px;
  border-radius: 17px;
  font-size: 15px;
  color: #666;
  line-height: 34px;
  text-align: center;
  background-color: #ececec;
  text-transform: uppercase;
}
.fnewslist li:hover .more {
  background-color: #00b0ec;
  color: #fff;
}
.fnewslist li:hover h3 {
  color: #00b0ec;
}
.fnewslist h3,
.fnewslist .more {
  -webkit-transition: .5s;
  transition: .5s;
}
a.fnewsmore {
  display: block;
  width: 160px;
  height: 44px;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  background-color: #00b0ec;
  margin: 0 auto;
}
a.fnewsmore:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.fnewsmore:hover:before {
  border-color: #fff;
}
.fbtl {
  height: 50px;
  overflow: hidden;
}
.fbtl .title {
  float: left;
  font-size: 38px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
}
.fbtl .title span {
  color: #00b0ec;
}
.ferji {
  float: right;
  font-size: 0;
  position: relative;
  height: 50px;
}
.ferji i {
  display: inline-block;
  width: 24px;
  height: 100%;
  color: #333;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}
.ferji a {
  display: inline-block;
  height: 100%;
  color: #333;
  font-size: 16px;
  line-height: 50px;
}
.ferji a:hover,
.ferji a.on {
  color: #00b0ec;
  font-weight: bold;
}
.fliuchen {
  padding: 82px 0 222px;
  background: #ffffff url('../images/city2.jpg') bottom no-repeat;
}
.fcate2 {
  position: relative;
  text-align: center;
}
.fcate2 .cn {
  font-size: 38px;
  color: #333;
  line-height: 58px;
  font-weight: bold;
  height: 58px;
  margin-bottom: 12px;
}
.fcate2 .cn span {
  color: #00b0ec;
}
.fcate2 .intro {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 60px;
}
.liuchen {
  width: 100%;
  height: 310px;
  position: relative;
  z-index: 2;
}
.liuchen img {
  width: 100%;
  height: 100%;
}
.liulist {
  width: 100%;
  height: 135px;
  margin: 63px 0 53px;
  text-align: center;
  font-size: 0;
}
.liulist .fenge {
  display: inline-block;
  width: 20px;
  height: 102px;
  vertical-align: bottom;
  background: url('../images/jtr2.png') center no-repeat;
}
.liulist li {
  display: inline-block;
  width: 112px;
  height: 100%;
  vertical-align: bottom;
}
.liulist li a {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 33px;
}
.liulist label {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 60px;
  text-align: center;
  background-color: #00b0ec;
  margin-left: -30px;
  border-radius: 50%;
}
.liulist label img {
  max-width: 100%;
  max-height: 100%;
}
.liulist li h3 {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  height: 44px;
  overflow: hidden;
  padding: 39px 30px 17px;
  background-color: #fff;
  border: 1px dashed #00b0ec;
}
.liulist li:hover h3,
.liulist li.on h3 {
  color: #fff;
  background-color: #00b0ec;
}
.liulist h3,
.liulist label {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fpro {
  position: relative;
  padding-top: 72px;
  height: 784px;
  background: url('../images/fprobg.jpg') bottom / cover no-repeat;
}
.fpro .enn {
  font-family: 'Geometr415BlkBT';
  font-size: 188px;
  color: #333;
  text-transform: uppercase;
  position: absolute;
  left: -14px;
  top: 26px;
  z-index: 0;
  white-space: nowrap;
  line-height: 1em;
  height: 1em;
  letter-spacing: 19px;
  opacity: 0.04;
}
.fcate1 {
  position: relative;
}
.fcate1 .cn {
  font-size: 38px;
  line-height: 52px;
  color: #333;
  font-weight: bold;
}
.fcate1 .cn span {
  color: #00b0ec;
}
.fcate1 .en {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  text-transform: uppercase;
}
.fcate1 a.more {
  padding-right: 8px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 1;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.fcate1 a.more span {
  position: relative;
  z-index: 2;
}
.fcate1 a.more i {
  color: #fff;
}
.fcate1 a.more:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 26px;
  height: 26px;
  background-color: #00b0ec;
  border-radius: 50%;
}
.fcate1 a.more:hover {
  color: #00b0ec;
}
.zailist {
  width: 100%;
  height: 100px;
}
.zailist li {
  float: left;
  width: 25%;
  height: 100%;
}
.zailist li a {
  display: block;
  position: relative;
  padding: 24px 0 22px;
  height: 54px;
  background-color: #00b0ec;
  text-align: center;
}
.zailist .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.zailist .bg.p1 {
  background: url('../images/zai1.jpg') center / cover no-repeat;
}
.zailist h3,
.zailist h4 {
  position: relative;
  z-index: 1;
}
.zailist h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.zailist h4 {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.zailist li:hover .bg {
  opacity: 0.5;
}
.zailist li.on .bg {
  opacity: 1;
}
.js-qiecon-wrap1 {
  margin-top: 88px;
}
.certify {
  position: relative;
  padding-bottom: 130px;
  height: 390px;
  z-index: 3;
  overflow: hidden;
}
.certify .swiper-container {
  height: 100%;
}
.certify .swiper-slide {
  width: 500px;
  text-align: center;
  line-height: 390px;
}
.certify .swiper-slide a {
  display: block;
  height: 100%;
}
.certify .swiper-slide img {
  max-width: 96%;
  max-height: 96%;
}
.certify .swiper-slide .title {
  display: none;
}
.certify .swiper-button-prev {
  left: 25%;
  top: 170px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #c0c0c0 url('../images/jtl1.png') center no-repeat;
  border-radius: 50%;
}
.certify .swiper-button-next {
  right: 25%;
  top: 155px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #c0c0c0 url('../images/jtr1.png') center no-repeat;
  border-radius: 50%;
}
.certify .swiper-button-prev:hover,
.certify .swiper-button-next:hover {
  background-color: #00b0ec;
}
.certify .swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  left: 0;
  bottom: 30px;
  width: 100%;
  font-size: 0;
}
.certify .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  opacity: 1;
  background-color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.certify .swiper-pagination-bullet-active {
  background-color: #00b0ec;
}
.certify :focus {
  outline: none;
}
.certify .ttxtout {
  position: absolute;
  left: 0;
  top: 400px;
  z-index: 1;
  width: 100%;
  height: 44px;
  text-align: center;
}
.certify .ttxt {
  max-width: 90%;
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  padding: 0 30px;
  background-color: #00b0ec;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
}
.quan {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: -20px;
  margin-top: 45px;
}
.quanpulse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00b0ec;
  -webkit-animation: circlepulse 1.5s ease 0s infinite;
          animation: circlepulse 1.5s ease 0s infinite;
}
.quanjia {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00b0ec url('../images/jia.png') center no-repeat;
}
.quanjia:hover {
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
  -webkit-transition: background-color 0.6s, -webkit-transform 2s;
  transition: background-color 0.6s, -webkit-transform 2s;
  transition: transform 2s, background-color 0.6s;
  transition: transform 2s, background-color 0.6s, -webkit-transform 2s;
}
.certify .swiper-slide-active .quan {
  opacity: 1;
}
@-webkit-keyframes circlepulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circlepulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}
