@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 {
  background: #fff;
}
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 {
  width: 100%;
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  position: relative;
  z-index: 1;
  height: 600px;
}
.banner .slider {
  width: 100%;
  margin: auto;
  min-width: 1300px;
  height: 600px;
  overflow: hidden;
  position: initial !important;
  z-index: 1;
}
.banner .slider .bd {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.banner .slider .slider-main {
  width: 1920px;
  height: 600px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .slider .slider-btn .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .slider .slider-btn .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .slider:hover .slider-btn-prev {
  left: 3%;
}
.banner .slider:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .slider .slider-nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .slider .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 2px;
  border: solid 1px #fff;
  margin: 0 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.banner .slider .slider-nav li.active {
  background-color: #a90101;
  border-color: #a90101;
}
.banner .xunpan {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 50%;
  margin-right: -650px;
  height: 82px;
  top: 100%;
  z-index: 3;
  line-height: 82px;
  color: #333333;
  font-size: 16px;
  text-align: center;
}
.banner .xunpan:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #f7f9fc;
  height: 82px;
  width: 706px;
  left: -200px;
  top: 0;
}
.banner .xunpan:before {
  content: "";
  display: inline-block;
  background: url(../images/xunpan.png) center center no-repeat;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 100%;
  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: #a90101;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(169, 1, 1, 0.15);
}
.banner .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: #a90101;
}
.banner .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;
}
.title {
  line-height: 1;
  position: relative;
  text-align: center;
}
.title h3 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 1px;
}
.title h4 {
  text-transform: uppercase;
  font-family: Arial;
  margin-top: 15px;
  background: url(../images/titline.png) center center no-repeat;
}
.title h4 span {
  display: inline-block;
  width: 232px;
  height: 26px;
  background-color: #a90101;
  border-radius: 20px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 3px;
  font-size: 14px;
}
.service {
  margin-top: 85px;
}
.service .fwBox {
  margin-top: 42px;
}
.service .fwNav {
  float: left;
  width: 294px;
  /* height: 929px; */
  border: solid 5px #a90101;
  overflow: hidden;
}
.service .fwNav ul {
  overflow: auto;
}
.service .fwNav ul li {
  border-bottom: 1px solid #dddddd;
}
.service .fwNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  padding-left: 30px;
  line-height: 91px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #a90101, #a90101);
  background-image: linear-gradient(to right, #a90101, #a90101);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.service .fwNav ul li > a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 100%;
  margin-right: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li > a i img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.service .fwNav ul li > a:hover {
  background-size: 100% 100%;
  color: #fff;
}
.service .fwNav ul li > a:hover i {
  background: #fff;
}
.service .fwNav .honor {
  display: block;
  width: 280px;
  height: 172px;
  background-color: #fffffb;
  margin-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav .honor:hover {
  box-shadow: 0 15px 15px -10px rgba(169, 1, 1, 0.5);
}
.service .fwNav .honor:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.service .fwR {
  float: right;
  width: 960px;
}
.service .fwR .search {
  position: relative;
  height: 60px;
  background-color: #e0e0e0;
  border-radius: 30px;
  padding-right: 60px;
}
.service .fwR .search .searchInp {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: none;
  background: none;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwR .search .searchInp::-webkit-input-placeholder {
  color: #666666;
}
.service .fwR .search .searchInp:focus::-webkit-input-placeholder,
.service .fwR .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.service .fwR .search .submitBtn {
  background: #a90101 url(../images/searchico.png) center center no-repeat;
  border: none;
  width: 60px;
  height: 50px;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 5px;
}
.service .fwR .search .submitBtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.service .fwTabs {
  margin-top: 56px;
  position: relative;
}
.service .fwTabs .bd {
  overflow: hidden;
  height: 460px;
}
.service .fwTabs .bd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .fwTabs .bd ul li .pic {
  display: block;
  width: 550px;
  height: 460px;
  border: solid 1px #dfdfdf;
  padding: 9px;
  float: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwTabs .bd ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.service .fwTabs .bd 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;
}
.service .fwTabs .bd ul li .cont {
  float: right;
  width: 365px;
  height: 350px;
  height: 460px;
  padding-top: 34px;
}
.service .fwTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
}
.service .fwTabs .bd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.service .fwTabs .bd ul li .cont .line {
  width: 33px;
  height: 3px;
  margin-top: 16px;
  background: #a90101;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 32px;
  height: 160px;
  color: #666666;
  margin-top: 22px;
}
.service .fwTabs .bd ul li:hover .pic {
  border-color: #a90101;
}
.service .fwTabs .bd 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);
}
.service .fwTabs .bd ul li:hover .cont .bt {
  color: #a90101;
}
.service .fwTabs .bd ul li:hover .cont .line {
  width: 50px;
}
.service .fwTabs .prev {
  position: absolute;
  background: #a90101 url(../images/fwl.png) center center no-repeat;
  left: 590px;
  bottom: 14px;
  width: 164px;
  height: 60px;
  background-color: #a90101;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwTabs .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.service .fwTabs .next {
  position: absolute;
  background: #222 url(../images/fwr.png) center center no-repeat;
  left: 754px;
  bottom: 14px;
  width: 164px;
  height: 60px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwTabs .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.service .list {
  margin-top: 53px;
}
.service .list ul {
  margin-right: -30px;
}
.service .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .list ul li {
  float: left;
  width: 300px;
  height: 300px;
  border: solid 2px #e0e0e0;
  margin-right: 30px;
  padding: 9px 9px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .list ul li .pic {
  display: block;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .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;
}
.service .list ul li .bt {
  height: 58px;
  line-height: 58px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  padding-right: 40px;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.service .list ul li .bt:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #a90101 url(../images/fwli.png) center center no-repeat;
  right: 4px;
  top: 50%;
  margin-top: -13px;
  border-radius: 100%;
}
.service .list ul li:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: #a90101;
}
.service .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);
}
.service .list ul li:hover .bt {
  color: #a90101;
}
.case {
  margin-top: 85px;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseSwiper {
  position: relative;
  margin-top: 78px;
  padding: 0 0 66px;
  background: url(../images/casebg.jpg) center 0 no-repeat;
  padding-top: 90px;
}
.case .caseSwiper .caseNav {
  position: absolute;
  left: 50%;
  margin-left: -650px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
  border-radius: 35px;
  top: -35px;
  overflow: hidden;
  text-align: center;
}
.case .caseSwiper .caseNav ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper .caseNav ul li {
  display: block;
  float: left;
  width: 12.5%;
  height: 70px;
  line-height: 70px;
  border-left: 1px solid #dfdfdf;
}
.case .caseSwiper .caseNav ul li:first-child {
  border-left: none;
}
.case .caseSwiper .caseNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #a90101, #a90101);
  background-image: linear-gradient(to right, #a90101, #a90101);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.case .caseSwiper .caseNav ul li a:hover {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseSwiper .swiper-container {
  position: relative;
}
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  float: left;
  width: 25%;
  padding: 0 40px;
}
.case .caseSwiper ul li .item {
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  position: relative;
  overflow: hidden;
  padding: 8px 8px 0;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70.5%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .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 .caseSwiper ul li .item .cont {
  padding: 16px 15px 0;
  height: 166px;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-right: 45px;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont .bt:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  right: 0;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  background: url(../images/caseli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .line {
  width: 38px;
  height: 1px;
  background-color: #333333;
  margin-top: 6px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #a90101, #a90101);
  background-image: linear-gradient(to right, #a90101, #a90101);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 10px;
}
.case .caseSwiper ul li .item:hover .pic {
  border-color: #a90101;
}
.case .caseSwiper ul li .item: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 .caseSwiper ul li .item:hover .cont .bt {
  color: #a90101;
}
.case .caseSwiper ul li .item:hover .cont .bt:before {
  background: #a90101 url(../images/caselih.png) center center no-repeat;
}
.case .caseSwiper ul li .item:hover .cont .line {
  background-size: 100% 100%;
}
@media screen and (max-width: 1580px) {
  .case .caseSwiper ul li {
    padding: 0 20px;
  }
  .case .caseSwiper ul li .item .cont {
    padding: 16px 15px 0;
    height: 160px;
  }
  .case .caseSwiper ul li .item .cont .bt {
    font-size: 16px;
  }
}
.case .tt {
  margin-top: 58px;
  text-align: center;
}
.case .tt .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-color: #a90101;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.case .tt .zxLink:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 25px;
  background: url(../images/zxico.png) center center no-repeat;
  width: 21px;
  height: 23px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .tt .zxLink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #a90101;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.case .tt .zxLink:hover {
  background: none;
  color: #a90101;
}
.case .tt .zxLink:hover:before {
  background: url(../images/zxicoh.png) center center no-repeat;
}
.case .tt .zxLink:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .tt .tel {
  display: inline-block;
  vertical-align: top;
  width: 262px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  margin-left: 82px;
  font-size: 20px;
  color: #666666;
  line-height: 60px;
}
.youshi {
  padding: 85px 0;
}
.youshi .ysBox {
  margin-top: 52px;
}
.youshi .ysList {
  margin-top: 75px;
}
.youshi .ysList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysList .ysPic {
  width: 620px;
  height: 471px;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 10px;
}
.youshi .ysList .ysPic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 591px;
  height: 471px;
  background-color: #e0e0e0;
  opacity: 0.5;
  left: -10px;
  bottom: -10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList .ysPic img {
  display: block;
  width: 620px;
  height: 471px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList .ysPic:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysList .ysPic:hover:before {
  background-color: #a90101;
}
.youshi .ysList .ysCont {
  float: right;
  width: 608px;
  height: 471px;
}
.youshi .ysList .ysCont li {
  margin-top: 48px;
}
.youshi .ysList .ysCont li:first-child {
  margin-top: 0;
}
.youshi .ysList .ysCont li .tit {
  height: 76px;
  position: relative;
  padding-left: 82px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList .ysCont li .tit .num {
  color: #fff;
  background: #a90101;
  width: 60px;
  height: 76px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: Kartika;
  line-height: 50px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.youshi .ysList .ysCont li .tit .num:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: auto;
}
.youshi .ysList .ysCont li .tit h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.youshi .ysList .ysCont li .tit .line {
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 12px;
}
.youshi .ysList .ysCont li .tit h5 {
  font-family: Arial;
  font-size: 16px;
  color: #999999;
  line-height: 12px;
  margin-top: 13px;
}
.youshi .ysList .ysCont li .text {
  font-size: 15px;
  color: #666666;
  line-height: 40px;
  height: 120px;
  margin-top: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList .ysCont li:hover .tit {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysList .ysCont li:hover .text {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysList:first-child {
  margin-top: 0;
}
.youshi .ysList:first-child .ysPic {
  float: right;
}
.youshi .ysList:first-child .ysPic:before {
  width: 591px;
  height: 471px;
  left: -10px;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList:first-child .ysPic img {
  position: relative;
  top: 10px;
}
.youshi .ysList:first-child .ysCont {
  float: left;
}
.zizhi {
  background: url(../images/zzbg.jpg) center 0 no-repeat;
  padding: 62px 0;
}
.zizhi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zizhi .zzSwiper {
  margin-top: 52px;
}
.zizhi .zzSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.zizhi .zzSwiper ul li {
  float: left;
  width: 25%;
  padding: 0 40px;
}
.zizhi .zzSwiper ul li .item {
  position: relative;
  overflow: hidden;
}
.zizhi .zzSwiper ul li .item .pic {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  padding: 9px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.zizhi .zzSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.zizhi .zzSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.zizhi .zzSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  padding-top: 20px;
  height: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.zizhi .zzSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.zizhi .zzSwiper ul li .item:hover .pic {
  border-color: #a90101;
}
.zizhi .zzSwiper ul li .item: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);
}
.zizhi .zzSwiper ul li .item:hover .bt {
  color: #a90101;
}
@media screen and (max-width: 1580px) {
  .zizhi .zzSwiper ul li {
    padding: 0 20px;
  }
}
.zizhi .tt {
  margin-top: 58px;
  text-align: center;
}
.zizhi .tt .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-color: #a90101;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.zizhi .tt .zxLink:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 25px;
  background: url(../images/zxico.png) center center no-repeat;
  width: 21px;
  height: 23px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.zizhi .tt .zxLink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #a90101;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.zizhi .tt .zxLink:hover {
  background: none;
  color: #a90101;
}
.zizhi .tt .zxLink:hover:before {
  background: url(../images/zxicoh.png) center center no-repeat;
}
.zizhi .tt .zxLink:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.zizhi .tt .tel {
  display: inline-block;
  vertical-align: top;
  width: 262px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  margin-left: 82px;
  font-size: 20px;
  color: #666666;
  line-height: 60px;
}
.about {
  margin-top: 90px;
}
.about .aboutText {
  height: 246px;
  margin-top: 32px;
}
.about .aboutText .text {
  width: 1134px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 32px;
  height: 128px;
  color: #666666;
  text-align: justify;
}
.about .aboutText .en1 {
  font-family: "Arial Black";
  font-size: 130px;
  margin-top: 14px;
  letter-spacing: 10px;
  color: #333333;
  opacity: 0.05;
  line-height: 106px;
  margin-left: -10px;
}
.about .aboutText .en2 {
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 48px;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-top: -52px;
  margin-left: 10px;
}
.about .aboutText .more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  text-align: center;
  width: 94px;
  height: 246px;
  background-color: #a90101;
  font-size: 15px;
  line-height: 38px;
  color: #fff;
  padding: 46px 40px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  z-index: 1;
}
.about .aboutText .more:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  right: -25px;
  top: 28px;
}
.about .aboutText .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #a90101;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background: none;
  color: #a90101;
}
.about .aboutText .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutPic {
  height: 458px;
  background-color: #f4f4f4;
  margin-top: 60px;
}
.about .aboutPic .pic {
  width: 1300px;
  height: 458px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 1300px;
  height: 458px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 15px 15px -10px rgba(169, 1, 1, 0.5);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.news {
  position: relative;
  z-index: 1;
  padding: 90px 0;
}
.news .title h4 span {
  letter-spacing: 1px;
}
.news .newsBox {
  margin-top: 58px;
}
.news .newsList {
  float: left;
  width: 360px;
  margin-left: 110px;
}
.news .newsList:first-child {
  margin-left: 0;
}
.news .newsList .tit {
  text-align: center;
  line-height: 22px;
}
.news .newsList .tit a {
  font-size: 22px;
}
.news .newsList .tit a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: solid 1px #a90101;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.news .newsList .tit a span {
  display: inline-block;
  vertical-align: bottom;
}
.news .newsList .tit a i {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-left: 12px;
  display: inline-block;
  vertical-align: bottom;
}
.news .newsList .tit a:hover {
  color: #a90101;
}
.news .newsList .one {
  position: relative;
  margin-top: 34px;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 250px;
  border: solid 1px #dedede;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 9px;
}
.news .newsList .one .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news .newsList .one .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;
}
.news .newsList .one .cont {
  position: relative;
  height: 114px;
  padding-top: 12px;
}
.news .newsList .one .cont .date {
  width: 110px;
  height: 50px;
  background-color: #a90101;
  text-align: center;
  line-height: 50px;
  font-family: Arial;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 124px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
}
.news .newsList .one:hover .pic {
  border-color: #a90101;
}
.news .newsList .one: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);
}
.news .newsList .one:hover .cont .bt {
  color: #a90101;
}
.news .newsList .list li {
  height: 45px;
  line-height: 44px;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
}
.news .newsList .list li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #a90101;
  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 .newsList .list li:hover:after,
.news .newsList .list li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  width: 310px;
  font-size: 16px;
  background: url(../images/newsli.png) 0 center no-repeat;
  padding-left: 21px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list li .date {
  float: right;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: Arial;
  color: #666666;
}
.news .newsList .list li:hover .bt {
  color: #a90101;
  background: url(../images/newslih.png) 0 center no-repeat;
}
.news .newsList .list li:hover .date {
  color: #a90101;
}
