@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 {
  width: 100%;
  padding-right: 100px;
  position: relative;
}
.banner .bannerBox {
  position: relative;
}
.banner .bannerContact {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background: #fff;
  z-index: 999;
}
.banner .bannerContact .text {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -15px;
  width: 30px;
  text-transform: uppercase;
  color: #999999;
  line-height: 30px;
}
.banner .bannerContact .text span {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.banner .bannerContact .text span.s2 {
  margin-top: 50px;
}
.banner .bannerContact .text .weibo {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/weibo.png) center center no-repeat;
  background-color: #275fcf;
  border-radius: 50%;
  margin-top: 20px;
}
.banner .bannerContact .text .wxBox {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/weixin.png) center center no-repeat;
  background-color: #275fcf;
  border-radius: 50%;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.banner .bannerContact .text .wxBox span {
  display: block;
  position: absolute;
  right: 80px;
  padding: 5px;
  background: #fff;
  overflow: hidden;
  top: 50%;
  margin-top: -55px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .bannerContact .text .wxBox span img {
  display: block;
  width: 100px;
  height: 100px;
}
.banner .bannerContact .text .wxBox:hover {
  overflow: inherit;
}
.banner .bannerContact .text .wxBox:hover span {
  right: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .bannerContact .text .qq {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/qq.png) center center no-repeat;
  background-color: #275fcf;
  border-radius: 50%;
  margin-top: 20px;
}
.banner .bannerContact .text .arrow {
  margin-top: 58px;
  width: 27px;
  height: 42px;
  background: url(../images/arrow.png) center center no-repeat;
  animation: arrow 2.4s linear infinite;
  z-index: 6;
  cursor: pointer;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.banner .swiper-container {
  width: 100%;
  height: auto !important;
}
.banner .swiper-wrapper {
  height: auto !important;
}
.banner .swiper-slide {
  width: 100%;
  height: auto !important;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: auto !important;
}
.banner .swiper-slide a img {
  display: block;
  width: 100%;
}
.banner .bannerPage {
  width: 50%;
  height: 100px;
  background-color: #f8f8f8;
  position: relative;
}
.banner .bannerPage .bannerswiper-pagination {
  height: 16px;
  position: absolute;
  left: 70px;
  top: 50%;
  margin-top: -8px;
}
.banner .bannerPage .bannerswiper-pagination span {
  display: block;
  float: left;
  height: 16px;
  width: 16px;
  border: solid 1px transparent;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
  cursor: pointer;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .bannerPage .bannerswiper-pagination span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #275fcf;
}
.banner .bannerPage .bannerswiper-pagination span.swiper-pagination-bullet-active {
  border: solid 1px #275fcf;
  color: #fff;
}
.banner .bannerPage .bannerprev {
  position: absolute;
  z-index: 30;
  right: 100px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/bl.png) center center no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner .bannerPage .bannerprev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner .bannerPage .bannernext {
  position: absolute;
  z-index: 30;
  right: 50px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/br.png) center center no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner .bannerPage .bannernext:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 1620px) {
  .banner {
    padding-right: 80px;
  }
  .banner .bannerContact {
    width: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    padding-right: 60px;
  }
  .banner .bannerContact {
    width: 60px;
  }
  .banner .bannerPage {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    padding-right: 0;
  }
  .banner .bannerContact {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner .bannernext,
  .banner .bannerprev {
    display: none;
  }
  .banner .bannerPage {
    background: none;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    height: 24px;
  }
  .banner .bannerPage .bannerswiper-pagination {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  .banner .bannerPage .bannerswiper-pagination span {
    background: none;
    display: inline-block;
    float: none;
    margin: 0 5px;
  }
  .banner .bannerPage .bannerswiper-pagination span:before {
    background: #fff;
  }
  .banner .bannerPage .bannerswiper-pagination span.swiper-pagination-bullet-active {
    border-color: #fff;
    color: #fff;
  }
}
.numberBox {
  padding: 60px 0 40px;
}
.numberBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.numberBox ul li {
  float: left;
  width: 25%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #ddd;
  line-height: 1;
  color: #666666;
}
.numberBox ul li:first-child {
  border-left: none;
}
.numberBox ul li h4 {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.numberBox ul li h4 i {
  font-family: Arial;
  font-size: 60px;
  color: #444444;
  line-height: 1;
}
.numberBox ul li h4 span {
  display: inline-block;
  vertical-align: top;
  color: #666666;
  margin-left: 7px;
}
.numberBox ul li p {
  margin-top: 2px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .numberBox ul li:hover h4 {
    color: #275fcf;
  }
}
@media screen and (max-width: 1024px) {
  .numberBox {
    padding: 40px 0;
  }
  .numberBox ul li h4 i {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .numberBox {
    padding: 30px 0 10px;
  }
  .numberBox ul li h4 i {
    font-size: 18px;
    font-weight: bold;
  }
  .numberBox ul li h4 span {
    margin-left: 3px;
    font-size: 12px;
  }
  .numberBox ul li p {
    font-size: 12px;
  }
}
.about {
  position: relative;
  top: 20px;
}
.about:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutPic {
  float: right;
  width: 52%;
  height: 650px;
  position: relative;
}
.about .aboutPic img {
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about .aboutText {
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
}
.about .aboutText .aboutTextBox {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 8px 23px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 13%;
  text-align: center;
}
.about .aboutText .aboutTextBox .tit img {
  display: block;
  margin: auto;
}
.about .aboutText .aboutTextBox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 32px;
  height: 128px;
  color: #666666;
  margin-top: 38px;
}
.about .aboutText .aboutTextBox .more {
  display: block;
  margin: 84px auto 0;
  width: 222px;
  height: 58px;
  border: solid 1px #275fcf;
  text-align: center;
  line-height: 56px;
  font-family: Arial;
  font-size: 20px;
  text-transform: uppercase;
  color: #275fcf;
}
@media screen and (min-width: 768px) {
  .about .aboutText .aboutTextBox .more {
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .about .aboutText .aboutTextBox .more:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .about .aboutText .aboutTextBox .more:hover,
  .about .aboutText .aboutTextBox .more:focus,
  .about .aboutText .aboutTextBox .more:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .about .aboutText .aboutTextBox .more:hover:after,
  .about .aboutText .aboutTextBox .more:focus:after,
  .about .aboutText .aboutTextBox .more:active:after {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@media screen and (max-width: 768px) {
  .about {
    top: 0;
  }
  .about .aboutPic {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
  }
  .about .aboutPic img {
    width: 100%;
    position: relative;
    height: auto;
  }
  .about .aboutText {
    position: relative;
    width: 100%;
    padding: 0 20px;
    top: 20px;
  }
  .about .aboutText .aboutTextBox {
    padding: 30px 4% 25px;
    border-radius: 5px;
  }
  .about .aboutText .aboutTextBox .tit img {
    max-width: 55%;
  }
  .about .aboutText .aboutTextBox p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 24px;
    height: 96px;
    font-size: 12px;
    margin-top: 12px;
  }
  .about .aboutText .aboutTextBox .more {
    margin: 14px auto 0;
    width: 120px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.title {
  line-height: 1;
  text-align: center;
}
.title .en {
  font-family: Arial;
  font-size: 38px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
}
.title h3 {
  font-size: 20px;
  margin-top: 20px;
}
.title h3:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 1px;
  background-color: #275fcf;
  vertical-align: middle;
  margin-right: 10px;
}
.title h3:after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 1px;
  background-color: #275fcf;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .title .en {
    font-size: 24px;
    line-height: 1;
  }
  .title h3 {
    margin-top: 10px;
    font-size: 18px;
  }
}
.product {
  padding: 90px 2.3% 80px;
  background-color: #f8f8f8;
}
.product .proTop {
  margin-top: 40px;
  position: relative;
}
.product .proTop:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTop h4 {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 32px;
}
.product .proTop h4 span {
  font-size: 24px;
}
.product .proTop h4 i {
  color: #999999;
  font-size: 16px;
  margin-left: 10px;
}
.product .proTop .proTab {
  padding-left: 280px;
  text-align: right;
  font-size: 0;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.product .proTop .proTab a {
  display: inline-block;
  text-align: center;
  color: #666666;
  padding: 0 20px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #275fcf, #275fcf);
  background-image: linear-gradient(to right, #275fcf, #275fcf);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proTop .proTab a:hover {
  background-size: 100% 100%;
  color: #fff;
}
.product .list {
  padding-top: 20px;
}
.product .list ul {
  margin: 0 -15px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 15px 0;
  margin-top: 30px;
}
.product .list ul li .item {
  width: 100%;
  padding-bottom: 86px;
  position: relative;
  border: solid 1px #dddddd;
  overflow: hidden;
  padding: 9px;
}
.product .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .list ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product .list ul li .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 98px;
  transition: all 0.6s ease-out 0s;
  padding: 8px 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .list ul li .item .textWrap {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product .list ul li .item .textWrap:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li .item .textWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border: 1px solid transparent;
  -webkit-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.product .list ul li .item .textWrap .textInfo {
  float: left;
  width: 80%;
}
.product .list ul li .item .textWrap .textInfo .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.product .list ul li .item .textWrap .textInfo p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #dddddd;
  line-height: 20px;
}
.product .list ul li .item .textWrap .more {
  float: right;
  height: 100%;
  width: 20px;
  background: url(../images/proMore.png) center center no-repeat;
}
.product .list ul li .item:hover .pic {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.product .list ul li .item:hover .text {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 8px;
}
.product .list ul li .item:hover .textWrap {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 20px 25px 20px 20px;
}
.product .list ul li .item:hover .textWrap:before {
  width: 100%;
  height: 100%;
  border-color: #fff;
}
@media screen and (max-width: 1240px) {
  .product .proTop h4 span {
    font-size: 20px;
  }
  .product .proTop h4 i {
    font-size: 14px;
  }
  .product .proTop .proTab {
    padding-left: 240px;
  }
  .product .proTop .proTab a {
    padding: 0 12px;
    font-size: 13px;
  }
  .product .list {
    padding-top: 10px;
  }
  .product .list ul {
    margin: 0 -8px;
  }
  .product .list ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .product .list ul li {
    margin-top: 16px;
    padding: 0 8px;
  }
  .product .list ul li .item {
    padding: 5px;
  }
  .product .list ul li .item .text {
    height: 76px;
    padding: 5px 0;
  }
  .product .list ul li .item .textWrap {
    padding: 10px 0;
  }
  .product .list ul li .item .textWrap .textInfo .bt {
    font-size: 14px;
  }
  .product .list ul li .item .textWrap .textInfo p {
    font-size: 12px;
  }
  .product .list ul li .item:hover .text {
    padding: 5px;
  }
  .product .list ul li .item:hover .textWrap {
    padding: 10px 15px 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 30px 3% 30px;
  }
  .product .proTop {
    margin-top: 20px;
  }
  .product .proTop h4 {
    position: relative;
  }
  .product .proTop h4 span {
    font-size: 16px;
  }
  .product .proTop h4 i {
    font-size: 12px;
  }
  .product .proTop .proTab {
    text-align: left;
    padding-left: 0;
    height: auto;
    margin: 10px -10px 0;
    line-height: 24px;
  }
  .product .proTop .proTab a {
    padding: 0 10px;
    font-size: 12px;
  }
  .product .proTop .proTab a:hover {
    background: none;
    color: #333;
  }
  .product .list {
    padding-top: 10px;
  }
  .product .list ul {
    margin: 0 -5px;
  }
  .product .list ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .product .list ul li {
    margin-top: 10px;
    padding: 0 5px;
    width: 50%;
  }
  .product .list ul li .item:hover .pic {
    -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 ul li .item:hover .text {
    display: none;
  }
}
.case {
  padding: 62px 0 100px;
  max-width: 1200px;
  margin: auto;
}
.case .caseTop {
  margin-top: 40px;
  position: relative;
}
.case .caseTop:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTop h4 {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.case .caseTop h4 span {
  font-size: 24px;
  display: block;
}
.case .caseTop h4 i {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}
.case .caseTop .caseTopR {
  padding-left: 280px;
  text-align: right;
  font-size: 0;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.case .caseTop .caseTopR a {
  display: inline-block;
  text-align: center;
  color: #666666;
  padding: 0 20px;
  font-size: 14px;
  margin-left: 1px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #275fcf, #275fcf);
  background-image: linear-gradient(to right, #275fcf, #275fcf);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseTop .caseTopR a:hover,
.case .caseTop .caseTopR a.on {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseTop .caseTab {
  display: inline-block;
}
.case .caseBox {
  margin: 50px -7px 0;
}
.case .caseBox .tempWrap {
  overflow: hidden;
}
.case .list {
  position: relative;
  overflow: hidden;
}
.case .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list ul li {
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 7px 0;
  margin-bottom: 10px;
}
.case .list ul li .item {
  width: 100%;
  position: relative;
  transition: all 0.36s ease-out;
}
.case .list ul li .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 30%;
  opacity: 0;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #275fcf;
  transition: all 0.36s ease-out;
}
.case .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68.7%;
  position: relative;
  overflow: hidden;
}
.case .list ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.case .list ul li .item .text {
  height: 94px;
  padding: 20px;
}
.case .list ul li .item .text .bt {
  font-size: 16px;
  line-height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .list ul li .item .text .bt:hover {
  color: #275fcf;
}
.case .list ul li .item .text p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  line-height: 1;
  margin-top: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .list ul li .item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
.case .list ul li .item:hover:after {
  opacity: 1;
  width: 100%;
}
.case .list ul li .item: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);
}
.case .list ul li .item:hover .text .bt {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.case .list ul li .item:hover .text p {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.case .list .caseprev {
  background: rgba(0, 0, 0, 0.6) url(../images/caseL.png) center center no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -72px;
  z-index: 5;
  transition: all 0.36s ease-out;
  cursor: pointer;
}
.case .list .caseprev:hover {
  background-color: #275fcf;
  outline: none;
}
.case .list .casenext {
  background: rgba(0, 0, 0, 0.6) url(../images/caseR.png) center center no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -72px;
  z-index: 5;
  transition: all 0.36s ease-out;
  cursor: pointer;
}
.case .list .casenext:hover {
  background-color: #275fcf;
  outline: none;
}
.case .list:hover .caseprev {
  left: 7px;
}
.case .list:hover .casenext {
  right: 7px;
}
@media screen and (max-width: 1240px) {
  .case {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .case {
    padding: 30px 3% 0;
  }
  .case .caseTop {
    margin-top: 20px;
  }
  .case .caseTop h4 {
    position: relative;
  }
  .case .caseTop h4 span {
    font-size: 16px;
    display: inline-block;
  }
  .case .caseTop h4 i {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
  }
  .case .caseTop .caseTopR {
    text-align: left;
    padding-left: 0;
    height: auto;
    margin-top: 20px;
    line-height: 24px;
  }
  .case .caseTop .caseTopR a {
    padding: 0 10px;
    font-size: 12px;
  }
  .case .caseBox {
    margin: 10px auto 0;
  }
  .case .list {
    padding-top: 10px;
    margin: 0 -7px;
  }
  .case .list .caseprev,
  .case .list .casenext {
    display: none;
  }
  .case .list ul li .item:after {
    display: none;
  }
  .case .list ul li .item .text {
    height: 74px;
    padding: 10px 0;
  }
  .case .list ul li .item .text .bt {
    font-size: 14px;
    line-height: 20px;
  }
  .case .list ul li .item .text p {
    font-size: 12px;
    line-height: 20px;
  }
  .case .list ul li .item:hover {
    box-shadow: none;
  }
  .case .list ul li .item:hover .pic img {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  .case .list ul li .item:hover .text .bt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .case .list ul li .item:hover .text p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.news {
  padding: 70px 0 90px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
  background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 30px 0;
  }
}
.news .newsBox {
  position: relative;
  max-width: 1200px;
  margin: 45px auto 0;
}
.news .newsBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsL {
  float: left;
  width: 44%;
  background-color: #ffffff;
  padding: 45px 6% 45px;
  height: 520px;
}
.news .newsBox .newsL li {
  float: left;
  padding-bottom: 20px;
}
.news .newsBox .newsL li .date {
  font-size: 26px;
  line-height: 1;
  color: #999999;
  font-family: Arial;
}
.news .newsBox .newsL li .bt {
  font-size: 18px;
  margin-top: 26px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsL li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #275fcf;
}
.news .newsBox .newsL li p {
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  margin-top: 20px;
  border-left: 1px transparent solid;
  padding-left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .newsL li .pic {
  display: block;
  width: 100%;
  height: 166px;
  overflow: hidden;
  margin-top: 34px;
  position: relative;
}
.news .newsBox .newsL li .pic img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.news .newsBox .newsL li .more {
  display: block;
  opacity: 0;
  width: 144px;
  height: 38px;
  color: #fff;
  background: #275fcf url(../images/add.png) center center no-repeat;
  position: relative;
  top: 20px;
  margin-top: 32px;
}
.news .newsBox .newsL li .more i {
  width: 16px;
  height: 16px;
}
.news .newsBox .newsL li:hover p {
  padding-left: 30px;
  border-color: #ddd;
}
.news .newsBox .newsL li:hover .more {
  opacity: 1;
  top: 0;
}
.news .newsBox .newsR {
  float: right;
  width: 48%;
}
.news .newsBox .newsR ul li {
  height: 173px;
  border-top: 1px #ddd solid;
  padding: 42px 15px;
  transition: all 0.6s ease-out 0s;
}
.news .newsBox .newsR ul li h4 {
  padding-left: 23px;
  line-height: 24px;
  padding-right: 80px;
  position: relative;
}
.news .newsBox .newsR ul li h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #666666;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.news .newsBox .newsR ul li h4 .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  font-size: 16px;
}
.news .newsBox .newsR ul li h4 span {
  font-family: Arial;
  font-size: 24px;
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
}
.news .newsBox .newsR ul li h4 .more {
  position: absolute;
  display: block;
  right: 0;
  width: 50px;
  height: 18px;
  text-align: center;
  top: 68px;
  border-left: 1px #eee solid;
  background: url(../images/newsMore.png) -35px center no-repeat;
}
.news .newsBox .newsR ul li p {
  padding-left: 23px;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999999;
  padding-right: 80px;
}
.news .newsBox .newsR ul li:hover {
  background: #fff;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
  padding: 42px 35px;
}
.news .newsBox .newsR ul li:hover h4:before {
  background-color: #275fcf;
}
.news .newsBox .newsR ul li:hover h4 .bt {
  color: #275fcf;
}
.news .newsBox .newsR ul li:hover h4 .more {
  border-color: #275fcf;
  background-position: 15px center;
}
@media screen and (max-width: 768px) {
  .news .newsBox {
    margin-top: 20px;
  }
  .news .newsBox .newsL {
    float: none;
    width: 94%;
    padding: 20px 3% 10px;
    margin: auto;
    height: auto;
  }
  .news .newsBox .newsL li {
    padding-bottom: 10px;
  }
  .news .newsBox .newsL li .date {
    font-size: 20px;
  }
  .news .newsBox .newsL li .bt {
    font-size: 15px;
    margin-top: 10px;
  }
  .news .newsBox .newsL li .bt:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #333;
  }
  .news .newsBox .newsL li p {
    margin-top: 10px;
  }
  .news .newsBox .newsL li .pic {
    height: 166px;
    margin-top: 14px;
  }
  .news .newsBox .newsL li .more {
    opacity: 1;
    top: 0;
    width: 120px;
    height: 30px;
    margin-top: 15px;
  }
  .news .newsBox .newsL li:hover p {
    padding-left: 0;
    border-color: transparent;
  }
  .news .newsBox .newsR {
    float: none;
    width: 100%;
  }
  .news .newsBox .newsR ul li {
    padding: 20px 15px;
    height: auto;
  }
  .news .newsBox .newsR ul li h4 {
    padding-left: 18px;
    padding-right: 65px;
    position: relative;
  }
  .news .newsBox .newsR ul li h4 .bt {
    font-size: 15px;
  }
  .news .newsBox .newsR ul li h4 span {
    font-size: 18px;
  }
  .news .newsBox .newsR ul li h4 .more {
    top: 54px;
  }
  .news .newsBox .newsR ul li p {
    padding-left: 18px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    color: #999999;
    padding-right: 65px;
  }
  .news .newsBox .newsR ul li:hover {
    background: transparent;
    box-shadow: none;
    padding: 20px 15px;
  }
  .news .newsBox .newsR ul li:hover h4:before {
    background-color: #275fcf;
  }
  .news .newsBox .newsR ul li:hover h4 .bt {
    color: #666;
  }
  .news .newsBox .newsR ul li:hover h4 .more {
    border-color: #eee;
    background-position: -35px center;
  }
}
.partner {
  background-color: #fbfbfb;
  position: relative;
}
.partner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 100%;
  background-color: #3a3a3a;
  z-index: 1;
}
.partnerBox {
  width: 90%;
  max-width: 1332px;
  background-color: #ffffff;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #eeeeee;
  padding: 28px 56px;
  position: relative;
  z-index: 2;
  margin: auto;
}
.partnerBox .swiper-container {
  height: auto !important;
}
.partnerBox .swiper-wrapper {
  height: auto !important;
}
.partnerBox li {
  width: 20%;
  padding: 0 10px;
  float: left;
}
.partnerBox li .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 53.5%;
  position: relative;
  overflow: hidden;
  border: solid 1px transparent;
}
.partnerBox li .pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.partnerBox li .pic:hover {
  border: solid 1px #eeeeee;
}
.partnerBox .partnerprev {
  background: #275fcf url(../images/caseL.png) center center no-repeat;
  width: 68px;
  height: 68px;
  position: absolute;
  left: -34px;
  top: 50%;
  margin-top: -34px;
  z-index: 5;
  transition: all 0.36s ease-out;
  cursor: pointer;
}
.partnerBox .partnerprev:hover {
  opacity: 0.7;
  outline: none;
}
.partnerBox .partnernext {
  background: #275fcf url(../images/caseR.png) center center no-repeat;
  width: 68px;
  height: 68px;
  position: absolute;
  right: -34px;
  top: 50%;
  margin-top: -34px;
  z-index: 5;
  transition: all 0.36s ease-out;
  cursor: pointer;
}
.partnerBox .partnernext:hover {
  opacity: 0.7;
  outline: none;
}
@media screen and (max-width: 768px) {
  .partnerBox {
    display: none;
  }
}
.links {
  padding: 70px 0 20px;
  background-color: #3a3a3a;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .links {
    display: none;
  }
}
.links .linksBox {
  width: 90%;
  max-width: 1332px;
  margin: auto;
  position: relative;
  padding-left: 85px;
}
.links .tit {
  float: left;
  font-size: 16px;
  color: #dddddd;
  width: 84px;
  border-right: 1px #fff solid;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
}
.links .list {
  font-size: 0;
  overflow: hidden;
}
.links .list a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  position: relative;
  margin-right: 25px;
  left: -2px;
}
.links .list a:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  vertical-align: middle;
  margin-right: 25px;
}
.links .list a:hover {
  color: #fff;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
