@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;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 650px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.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: 30px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 32px;
  margin: 0 10px;
  border-radius: 50%;
  background: transparent;
  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:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  border-color: #f08519;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #f08519;
}
.hot {
  background-color: #fafafa;
  padding: 10px 0;
}
.hot .hotBox {
  height: 40px;
  line-height: 40px;
}
.hot .hotBox .hotSlide {
  float: left;
  height: 40px;
  overflow: hidden;
}
.hot .hotBox .hotSlide .tit {
  float: left;
  padding-left: 28px;
  background: url(../images/hot.png) left center no-repeat;
  font-size: 16px;
  color: #1759ae;
}
.hot .hotBox .hotSlide .tit span {
  font-size: 12px;
  color: #999999;
}
.hot .hotBox .hotSlide .bd {
  width: 510px;
  float: left;
  margin-left: 50px;
}
.hot .hotBox .hotSlide .bd ul li {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot .hotBox .hotSlide .bd ul li span {
  float: right;
  color: #808080;
  font-size: 12px;
}
.hot .hotBox .hotSlide .bd ul li a {
  float: left;
  width: 440px;
  color: #808080;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot .hotBox .hotSlide .bd ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.hot .hotBox .hotSlide .bd ul li a:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 5px;
  height: 5px;
  background-color: #cccccc;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.hot .hotBox .hotSlide .bd ul li a:hover {
  color: #1759ae;
}
.hot .hotBox .hotSlide .bd ul li a:hover:before {
  background-color: #1759ae;
}
.hot .hotBox .search {
  float: right;
  height: 60px;
}
.hot .hotBox .search .searchInp {
  width: 245px;
  height: 35px;
  border: solid 1px #1759ae;
  border-right: none;
  padding: 0 10px;
  line-height: 33px;
  background: none;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .hotBox .search .searchInp::-webkit-input-placeholder {
  color: #808080;
}
.hot .hotBox .search .searchInp:focus,
.hot .hotBox .search .searchInp:active {
  border-color: rgba(23, 89, 174, 0.8);
}
.hot .hotBox .search .searchInp:focus::-webkit-input-placeholder,
.hot .hotBox .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.hot .hotBox .search .submitBtn {
  background: #1759ae url(../images/searchico.png) center center no-repeat;
  border: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hot .hotBox .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.title {
  line-height: 1;
  text-align: center;
  position: relative;
}
.title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1759ae;
}
.title h3 span {
  color: #f08519;
}
.title h3 a {
  color: #1759ae;
}
.title h3 a span {
  color: #f08519;
}
.title .en {
  color: #b3b3b3;
  text-transform: uppercase;
  margin-top: 14px;
  font-size: 12px;
}
.partner {
  padding: 80px 0 0;
}
.partner .partnerBox {
  margin-top: 40px;
}
.partner .list {
  height: 124px;
  overflow: hidden;
  margin-top: 40px;
}
.partner .list ul {
  margin-right: -18px;
}
.partner .list ul li {
  width: 185px;
  height: 124px;
  margin-right: 18px;
  position: relative;
}
.partner .list ul li .pic:after,
.partner .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;
}
.partner .list ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #1759ae transparent transparent #1759ae;
}
.partner .list ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #1759ae #1759ae transparent;
}
.partner .list ul li:hover .pic:after,
.partner .list ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partner .list ul li .pic {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 185px;
  height: 84px;
  display: block;
  overflow: hidden;
  position: relative;
}
.partner .list ul li .pic i {
  display: block;
  border: solid 1px #f4f4f4;
  width: 100%;
  height: 100%;
  position: relative;
}
.partner .list ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.partner .list ul li .bt {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #4d4d4d;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.partner .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.partner .list ul li:hover .pic {
  box-shadow: 0 0 15px rgba(23, 89, 174, 0.1);
}
.partner .list ul li:hover .bt {
  color: #1759ae;
}
.partner .prev {
  background: #1759ae url(../images/pl.png) center center no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 23px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.partner .prev:hover {
  background-color: #f08519;
}
.partner .next {
  background: #1759ae url(../images/pr.png) center center no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 23px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.partner .next:hover {
  background-color: #f08519;
}
.partner:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -65px;
}
.partner:hover .next {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -65px;
}
.product {
  padding: 80px 0 80px;
}
.product .proNav {
  margin-top: 40px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
}
.product .proNav .navList {
  margin-right: -15px;
  line-height: 30px;
}
.product .proNav a {
  display: inline-block;
  color: #4d4d4d;
  padding: 0 12px;
  margin-right: 10px;
  border-radius: 4px;
}
.product .proNav a:hover {
  color: #f08519;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proNav a:first-child {
  width: 60px;
  height: 30px;
  background-color: #f08519;
  border-radius: 4px;
  color: #fff;
}
.product .porBox {
  padding-top: 10px;
  width: 1260px;
  margin: auto;
}
.product .list {
  padding-bottom: 30px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  float: left;
  margin: 30px  0 0 30px;
  height: 366px;
  width: 380px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product .list li:after {
  content: "";
  position: absolute;
  background: #f08519;
  width: 100%;
  height: 2px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.6s;
  transform: scaleX(0);
  transform-origin: right;
}
.product .list li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.product .list li .pic {
  display: block;
  width: 380px;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product .list li .pic:before {
  content: "";
  display: block;
  width: 360px;
  height: 285px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 4px #ed601b;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 2;
  -webkit-transform: scale(0.5) rotate(30deg);
  -moz-transform: scale(0.5) rotate(30deg);
  -o-transform: scale(0.5) rotate(30deg);
  transform: scale(0.5) rotate(30deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.product .list li .bt {
  position: relative;
  z-index: 1;
  font-size: 14px;
  height: 66px;
  line-height: 64px;
  border-bottom: 2px solid #1a1a1a;
  padding-right: 60px;
  padding-left: 10px;
  color: #4d4d4d;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .list li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  height: 100%;
  top: 0;
  width: 30px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../images/proli.png) -40px center no-repeat;
}
.product .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list li:hover .pic:before {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.product .list li:hover .bt {
  color: #f08519;
}
.product .list li:hover .bt:after {
  background-position: 0 center;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product .proTab {
  width: 100%;
  height: 60px;
  padding: 14px 0;
  font-size: 0;
  text-align: center;
  background: url(../images/proTab.png) center center no-repeat;
  margin-top: 30px;
}
.product .proTab .prev {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/pl.png) center center no-repeat;
  background-color: #1759ae;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proTab .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .proTab .next {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px #f08519 solid;
  background: url(../images/pr2.png) center center no-repeat;
  margin-left: 64px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proTab .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center bottom no-repeat;
  line-height: 1;
  padding-top: 70px;
  height: 300px;
  color: #ffffff;
}
.mbanner1 .text {
  float: right;
  text-align: center;
}
.mbanner1 .t1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.mbanner1 .t2 {
  width: 520px;
  height: 40px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #1759ae;
  margin: auto;
  margin-top: 20px;
}
.mbanner1 .tel {
  line-height: 46px;
  margin-top: 36px;
  font-size: 16px;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.mbanner1 .tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  animation: msClock 1.2s linear infinite;
  background: url(../images/mbantel.png) 0 center no-repeat;
}
.mbanner1 .tel i {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.mbanner1 .tel .zxLink {
  width: 150px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
  z-index: 2;
  color: #1759ae;
  font-size: 14px;
  background-color: #ffffff;
  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 .tel .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px 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;
}
.mbanner1 .tel .zxLink:hover {
  background: none;
  color: #fff;
}
.mbanner1 .tel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case {
  padding: 80px 0;
}
.case .caseBox {
  margin-top: 40px;
}
.case .list1 {
  width: 456px;
  float: left;
}
.case .list1 ul {
  margin-right: -20px;
}
.case .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list1 li {
  position: relative;
  margin-top: 24px;
  height: 330px;
  width: 456px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.case .list1 li:first-child {
  margin-top: 0;
}
.case .list1 li .pic {
  display: block;
  width: 456px;
  height: 280px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.case .list1 li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .list1 li .bt {
  position: relative;
  z-index: 1;
  font-size: 14px;
  height: 50px;
  background-color: #fafafa;
  line-height: 50px;
  padding-right: 90px;
  padding-left: 20px;
  color: #4d4d4d;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .list1 li .bt:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px #e5e5e5;
  right: 20px;
  top: 13px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../images/caseli.png) -40px center no-repeat;
}
.case .list1 li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.case .list1 li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .list1 li:hover .bt {
  color: #f08519;
}
.case .list1 li:hover .bt:after {
  background-position: 20px center;
  border-color: #f08519;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.case .caseR {
  float: right;
  width: 720px;
  position: relative;
  height: 685px;
  overflow: hidden;
}
.case .caseR .list2 {
  position: relative;
  margin-top: 24px;
  height: 330px;
  width: 720px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.case .caseR .list2:first-child {
  margin-top: 0;
}
.case .caseR .list2 .pic {
  display: block;
  width: 720px;
  height: 450px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.case .caseR .list2 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseR .list2: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);
}
.case .caseR .list2 .bt {
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
  line-height: 68px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f08519;
}
.case .caseR .list2 .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseR .list2 .tip {
  position: relative;
  height: 1px;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #f08519, #f08519);
  background-image: linear-gradient(to right, #f08519, #f08519);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseR .list2 .tip span {
  position: absolute;
  display: block;
  left: 0;
  top: -10px;
  line-height: 20px;
  padding-right: 10px;
  font-size: 12px;
  color: #cccccc;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.case .caseR .list2:hover .bt {
  color: #f08519;
}
.case .caseR .list2:hover .tip {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.case .caseR .list2:hover .tip span {
  color: #f08519;
}
.case .caseR .list2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #808080;
  margin-top: 32px;
}
.case .caseR .list2 a.more {
  display: block;
  width: 100px;
  height: 35px;
  border-radius: 18px;
  border: solid 1px #f5f5f5;
  margin-top: 34px;
  line-height: 33px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #f08519, #f08519);
  background-image: linear-gradient(to right, #f08519, #f08519);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  color: #808080;
  text-align: center;
}
.case .caseR .list2:hover a.more {
  border-color: #f08519;
  color: #f08519;
}
.case .caseR .list2:hover a.more:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.case .caseR .prev {
  display: block;
  background: #1759ae url(../images/pl.png) center center no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 35px;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
}
.case .caseR .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .caseR .next {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px #f08519 solid;
  background: url(../images/pr2.png) center center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseR .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi {
  height: 480px;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysTit {
  float: left;
  text-align: center;
  padding-top: 130px;
}
.youshi .ysTit .en {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  color: #cbcbcb;
  line-height: 26px;
}
.youshi .ysTit h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 18px;
  line-height: 1;
}
.youshi .ysTit .line {
  width: 14px;
  height: 5px;
  background-color: #f08519;
  margin: 40px auto 0;
}
.youshi .ysTit .t1 {
  font-size: 18px;
  margin-top: 50px;
}
.youshi .ysTit .t2 {
  font-size: 12px;
  color: #808080;
  line-height: 18px;
  margin-top: 8px;
}
.youshi .ysList {
  float: right;
  padding-top: 80px;
  width: 870px;
}
.youshi .ysList ul {
  position: relative;
  right: -20px;
}
.youshi .ysList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysList li {
  width: 180px;
  float: left;
  color: #ffffff;
  margin-left: 110px;
  text-align: center;
  margin-bottom: 50px;
}
.youshi .ysList li i {
  display: block;
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin: auto;
}
.youshi .ysList li i:before,
.youshi .ysList 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 .ysList li i.ico1:before,
.youshi .ysList li i.ico1:after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysList li i.ico2:before,
.youshi .ysList li i.ico2:after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysList li i.ico3:before,
.youshi .ysList li i.ico3:after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysList li i.ico4:before,
.youshi .ysList li i.ico4:after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysList li i.ico5:before,
.youshi .ysList li i.ico5:after {
  background: url(../images/ysico5.png) center center no-repeat;
}
.youshi .ysList li i.ico6:before,
.youshi .ysList li i.ico6:after {
  background: url(../images/ysico6.png) center center no-repeat;
}
.youshi .ysList li:hover i:before,
.youshi .ysList li:hover i:after {
  top: -100%;
}
.youshi .ysList li h4 {
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  margin-top: 5px;
}
.about {
  padding-top: 80px;
}
.about .aboutPic {
  float: left;
  width: 600px;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover 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);
}
.about .aboutText {
  width: 600px;
  height: 420px;
  background-color: #fafafa;
  float: right;
  margin-top: 70px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 38px;
}
.about .aboutText .t1 {
  display: inline-block;
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
  font-size: 22px;
  line-height: 52px;
  color: #4d4d4d;
  padding-right: 20px;
}
.about .aboutText .t2 {
  line-height: 1;
  font-size: 24px;
  color: #1759ae;
  font-weight: bold;
  margin-top: 32px;
}
.about .aboutText .t2 a {
  color: #1759ae;
}
.about .aboutText .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 28px;
  height: 140px;
  text-align: justify;
  margin-top: 30px;
  color: #808080;
  text-indent: 2em;
}
.showSlide {
  position: relative;
}
.showSlide .showTab {
  width: 1200px;
  font-size: 0;
  position: absolute;
  left: 50%;
  top: -70px;
  margin-left: -600px;
}
.showSlide .showTab li {
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
  background: #1759ae;
  text-align: center;
}
.showSlide .showTab li span {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.showSlide .showTab li span:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #f08519;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 0;
}
.showSlide .showTab li.on span:before {
  height: 100%;
}
.showSlide .showTabs {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  height: 281px;
}
.showSlide .showTabs .bd {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  height: 250px;
}
.showSlide .showTabs .bd ul {
  margin-right: -26px;
}
.showSlide .showTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showSlide .showTabs .bd ul li {
  width: 280px;
  height: 250px;
  overflow: hidden;
  float: left;
  margin-right: 26px;
  position: relative;
  z-index: 1;
}
.showSlide .showTabs .bd ul li .pic {
  display: block;
  width: 280px;
  height: 210px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.showSlide .showTabs .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -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);
}
.showSlide .showTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.showSlide .showTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #4d4d4d;
  height: 40px;
  background-color: #fafafa;
  line-height: 40px;
  position: relative;
  z-index: 2;
  padding: 0 40px 0 10px;
}
.showSlide .showTabs .bd ul li .bt:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 16px;
  right: 10px;
  top: 13px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../images/showli.png) -30px center no-repeat;
}
.showSlide .showTabs .bd ul li:hover .bt {
  color: #f08519;
  padding-left: 15px;
  background-size: 100% 100%;
}
.showSlide .showTabs .bd ul li:hover .bt:after {
  background-position: 0 0;
}
.showSlide .hd {
  margin-top: 20px;
}
.showSlide .hd ul {
  text-align: center;
  font-size: 0;
}
.showSlide .hd ul li {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #1759ae;
  border: 1px #1759ae solid;
  padding: 1px;
  margin: 0 4px;
  border-radius: 50%;
}
.showSlide .hd ul li i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.showSlide .hd ul li.on {
  background-color: #fff;
  border-color: #f08519;
}
.showSlide .hd ul li.on i {
  background: #f08519;
}
.showSlide .prev {
  background: #1759ae url(../images/pl.png) center center no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 88px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.showSlide .prev:hover {
  background-color: #f08519;
}
.showSlide .next {
  background: #1759ae url(../images/pr.png) center center no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 88px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.showSlide .next:hover {
  background-color: #f08519;
}
.showSlide:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: -665px;
}
.showSlide:hover .next {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: -665px;
}
.news {
  padding: 80px 0;
}
.news .newsBox {
  margin-top: 40px;
}
.news .newsL {
  float: left;
  width: 690px;
}
.news .newsL .newsTab {
  padding-bottom: 7px;
  border-bottom: 6px #fafafa solid;
  line-height: 20px;
}
.news .newsL .newsTab:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 2px;
  height: 21px;
  background-color: #005197;
  margin-right: 2px;
}
.news .newsL .newsTab a {
  color: #4d4d4d;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
}
.news .newsL .newsTab a.on {
  color: #1759ae;
  font-weight: bold;
}
.news .newsL .newsList {
  margin-top: 30px;
}
.news .newsL .newsList .one {
  height: 146px;
  background-color: #fafafa;
  padding: 1px;
  position: relative;
}
.news .newsL .newsList .one .pic:after,
.news .newsL .newsList .one .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 .newsL .newsList .one .pic:before {
  top: 0;
  left: 0;
  border-color: #1759ae transparent transparent #1759ae;
}
.news .newsL .newsList .one .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #1759ae #1759ae transparent;
}
.news .newsL .newsList .one:hover .pic:after,
.news .newsL .newsList .one:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsL .newsList .one .pic {
  overflow: hidden;
  width: 200px;
  height: 148px;
  display: block;
  float: left;
  position: relative;
}
.news .newsL .newsList .one .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .newsList .one: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);
}
.news .newsL .newsList .one .text {
  width: 410px;
  margin-left: 32px;
  float: left;
  padding: 28px 0;
}
.news .newsL .newsList .one .text .bt {
  color: #4d4d4d;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
}
.news .newsL .newsList .one .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .newsList .one .text p {
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  margin-top: 6px;
}
.news .newsL .newsList .one:hover .text .bt {
  color: #1759ae;
}
.news .newsL .newsList .list ul li {
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px #f5f5f5 solid;
  position: relative;
  z-index: 1;
}
.news .newsL .newsList .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #1759ae;
  width: 0;
  height: 1px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .newsList .list ul li:hover:after {
  width: 100%;
}
.news .newsL .newsList .list ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 600px;
  float: left;
  color: #4c4c4c;
}
.news .newsL .newsList .list ul li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .newsList .list ul li span {
  display: block;
  float: right;
  color: #808080;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsL .newsList .list ul li:hover a {
  color: #1759ae;
}
.news .newsL .newsList .list ul li:hover a:before {
  background: #1759ae;
}
.news .newsL .newsList .list ul li:hover span {
  color: #1759ae;
}
.news .problem {
  float: right;
  width: 440px;
}
.news .problem .tit {
  padding-bottom: 7px;
  border-bottom: 6px #fafafa solid;
  line-height: 20px;
}
.news .problem .tit:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 2px;
  height: 21px;
  background-color: #005197;
  margin-right: 2px;
}
.news .problem .tit a {
  color: #4d4d4d;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #1759ae;
  font-weight: bold;
}
.news .problem .list {
  margin-top: 30px;
  height: 402px;
  overflow: hidden;
}
.news .problem .list li {
  margin-bottom: 30px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.news .problem .list li .bt {
  display: block;
  height: 82px;
  line-height: 82px;
  background-color: #fafafa;
  color: #4d4d4d;
  position: relative;
}
.news .problem .list li .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding: 0 25px 0 82px;
  background: url(../images/q.png) 20px center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .problem .list li .bt:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  display: block;
  left: 0;
  top: 0;
  background: #1759ae;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .problem .list li p {
  background: #fafafa url(../images/a.png) 378px center no-repeat;
  padding: 17px 82px 17px 25px;
  height: 82px;
  margin-top: 20px;
}
.news .problem .list li p span {
  display: block;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
}
.news .problem .list li:hover .bt:before {
  height: 100%;
  box-shadow: 0 0 10px rgba(23, 89, 174, 0.5);
}
.news .problem .list li:hover .bt span {
  background: url(../images/qh.png) 20px center no-repeat;
  color: #fff;
}
.links {
  margin-bottom: 80px;
}
.links .tit {
  float: left;
  width: 120px;
}
.links .tit i {
  float: left;
  font-size: 54px;
  display: block;
  color: #005197;
  font-family: 'Times New Roman', Times, serif;
  line-height: 38px;
  height: 38px;
  margin-right: 4px;
}
.links .tit .en {
  display: block;
  font-family: 'Times New Roman', Times, serif;
  color: #005197;
  font-size: 22px;
  height: 16px;
  line-height: 16px;
  letter-spacing: 5px;
}
.links .tit .cn {
  font-size: 16px;
  color: #666;
  line-height: 1;
  margin-top: 4px;
}
.links .list {
  float: left;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  width: 1080px;
}
.links .list a {
  margin-left: 18px;
  display: inline-block;
  color: #808080;
}
.links .list a:before {
  content: "|";
  display: inline-block;
  margin-right: 18px;
  color: #808080;
}
.links .list a:first-child:before {
  display: none;
}
.links .list a:hover {
  color: #1759ae;
}
