﻿@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.banner {
  position: relative;
  z-index: 1;
  padding-left: 5.46875%;
  padding-right: 5.46875%;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/navbg.png) center -140px no-repeat;
  width: 100%;
  height: 78%;
  z-index: -1;
  left: 0;
  top: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .bannerSwiper {
  border-radius: 50px 0px 50px 0px;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
}
.banner .banner-pagination {
  width: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 20px;
  z-index: 4;
  font-family: Arial;
  font-size: 30px;
  line-height: 1;
  color: #444444;
}
.banner .banner-pagination span {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background: #fff;
  opacity: 1;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  background: #444444;
}
.banner .banner-prev {
  position: absolute;
  z-index: 4;
  left: 0;
  display: block;
  width: 5.46875%;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  font-family: Arial;
  text-align: center;
  color: #fff;
  font-size: 12px;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/bl.png) center center no-repeat;
}
.banner .banner-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner .banner-next {
  position: absolute;
  z-index: 4;
  right: 0;
  display: block;
  width: 5.46875%;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  font-family: Arial;
  text-align: center;
  color: #fff;
  font-size: 12px;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/br.png) center center no-repeat;
}
.banner .banner-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner .arrow {
  position: absolute;
  z-index: 4;
  width: 29px;
  height: 41px;
  background: url(../images/arrow.png) center center no-repeat;
  left: 50%;
  margin-left: -15px;
  bottom: 60px;
  animation: arrow 1.8s linear infinite;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.inTop .inContent {
  height: 80px;
  background-color: #f8f8f8;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 40px;
  line-height: 40px;
  font-size: 18px;
}
.inTop .inContent .slogan {
  float: left;
  font-size: 16px;
  width: 545px;
}
.inTop .inContent .slogan:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #333333;
  position: relative;
  top: -2px;
  margin-right: 20px;
}
.inTop .inContent .xunpan {
  float: left;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.inTop .inContent .xunpan:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #333333;
  position: relative;
  top: -2px;
  margin-right: 20px;
}
.inTop .inContent .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #444444;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(68, 68, 68, 0.15);
}
.inTop .inContent .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #444444;
}
.inTop .inContent .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.inTop .inContent .tel {
  float: right;
  font-size: 14px;
}
.inTop .inContent .tel:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #333333;
  position: relative;
  top: -2px;
  margin-right: 20px;
}
.inTop .inContent .tel span {
  font-size: 18px;
}
.title {
  line-height: 1;
  position: relative;
}
.title:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  background-color: #f8f8f8;
  left: -43px;
  top: -20px;
  z-index: -1;
}
.title:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #e9e9e9;
  left: -43px;
  top: 0;
}
.title h4 {
  font-size: 36px;
  color: #f5f5f5;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-transform: Capitalize;
}
.title h4:first-letter {
  color: #dddddd;
}
.title h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
}
.title h3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 61px;
  height: 2px;
  background-color: #e5e5e5;
  margin-left: 18px;
}
.product {
  padding: 80px 0;
}
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav ul {
  float: right;
}
.product .proNav ul li {
  float: left;
  margin-left: 85px;
}
.product .proNav ul li > a {
  color: #666666;
  position: relative;
  text-align: center;
  line-height: 1;
  display: block;
  height: 62px;
}
.product .proNav ul li > a i {
  display: block;
  width: 50px;
  height: 24px;
  overflow: hidden;
  margin: auto;
}
.product .proNav ul li > a i:before,
.product .proNav ul li > a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav ul li > a i.ico1:before,
.product .proNav ul li > a i.ico1:after {
  background: url(../images/proico1.png) center center no-repeat;
}
.product .proNav ul li > a i.ico2:before,
.product .proNav ul li > a i.ico2:after {
  background: url(../images/proico2.png) center center no-repeat;
}
.product .proNav ul li > a i.ico3:before,
.product .proNav ul li > a i.ico3:after {
  background: url(../images/proico3.png) center center no-repeat;
}
.product .proNav ul li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  background-color: #444444;
  border-radius: 1px;
  margin-left: 0;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a:hover i:before,
