@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);
  }
}
html {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 13px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*: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;
}
.swiper-slide {
  margin-bottom: 1;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .wapBanner {
  display: none;
  position: relative;
}
@media screen and (max-width: 640px) {
  .banner .pcBanner {
    display: none;
  }
  .banner .wapBanner {
    display: block;
    width: 100%;
  }
}
.banner img {
  width: 100%;
  display: block;
}
.banner .bannerprev {
  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;
  outline: none;
}
.banner:hover .bannerprev {
  left: 3%;
}
.banner .bannernext {
  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;
  outline: none;
}
.banner:hover .bannernext {
  right: 3%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .banner .bannernext,
  .banner .bannerprev {
    display: none;
  }
}
.banner .bannerswiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .bannerswiper-pagination span {
  outline: none;
  display: inline-block;
  vertical-align: top;
  height: 12px;
  width: 12px;
  text-align: center;
  margin: 0 6px !important;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .bannerswiper-pagination span.swiper-pagination-bullet-active {
  background: #054f8d;
  color: #fff;
}
.inMore {
  display: block;
  width: 160px;
  height: 50px;
  background-color: #000000;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: relative;
}
.inMore:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -20px;
  width: 150px;
  height: 40px;
  border: solid 1px #ffffff;
  opacity: 0.3;
}
.inMore:hover {
  background: #054f8d;
  box-shadow: 0 8px 10px -5px rgba(5, 79, 141, 0.4);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media screen and (max-width: 780px) {
  .inMore {
    width: 120px;
    height: 36px;
    line-height: 36px;
  }
  .inMore:before {
    margin-left: -58px;
    margin-top: -16px;
    width: 116px;
    height: 32px;
  }
}
.product {
  padding: 130px 0 100px;
  background-color: #fdfdfd;
}
@media screen and (max-width: 1400px) {
  .product {
    padding: 70px 0;
  }
}
@media screen and (max-width: 640px) {
  .product {
    padding: 30px 0;
  }
}
.product .proNav {
  float: right;
  text-align: right;
  width: 75%;
}
.product .proNav .ul {
  display: block;
  position: relative;
  margin-right: -4%;
}
.product .proNav .ul a {
  display: inline-block;
  margin-right: 4%;
  font-size: 16px;
  color: #888888;
  /* margin-top: 15px; */
  line-height: 1;
  height: 2.4em;
  text-align: left;
  position: relative;
}
.product .proNav .ul a i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #cccccc;
}
.product .proNav .ul a span {
  display: block;
  margin-top: 0.6em;
  position: relative;
}
.product .proNav .ul a span:before {
  content: "";
  display: block;
  position: absolute;
  left: -27px;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .ul a.on {
  color: #054f8d;
}
.product .proNav .ul a.on span:before {
  background-color: #054f8d;
}
@media screen and (max-width: 1460px) {
  .product .proNav .ul a {
    font-size: 14px;
  }
  .product .proNav .ul a i {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .product .title .left {
    float: none;
  }
  .product .proNav {
    float: none;
    width: 100%;
  }
  .product .proNav .ul {
    text-align: left;
    margin-right: -40px;
  }
  .product .proNav .ul a {
    margin-top: 15px;
    margin-right: 40px;
  }
}

.product .proNav .search {
  float: right;
  width: 300px;
  position: relative;
  margin-top: 15px;
  border: solid 1px #ccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .search .searchInp {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 85%;
  border-right: none;
  height: 40px;
  line-height: 38px;
  background: none;
  float: left;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .search .searchInp::-webkit-input-placeholder {
  color: #a0a0a0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .search .searchInp:focus,
.product .proNav .search .searchInp:active {
  border-color: #777;
  z-index: 2;
}
.product .proNav .search .searchInp:focus::-webkit-input-placeholder,
.product .proNav .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .proNav .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  border: none;
  width: 15%;
  height: 40px;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .search .submitBtn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .proNav .search:hover {
  border-color: #054f8d;
}


.product .proBox {
  margin-top: 60px;
  /* padding-bottom: 82px; */
}
.product .proBox .proTabsLi {
  position: relative;
}
.product .proBox .gallery-top {
  width: 100%;
  position: relative;
}
.product .proBox .gallery-top .swiper-slide:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .gallery-top .swiper-slide .proPic {
  width: 60%;
  float: left;
}
.product .proBox .gallery-top .swiper-slide .proPic .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.66666667%;
  position: relative;
  overflow: hidden;
}
.product .proBox .gallery-top .swiper-slide .proPic .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .gallery-top .swiper-slide:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.product .proBox .gallery-top .swiper-slide .cont {
  float: right;
  width: 40%;
  padding-top: 65px;
  padding: 4% 5% 0;
}
.product .proBox .gallery-top .swiper-slide .cont .en {
  text-transform: uppercase;
  font-family: Arial;
  color: #999999;
  line-height: 1;
}
.product .proBox .gallery-top .swiper-slide .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
  margin-top: 6%;
}
.product .proBox .gallery-top .swiper-slide .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proBox .gallery-top .swiper-slide .cont .line {
  margin-top: 5%;
  width: 27px;
  height: 2px;
  background-color: #000000;
}
.product .proBox .gallery-top .swiper-slide .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  color: #999999;
  margin-top: 12%;
}
.product .proBox .gallery-top .swiper-slide .cont .inMore {
  margin-top: 17%;
}
.product .proBox .gallery-top .swiper-slide:hover .cont .bt {
  color: #054f8d;
}
@media screen and (max-width: 780px) {
  .product .proBox .gallery-top .swiper-slide .proPic {
    width: 100%;
    float: none;
  }
  .product .proBox .gallery-top .swiper-slide .cont {
    float: none;
    width: 100%;
    padding: 5% 0 0;
  }
  .product .proBox .gallery-top .swiper-slide .cont .bt {
    font-size: 16px;
    margin-top: 2%;
  }
  .product .proBox .gallery-top .swiper-slide .cont .line {
    margin-top: 3%;
  }
  .product .proBox .gallery-top .swiper-slide .cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    height: 60px;
    margin-top: 4%;
  }
  .product .proBox .gallery-top .swiper-slide .cont .more {
    margin-top: 6%;
  }
}
.product .proBox .thumbsTab {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 20px  130px 20px 30px;
  width: 66.66666667%;
}
.product .proBox .thumbsTab ul li {
  width: 25%;
  margin-right: 26px;
}
.product .proBox .thumbsTab ul li .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68.18181818%;
  position: relative;
  overflow: hidden;
}
.product .proBox .thumbsTab ul li .pic img {
  display: block;
  border: 0 transparent solid;
  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;
}
.product .proBox .thumbsTab ul li.swiper-slide-thumb-active .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);
  border: solid 3px #054f8d;
}
.product .proBox .pro-prev {
  position: absolute;
  width: 50px;
  height: 40px;
  background: url(../images/prol.png) center center no-repeat;
  bottom: 50%;
  margin-bottom: -45px;
  right: 40px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proBox .pro-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .proBox .pro-prev.swiper-button-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.product .proBox .pro-next {
  position: absolute;
  width: 50px;
  height: 40px;
  background: url(../images/pror.png) center center no-repeat;
  top: 50%;
  margin-top: -45px;
  right: 40px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proBox .pro-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .proBox .pro-next.swiper-button-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media screen and (max-width: 1300px) {
  .product .proBox {
    margin-top: 50px;
    padding-bottom: 0;
  }
  .product .proBox .thumbsTab {
    position: relative;
    padding: 20px  130px 20px 30px;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .product .proBox {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .product .proBox {
    margin-top: 20px;
  }
  .product .proBox .thumbsTab {
    padding: 8px  46px 8px 8px;
  }
  .product .proBox .thumbsTab ul li {
    width: 25%;
    margin-right: 6px;
  }
  .product .proBox .thumbsTab ul li.swiper-slide-thumb-active .pic img {
    border-width: 1px;
  }
  .product .proBox .pro-prev {
    position: absolute;
    width: 30px;
    height: 20px;
    background: url(../images/prol.png) center center no-repeat;
    bottom: 50%;
    margin-bottom: -22px;
    right: 8px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .product .proBox .pro-prev:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .product .proBox .pro-prev.swiper-button-disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .product .proBox .pro-next {
    position: absolute;
    width: 30px;
    height: 20px;
    background: url(../images/pror.png) center center no-repeat;
    top: 50%;
    margin-top: -22px;
    right: 8px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .product .proBox .pro-next:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .product .proBox .pro-next.swiper-button-disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
}
.about {
  margin-top: 80px;
}
@media screen and (max-width: 1400px) {
  .about {
    margin-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .about {
    margin: 30px 0;
  }
}
.about .aboutPic {
  float: right;
  width: 53.75%;
}
.about .aboutPic li {
  width: 100%;
  margin-right: 30px;
  overflow: hidden;
}
.about .aboutPic .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 69.76744186%;
}
.about .aboutPic .pic img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  cursor: url(../images/gesture.png), default;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover 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);
}
.about .aboutText {
  float: left;
  width: 42.5%;
  position: relative;
}
.about .aboutText:before {
  content: "";
  display: block;
  position: absolute;
  width: 345px;
  height: 432px;
  right: -30px;
  bottom: -45px;
  background: url(../images/aboutbg.png) right bottom no-repeat;
}
.about .aboutText .title {
  padding-top: 11%;
}
.about .aboutText .text {
  margin-top: 6%;
  line-height: 30px;
  text-align: justify;
  color: #666666;
}
.about .aboutText .tip {
  margin-top: 3%;
  line-height: 30px;
  text-align: justify;
  color: #888;
}
.about .aboutText .inMore {
  margin-top: 11%;
}
@media screen and (max-width: 1460px) {
  .about .aboutText .title {
    padding-top: 2%;
  }
  .about .aboutText .inMore {
    margin-top: 8%;
  }
}
@media screen and (max-width: 1100px) {
  .about .aboutPic {
    float: none;
    width: 100%;
  }
  .about .aboutText {
    float: none;
    width: 100%;
  }
  .about .aboutText .title {
    padding-top: 6%;
  }
  .about .aboutText .inMore {
    margin-top: 5%;
  }
}
.case {
  padding: 110px 0;
}
@media screen and (max-width: 1400px) {
  .case {
    padding: 70px 0;
  }
}
@media screen and (max-width: 640px) {
  .case {
    padding: 30px 0;
  }
}
.case .title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .title .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 40px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .title .more:after {
  content: ">";
  margin-left: 10px;
}
.case .title .more:hover {
  color: #054f8d;
}
.case .title .more:hover:before {
  background-color: #054f8d;
}
.case .caseTop {
  margin-top: 60px;
  position: relative;
  background-color: #f8f8f8;
  padding-right: 190px;
}
.case .caseTop .caseNav {
  position: absolute;
  z-index: 2;
  right: 50px;
  padding-top: 20px;
  height: 100%;
  overflow: hidden;
  width: 110px;
  text-align: center;
}
.case .caseTop .caseNav a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #dedede;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #888888;
  margin-top: 25px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.case .caseTop .caseNav a:hover {
  color: #054f8d;
  font-weight: bold;
}
.case .caseTop .caseOne {
  padding-right: 20px;
}
.case .caseTop .caseOne:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTop .caseOne .casePic {
  width: 66.90647482%;
  float: left;
  height: 620px;
}
.case .caseTop .caseOne .casePic .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .caseTop .caseOne .casePic .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) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTop .caseOne .cont {
  float: right;
  width: 28.77697842%;
  margin-top: 54px;
  height: 510px;
  background-color: #ffffff;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.05);
  padding: 55px 3% 0;
}
.case .caseTop .caseOne .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
}
.case .caseTop .caseOne .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTop .caseOne .cont .line {
  margin-top: 35px;
  width: 27px;
  height: 1px;
  background-color: #333;
}
.case .caseTop .caseOne .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 30px;
  height: 180px;
  color: #999999;
  margin-top: 40px;
}
.case .caseTop .caseOne .cont .inMore {
  margin-top: 46px;
}
.case .caseTop .caseOne:hover .casePic .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.case .caseTop .caseOne:hover .cont .bt {
  color: #054f8d;
}
@media screen and (max-width: 1460px) {
  .case .caseTop {
    margin-top: 50px;
  }
  .case .caseTop .caseNav {
    right: 50px;
    padding-top: 10px;
    width: 110px;
  }
  .case .caseTop .caseNav a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin-top: 15px;
  }
  .case .caseTop .caseOne .casePic {
    height: 500px;
  }
  .case .caseTop .caseOne .cont {
    margin-top: 44px;
    height: 410px;
    padding: 35px 3% 0;
  }
  .case .caseTop .caseOne .cont .bt {
    font-size: 16px;
    line-height: 30px;
  }
  .case .caseTop .caseOne .cont .line {
    margin-top: 15px;
  }
  .case .caseTop .caseOne .cont p {
    margin-top: 20px;
  }
  .case .caseTop .caseOne .cont .inMore {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .case .caseTop {
    margin-top: 40px;
    padding-right: 0;
    background: none;
  }
  .case .caseTop .caseNav {
    position: relative;
    right: 0;
    top: 0;
    width: 104%;
    text-align: center;
    margin: 0 -2%;
  }
  .case .caseTop .caseNav a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    margin-top: 0;
    margin: 0 2%;
  }
  .case .caseTop .caseOne {
    margin-top: 20px;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.05);
  }
  .case .caseTop .caseOne .casePic {
    height: auto;
    float: none;
    width: 100%;
  }
  .case .caseTop .caseOne .casePic .pic {
    height: 0;
    padding-top: 66.66666667%;
  }
  .case .caseTop .caseOne .cont {
    margin-top: 0;
    width: 100%;
    float: none;
    height: auto;
    padding: 25px 25px;
  }
  .case .caseTop .caseOne .cont .bt {
    font-size: 16px;
    line-height: 30px;
  }
  .case .caseTop .caseOne .cont .line {
    margin-top: 15px;
  }
  .case .caseTop .caseOne .cont p {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    height: 90px;
  }
  .case .caseTop .caseOne .cont .inMore {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .case .caseTop {
    margin-top: 10px;
  }
  .case .caseTop .caseNav a {
    height: 40px;
    line-height: 40px;
  }
}
.case .caseTab {
  margin: 0 -20px;
  margin-top: 50px;
}
.case .caseTab ul li {
  width: 25%;
  padding: 0 20px;
}
.case .caseTab ul li .bt {
  display: none;
}
.case .caseTab ul li .pic {
  display: block;
  width: 100%;
  padding: 9px;
  border: solid 1px #dedede;
}
.case .caseTab ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 68.18181818%;
}
.case .caseTab 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-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;
}
.case .caseTab ul li.swiper-slide-thumb-active .pic {
  border: solid 2px #054f8d;
  padding: 8px;
}
.case .caseTab ul li.swiper-slide-thumb-active .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);
}
@media screen and (max-width: 1100px) {
  .case .caseTab {
    display: block;
    margin: 30px -10px 0;
  }
  .case .caseTab ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  .case .caseTab {
    display: block;
    margin: 20px -5px 0;
  }
  .case .caseTab ul li {
    padding: 0 5px;
  }
  .case .caseTab ul li .pic {
    padding: 3px;
  }
  .case .caseTab ul li.swiper-slide-thumb-active .pic {
    border: solid 2px #054f8d;
    padding: 2px;
  }
}
.news {
  padding: 100px 0 60px;
  background-color: #fdfdfd;
}
@media screen and (max-width: 1400px) {
  .news {
    padding-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding: 30px 0;
  }
}
.news .newsTab {
  position: absolute;
  right: 0;
  top: 50px;
}
.news .newsTab a {
  display: inline-block;
  color: #888888;
  margin-left: 60px;
  position: relative;
  font-size: 16px;
}
.news .newsTab a:before {
  content: "|";
  display: block;
  position: absolute;
  left: -35px;
  top: 0;
  height: 100%;
  width: 10px;
  text-align: center;
  color: #888888;
}
.news .newsTab a:first-child:before {
  display: none;
}
.news .newsTab a.on,
.news .newsTab a:hover {
  font-weight: bold;
  color: #054f8d;
}
@media screen and (max-width: 640px) {
  .news .newsTab {
    top: 30px;
    right: 15px;
  }
  .news .newsTab a {
    display: inline-block;
    color: #888888;
    margin-left: 20px;
    position: relative;
    font-size: 14px;
  }
  .news .newsTab a:before {
    content: "|";
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 10px;
    text-align: center;
    color: #888888;
  }
  .news .newsTab a:first-child:before {
    display: none;
  }
  .news .newsTab a.on {
    font-weight: bold;
    color: #054f8d;
  }
}
.news .newsTabs .list ul {
  margin: 0 -35px;
}
.news .newsTabs .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTabs .list ul li {
  margin-top: 60px;
  float: left;
  width: 25%;
  padding: 0 35px 22px;
  position: relative;
}
.news .newsTabs .list ul li .item {
  border-top: 1px solid #000;
  padding-top: 20px;
  position: relative;
}
.news .newsTabs .list ul li .item:after {
  content: "";
  position: absolute;
  background: #054f8d;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsTabs .list ul li .item:hover:after,
.news .newsTabs .list ul li .item.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsTabs .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 128px;
  position: relative;
  overflow: hidden;
}
.news .newsTabs .list 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-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 .newsTabs .list ul li .item: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 .newsTabs .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #000000;
  margin-top: 15px;
  line-height: 26px;
}
.news .newsTabs .list ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .list ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999999;
  margin-top: 16px;
}
.news .newsTabs .list ul li .item .date {
  margin-top: 40px;
  color: #666666;
  line-height: 1;
}
.news .newsTabs .list ul li .item:hover .bt {
  color: #054f8d;
}
.news .newsTabs .list ul li:nth-child(1) .pic,
.news .newsTabs .list ul li:nth-child(3) .pic {
  height: 0;
}
.news .newsTabs .list ul li:nth-child(5),
.news .newsTabs .list ul li:nth-child(7) {
  top: -128px;
}
@media screen and (max-width: 1460px) {
  .news .newsTabs .list ul {
    margin: 0 -20px;
  }
  .news .newsTabs .list ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .news .newsTabs .list ul {
    margin: 0 -20px;
  }
  .news .newsTabs .list ul li {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    width: 50%;
  }
  .news .newsTabs .list ul li .item .pic {
    height: 0;
    padding-top: 40%;
  }
  .news .newsTabs .list ul li:nth-child(5),
  .news .newsTabs .list ul li:nth-child(7) {
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .news .newsTabs .list ul {
    margin: 0 -10px;
  }
  .news .newsTabs .list ul li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    width: 50%;
    padding-bottom: 10px;
  }
  .news .newsTabs .list ul li .item {
    padding-top: 15px;
  }
  .news .newsTabs .list ul li .item .pic {
    height: 0;
    padding-top: 40%;
  }
  .news .newsTabs .list ul li .item .bt {
    margin-top: 10px;
    font-size: 14px;
  }
  .news .newsTabs .list ul li .item p {
    margin-top: 5px;
  }
  .news .newsTabs .list ul li .item .date {
    margin-top: 10px;
  }
  .news .newsTabs .list ul li:nth-child(5),
  .news .newsTabs .list ul li:nth-child(7) {
    top: 0;
  }
}
