@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;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  z-index: 1;
  height: 700px;
}
.banner .slider {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider .bd {
  height: 700px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  position: relative;
}
.banner .slider .slider-main {
  height: 700px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.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-nav {
  position: absolute;
  z-index: 23;
  width: 100%;
  left: 0;
  bottom: 50px;
  text-align: center;
  font-size: 0;
}
.banner .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin: 0 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .slider-nav li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  left: 3px;
  top: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .slider-nav li.active {
  border-color: #fff;
}
.banner .slider-nav li.active:before {
  opacity: 1;
}
.title {
  position: relative;
  height: 37px;
  line-height: 1;
  white-space: nowrap;
}
.title span {
  display: inline-block;
  height: 37px;
  background: url(../images/titico.png) 0 center no-repeat;
  padding-left: 50px;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
}
.title i {
  font-family: Arial;
  font-size: 14px;
  margin-left: 10px;
  line-height: 12px;
  color: #999999;
}
.title i::first-letter {
  font-family: SimSun;
}
.box1 {
  padding: 80px 0 72px;
}
.news {
  float: left;
  width: 880px;
  height: 540px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 42px 40px 0;
}
.news .newsTab {
  margin-top: 27px;
}
.news .newsTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul li {
  margin-right: 38px;
  float: left;
}
.news .newsTab ul li a {
  display: block;
  width: 150px;
  height: 42px;
  border: solid 1px #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  border-color: #007ce6;
  color: #007ce6;
}
.news .newsTabs {
  margin-top: 25px;
  position: relative;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 330px;
}
.news .newsList {
  height: 330px;
}
.news .newsList .one {
  height: 190px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.news .newsList .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one .pic {
  display: block;
  width: 285px;
  height: 190px;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  float: left;
  margin-left: 50px;
  width: 400px;
  padding-top: 25px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -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 .bt:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-color: #999999;
  margin-right: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #666666;
  margin-top: 15px;
}
.news .newsList .one .cont .inBtn {
  margin-top: 23px;
}
.news .newsList .one .cont .inBtn .more {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #007ce6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100%;
}
.news .newsList .one .cont .inBtn .more:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/newsar1.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .inBtn .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(0, 124, 230, 0.5);
}
.news .newsList .one .cont .inBtn .more:hover:before {
  animation: zyfd 1.5s linear infinite;
}
.news .newsList .one .cont .inBtn .date {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #999999;
  line-height: 36px;
  margin-left: 30px;
}
.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: #007ce6;
}
.news .newsList .one:hover .cont .bt:before {
  background-color: #007ce6;
}
.news .newsList .list {
  margin-top: 35px;
}
.news .newsList .list ul {
  margin-right: -80px;
}
.news .newsList .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  float: left;
  margin-right: 80px;
  position: relative;
  width: 213px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 10px;
  width: 1px;
  height: 95px;
  background-color: #999999;
  opacity: 0.2;
}
.news .newsList .list ul li:first-child:before {
  display: none;
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .inBtn {
  margin-top: 35px;
  height: 30px;
  line-height: 30px;
}
.news .newsList .list ul li .inBtn:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li .inBtn .date {
  float: left;
  font-size: 12px;
  color: #999999;
}
.news .newsList .list ul li .inBtn .more {
  float: right;
  width: 28px;
  height: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news .newsList .list ul li .inBtn .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li:hover .bt {
  color: #007ce6;
}
.news .newsList .list ul li:hover .inBtn .more {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.notice {
  float: right;
  background-color: #ebf5fd;
  padding: 42px 35px 0;
  width: 380px;
  height: 540px;
}
.notice .title {
  margin-left: -5px;
}
.notice .list {
  margin-top: 22px;
}
.notice .list .one {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.notice .list .one .pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.notice .list .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.notice .list .one .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: rgba(0, 124, 230, 0.8);
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.notice .list .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);
}
.notice .list .one:hover .bt {
  bottom: 0;
}
.notice .list ul li {
  height: 51px;
  line-height: 50px;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 5px;
  padding-right: 80px;
  position: relative;
}
.notice .list ul li:after {
  content: "";
  position: absolute;
  background: #007ce6;
  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;
}
.notice .list ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.notice .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.notice .list ul li .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  background-color: #999999;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.notice .list ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.notice .list ul li:hover .bt {
  color: #007ce6;
}
.notice .list ul li:hover .bt:before {
  background-color: #007ce6;
}
.about {
  padding: 74px 0;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutText {
  float: left;
  width: 874px;
  height: 436px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.about .aboutText .aboutTit {
  width: 250px;
  height: 436px;
  background-color: #007ce6;
  float: left;
  color: #fff;
  padding: 50px 40px 0;
}
.about .aboutText .aboutTit h3 span {
  line-height: 1;
  display: block;
  font-size: 26px;
}
.about .aboutText .aboutTit h3 i {
  font-family: Arial;
  font-size: 14px;
  margin-top: 18px;
  line-height: 12px;
  display: block;
}
.about .aboutText .aboutTit .honor {
  display: block;
  margin-top: 34px;
  width: 100%;
  height: 242px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aboutTit .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aboutText .aboutTit .honor:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.about .aboutText .cont {
  float: left;
  width: 624px;
  padding: 50px 50px 0 65px;
}
.about .aboutText .cont .tit span {
  display: block;
  line-height: 1;
  font-size: 22px;
}
.about .aboutText .cont .tit i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 22px;
  line-height: 12px;
  white-space: normal;
  letter-spacing: 4px;
  color: #999999;
  text-transform: uppercase;
}
.about .aboutText .cont .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 32px;
  height: 128px;
  color: #666666;
  margin-top: 26px;
}
.about .aboutText .cont .tt {
  margin-top: 58px;
  height: 50px;
  line-height: 50px;
}
.about .aboutText .cont .tt .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .cont .tt .zxLink:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/aboutar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .cont .tt .zxLink:hover {
  background: #007ce6;
  border-color: #007ce6;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(0, 124, 230, 0.5);
}
.about .aboutText .cont .tt .zxLink:hover:before {
  background: url(../images/aboutarh.png) center center no-repeat;
  animation: zyfd 1.5s linear infinite;
}
.about .aboutText .cont .tt .tel {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 26px;
  margin-left: 50px;
}
.about .aboutText .cont .tt .tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/abouttel.png) center center no-repeat;
}
.about .video {
  float: right;
  width: 380px;
  height: 436px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 35px 30px 0;
}
.about .video .videoBox {
  width: 100%;
  height: 302px;
  margin-top: 32px;
}
.about .video .videoBox img,
.about .video .videoBox iframe {
  width: 100% !important;
  height: 100% !important;
}
.show {
  padding: 70px 0 80px;
}
.show .showBox {
  border: solid 1px #eeeeee;
  height: 376px;
}
.show .showTab {
  height: 70px;
  background: #e5f2fc;
}
.show .showTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.show .showTab ul li {
  float: left;
  font-size: 18px;
}
.show .showTab ul li a {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  width: 208px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.show .showTab ul li:hover a,
.show .showTab ul li.on a {
  background-size: 100% 100%;
  color: #007ce6;
}
.show .showTabs {
  margin: auto;
  margin-top: 26px;
  width: 1264px;
}
.show .showTabs .showBd {
  overflow: hidden;
  height: 260px;
}
.show .showTabs .showBd .showList .bd {
  height: 260px;
  overflow: hidden;
}
.show .showTabs .showBd .showList .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.show .showTabs .showBd .showList .bd ul li {
  float: left;
  width: 316px;
}
.show .showTabs .showBd .showList .bd ul li .item {
  margin: 20px 13px;
  height: 220px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
  border: solid 8px #ffffff;
  overflow: hidden;
  position: relative;
}
.show .showTabs .showBd .showList .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .showBd .showList .bd 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;
}
.show .showTabs .showBd .showList .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 230px;
  height: 50px;
  line-height: 50px;
  background-color: #007ce6;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 50%;
  margin-left: -115px;
  padding: 0 15px;
  bottom: -50px;
}
.show .showTabs .showBd .showList .bd 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);
}
.show .showTabs .showBd .showList .bd ul li .item:hover .bt {
  bottom: 0;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 repeat;
  padding: 84px 0 74px;
}
.youshi .ysTit {
  float: right;
  text-align: right;
}
.youshi .ysTit h4 {
  font-family: "Arial Black";
  font-size: 50px;
  text-transform: uppercase;
  line-height: 38px;
  color: #007ce6;
}
.youshi .ysTit h3 {
  line-height: 1;
  font-size: 30px;
  margin-top: 40px;
}
.youshi .ysTit .tip {
  line-height: 1;
  font-size: 15px;
  letter-spacing: 12px;
  margin-right: -12px;
  margin-top: 30px;
}
.youshi .ysTit .line {
  margin-top: 40px;
  display: none;
}
.youshi .ysTit .line:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 1px;
  background-color: #333333;
}
.youshi .ysTit .tel {
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  margin-top: 60px;
  margin-top: 80px;
}
.youshi .ysTit .tel:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin-left: 24px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .list {
  float: left;
  width: 580px;
}
.youshi .list ul li {
  width: 580px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: solid 1px rgba(224, 224, 224, 0.5);
  padding: 40px 0 0 182px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #007ce6, #007ce6);
  background-image: linear-gradient(to right, #007ce6, #007ce6);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .list ul li:hover {
  background-size: 100% 100%;
  color: #fff;
}
.youshi .list ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .list ul li i {
  width: 70px;
  height: 70px;
  border: solid 1px #cccccc;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 66px;
}
.youshi .list ul li i:before,
.youshi .list 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 .list ul li i.ico1:before,
.youshi .list ul li i.ico1:after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .list ul li i.ico2:before,
.youshi .list ul li i.ico2:after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .list ul li i.ico3:before,
.youshi .list ul li i.ico3:after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .list ul li i.ico4:before,
.youshi .list ul li i.ico4:after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .list ul li h4 {
  font-size: 18px;
  line-height: 1;
}
.youshi .list ul li p {
  line-height: 30px;
  color: #666666;
  margin-top: 12px;
  width: 360px;
}
.youshi .list ul li:hover,
.youshi .list ul li.on {
  width: 695px;
  border-color: #007ce6;
  background-color: #007ce6;
}
.youshi .list ul li:hover i,
.youshi .list ul li.on i {
  background: #fff;
}
.youshi .list ul li:hover i:before,
.youshi .list ul li.on i:before,
.youshi .list ul li:hover i:after,
.youshi .list ul li.on i:after {
  top: -100%;
}
.youshi .list ul li:hover h4,
.youshi .list ul li.on h4 {
  color: #fff;
}
.youshi .list ul li:hover p,
.youshi .list ul li.on p {
  color: #fff;
}
.message {
  padding: 80px 0 60px;
}
.message .jyCont {
  float: left;
  width: 880px;
  height: 485px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 35px 0;
}
.message .jyCont .jyTab {
  position: relative;
  height: 37px;
  line-height: 1;
  background: url(../images/titico.png) 0 center no-repeat;
  padding-left: 50px;
}
.message .jyCont .jyTab ul li {
  display: inline-block;
  vertical-align: top;
  height: 37px;
  margin-left: 50px;
}
.message .jyCont .jyTab ul li:first-child {
  margin-left: 0;
}
.message .jyCont .jyTab ul li span {
  display: inline-block;
  height: 37px;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
}
.message .jyCont .jyTab ul li i {
  font-family: Arial;
  font-size: 14px;
  margin-left: 10px;
  line-height: 12px;
  color: #999999;
}
.message .jyCont .jyTab ul li i::first-letter {
  font-family: SimSun;
}
.message .jyCont .jyTabs {
  margin-top: 30px;
  height: 345px;
}
.message .jyCont .jyTabs .jyBd {
  height: 345px;
  overflow: hidden;
}
.message .jyCont .jyTabs .jyList .bd {
  height: 345px;
  overflow: hidden;
}
.message .jyCont .jyTabs .jyList .bd ul {
  margin-right: -30px;
}
.message .jyCont .jyTabs .jyList .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .jyCont .jyTabs .jyList .bd ul li {
  float: left;
  margin-right: 30px;
  width: 250px;
}
.message .jyCont .jyTabs .jyList .bd ul li .text {
  width: 250px;
  height: 233px;
  background: url(../images/jyli.png) center 0 no-repeat;
  padding: 30px 34px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .jyCont .jyTabs .jyList .bd ul li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 32px;
  height: 160px;
}
.message .jyCont .jyTabs .jyList .bd ul li .tt {
  margin-top: 24px;
  height: 88px;
}
.message .jyCont .jyTabs .jyList .bd ul li .tt .pic {
  display: block;
  float: left;
  border-radius: 100%;
  width: 88px;
  height: 88px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .jyCont .jyTabs .jyList .bd ul li .tt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .jyCont .jyTabs .jyList .bd ul li .tt .bt {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 85px;
  line-height: 85px;
  font-size: 18px;
  margin-left: 30px;
  width: 132px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .jyCont .jyTabs .jyList .bd ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.message .jyCont .jyTabs .jyList .bd ul li .tt .bt:hover {
  color: #007ce6;
}
.message .jyCont .jyTabs .jyList .bd ul li:hover .text {
  background: url(../images/jylih.png) center 0 no-repeat;
  color: #fff;
}
.message .form {
  float: right;
  width: 385px;
  height: 485px;
  border: 1px #bfdef8 solid;
}
.message .form .title {
  height: 89px;
  padding: 30px 0 0 35px;
  background: #e7f1fa;
  border-bottom: 1px #bfdef8 solid;
}
.message .form .formbox {
  padding: 10px 30px 0 35px;
}
.message .form .formbox input {
  margin-top: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  height: 50px;
  background-color: #f8f8f8;
  border-radius: 2px;
  border: none;
  line-height: 50px;
  background: transparent;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0 10px 0 62px;
  font-weight: normal;
  font-size: 14px;
}
.message .form .formbox input.username {
  background: url(../images/inpxm.png) 14px center no-repeat;
  background-color: #f8f8f8;
}
.message .form .formbox input.usertel {
  background: url(../images/inpdh.png) 16px center no-repeat;
  background-color: #f8f8f8;
}
.message .form .formbox input.codeText {
  background: url(../images/inpyzm.png) 16px center no-repeat;
  background-color: #f8f8f8;
}
.message .form .formbox input.xqcontent {
  background: url(../images/inpnr.png) 15px center no-repeat;
  background-color: #f8f8f8;
}
.message .form .formbox input::-webkit-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.message .form .formbox input::-moz-placeholder {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.message .form .formbox input:-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.message .form .formbox input:focus,
.message .form .formbox input:active {
  box-shadow: 0 0 8px rgba(0, 124, 230, 0.2);
}
.message .form .formbox input:focus::-webkit-input-placeholder,
.message .form .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .form .formbox input:focus::-moz-placeholder,
.message .form .formbox input:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .form .formbox input:focus:-ms-input-placeholder,
.message .form .formbox input:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .form .formbox .code {
  position: relative;
  display: block;
}
.message .form .formbox .code .imgCode {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 96px;
  height: 40px;
}
.message .form .formbox .submitform {
  display: block;
  margin-top: 30px;
  width: 160px;
  height: 50px;
  border-radius: 2px;
  background-color: #007ce6;
  line-height: 50px;
  border: none;
  text-align: center;
  overflow: hidden;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.message .form .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #007ce6;
  border-radius: 2px;
  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;
}
.message .form .formbox .submitform:hover {
  background: none;
  color: #007ce6;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(0, 124, 230, 0.5);
}
.message .form .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.special .ztTabs {
  margin-top: 34px;
}
.special .ztTabs .bd {
  overflow: hidden;
}

.special .ztTabs .bd ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special .ztTabs .bd ul li {
  height: 270px;
  width: 32%;
  margin-bottom: 30px;
}
.special .ztTabs .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special .ztTabs .bd ul li iframe{
  width: 100% !important;
  display: block;
  height: 100% !important;
}
.links {
  padding: 80px 0 40px;
}
.links .tit {
  float: left;
  width: 144px;
  height: 38px;
  padding-left: 38px;
  line-height: 1;
  font-size: 16px;
  background: url(../images/linkstit.png) 0 0 no-repeat;
}
.links .list {
  overflow: hidden;
  float: right;
  font-size: 0;
  width: 1150px;
  margin-right: -40px;
  line-height: 38px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  position: relative;
  color: #999999;
  font-size: 14px;
}
.links .list a:hover {
  color: #007ce6;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