.product .proNav ul li > a:hover i:after {
  top: -100%;
}
.product .proNav ul li > a:hover:before {
  width: 100px;
  margin-left: -50px;
}
.product .proNav ul li > a:hover span {
  margin-top: 12px;
}
.product .proNav .tel {
  margin-top: 38px;
  position: relative;
  padding-left: 50px;
  line-height: 1;
  height: 44px;
}
.product .proNav .tel:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  animation: msClock2 1.4s linear infinite;
  background: url(../images/protel.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.product .proNav .tel h4 {
  line-height: 1;
}
.product .proNav .tel p {
  font-family: Arial;
  font-size: 24px;
  line-height: 20px;
  margin-top: 10px;
}
.product .list ul {
  margin-right: -38px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  width: 375px;
  margin-right: 37px;
  margin-top: 36px;
}
.product .list ul li .pic {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  border-radius: 15px; border:1px solid #eee;
}
.product .list ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .pic:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 335px;
  height: 240px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  left: 20px;
  top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .list ul li .tt {
  margin-top: 16px;
}
.product .list ul li .tt .bt {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  font-size: 15px;
  color: #666666;
  width: 280px;
}
.product .list ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list ul li .tt .bt:before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.product .list ul li .tt .more {
  float: right;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.product .list ul li .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list ul li .tt .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 1px;
  background-color: #dddddd;
  margin-right: 10px;
}
.product .list ul li .tt .more:hover {
  color: #444444;
}
.product .list ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.product .list ul li:hover .pic:after {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proTabs {
  position: relative;
  margin-top: 52px;
  margin-left: -80px;
  width: 972px;
}
.product .proTabs .bd {
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
  overflow: hidden;
  height: 345px;
}
.product .proTabs .bd ul {
  margin-right: -15px;
}
.product .proTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTabs .bd li {
  float: left;
  position: relative;
  margin-right: 15px;
  width: 314px;
  height: 345px;
}
.product .proTabs .bd li .pic {
  display: block;
  width: 100%;
  height: 245px;
  border: solid 1px #e4e4e4;
  overflow: hidden;
}
.product .proTabs .bd li .pic img {
  -webkit-transform: skewX(19deg);
  transform: skewX(19deg);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .proTabs .bd li .cont {
  width: 100%;
  -webkit-transform: skewX(19deg);
  transform: skewX(19deg);
  text-align: center;
  height: 100px;
  padding-top: 28px;
  padding-left: 40px;
}
.product .proTabs .bd li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.product .proTabs .bd li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs .bd li .cont p {
  color: #9e9e9e;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proTabs .bd li:hover .pic {
  border-color: #444444;
}
.product .proTabs .bd li:hover .cont .bt {
  color: #444444;
}
.product .proTabs .prev {
  position: absolute;
  left: -17px;
  top: 96px;
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
  background: #444444;
  width: 38px;
  height: 34px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .prev:before {
  content: "<";
  font-family: SimSun;
  font-size: 24px;
  display: block;
  -webkit-transform: skewX(19deg);
  transform: skewX(19deg);
}
.product .proTabs .prev:hover {
  background: #444444;
}
.product .proTabs .next {
  position: absolute;
  right: -58px;
  top: 96px;
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
  background: #444444;
  width: 38px;
  height: 34px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .next:before {
  content: ">";
  font-family: SimSun;
  font-size: 24px;
  display: block;
  -webkit-transform: skewX(19deg);
  transform: skewX(19deg);
}
.product .proTabs .next:hover {
  background: #444444;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysTit {
  height: 120px;
  padding-top: 20px;
}
.youshi .ysTit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysTit .title {
  float: left;
}
.youshi .ysTit .ysen {
  float: right;
  font-size: 100px;
  font-family: 'Times New Roman', Times, serif;
  color: #e8e8e8;
  line-height: 70px;
  margin-top: 33px;
  width: 495px;
  text-transform: uppercase;
  font-weight: bold;
}
.youshi .ysPic {
  float: left;
  width: 600px;
  height: 600px;
  position: relative;
}
.youshi .ysPic .bd {
  position: absolute;
  right: 0;
  top: 0;
  height: 600px;
  width: 960px;
  overflow: hidden;
  border-radius: 0px 0px 30px 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li {
  height: 600px;
  width: 960px;
}
.youshi .ysPic .bd ul li img {
  display: block;
  height: 600px;
  width: 960px;
}
.youshi .ysPic .bd:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.youshi .ysCont {
  width: 495px;
  float: right;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 300px;
  width: 495px;
}
.youshi .ysCont .bd li .item {
  height: 300px;
  padding-top: 68px;
}
.youshi .ysCont .bd li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd li .item h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #555555;
}
.youshi .ysCont .bd li .item .text {
  color: #666666;
  line-height: 34px;
  font-size: 15px;
  margin-top: 16px;
}
.youshi .ysCont .bd li:hover h4 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysCont .bd li:hover .text {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysCont .hd ul {
  width: 620px;
}
.youshi .ysCont .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont .hd ul li {
  width: 180px;
  height: 60px;
  margin-right: 125px;
  float: left;
  margin-top: 54px;
  margin-bottom: 25px;
  color: #555555;
}
.youshi .ysCont .hd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont .hd ul li i {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  background-color: #999999;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysCont .hd ul li i:before,
.youshi .ysCont .hd ul li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysCont .hd ul li i.ico1:before,
.youshi .ysCont .hd ul li i.ico1:after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico2:before,
.youshi .ysCont .hd ul li i.ico2:after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico3:before,
.youshi .ysCont .hd ul li i.ico3:after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico4:before,
.youshi .ysCont .hd ul li i.ico4:after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysCont .hd ul li em {
  display: block;
  float: left;
  width: 30px;
  height: 2px;
  background-color: #bfbfbf;
  margin-top: 29px;
  margin-left: 20px;
  margin-bottom: 29px;
}
.youshi .ysCont .hd ul li b {
  display: block;
  font-size: 18px;
  float: right;
  line-height: 60px;
}
.youshi .ysCont .hd ul li:hover i,
.youshi .ysCont .hd ul li.on i {
  background-color: #555555;
}
.youshi .ysCont .hd ul li:hover i:before,
.youshi .ysCont .hd ul li.on i:before,
.youshi .ysCont .hd ul li:hover i:after,
.youshi .ysCont .hd ul li.on i:after {
  top: -100%;
}
.case {
  padding: 80px 0;
}
.case .caseNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseNav .title {
  float: left;
  position: relative;
  top: 18px;
}
.case .caseNav ul {
  float: right;
}
.case .caseNav ul li {
  float: left;
  margin-left: 50px;
}
.case .caseNav ul li a {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-top: 4px;
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.1);
  position: relative;
  color: #777777;
}
.case .caseNav ul li a:first-child {
  margin-left: 0;
}
.case .caseNav ul li a i {
  display: block;
  overflow: hidden;
  margin: auto;
  height: 50px;
  width: 40px;
}
.case .caseNav ul li a i:before,
.case .caseNav ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseNav ul li a i.ico1:before {
  background: url(../images/caseico1.png) center center no-repeat;
}
.case .caseNav ul li a i.ico1:after {
  background: url(../images/caseico1h.png) center center no-repeat;
}
.case .caseNav ul li a i.ico2:before {
  background: url(../images/caseico2.png) center center no-repeat;
}
.case .caseNav ul li a i.ico2:after {
  background: url(../images/caseico2h.png) center center no-repeat;
}
.case .caseNav ul li a i.ico3:before {
  background: url(../images/caseico3.png) center center no-repeat;
}
.case .caseNav ul li a i.ico3:after {
  background: url(../images/caseico3h.png) center center no-repeat;
}
.case .caseNav ul li a i.ico4:before {
  background: url(../images/caseico4.png) center center no-repeat;
}
.case .caseNav ul li a i.ico4:after {
  background: url(../images/caseico4h.png) center center no-repeat;
}
.case .caseNav ul li a i.ico5:before {
  background: url(../images/caseico5.png) center center no-repeat;
}
.case .caseNav ul li a i.ico5:after {
  background: url(../images/caseico5h.png) center center no-repeat;
}
.case .caseNav ul li a i.ico6:before {
  background: url(../images/caseico6.png) center center no-repeat;
}
.case .caseNav ul li a i.ico6:after {
  background: url(../images/caseico6h.png) center center no-repeat;
}
.case .caseNav ul li a i.ico7:before {
  background: url(../images/caseico7.png) center center no-repeat;
}
.case .caseNav ul li a i.ico7:after {
  background: url(../images/caseico7h.png) center center no-repeat;
}
.case .caseNav ul li a span {
  display: block;
  white-space: nowrap;
  line-height: 20px;
  position: absolute;
  left: 0;
    bottom: 12px;
    width: 100%;
    text-align: center;
}
.case .caseNav ul li a:hover {
  background-color: #444444;
  color: #fff;
}
.case .caseNav ul li a:hover i:before,
.case .caseNav ul li a:hover i:after {
  top: -100%;
}
.case .caseList {
  margin-top: 38px;
}
.case .caseList .caseR {
  float: right;
  width: 580px;
}
.case .caseList .caseR .pic {
  display: block;
  width: 100%;
  height: 430px;
  position: relative;
  overflow: hidden;
  border-radius: 30px 0px 30px 0px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseList .caseR .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .caseR:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseList .caseR .cont {
  position: relative;
  height: 104px;
  padding-top: 20px;
  padding-right: 130px;
}
.case .caseList .caseR .cont .en {
  position: absolute;
  right: 43px;
  font-size: 13px;
  color: #cccccc;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  top: -5px;
  line-height: 1;
  height: 120px;
  text-transform: uppercase;
}
.case .caseList .caseR .cont .en:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #e5e5e5;
  margin-bottom: 6px;
}
.case .caseList .caseR .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
}
.case .caseList .caseR .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList .caseR .cont .bt:before {
  content: "-";
  margin-right: 15px;
  display: inline-block;
}
.case .caseList .caseR .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 13px;
  padding-left: 22px;
  color: #777777;
  margin-top: 6px;
}
.case .caseBox .caseTabs {
  position: relative;
  float: left;
  padding: 50px 0;
}
.case .caseBox .caseTabs .bd {
  width: 580px;
  overflow: hidden;
  height: 430px;
}
.case .caseBox .caseTabs .bd li {
  height: 160px;
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 20px 0px 20px 0px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.case .caseBox .caseTabs .bd li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .caseTabs .bd li .pic {
  display: block;
  width: 200px;
  height: 160px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 10px;
}
.case .caseBox .caseTabs .bd li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseTabs .bd li .cont {
  width: 280px;
  height: 160px;
  float: right;
  margin-right: 20px;
  padding-top: 24px;
}
.case .caseBox .caseTabs .bd li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  color: #484848;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseTabs .bd li .cont .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 15px;
}
.case .caseBox .caseTabs .bd li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #333;
}
.case .caseBox .caseTabs .bd li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  color: #777777;
  margin-top: 6px;
  margin-left: 20px;
}
.case .caseBox .caseTabs .bd li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseBox .caseTabs .bd li:hover .cont .bt {
  color: #444444;
}
.case .caseBox .prev {
  position: absolute;
  z-index: 3;
  width: 33px;
  height: 17px;
  background: url(../images/caset.png) center center no-repeat;
  left: 50%;
  margin-left: -17px;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .caseBox .next {
  position: absolute;
  z-index: 3;
  width: 33px;
  height: 17px;
  background: url(../images/caseb.png) center center no-repeat;
  left: 50%;
  margin-left: -17px;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .list {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 177px;
}
.case .list ul {
  margin-right: -40px;
}
.case .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list ul li {
  float: left;
  width: 210px;
  margin-right: 40px;
}
.case .list ul li .pic {
  display: block;
  width: 210px;
  height: 152px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .list ul li .bt {
  line-height: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 9px;
  color: #fff;
  text-align: center;
}
.case .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutPic {
  width: 425px;
  float: right;
  height: 600px;
  position: relative;
}
.about .aboutPic .pic {
  width: 785px;
  height: 600px;
  border-radius: 260px 0 0 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 785px;
  height: 600px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 10px 15px -5px rgba(68, 68, 68, 0.3);
}
.about .aboutPic .honor {
  width: 260px;
  height: 375px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .aboutPic .honor img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .aboutText {
  float: left;
  height: 600px;
  position: relative;
  width: 675px;
  padding-top: 70px;
}
.about .aboutText .title h4 {
  color: #ffffff;
}
.about .aboutText h5 {
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  margin-top: 66px;
  padding-left: 50px;
  background: url(../images/abouttit.png) 0 center no-repeat;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 32px;
  height: 96px;
  text-align: justify;
  font-size: 15px;
  color: #666666;
  margin-top: 14px;
  margin-left: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink {
  margin-top: 45px;
}
.about .aboutText .aLink a {
  display: block;
  float: left;
  width: 150px;
  margin-left: 100px;
  text-align: center;
  line-height: 1;
}
.about .aboutText .aLink a:first-child {
  margin-left: 0;
}
.about .aboutText .aLink a i {
  display: block;
  width: 50px;
  height: 53px;
  overflow: hidden;
  margin: auto;
}
.about .aboutText .aLink a i:before,
.about .aboutText .aLink a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutText .aLink a i:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.about .aboutText .aLink a i.ico1:before,
.about .aboutText .aLink a i.ico1:after {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico2:before,
.about .aboutText .aLink a i.ico2:after {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico3:before,
.about .aboutText .aLink a i.ico3:after {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aboutText .aLink a em {
  display: block;
  margin: 10px auto 0;
  width: 1px;
  height: 20px;
  background-color: #00605c;
  opacity: 0.2;
}
.about .aboutText .aLink a .cn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 14px;
}
.about .aboutText .aLink a .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  margin-top: 6px;
  color: #999999;
}
.about .aboutText .aLink a:after {
  content: "";
  display: block;
  background: url(../images/alinkar.png) center center no-repeat;
  width: 9px;
  height: 6px;
  margin: 13px auto 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a:hover i:before,
.about .aboutText .aLink a:hover i:after {
  top: -100%;
}
.about .aboutText .aLink a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news {
  margin: 80px 0;
  background: url(../images/newsbg.jpg) center bottom no-repeat;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
  position: relative;
  top: 7px;
}
.news .newsTab ul {
  float: right;
  font-size: 0;
  line-height: 62px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 50px;
  position: relative;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 18px;
  line-height: 62px;
  height: 62px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 10px;
  width: 21px;
  height: 30px;
  position: relative;
  top: -2px;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 1px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li.on a i:before,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTab ul li.on a:before,
.news .newsTab ul li.on a:after {
  left: 0;
  width: 100%;
}
.news .newsTabs {
  margin-top: 36px;
  height: 625px;
  overflow: hidden;
}
.news .newsTabs .newsList {
  height: 624px;
}
.news .newsL {
  float: left;
  width: 550px;
  padding-top: 10px;
}
.news .newsL .bd {
  height: 526px;
  overflow: hidden;
}
.news .newsL .bd li {
  width: 550px;
  height: 526px;
}
.news .newsL .bd li .cont {
  height: 176px;
  padding-top: 42px;
  position: relative;
  padding-left: 80px;
}
.news .newsL .bd li .cont .date {
  font-size: 18px;
  color: #999999;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 42px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .bd li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
}
.news .newsL .bd li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .bd li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  color: #666666;
  margin-top: 10px;
}
.news .newsL .bd li .pic {
  display: block;
  width: 100%;
  height: 350px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.news .newsL .bd li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .bd li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsL .bd li:hover .cont .date {
  font-weight: bold;
  color: #444444;
}
.news .newsL .bd li:hover .cont .bt {
  color: #444444;
}
.news .newsL .newsLpage {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
  height: 16px;
  position: relative;
}
.news .newsL .newsLpage:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 250px;
  height: 1px;
  background-color: #d2d2d2;
}
.news .newsL .newsLpage:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 250px;
  height: 1px;
  background-color: #d2d2d2;
}
.news .newsL .newsLpage .news-prev {
  width: 11px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/newsLl.png) center center no-repeat;
  cursor: pointer;
}
.news .newsL .newsLpage .news-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news .newsL .newsLpage .news-next {
  width: 11px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/newsLr.png) center center no-repeat;
  cursor: pointer;
  margin-left: 5px;
}
.news .newsL .newsLpage .news-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news .list {
  float: right;
  width: 542px;
}
.news .list ul li {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 28px;
  height: 136px;
  position: relative;
  padding-left: 80px;
}
.news .list ul li:after {
  content: "";
  position: absolute;
  background: #444444;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .list ul li:hover:after,
.news .list ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list ul li:first-child {
  margin-top: 0;
}
.news .list ul li .date {
  font-size: 18px;
  color: #999999;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
}
.news .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  color: #666666;
  margin-top: 10px;
}
.news .list ul li:hover .date {
  font-weight: bold;
  color: #444444;
}
.links {
  margin-bottom: 80px;
}
.links .linksBox {
  line-height: 32px;
}
.links .linksBox .tit {
  float: left;
  width: 80px;
  height: 32px;
  background-color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.links .linksBox .list {
  float: right;
  width: 1110px;
  overflow: hidden;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #555555;
  margin-left: 50px;
}
.links .linksBox .list a:hover {
  color: #444444;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
