@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;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .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 .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .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 .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 130px;
  text-align: center;
  z-index: 6;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 1;
  margin: 0 8px;
  border-radius: 50%;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li.active {
  background: #1c6dcf;
}
.inOne {
  height: 107px;
  position: relative;
}
.inOne .inContent {
  width: 1200px;
  top: -103px;
  height: 210px;
  background-color: #ffffff;
  z-index: 6;
  position: absolute;
  left: 50%;
  margin-left: -600px;
}
.inOne .left {
  height: 100%;
  width: 360px;
  background: #1c6dcf;
  padding: 45px 45px 0 55px;
  color: #ffffff;
}
.inOne .left .tit {
  position: relative;
  text-align: right;
  padding-right: 10px;
}
.inOne .left .tit .en {
  display: block;
  font-family: Arial;
  font-size: 48px;
  color: #ffffff;
  opacity: 0.1;
  line-height: 36px;
  position: absolute;
  right: 10px;
  top: 0;
  text-transform: uppercase;
}
.inOne .left .tit h4 {
  font-size: 30px;
  line-height: 34px;
}
.inOne .left .tit p {
  font-size: 20px;
  margin-top: 14px;
  line-height: 1;
}
.inOne .search {
  margin-top: 20px;
  position: relative;
}
.inOne .search .searchInp {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 60px 0 25px;
  border: solid 1px #ffffff;
  background: none;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inOne .search .searchInp::-webkit-input-placeholder {
  color: #ffffff;
}
.inOne .search .searchInp:focus,
.inOne .search .searchInp:active {
  border-color: rgba(255, 255, 255, 0.7);
}
.inOne .search .searchInp:focus::-webkit-input-placeholder,
.inOne .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inOne .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.inOne .search .submitBtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.inOne .list {
  float: right;
  width: 840px;
  border-bottom: 1px solid #ddd;
  height: 100%;
}
.inOne .list ul {
  height: 100%;
}
.inOne .list ul li {
  height: 100%;
  float: left;
  width: 33.333333%;
  border-left: 1px solid #ddd;
  padding: 42px 45px 0 50px;
}
.inOne .list ul li:first-child {
  border-left: none;
}
.inOne .list ul li h4 {
  font-size: 48px;
  font-family: Arial;
  font-weight: bold;
  line-height: 42px;
  padding-left: 10px;
}
.inOne .list ul li h4 i {
  width: 30px;
  height: 30px;
  background-color: #1c6dcf;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin-left: 5px;
}
.inOne .list ul li h4 i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inOne .list ul li h4 i.ico1:before {
  background: url(../images/bzico1.png) center center no-repeat;
}
.inOne .list ul li h4 i.ico2:before {
  background: url(../images/bzico2.png) center center no-repeat;
}
.inOne .list ul li h4 i.ico3:before {
  background: url(../images/bzico3.png) center center no-repeat;
}
.inOne .list ul li h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1;
}
.inOne .list ul li p {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 18px;
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  font-size: 30px;
  font-weight: bold;
}
.title h3:before,
.title h3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #1c6dcf;
  margin: 0 15px;
}
.title p {
  margin-top: 13px;
  color: #999999;
}
.product {
  padding: 60px 0 90px;
}
.product .proBox {
  margin-top: 20px;
}
.product .proNav {
  border-bottom: 1px solid #ddd;
}
.product .proNav ul {
  overflow: hidden;
  height: 55px;
  line-height: 55px;
}
.product .proNav ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul li {
  float: left;
  position: relative;
  margin-left: 50px;
  font-size: 16px;
}
.product .proNav ul li:before {
  content: "/";
  position: absolute;
  width: 10px;
  text-align: center;
  display: block;
  left: -30px;
}
.product .proNav ul li a {
  display: block;
  padding: 0 12px;
}
.product .proNav ul li a:hover {
  color: #1c6dcf;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proNav ul li:first-child {
  margin-left: 0;
}
.product .proNav ul li:first-child:before {
  display: none;
}
.product .proNav ul li:first-child a {
  margin-left: 0;
}
.product .proTab {
  text-align: center;
  margin-top: 40px;
}
.product .proTab li {
  display: inline-block;
  width: 220px;
  height: 45px;
  margin: 0 10px;
  position: relative;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.product .proTab li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #262626;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: -1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1c6dcf, #1c6dcf);
  background-image: linear-gradient(to right, #1c6dcf, #1c6dcf);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.product .proTab li.on:before {
  background-size: 100% 100%;
}
.product .proTabs {
  overflow: hidden;
  padding-top: 16px;
}
.product .proTabs .list {
  overflow: hidden;
  margin-right: -22px;
}
.product .proTabs .list li {
  float: left;
  position: relative;
  margin: 30px 22px 0 0;
  width: 385px;
  height: 357px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  background-color: #ffffff;
}
.product .proTabs .list li .pic {
  display: block;
  width: 385px;
  height: 285px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product .proTabs .list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proTabs .list li:hover .pic img {
  -webkit-transform: scale(1.12) rotate(0);
  -moz-transform: scale(1.12) rotate(0);
  -o-transform: scale(1.12) rotate(0);
  transform: scale(1.12) rotate(0);
}
.product .proTabs .list li .bt {
  position: relative;
  z-index: 1;
  font-size: 15px;
  height: 70px;
  line-height: 70px;
  margin-top: 2px;
  z-index: 2;
  padding: 0 70px 0 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1c6dcf, #1c6dcf);
  background-image: linear-gradient(to right, #1c6dcf, #1c6dcf);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background-size: 0% 100%;
  background-position: left bottom;
}
.product .proTabs .list li .bt:after {
  content: ">";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: solid 1px #dddddd;
  border-radius: 50%;
  font-family: SimSun;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}
.product .proTabs .list li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.product .proTabs .list li:hover .bt:after {
  border-color: #fff;
  color: #fff;
}
.mArrow {
  position: absolute;
  width: 53px;
  height: 62px;
  top: -33px;
  left: 50%;
  margin-left: -26px;
  background: url(../images/arrowBg.png) center center no-repeat;
  animation: sxfd 2.4s linear infinite;
  z-index: 6;
  cursor: pointer;
}
.mArrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/mbanTico.png) center center no-repeat;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mBanner1 {
  background: url(../images/mbanner1.jpg) center top no-repeat;
  height: 290px;
  color: #ffffff;
  cursor: auto !important;
}
.mBanner1 .left {
  padding-top: 56px;
}
.mBanner1 .left h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 40px;
}
.mBanner1 .left h4 span {
  color: #1c6dcf;
}
.mBanner1 .left ul {
  height: 120px;
  margin-top: 27px;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
}
.mBanner1 .left ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.mBanner1 .left ul li {
  float: left;
  padding: 0 35px;
  line-height: 1;
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
  height: 120px;
}
.mBanner1 .left ul li span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-top: 5px;
}
.mBanner1 .left ul li i {
  display: block;
  width: 60px;
  height: 75px;
  overflow: hidden;
  margin: auto;
}
.mBanner1 .left ul li i:before,
.mBanner1 .left 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;
}
.mBanner1 .left ul li i.ico1:before,
.mBanner1 .left ul li i.ico1:after {
  background: url(../images/mbanico1.png) center center no-repeat;
}
.mBanner1 .left ul li i.ico2:before,
.mBanner1 .left ul li i.ico2:after {
  background: url(../images/mbanico2.png) center center no-repeat;
}
.mBanner1 .left ul li i.ico3:before,
.mBanner1 .left ul li i.ico3:after {
  background: url(../images/mbanico3.png) center center no-repeat;
}
.mBanner1 .left ul li i.ico4:before,
.mBanner1 .left ul li i.ico4:after {
  background: url(../images/mbanico4.png) center center no-repeat;
}
.mBanner1 .left ul li:hover i:before,
.mBanner1 .left ul li:hover i:after {
  top: -100%;
}
.mBanner1 .text {
  float: right;
  padding-top: 68px;
  width: 540px;
  line-height: 1;
}
.mBanner1 .text .t1 {
  font-size: 32px;
}
.mBanner1 .text .t1 span {
  color: #1c6dcf;
  font-weight: bold;
}
.mBanner1 .text .tel {
  display: block;
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}
.mBanner1 .text .tel i {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
}
.mBanner1 .zxLink {
  margin-top: 38px;
  display: block;
  width: 204px;
  height: 38px;
  background-color: #1c6dcf;
  border-radius: 20px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.mBanner1 .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 20px;
  z-index: -1;
  border-radius: inherit;
  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;
}
.mBanner1 .zxLink:hover {
  background: none;
  color: #fff;
}
.mBanner1 .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.advantage {
  padding-top: 60px;
  position: relative;
}
.advantage:before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 100%;
  left: 50%;
  margin-left: -590px;
  top: 0;
  z-index: -1;
  background: url(../images/ysbg.png) right bottom no-repeat;
}
.advantage .advBox {
  margin-top: 52px;
}
.advantage .advBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .advTabs {
  float: left;
  width: 600px;
  height: 500px;
  overflow: hidden;
}
.advantage .advTabs li {
  width: 600px;
  height: 500px;
  overflow: hidden;
  position: relative;
  float: left;
}
.advantage .advTabs li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.advantage .advTabs li:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.advantage .advTabs li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantage .advTab {
  float: left;
  width: 525px;
  height: 350px;
  background-color: #ffffff;
  position: relative;
  left: -115px;
  top: 70px;
  padding: 0 24px 0 62px;
}
.advantage .advTab li {
  border-top: 1px #ddd solid;
  height: 88px;
  padding: 28px 0 0 40px;
  position: relative;
  line-height: 1;
}
.advantage .advTab li:first-child {
  border-top: none;
}
.advantage .advTab li .num {
  font-size: 48px;
  font-family: Arial;
  line-height: 1;
  height: 31px;
  overflow: hidden;
  color: #cccccc;
  font-weight: bold;
  position: absolute;
  left: -30px;
  top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantage .advTab li h4 {
  font-size: 16px;
}
.advantage .advTab li p {
  color: #666666;
  margin-top: 10px;
}
.advantage .advTab li.on .num {
  color: #1c6dcf;
}
.advantage .prev {
  position: absolute;
  height: 80px;
  width: 90px;
  line-height: 80px;
  text-align: center;
  bottom: 0;
  left: 485px;
  background: #1c6dcf;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .prev:before {
  content: "<";
  font-family: SimSun;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.advantage .prev:hover {
  background: #333;
}
.advantage .next {
  position: absolute;
  height: 80px;
  width: 90px;
  line-height: 80px;
  text-align: center;
  bottom: 0;
  left: 575px;
  background: #1c6dcf;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .next:before {
  content: ">";
  font-family: SimSun;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.advantage .next:hover {
  background: #333;
}
.case {
  background: url(../images/casebg.jpg) center bottom no-repeat;
  margin-top: 80px;
  position: relative;
}
.case .caseBox {
  margin-top: 44px;
  height: 600px;
}
.case .caseBox .caseL {
  float: left;
  width: 530px;
}
.case .caseBox .caseL .tel {
  font-family: Arial;
  font-size: 30px;
  color: #666666;
  line-height: 1;
  text-align: center;
}
.case .caseBox .caseL .tel:before {
  content: "";
  display: block;
  margin: auto;
  width: 38px;
  height: 138px;
  background: url(../images/casetel.png) center 0 no-repeat;
  margin-bottom: 15px;
}
.case .caseBox .caseL h4 {
  font-weight: bold;
  font-size: 24px;
  color: #1c6dcf;
  text-align: right;
  margin-top: 45px;
  line-height: 1;
}
.case .caseBox .caseL p {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
  line-height: 24px;
  text-align: justify;
  text-transform: uppercase;
}
.case .caseTabs {
  position: relative;
  margin-top: 80px;
  height: 170px;
  overflow: hidden;
}
.case .caseTabs .swiper-slide {
  display: block;
  width: 247px;
  height: 170px;
  margin-right: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .swiper-slide img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseTabs .swiper-slide.swiper-slide-active {
  border: solid 5px #1c6dcf;
}
.case .caseTabs .casePrev {
  width: 30px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseTabs .casePrev:before {
  content: "<";
  font-family: SimSun;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.case .caseTabs .caseNext {
  width: 30px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  right: 0;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseTabs .caseNext:before {
  content: ">";
  font-family: SimSun;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.case .caseTabs:hover .casePrev,
.case .caseTabs:hover .caseNext {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseR {
  margin-top: 28px;
  float: right;
  width: 575px;
  height: 524px;
  overflow: hidden;
}
.case .caseR .caseSw {
  width: 1170px;
  height: 524px;
}
.case .caseR .caseSw .swiper-slide {
  display: block;
  width: 575px;
  height: 524px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseR .caseSw .swiper-slide .pic {
  width: 575px;
  height: 400px;
  display: block;
  overflow: hidden;
}
.case .caseR .caseSw .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseR .caseSw .swiper-slide .text {
  height: 124px;
  padding: 14px 20px;
  background-color: #f8f8f8;
}
.case .caseR .caseSw .swiper-slide .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #666666;
  line-height: 20px;
}
.case .caseR .caseSw .swiper-slide .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseR .caseSw .swiper-slide .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
  margin-top: 12px;
}
.case .caseR .caseSw .swiper-slide:hover .bt {
  color: #1c6dcf;
}
.news {
  padding: 70px 0 80px;
  position: relative;
}
.news .newsBox {
  margin-top: 50px;
  position: relative;
}
.news .newsL {
  float: left;
  width: 400px;
  height: 494px;
  padding: 30px 15px 0;
  position: relative;
}
.news .newsL:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 260px;
  background-color: #1c6dcf;
}
.news .newsL .tit {
  height: 36px;
  line-height: 36px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.news .newsL .tit span {
  float: left;
  font-size: 24px;
}
.news .newsL .tit a.more {
  float: right;
  width: 36px;
  height: 36px;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  display: block;
  line-height: 34px;
}
.news .newsSwiper {
  overflow: hidden;
  width: 370px;
  margin-top: 27px;
  height: 400px;
  position: relative;
  z-index: 2;
}
.news .newsSwiper li .pic {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.news .newsSwiper li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper li .text {
  padding-top: 25px;
}
.news .newsSwiper li .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.news .newsSwiper li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  margin-top: 8px;
  color: #666666;
}
.news .newsSwiper li .text .date {
  text-align: right;
  color: #999999;
  margin-top: 15px;
  line-height: 1;
}
.news .newsSwiper li:hover .text .bt {
  color: #1c6dcf;
}
.news .newsSwiper .newsSwiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 4;
}
.news .newsSwiper .newsSwiper-pagination span {
  margin-top: 0;
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
  opacity: 1;
}
.news .newsSwiper .newsSwiper-pagination span.swiper-pagination-bullet-active {
  background: #1c6dcf;
}
.news .newsR {
  float: right;
  width: 750px;
}
.news .newsTab {
  position: relative;
  height: 18px;
  line-height: 18px;
}
.news .newsTab ul {
  font-size: 0;
}
.news .newsTab ul li {
  cursor: pointer;
  float: left;
  font-size: 18px;
  margin-right: 20px;
  margin-right: 50px;
}
.news .newsTab ul li a {
  position: absolute;
  display: none;
  font-size: 14px;
  color: #1c6dcf;
  right: 0;
  top: 0;
  line-height: 18px;
  font-weight: normal;
}
.news .newsTab ul li a:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.news .newsTab ul li.on {
  color: #1c6dcf;
  font-weight: bold;
}
.news .newsTab ul li.on a {
  display: block;
}
.news .newsTabs {
  margin-top: 30px;
  overflow: hidden;
  height: 446px;
}
.news .newsTabs ul {
  width: 750px;
}
.news .newsTabs ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTabs ul li {
  margin-top: 28px;
  height: 130px;
  position: relative;
}
.news .newsTabs ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTabs ul li .pic:after,
.news .newsTabs ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsTabs ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #1c6dcf transparent transparent #1c6dcf;
}
.news .newsTabs ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #1c6dcf #1c6dcf transparent;
}
.news .newsTabs ul li:hover .pic:after,
.news .newsTabs ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsTabs ul li:first-child {
  margin-top: 0;
}
.news .newsTabs ul li .pic {
  display: block;
  float: left;
  width: 200px;
  height: 130px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news .newsTabs ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsTabs ul li .text {
  float: right;
  width: 530px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.news .newsTabs ul li .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
}
.news .newsTabs ul li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs ul li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #666666;
}
.news .newsTabs ul li .text .date {
  font-size: 14px;
  line-height: 1;
  color: #999999;
  margin-top: 12px;
}
.news .newsTabs ul li:hover .pic img {
  -webkit-transform: scale(1.12) rotate(0);
  -moz-transform: scale(1.12) rotate(0);
  -o-transform: scale(1.12) rotate(0);
  transform: scale(1.12) rotate(0);
}
.news .newsTabs ul li:hover .text .bt {
  color: #1c6dcf;
}
.about {
  background: url(../images/aboutbg.jpg) center top no-repeat;
  padding-top: 192px;
}
.about .aboutBox {
  height: 594px;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.04);
}
.about .aboutText:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .num {
  float: left;
  width: 255px;
  height: 225px;
  background-color: #1c6dcf;
}
.about .aboutText .num:before {
  content: "";
  display: block;
  width: 1px;
  height: 82px;
  background-color: #ffffff;
  margin: auto;
}
.about .aboutText .num span {
  width: 96px;
  height: 96px;
  background-color: #1c6dcf;
  border: solid 1px #ffffff;
  line-height: 94px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #ffffff;
}
.about .aboutText .aboutT {
  float: right;
  width: 945px;
  height: 225px;
  padding: 40px 32px 0;
  border-bottom: 1px solid #ddd;
}
.about .aboutText .aboutT h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #1c6dcf;
}
.about .aboutText .aboutT .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #666666;
  text-align: justify;
  margin-top: 18px;
}
.about .aboutText .aboutT a.more {
  display: inline-block;
  margin-top: 13px;
  color: #999999;
  line-height: 24px;
}
.about .aboutText .aboutT a.more:hover {
  color: #1c6dcf;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.style {
  margin-top: 30px;
}
.style .styleTab {
  height: 26px;
  font-size: 16px;
  text-align: center;
}
.style .styleTab:before {
  content: "——";
}
.style .styleTab:after {
  content: "——";
}
.style .styleTab a {
  display: inline-block;
  line-height: 26px;
  margin: 0 20px;
  color: #666666;
  width: 70px;
}
.style .styleTab a.on {
  color: #1c6dcf;
  font-weight: bold;
}
.style .styleTabs {
  margin: 35px 30px 0;
  height: 219px;
  overflow: hidden;
}
.style .styleTabs .list {
  height: 219px;
  overflow: hidden;
}
.style .styleTabs .list ul {
  margin-right: -33px;
}
.style .styleTabs .list ul li {
  width: 260px;
  height: 210px;
  margin-right: 33px;
  position: relative;
  float: left;
}
.style .styleTabs .list ul li .pic:after,
.style .styleTabs .list ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.style .styleTabs .list ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #1c6dcf transparent transparent #1c6dcf;
}
.style .styleTabs .list ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #1c6dcf #1c6dcf transparent;
}
.style .styleTabs .list ul li:hover .pic:after,
.style .styleTabs .list ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.style .styleTabs .list ul li .pic {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 260px;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.style .styleTabs .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -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;
}
.style .styleTabs .list ul li:hover .pic img {
  -webkit-transform: scale(1.12) rotate(0);
  -moz-transform: scale(1.12) rotate(0);
  -o-transform: scale(1.12) rotate(0);
  transform: scale(1.12) rotate(0);
}
.style .styleTabs .list ul li .bt {
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.style .styleTabs .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.style .styleTabs .list ul li:hover .bt {
  bottom: -1px;
}
.inContact {
  margin-top: 106px;
  height: 40px;
  background-color: #333333;
  cursor: auto !important;
}
.inContact .formbox {
  top: -40px;
  background-color: #1c6dcf;
  height: 80px;
  padding: 12px 26px;
}
.inContact .formbox .formL {
  float: left;
  border-bottom: 2px solid #1c6dcf;
  width: 1040px;
  position: relative;
}
.inContact .formbox input {
  width: 190px;
  float: left;
  margin-left: -1px;
  height: 56px;
  line-height: 54px;
  border: none;
  padding: 0 10px 0 42px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: solid 1px #fff;
  position: relative;
  color: #fff;
}
.inContact .formbox input.username {
  background: url(../images/inpxm.png) 20px center no-repeat;
}
.inContact .formbox input.usertel {
  background: url(../images/inpdh.png) 20px center no-repeat;
}
.inContact .formbox input.xqcontent {
  background: url(../images/inply.png) 20px center no-repeat;
  width: 370px;
}
.inContact .formbox input.codeText {
  background: url(../images/inpyzm.png) 20px center no-repeat;
  width: 285px;
}
.inContact .formbox input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.inContact .formbox input:focus,
.inContact .formbox input:active {
  border-color: #fac8c8;
  z-index: 1;
}
.inContact .formbox input:focus::-webkit-input-placeholder,
.inContact .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inContact .formbox .code {
  float: left;
  position: relative;
}
.inContact .formbox .code .imgCode {
  position: absolute;
  display: block;
  right: 10px;
  top: 8px;
  width: 92px;
  height: 38px;
}
.inContact .formbox .submitform {
  margin-left: -1px;
  display: block;
  float: left;
  width: 112px;
  height: 56px;
  background-color: #ffffff;
  color: #1c6dcf;
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.inContact .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  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;
}
.inContact .formbox .submitform:hover {
  background: none;
  color: #fff;
}
.inContact .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.links {
  background-color: #333;
  line-height: 30px;
  cursor: auto !important;
}
.links .inContent {
  padding: 30px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.links .tit {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 70px;
}
.links .list {
  float: left;
  width: 1130px;
}
.links .list a {
  display: inline-block;
  color: #999;
  margin-left: 30px;
}
.links .list a:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

