
.pd-1{padding: 5% 0 5% 0;background:#fff url(../images/about-bg.jpg); background-repeat:no-repeat; background-position:right center;}
.pd-1 .wrap{background-color:transparent !important;}
.pd-1 .wrap .about-txt{width:75%;margin:auto;line-height:30px; font-size:18px;}
.nusz{font-size:24px;}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.white {
  background: #fff;
}
.cooperation .more {
  text-align: center;
  padding-top: 50px;
}


@media only screen and (max-width: 1440px) {
  .wrap {
    max-width: 1200px;
  }
}
.lzpic2 {
  display: none;
}

.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.txbox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.article {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
.article img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.loadingTop {
  width: 40px;
  height: 40px;
  background: url(../images/loading.gif) no-repeat center;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.headTop {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  bottom: 0;
  border-bottom: solid 1px #2e2e2e;
  font-size: 14px;
  color: #666666;
}
.headTop a {
  font-size: 14px;
  color: #666666;
}
.headTop .slogan {
  float: left;
}
.headTop .photo {
  float: right;
  padding-left: 25px;
  background: url(../images/photo.png) no-repeat 0 center;
}
.header {
  width: 100%;
  height: 92px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
}
.header.fixed {
  position: fixed;
  top: 0;
}
.header.black {
  background: #000;
}
.header .logo {
  width: 220px;
  height: 59px;
  float: left;
  overflow: hidden;
  margin: 17px 0 0 0;
}
.header .searchBox {
  float: right;
  margin: 31px 0 0 0;
}
.header .searchBox .searchBtn {
  display: none;
}
.header .searchBox .searchBar {
  width: 204px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.header .searchBox .searchBar .btn {
  width: 54px;
  height: 30px;
  float: right;
  background: url(../images/search1.png) no-repeat center;
}
.header .searchBox .searchBar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .searchBox .searchBar .inpu {
  width: 100%;
  height: 30px;
  padding-right: 54px;
  box-sizing: border-box;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #666666;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #666666;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #666666;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #666666;
}
.header .phone,
.header .menuBtn {
  display: none;
}
.header .nav {
  float: right;
  margin-right: 20px;
}
.header .nav .tit {
  display: none;
}
.header .nav > ul > li {
  float: left;
  background: url(../images/nav_line.png) no-repeat 0 center;
  text-align: center;
}
.header .nav > ul > li:first-child {
  background: none;
}
.header .nav > ul > li > a {
  width: 138px;
  height: 92px;
  line-height: 92px;
  display: block;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  padding-left: 7px;
}
.header .nav > ul > li > a > span {
  width: 100%;
  height: 92px;
  line-height: 92px;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li > a > span:last-child {
  color: #fb8e00;
  font-size: 14px;
}
.header .nav > ul > li.on > a > span:first-child,
.header .nav > ul > li:hover > a > span:first-child {
  margin-top: -92px;
}
.header .nav .sub {
  width: 100%;
  position: absolute;
  left: 0;
  top: 92px;
  z-index: 9;
  background: #f3f3f3;
  display: none;
}
.header .nav .sub1 {
  padding: 63px 0;
}
.header .nav .sub1.six li {
  width: 16.66666%;
}
.header .nav .sub1.seven li {
  width: 14.2857%;
}
.header .nav .sub1.eight li {
  width: 12.5%;
}
.header .nav .sub1.nine li {
  width: 11.1111%;
}
.header .nav .sub1.ten li {
  width: 10%;
}
.header .nav .sub1.six ul.wrap,
.header .nav .sub1.seven ul.wrap,
.header .nav .sub1.eight ul.wrap,
.header .nav .sub1.nine ul.wrap,
.header .nav .sub1.ten ul.wrap {
  width: 100%;
  display: block;
}
.header .nav .sub1 ul.wrap {
  width: auto;
  display: inline-block;
}
.header .nav .sub1 li {
  width: 280px;
  float: left;
  border-left: solid 1px #dedede;
  box-sizing: border-box;
}
.header .nav .sub1 li:first-child {
  border: none;
}
.header .nav .sub1 li a {
  display: block;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header .nav .sub1 li a:hover,
.header .nav .sub1 li.on a {
  margin-top: -4px;
}
.header .nav .sub1 li a:hover .icon,
.header .nav .sub1 li.on a .icon {
  background: #fb8e00;
}
.header .nav .sub1 li a:hover .txt,
.header .nav .sub1 li.on a .txt {
  color: #fb8e00;
}
.header .nav .sub1 li .icon {
  width: 110px;
  height: 110px;
  line-height: 106px;
  margin: 0 auto;
  background: #aaaaaa;
  border-radius: 50%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav .sub1 li .icon img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.header .nav .sub1 li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav .sub2 {
  padding: 40px 0;
}
.header .nav .sub2 .pic {
  width: 300px;
  float: left;
}
.header .nav .sub2 ul {
  width: 1000px;
  float: right;
  border-left: solid 1px #e0e0e0;
  padding-left: 70px;
}
.header .nav .sub2 ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header .nav .sub2 li {
  width: 33.333%;
  float: left;
  text-align: left;
  margin-bottom: 12px;
}
.header .nav .sub2 li a {
  display: block;
}
.header .nav .sub2 li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header .nav .sub2 li a:hover .icon {
  background: #fb8e00;
}
.header .nav .sub2 li a:hover .txt {
  color: #fb8e00;
}
.header .nav .sub2 li .icon {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  float: left;
  background: #aaaaaa;
  border-radius: 50%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav .sub2 li .icon img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.header .nav .sub2 li .txt {
  height: 35px;
  line-height: 35px;
  padding-left: 54px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer {
  background: #191919;
  padding-top: 56px;
}
.footer .tit {
  line-height: 20px;
  font-size: 16px;
  color: #cccccc;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .tit:hover {
  color: #fff;
}
.footer .linkList {
  float: left;
}
.footer .linkList .list {
  width: 150px;
  float: left;
}
.footer .linkList .list:last-child {
  width: 134px;
  border-right: solid 1px #2d2d2d;
}
.footer .linkList ul {
  margin-top: 26px;
}
.footer .linkList li {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}
.footer .linkList li a {
  font-size: 14px;
  color: #666666;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .linkList li a:hover {
  color: #fff;
}
.footer .contact {
  float: left;
  width: 342px;
}
.footer .contact .text {
  line-height: 20px;
  margin-top: 26px;
  font-size: 14px;
  color: #999999;
}
.footer .contact .text span {
  display: none;
}
.footer .contact .text a {
  font-size: 14px;
  color: #999999;
}
.footer .contact .text p {
  margin-bottom: 8px;
  padding-left: 24px;
  box-sizing: border-box;
  background: no-repeat 0 center;
}
.footer .contact .btn {
  width: 116px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 30px;
  border: solid 1px #fb8e00;
  font-size: 14px;
  color: #fb8e00;
  float: left;
  margin: 18px 0 0 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .contact .btn:hover {
  background: #fb8e00;
  color: #191919;
}
.footer .qrcode {
  float: left;
  margin-top: 48px;
}
.footer .qrcode .box {
  margin: 0 0 0 20px;
  text-align: center;
  float: left;
}
.footer .qrcode .pic {
  width: 128px;
  height: 128px;
  background: url(../images/qrcode_line.png) no-repeat center;
  background-size: 100% 100%;
  padding: 7px;
  box-sizing: border-box;
}
.footer .qrcode .txt {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.footer .friendship {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  border-top: solid 1px #2d2d2d;
  border-bottom: solid 1px #2d2d2d;
  margin-top: 54px;
  padding: 28px 0;
}
.footer .friendship a {
  font-size: 14px;
  color: #666666;
  background: url(../images/friendship_line.gif) no-repeat right 0 center;
  padding: 0 18px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .friendship a:last-child {
  background: none;
}
.footer .friendship a:hover {
  color: #fff;
}
.footer .copy {
  padding: 25px 0;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}
.footer .copy:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .copy a {
  font-size: 14px;
  color: #666666;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .copy a:hover {
  color: #fff;
}
.fixedSidebar {
  width: 82px;
  position: fixed;
  right: 28px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 90;
  text-align: center;
}
.fixedSidebar li {
  position: relative;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
  margin-top: -1px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixedSidebar li:hover {
  border: solid 1px #fb8e00;
}
.fixedSidebar li:hover a {
  background: #fb8e00;
}
.fixedSidebar li:hover .icon .i1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixedSidebar li:hover .icon .i2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixedSidebar li:hover .txt {
  color: #fff;
}
.fixedSidebar li a {
  height: 80px;
  display: block;
  box-sizing: border-box;
  background: #fff;
  padding-top: 12px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixedSidebar li .icon {
  height: 30px;
  line-height: 30px;
  position: relative;
}
.fixedSidebar li .icon .i1,
.fixedSidebar li .icon .i2 {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixedSidebar li .icon .i2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixedSidebar li .icon img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.fixedSidebar li .txt {
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixedSidebar li .hide {
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 0;
  right: 81px;
  z-index: 5;
  background: #fb8e00;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  background: #fb8e00;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 142px;
  height: 142px;
  padding: 8px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
.popupPrice {
  width: 724px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 200;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
.popupPrice .close {
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat center;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popupPrice .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.popupPrice .title {
  text-align: center;
  background: #fb8e00;
  padding: 20px 0;
}
.popupPrice .title .tit {
  line-height: 34px;
  font-size: 24px;
  color: #fff;
}
.popupPrice .title .txt {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
.popupPrice .content {
  padding: 40px 40px 60px 40px;
  box-sizing: border-box;
}
.popupPrice select,
.popupPrice input[type="text"] {
  width: 312px;
  height: 46px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 0 14px;
  font-size: 16px;
  color: #666666;
  float: left;
  margin-bottom: 20px;
}
.popupPrice select::-webkit-input-placeholder,
.popupPrice input[type="text"]::-webkit-input-placeholder {
  color: #666666;
}
.popupPrice select:-moz-placeholder,
.popupPrice input[type="text"]:-moz-placeholder {
  color: #666666;
}
.popupPrice select::-moz-placeholder,
.popupPrice input[type="text"]::-moz-placeholder {
  color: #666666;
}
.popupPrice select:-ms-input-placeholder,
.popupPrice input[type="text"]:-ms-input-placeholder {
  color: #666666;
}
.popupPrice select:nth-child(even),
.popupPrice input[type="text"]:nth-child(even) {
  float: right;
}
.popupPrice select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow1.png) no-repeat right 20px center;
}
.popupPrice button,
.popupPrice input[type="button"] {
  max-width: 320px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 20px auto 0 auto;
  clear: both;
  background: #fb8e00;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popupPrice button:hover,
.popupPrice input[type="button"]:hover {
  background: #e98400;
}
@media only screen and (max-width: 1440px) {
  .header .logo {
    width: 160px;
    height: 43px;
  }
  .header .searchBox .searchBar {
    width: 160px;
  }
  .header .nav {
    margin-right: 10px;
  }
  .header .nav > ul > li > a {
    width: 130px;
  }
  .header .nav .sub2 ul {
    width: 800px;
    padding-left: 40px;
  }
  .footer .linkList .list {
    width: 120px;
  }
  .footer .linkList .list:last-child {
    width: 120px;
  }
  .footer .contact {
    width: 330px;
  }
  .footer .qrcode .box {
    margin: 0 0 0 10px;
  }
  .footer .qrcode .pic {
    width: 100px;
    height: 100px;
    padding: 5px;
  }
  .footer .friendship a {
    padding: 0 12px;
  }
  .fixedSidebar {
    right: 8px;
  }
}
.main .banner {
  position: relative;
}
.main .banner iframe,
.main .banner video {
  width: 100%;
  display: block;
}
.main .banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main .banner .text .p1 {
  font-size: 80px;
}
.main .banner .text .p2 {
  font-size: 20px;
}
.main .banner .text .line {
  width: 38px;
  height: 2px;
  background: #fff;
  margin: 30px 0 26px 0;
}
.main .banner .text .p3 {
  font-size: 24px;
}
.main .banner .pn.wrap {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 60px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
}
.main .banner .swiper-button-next,
.main .banner .swiper-button-prev {
  float: left;
  width: 35px;
  height: 19px;
  padding: 0;
  margin: 0;
  background-size: auto 100%;
  outline: none;
  position: static;
  top: 0;
  left: 0;
  background: red;
}
.main .banner .swiper-button-next span,
.main .banner .swiper-button-prev span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .banner .swiper-button-prev {
  background: url(../images/arrow2.png) no-repeat 0 center;
}
.main .banner .swiper-button-prev span {
  margin: 9px 0 0 0;
  opacity: 0;
}
.main .banner .swiper-button-prev:hover span {
  margin-left: 15px;
  opacity: 1;
}
.main .banner .swiper-button-next {
  margin-left: 12px;
  background: url(../images/arrow3.png) no-repeat right 0 center;
}
.main .banner .swiper-button-next span {
  margin: 9px 0 0 15px;
  opacity: 0;
}
.main .banner .swiper-button-next:hover span {
  opacity: 1;
  margin-left: 0;
}
.main .puResults {
}
.main .columnTitle {
  text-align: center;
}
.main .columnTitle .tit {
  line-height: 46px;
  font-size: 36px;
  color: #333;
}
.main .columnTitle .txt {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.main .service {
  background: #fff;
  padding-top: 5%;
}
.main .service .content {
  background: url(../images/service_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  margin-top: 96px;
  padding-bottom:5%;
}
.main .service .tab {
  background: url(../images/service_tab_bg.png);
  text-align: center;
  position: relative;
  top: -48px;
  z-index: 2;
}
.main .service .tab:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .service .tab li {
  width: 25%;
  height: 90px;
  line-height: 90px;
  float: left;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.main .service .tab li::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 42px;
  background: #595959;
  left: 0;
  top: 50%;
  margin-top: -21px;
  z-index: 2;
}
.main .service .tab li.on::after,
.main .service .tab li:first-child::after {
  display: none;
}
.main .service .tab li.on {
  background:linear-gradient(to left,rgb(4, 74, 192) 0,rgb(0, 176, 251));
}
.main .service .tab li .icon {
  display: inline-block;
  vertical-align: middle;
  margin: -10px 10px 0 0;
}
.main .service .tab li img {
  width: auto;
  display: inline-block;
}
.main .service .swiper-containe {
  display: none;
}
.main .service .swiper-slide {
  text-align: center;
}
.main .service .swiper-slide .box {
  display: block;padding-left:10px;padding-right:10px;
}
.main .service .swiper-slide .box:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .service .swiper-slide .box:hover .filter {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main .service .swiper-slide .box:hover .txt {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0%, -50%) scale(1, 1);
  -webkit-transform: translate(0%, -50%) scale(1, 1);
  -moz-transform: translate(0%, -50%) scale(1, 1);
  -ms-transform: translate(0%, -50%) scale(1, 1);
  -o-transform: translate(0%, -50%) scale(1, 1);
}
.main .service .swiper-slide .box:hover .text {
  background: #2275b5;
}
.main .service .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  cursor: pointer;max-width:100%;
}
.main .service .swiper-slide .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;max-width:100%;
}
.main .service .swiper-slide .pic .filter {
  background: url(../images/service_filter.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-slide .pic .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  padding: 66px 60px 0 60px;
  box-sizing: border-box;
  background: url(../images/add.png) no-repeat center 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0%, -50%) scale(3, 3);
  -webkit-transform: translate(0%, -50%) scale(3, 3);
  -moz-transform: translate(0%, -50%) scale(3, 3);
  -ms-transform: translate(0%, -50%) scale(3, 3);
  -o-transform: translate(0%, -50%) scale(3, 3);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-slide .text {
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  color: #fff;
  background: url(../images/service_text.png);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
/*.main .service .more {
  width: 142px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 38px;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #2275b5;
  margin: 5% auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}*/
.main .service .more{  text-align: center;  margin: 5% auto;}
.main .service .public_more_02{border: 1px solid #fff; color:#fff;}
.main .service .more:hover .public_more_02{
  background: #2275b5;border: 1px solid #2275b5;
}
.main .whyChoose {
  padding: 66px 0;
}
.main .whyChoose ul {
  border-top: solid 1px #efefef;
  border-left: solid 1px #efefef;
  box-sizing: border-box;
  margin-top: 44px;
}
.main .whyChoose ul li {
  width: 25%;
  border-right: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 58px 0 54px 0;
}
.main .whyChoose ul li:hover .tit,
.main .whyChoose ul li:hover .txt {
  color: #fff;
}
.main .whyChoose ul li:hover .icon1 {
  display: none;
}
.main .whyChoose ul li:hover .icon2 {
  display: block;
}
.main .whyChoose ul li .icon2,
.main .whyChoose ul li .icon1 {
  width: 121px;
  height: 121px;
  margin: 0 auto;
}
.main .whyChoose ul li .icon2 {
  display: none;
}
.main .whyChoose ul li .tit {
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  margin: 20px 0 8px 0;
}
.main .whyChoose ul li .txt {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.main .whyChoose ul li .tit,
.main .whyChoose ul li .txt,
.main .whyChoose ul li .icon1,
.main .whyChoose ul li .icon2 {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  position: relative;
  z-index: 5;
}
.main .whyChoose ul li .filter {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  background: #fb8e00;
}
.main .whyChoose ul li .filter.trans {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  backface-visibility: hidden;
}
.main .industry .content {
  margin-top: 48px;
  position: relative;
}
.main .industry .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .industry .content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main .industry .content .bg > div {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  display: none;
}
.main .industry .wrap {
  position: relative;
}
.main .industry .tab {
  width: 250px;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/industry_tab.png);
}
.main .industry .tab::-webkit-scrollbar {
  width: 4px;
  background: #333333;
}
.main .industry .tab::-webkit-scrollbar-button {
  display: none;
}
.main .industry .tab::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fb8e00;
}
.main .industry .tab li {
  height: 110px;
  line-height: 110px;
  font-size: 18px;
  color: #fff;
  text-indent: 36px;
  cursor: pointer;
  padding: 0 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .industry .tab li::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #323232;
  width: 220px;
  height: 1px;
  z-index: 2;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.main .industry .tab li.on {
  background: #fb8e00;
}
.main .industry .tab li.on::after {
  display: none;
}
.main .industry .tab li img {
  width: auto;
  display: inline-block;
  margin: 0 16px 0 0;
}
.main .industry .tabBox {
  padding-left: 340px;
  box-sizing: border-box;
}
.main .industry .box {
  min-height: 540px;
  padding: 60px 0;
  display: none;
}
.main .industry .box.now .title,
.main .industry .box.now .line,
.main .industry .box.now .text,
.main .industry .box.now .more,
.main .industry .box.now .list1,
.main .industry .box.now .list2 {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.main .industry .box .title,
.main .industry .box .line,
.main .industry .box .text,
.main .industry .box .more,
.main .industry .box .list1,
.main .industry .box .list2 {
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  opacity: 0;
}
.main .industry .box .title {
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .industry .box .line {
  width: 24px;
  height: 2px;
  background: #fb8e00;
  margin: 18px auto 24px auto;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.main .industry .box .text {
  height: 78px;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .industry .box .more {
  width: 142px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #fb8e00;
  margin-top: 36px;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .industry .box .more:hover {
  background: #e98400;
}
.main .industry .box .list1 .tit,
.main .industry .box .list2 .tit {
  font-size: 20px;
  color: #fff;
}
.main .industry .box .list1:after,
.main .industry .box .list2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .industry .box .list1 {
  margin: 46px 0 40px 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
}
.main .industry .box .list1 ul {
  margin-top: 30px;
}
.main .industry .box .list1 li {
  float: left;
  height: 44px;
  margin: 0 100px 10px 0;
  overflow: hidden;
}
.main .industry .box .list1 li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .industry .box .list1 li img {
  width: auto;
  max-height: 100%;
  display: inline-block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .industry .box .list2 {
  transition-duration: 1.2s;
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -ms-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
}
.main .industry .box .list2 ul {
  margin-top: 28px;
}
.main .industry .box .list2 li {
  float: left;
  margin: 0 16px 10px 0;
}
.main .industry .box .list2 li a {
  height: 44px;
  line-height: 42px;
  display: block;
  border: solid 1px #fff;
  font-size: 15px;
  color: #fff;
  padding: 0 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .industry .box .list2 li a:hover {
  background: #fb8e00;
  border: solid 1px #fb8e00;
}
.main .cooperation {
  background: #fff;
  padding: 5% 0 5% 0;
}
.main .cooperation .tab {
  text-align: center;
  margin-top: 44px;
}
.main .cooperation .tab span {
  display: inline-block;
  margin: 0 10px;
  width: 142px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.main .cooperation .tab span.on {
  background: #fb8e00;
  color: #fff;
}
.main .cooperation .tabBox {
  margin-top: 44px;
}
.main .cooperation .coop .swiper-container {
  position: relative;
}
.main .cooperation .coop .swiper-slide {
  border-top: solid 1px #ececec;
  border-left: solid 1px #ececec;
  box-sizing: border-box;
}
.main .cooperation .coop .swiper-slide .ts {
  width: 40%;
  height: 314px;
}
.main .cooperation .coop .swiper-slide li {
  width: 20%;
  height: 157px;line-height:157px;
  float: left;
  box-sizing: border-box;
  border-right: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .coop .swiper-slide li img{ vertical-align:middle;width:100%;padding:10%;}
.main .cooperation .coop .swiper-slide li:hover {
  box-shadow: 0 0 14px 2px #ececec;
  z-index: 5;
}
.main .cooperation .coop .pn {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
}
.main .cooperation .coop .pn .swiper-button-next,
.main .cooperation .coop .pn .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/arrow4.png);
  background-size: 100% 100%;
  margin: 0;
  position: static;
  float: right;
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .coop .pn .swiper-button-next {
  background: url(../images/arrow5.png);
}
.main .cooperation .coop .pn .swiper-button-prev.swiper-button-disabled {
  background: url(../images/arrow6.png);
}
.main .cooperation .coop .pn .swiper-button-next.swiper-button-disabled {
  background: url(../images/arrow7.png);
}
.main .cooperation .voice:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .cooperation .voice li {
  float: left;
  width: 49%;
  height: 188px;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  z-index: 0;
  border: 1px solid #dfdfdf;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.main .cooperation .voice li:nth-child(even) {
  float: right;
}
.main .cooperation .voice li:hover .text2::after {
  width: 100%;
}
.main .cooperation .voice li:hover .img {
  opacity: 1;
}
.main .cooperation .voice li:hover .tit,
.main .cooperation .voice li:hover .txt {
  color: #fff;
}
.main .cooperation .voice li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .cooperation .voice li .pic {
  width: 238px;
  height: 188px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #dfdfdf;
}
.main .cooperation .voice li .text {
  padding: 0 0 0 238px;
  box-sizing: border-box;
}
.main .cooperation .voice li .text2 {
  height: 188px;
  padding: 20px 46px 0 42px;
  box-sizing: border-box;
  position: relative;
}
.main .cooperation .voice li .text2::after {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fb8e00;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .voice li .img {
  height: 100%;
  position: absolute;
  left: 1px;
  top: 0;
  z-index: 50;
  opacity: 0;
  display: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .voice li .img img {
  width: auto;
  height: 100%;
}
.main .cooperation .voice li .tit {
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 20px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .voice li .txt {
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .newsbox {
  background: #f5f5f5;
  padding: 68px 0;
}
.main .newsbox .tab {
  height: 62px;
  border-bottom: solid 1px #e1e1e1;
}
.main .newsbox .tab:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .newsbox .tab .tit,
.main .newsbox .tab li {
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #333333;
  margin-right: 66px;
}
.main .newsbox .tab .tit,
.main .newsbox .tab li.on {
  color: #fb8e00;
  border-bottom: solid 3px #fb8e00;
}
.main .newsbox .tab li {
  cursor: pointer;
}
.main .news {
  width: 912px;
  float: left;
  margin-top: 26px;
}
.main .news .tabBox {
  margin-top: 30px;
}
.main .news .left {
  width: 430px;
  float: left;
}
.main .news .left a {
  display: block;
  background: #fff;
}
.main .news .left a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .left a:hover .tit {
  color: #fb8e00;
}
.main .news .left .pic {
  overflow: hidden;
}
.main .news .left .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .news .left .text {
  padding: 28px 30px;
  box-sizing: border-box;
}
.main .news .left .tit {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .left .date,
.main .news .left .txt {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .left .txt {
  height: 40px;
  margin: 18px 0 36px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .list {
  display: none;
}
.main .news .list ul {
  width: 472px;
  float: right;
  padding: 0 20px;
  box-sizing: border-box;
  background: #fff;
}
.main .news .list li {
  border-bottom: solid 1px #ebebeb;
}
.main .news .list li:last-child {
  border-bottom: none;
}
.main .news .list li a {
  display: block;
  padding: 23px 0;
}
.main .news .list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .list li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .list li a:hover .tit {
  color: #fb8e00;
}
.main .news .list li .pic {
  width: 155px;
  height: 100px;
  float: left;
  overflow: hidden;
}
.main .news .list li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .news .list li .text {
  padding: 0 0 0 176px;
  box-sizing: border-box;
}
.main .news .list li .date,
.main .news .list li .tit {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.main .news .list li .tit {
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .list li .date {
  height: 24px;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .problem {
  width: 508px;
  float: right;
  margin-top: 26px;
}
.main .problem ul {
  background: #fff;
  margin-top: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
.main .problem li {
  border-bottom: solid 1px #ebebeb;
}
.main .problem li:last-child {
  border: none;
}
.main .problem li a {
  display: block;
  padding: 17px 0;
}
.main .problem li a:hover .a {
  color: #fb8e00;
}
.main .problem li a:hover .a .i {
  background: #fb8e00;
}
.main .problem li .a .i,
.main .problem li .q .i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #cccccc;
  font-size: 12px;
  color: #fff;
  float: left;
  margin-right: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .problem li .a .t,
.main .problem li .q .t {
  display: block;
}
.main .problem li .a {
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .problem li .a .t {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .problem li .q {
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.main .problem li .q .t {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.puResults {
  text-align: center;
  position: relative;
  z-index: 5;
}
.puResults .wrap {
  padding: 62px 0 72px 0;
  background: #fff;
}
.puResults .title {
  font-size: 36px;
  color: #000;
}
.puResults .slogan {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.puResults ul {
  margin-top: 42px;
}
.puResults ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.puResults li {
  width: 25%;
  float: left;
  background: url(../images/puResults_line.gif) no-repeat 0 center;
}
.puResults li:first-child {
  background: none;
}
.puResults li .number {
  font-size: 64px;
  color: #2275b5; font-weight:bold;
}
.puResults li .number .val {
  display: none;
}
.puResults li .number sup {
  font-size:24px;
}
.puResults li .text {
  font-size: 16px;
  color: #666666;
}
@media only screen and (max-width: 1440px) {
  .main .cooperation .coop .swiper-slide .ts {
    height: 260px;
  }
  .main .cooperation .coop .swiper-slide li {
    height: 130px;
  }
  .main .newsbox .tab li {
    margin-right: 40px;
  }
  .main .news {
    width: 760px;
  }
  .main .news .left {
    width: 358px;
  }
  .main .news .left .text {
    padding: 20px;
  }
  .main .news .list ul {
    width: 392px;
    padding: 0 14px;
  }
  .main .news .list li a {
    padding: 13px 0;
  }
  .main .problem {
    width: 424px;
  }
  .main .problem ul {
    padding: 0 14px;
  }
  .main .problem li a {
    padding: 10px 0;
  }
  .main .problem li .q {
    margin-top: 9px;
  }
}
.container .banner {
  position: relative;
}
.container .banner .crumbs {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(../images/crumbs_bg.png);
  text-align: right;
}
.container .banner .crumbs .link {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: url(../images/crumbs.png) no-repeat 0 center;
  padding-left: 24px;
}
.container .banner .crumbs .link a {
  font-size: 15px;
  color: #fff;
}
.container .columnMenu {
  margin-top: 60px;
  margin-bottom: 60px;
}
.container .columnMenu .btn {
  display: none;
}
.container .columnMenu .tit {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.container .columnMenu .row {
  margin-top: 30px;
}
.container .columnMenu .row:first-child {
  margin: 0;
}
.container .columnMenu ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .columnMenu li {
  width: 11.11111111%;
  float: left;
  border: solid 1px #f5f5f5;
  box-sizing: border-box;
}
.container .columnMenu li a:hover,
.container .columnMenu li.on a {
  background: #fb8e00;
  color: #fff;
}
.container .columnMenu li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #333333;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .paging {
  text-align: center;
  margin: 30px 0 60px 0;
}
.container .paging ul {
  display: inline-block;
}
.container .paging li {
  float: left;
  margin: 0 5px;
}
.container .paging li a:hover,
.container .paging li.on a {
  background: #fb8e00;
  color: #fff;
}
.container .paging li a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  color: #666666;
  padding: 0 16px;
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .container .columnMenu li {
    width: 12.5%;
  }
}
.anchor1 {
  position: relative;
  top: -50px;
}
.casePage .caseList {
  margin: 0 -15px 0 -15px;
}
.casePage .caseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .caseList li {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}
.casePage .caseList li .box {
  display: block;
  background: #fff;
}
.casePage .caseList li .box:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.casePage .caseList li .box:hover .text {
  background: #fb8e00;
}
.casePage .caseList li .box:hover .tit,
.casePage .caseList li .box:hover .txt {
  color: #fff;
}
.casePage .caseList li .pic {
  overflow: hidden;
  cursor: pointer;
}
.casePage .caseList li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.casePage .caseList li .text {
  padding: 25px 10px;
  box-sizing: border-box;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.casePage .caseList li .tit,
.casePage .caseList li .txt {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.casePage .caseList li .tit {
  font-size: 20px;
  color: #333333;
}
.casePage .caseList li .txt {
  font-size: 16px;
  color: #666666;
  margin-top: 4px;
}
.anadvantage {
  padding: 60px 0;
}
.anadvantage .title {
  text-align: center;
  font-size: 36px;
  color: #333333;
}
.anadvantage ul {
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  box-sizing: border-box;
  margin-top: 36px;
  background: #fff;
}
.anadvantage ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.anadvantage li {
  width: 33.333%;
  float: left;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  padding: 54px 58px;
  position: relative;
  overflow: hidden;
}
.anadvantage li:hover .number,
.anadvantage li:hover .txt {
  color: #fff;
}
.anadvantage li:hover .line {
  background: #fff;
}
.anadvantage li:hover .icon1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.anadvantage li:hover .icon2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.anadvantage li .number,
.anadvantage li .txt,
.anadvantage li .line {
  position: relative;
  z-index: 5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.anadvantage li .number {
  font-family: "Arial";
  font-size: 74px;
  color: #cccccc;
}
.anadvantage li .txt {
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  margin: 16px 0 48px 0;
}
.anadvantage li .line {
  width: 20px;
  height: 3px;
  background: #fb8e00;
}
.anadvantage li .icon2,
.anadvantage li .icon1 {
  width: 140px;
  height: 112px;
  position: absolute;
  right: 32px;
  bottom: 0;
  z-index: 5;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.anadvantage li .icon2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.anadvantage li img {
  width: auto;
  display: inline-block;
  max-height: 100%;
}
.anadvantage li .filter {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  background: #fb8e00;
}
.anadvantage li .filter.trans {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  backface-visibility: hidden;
}
.sidebar {
  width: 428px;
  float: right;
  background: #fff;
}
.sidebar > div {
  padding: 40px 30px 0 30px;
  box-sizing: border-box;
}
.sidebar .title {
  line-height: 24px;
  font-size: 20px;
  color: #fb8e00;
  padding-left: 14px;
  box-sizing: border-box;
  position: relative;
}
.sidebar .title::after {
  content: " ";
  width: 3px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
  background: #fb8e00;
}
.sidebar .case ul {
  margin-top: 10px;
}
.sidebar .case li {
  border-bottom: solid 1px #dedede;
}
.sidebar .case li a {
  display: block;
  padding: 20px 0;
}
.sidebar .case li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.sidebar .case li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.sidebar .case li a:hover .tit {
  color: #fb8e00;
}
.sidebar .case li .pic {
  width: 136px;
  height: 109px;
  float: left;
  overflow: hidden;
}
.sidebar .case li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.sidebar .case li .text {
  padding: 30px 0 0 156px;
}
.sidebar .case li .tit,
.sidebar .case li .date {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar .case li .tit {
  font-size: 18px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sidebar .case li .date {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.sidebar .news ul {
  margin-top: 10px;
}
.sidebar .news li {
  border-bottom: solid 1px #dedede;
}
.sidebar .news li a {
  display: block;
  padding: 16px 0;
}
.sidebar .news li a:hover .tit {
  color: #fb8e00;
}
.sidebar .news li .tit,
.sidebar .news li .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar .news li .tit {
  font-size: 16px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sidebar .news li .txt {
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
.mainLeft {
  width: 984px;
  float: left;
}
.pbdetails {
  background: #fff;
  padding: 58px 50px;
  box-sizing: border-box;
}
.pbdetails .title {
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #333333;
}
.pbdetails .info {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin-top: 14px;
}
.pbdetails .article {
  padding: 20px 0 34px 0;
}
.pbdetails iframe,
.pbdetails video {
  width: 100%;
  display: block;
}
.pbdetails .share {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  text-align: center;
  padding: 34px 0;
}
.pbdetails .share .tit {
  font-size: 16px;
  color: #666666;
}
.pbdetails .share a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 10px;
  background: no-repeat center;
  background-size: 100% 100%;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pbdetails .share a:nth-child(1) {
  background-image: url(../images/share1.png);
}
.pbdetails .share a:nth-child(1):hover {
  background-image: url(../images/share11.png);
}
.pbdetails .share a:nth-child(2) {
  background-image: url(../images/share2.png);
}
.pbdetails .share a:nth-child(2):hover {
  background-image: url(../images/share22.png);
}
.pbdetails .share a:nth-child(3) {
  background-image: url(../images/share3.png);
}
.pbdetails .share a:nth-child(3):hover {
  background-image: url(../images/share33.png);
}
.pbdetails .share a:nth-child(3):hover .wechat-qrcode {
  display: block;
}
.pbdetails .share .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 9;
  width: 160px;
  margin-left: -80px;
  height: 180px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.pbdetails .share .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.pbdetails .share .wechat-qrcode.bottom:after {
  display: none;
}
.pbdetails .share .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.pbdetails .share .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.pbdetails .share .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.pbdetails .share .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.pbdetails .share .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.pbdetails .share #share {
  margin-top: 18px;
}
.pbdetails .prevnext {
  margin-top: 50px;
}
.pbdetails .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.pbdetails .prevnext a {
  width: 172px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  background: #e8e8e8;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pbdetails .prevnext a:hover {
  background: #fb8e00;
  color: #fff;
}
.caseDetails {
  padding: 40px 0 60px 0;
}
@media only screen and (max-width: 1440px) {
  .sidebar {
    width: 340px;
  }
  .sidebar > div {
    padding: 40px 14px 0 14px;
  }
  .mainLeft {
    width: 840px;
  }
  .pbdetails {
    padding: 58px 20px;
  }
}
.newsPage {
  padding: 0 0 60px 0;
}
.newsPage .newsList {
  margin: 0 -15px 0 -15px;
}
.newsPage .newsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  float: left;
}
.newsPage .newsList li a {
  display: block;
  background: #fff;
  padding: 30px 40px 20px 40px;
  box-sizing: border-box;
}
.newsPage .newsList li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .newsList li a:hover .date,
.newsPage .newsList li a:hover .tit {
  color: #fb8e00;
}
.newsPage .newsList li .pic {
  overflow: hidden;
}
.newsPage .newsList li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.newsPage .newsList li .date,
.newsPage .newsList li .tit {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .newsList li .date {
  font-size: 14px;
  color: #999999;
  margin: 20px 0 6px 0;
}
.newsPage .newsList li .tit {
  font-size: 18px;
  color: #333333;
}
.newsPage .newsList li .line {
  height: 1px;
  background: url(../images/news_line.png) repeat-x 0 0;
  margin: 18px 0 16px 0;
}
.newsPage .newsList li .txt {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .paging {
  margin-bottom: 0;
}
.newsPage .problemList {
  margin: 0 -20px;
}
.newsPage .problemList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .problemList li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  float: left;
}
.newsPage .problemList li a {
  display: block;
  background: #fff;
}
.newsPage .problemList li a:hover .tit {
  background: #fb8e00;
  color: #fff;
}
.newsPage .problemList li a:hover .tit span {
  background: #fff;
  color: #fb8e00;
}
.newsPage .problemList li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .problemList li .tit {
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #e8e8e8;
  font-size: 16px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .problemList li .txt span,
.newsPage .problemList li .tit span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #fb8e00;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .problemList li .cont {
  padding: 20px;
  box-sizing: border-box;
}
.newsPage .problemList li .cont:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .problemList li .pic {
  width: 163px;
  overflow: hidden;
  float: left;
}
.newsPage .problemList li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.newsPage .problemList li .text {
  padding: 0 0 0 183px;
  box-sizing: border-box;
}
.newsPage .problemList li .txt {
  height: 81px;
  line-height: 27px;
  font-size: 15px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .problemList li .txt span {
  background: #cccccc;
}
.newsPage .problemList li .more {
  text-align: right;
  font-size: 14px;
  color: #999999;
}
.coopPage {
  padding-bottom: 60px;
}
.coopPage .process {
  position: relative;
}
.coopPage .process .content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 400px;
  height: 100%;
  background: url(../images/process_title.jpg) no-repeat right 0 bottom 0 #fb8e00;
  padding: 60px 54px;
  box-sizing: border-box;
  color: #fff;
}
.coopPage .process .content .box {
  display: none;
}
.coopPage .process .content .tit {
  font-size: 40px;
}
.coopPage .process .content .line {
  width: 36px;
  height: 3px;
  background: #fff;
  margin: 26px 0;
}
.coopPage .process .content .txt {
  line-height: 40px;
  font-size: 22px;
}
.coopPage .process .list {
  padding-right: 400px;
  box-sizing: border-box;
}
.coopPage .process .list ul {
  display: block;
  border-top: solid 1px #f5f5f5;
  border-left: solid 1px #f5f5f5;
  box-sizing: border-box;
}
.coopPage .process .list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.coopPage .process .list li {
  width: 25%;
  float: left;
  background: #fff;
  cursor: pointer;
  border-right: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0;
  height: 247px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.coopPage .process .list li.on {
  position: relative;
  z-index: 2;
  box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.1);
  padding: 18px 0 22px 0;
}
.coopPage .process .list li.on .icon .i1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.coopPage .process .list li.on .icon .i2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.coopPage .process .list li .icon {
  width: 116px;
  height: 116px;
  margin: 0 auto;
  position: relative;
}
.coopPage .process .list li .icon .i2,
.coopPage .process .list li .icon .i1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.coopPage .process .list li .icon .i2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.coopPage .process .list li .number {
  font-size: 36px;
  color: #e2e2e2;
  margin: 14px 0 8px 0;
}
.coopPage .process .list li .txt {
  font-size: 16px;
  color: #333333;
}
.coopPage .chargeList {
  margin: 0 -10px;
}
.coopPage .chargeList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.coopPage .chargeList li {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 12px;
  text-align: center;
}
.coopPage .chargeList li a {
  display: block;
}
.coopPage .chargeList li a:hover .tit {
  color: #fb8e00;
}
.coopPage .chargeList li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.coopPage .chargeList li .tit {
  height: 78px;
  line-height: 78px;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.coopPage .chargeList li .pic {
  background: #fff;
  overflow: hidden;
}
.coopPage .chargeList li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.servicePage .title {
  text-align: center;
  font-size: 36px;
  color: #333333;
}
.servicePage .introduce {
  padding-bottom: 60px;
}
.servicePage .introduce .content {
  background: #fff;
  margin-top: 38px;
}
.servicePage .introduce .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.servicePage .introduce .content .text,
.servicePage .introduce .content .pic {
  width: 50%;
  float: left;
}
.servicePage .introduce .content .pic .swiper-pagination {
  text-align: right;
  font-size: 20px;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#080201)";
  /*IE 8*/
  text-shadow: 1px 1px 3px rgba(8, 2, 1, 0.7);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#080201);
  /*IE 5.5-7*/
}
.servicePage .introduce .content .text {
  padding: 30px;
  box-sizing: border-box;
}
.servicePage .introduce .content .tit {
  font-size: 24px;
  color: #333333;
}
.servicePage .introduce .content .line {
  width: 26px;
  height: 2px;
  background: #999999;
  margin: 18px 0;
}
.servicePage .introduce .content .txt {
  line-height: 27px;
  font-size: 16px;
  color: #666666;
}
.servicePage .introduce .swiper-container.gd2 {
  padding: 20px 0 60px 0;
}
.servicePage .introduce .swiper-container.gd2 .swiper-slide {
  width: 220px;
}
.servicePage .introduce .swiper-container.gd2 a {
  display: block;
  overflow: hidden;
  background: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .introduce .swiper-container.gd2 a:hover {
  box-shadow: 0 0 15px 3px #bbb;
}
.servicePage .introduce .swiper-container.gd2 a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.servicePage .introduce .swiper-container.gd2 img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.videoBox {
  cursor: pointer;
}
.videoBox:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.videoBox .pic {
  position: relative;
  overflow: hidden;
}
.videoBox .pic img {
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
}
.videoBox .icon {
  width: 64px;
  background: url(../images/video_icon.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
.videoBox .tit {
  background: url(../images/video_icon.png) no-repeat center 0;
  background-size: 64px 64px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  font-size: 20px;
  color: #fff;
  padding-top: 82px;
  width: 100%;
  text-align: center;
}
.videoBox iframe,
.videoBox video {
  width: 100%;
  display: none;
}
.videoboxx {
  padding: 0 0 30px 0;
}
.videoboxx iframe,
.videoboxx video {
  width: 100%;
  display: block;
}
.relatedCase {
  background: #fff;
  padding: 58px 0 30px 0;
}
.relatedCase ul {
  margin: 38px -15px 0 -15px;
}
.relatedCase ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.relatedCase li {
  width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin-bottom: 30px;
}
.relatedCase li a {
  display: block;
  background: #f5f5f5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.relatedCase li a:hover {
  background: #fb8e00;
}
.relatedCase li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.relatedCase li a:hover .tit,
.relatedCase li a:hover .txt {
  color: #fff;
}
.relatedCase li .pic {
  overflow: hidden;
  cursor: pointer;
}
.relatedCase li .pic:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.relatedCase li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.relatedCase li .text {
  padding: 20px 10px;
  box-sizing: border-box;
}
.relatedCase li .tit,
.relatedCase li .txt {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.relatedCase li .tit {
  font-size: 20px;
  color: #333333;
}
.relatedCase li .txt {
  font-size: 16px;
  color: #666666;
}
.container .swiper-container .pn.wrap {
  width: 54px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
.container .swiper-container .pn.wrap .swiper-button-next,
.container .swiper-container .pn.wrap .swiper-button-prev {
  float: left;
  width: 27px;
  height: 15px;
  padding: 0;
  margin: 0;
  background-size: auto 100%;
  outline: none;
  position: static;
  top: 0;
  left: 0;
}
.container .swiper-container .pn.wrap .swiper-button-next span,
.container .swiper-container .pn.wrap .swiper-button-prev span {
  width: 16px;
  height: 1px;
  background: #fff;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.container .swiper-container .pn.wrap .swiper-button-prev {
  background: url(../images/arrow2.png) no-repeat 0 center;
}
.container .swiper-container .pn.wrap .swiper-button-prev span {
  margin: 7px 0 0 0;
  opacity: 0;
}
.container .swiper-container .pn.wrap .swiper-button-prev:hover span {
  margin-left: 11px;
  opacity: 1;
}
.container .swiper-container .pn.wrap .swiper-button-next {
  background: url(../images/arrow3.png) no-repeat right 0 center;
}
.container .swiper-container .pn.wrap .swiper-button-next span {
  margin: 7px 0 0 11px;
  opacity: 0;
}
.container .swiper-container .pn.wrap .swiper-button-next:hover span {
  opacity: 1;
  margin-left: 0;
}
.aboutPage .introduce:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .introduce .swiper-container {
  width: 630px;
  float: left;
}
.aboutPage .introduce .content {
  width: 772px;
  float: right;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  padding-top: 24px;
}
.aboutPage .puResults {
  margin: 40px 0 60px 0;
  background: #fff;
  padding: 28px 0;
}
.aboutPage .puResults:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .puResults ul {
  margin-top: 0;
}
.aboutPage .history {
  max-width: 1100px;
  margin: 0 auto 60px auto;
  position: relative;
  padding: 64px 0 100px 0;
}
.aboutPage .history .line {
  width: 1px;
  height: 100%;
  background: #dddddd;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.aboutPage .history .before {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background: #fb8e00;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
  z-index: 3;
}
.aboutPage .history .after {
  width: 78px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(../images/arrow8.png) no-repeat center #fb8e00;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -39px;
  z-index: 5;
}
.aboutPage .history ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .history li {
  width: 608px;
  float: left;
}
.aboutPage .history li:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.aboutPage .history li:hover .year {
  background: #fb8e00;
}
.aboutPage .history li:hover .year::after {
  background-image: url(../images/year3.png);
}
.aboutPage .history li .year {
  width: 116px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #cccccc;
  font-size: 18px;
  color: #fff;
  float: right;
  position: relative;
  z-index: 2;
  margin-top: 84px;
}
.aboutPage .history li .year::after {
  content: " ";
  width: 62px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -62px;
  margin-top: -5px;
  z-index: 2;
  background: url(../images/year1.png) no-repeat;
  background-size: 100% auto;
}
.aboutPage .history li .cont {
  width: 410px;
  float: left;
  padding: 30px 30px 24px 30px;
  box-sizing: border-box;
  background: #fff;
}
.aboutPage .history li .cont .pic {
  overflow: hidden;
}
.aboutPage .history li .cont img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.aboutPage .history li .cont .text {
  line-height: 25px;
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
}
.aboutPage .history li:nth-child(even) {
  float: right;
  margin-top: -230px;
}
.aboutPage .history li:nth-child(even):hover .year::after {
  background-image: url(../images/year4.png);
}
.aboutPage .history li:nth-child(even) .year {
  float: left;
}
.aboutPage .history li:nth-child(even) .year::after {
  left: auto;
  right: -62px;
  background-image: url(../images/year2.png);
}
.aboutPage .history li:nth-child(even) .cont {
  float: right;
}
.aboutPage .concept {
  padding-bottom: 60px;
}
.aboutPage .concept .infobox {
  background: url(../images/concept_info_bg.jpg) no-repeat right 40px bottom 0 #ffffff;
}
.aboutPage .concept .infobox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .concept .infobox .content,
.aboutPage .concept .infobox .pic {
  width: 50%;
  float: left;
}
.aboutPage .concept .infobox .content {
  padding: 78px 38px 30px 38px;
  box-sizing: border-box;
}
.aboutPage .concept .infobox .tit {
  font-size: 24px;
  color: #333333;
}
.aboutPage .concept .infobox .line {
  width: 26px;
  height: 2px;
  background: #999999;
  margin: 24px 0 26px 0;
}
.aboutPage .concept .infobox .txt {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.aboutPage .concept .list {
  background: #fff;
  margin-top: 22px;
}
.aboutPage .concept .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .concept .list li {
  width: 50%;
  float: left;
  text-align: center;
  border-right: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  box-sizing: border-box;
  padding: 60px 44px 46px 44px;
}
.aboutPage .concept .list li:nth-child(1),
.aboutPage .concept .list li:nth-child(2),
.aboutPage .concept .list li:nth-child(3) {
  width: 33.3333%;
}
.aboutPage .concept .list li:hover .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.aboutPage .concept .list li .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .concept .list li .tit {
  line-height: 34px;
  font-size: 24px;
  color: #333333;
  margin: 18px 0 14px 0;
}
.aboutPage .concept .list li .txt {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.aboutPage .pricebox .title {
  text-align: center;
}
.aboutPage .pricebox .title .tit {
  font-size: 36px;
  color: #333333;
}
.aboutPage .pricebox .title .txt {
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
}
.aboutPage .pricebox .content {
  padding: 38px 0 60px 0;
}
.aboutPage .pricebox .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .pricebox select,
.aboutPage .pricebox input[type="text"] {
  width: 700px;
  height: 64px;
  border: solid 1px #ececec;
  box-sizing: border-box;
  padding: 0 28px;
  font-size: 16px;
  color: #333333;
  float: left;
  margin-bottom: 20px;
}
.aboutPage .pricebox select::-webkit-input-placeholder,
.aboutPage .pricebox input[type="text"]::-webkit-input-placeholder {
  color: #333333;
}
.aboutPage .pricebox select:-moz-placeholder,
.aboutPage .pricebox input[type="text"]:-moz-placeholder {
  color: #333333;
}
.aboutPage .pricebox select::-moz-placeholder,
.aboutPage .pricebox input[type="text"]::-moz-placeholder {
  color: #333333;
}
.aboutPage .pricebox select:-ms-input-placeholder,
.aboutPage .pricebox input[type="text"]:-ms-input-placeholder {
  color: #333333;
}
.aboutPage .pricebox select:nth-child(even),
.aboutPage .pricebox input[type="text"]:nth-child(even) {
  float: right;
}
.aboutPage .pricebox select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow1.png) no-repeat right 28px center #ffffff;
}
.aboutPage .pricebox button,
.aboutPage .pricebox input[type="button"] {
  max-width: 256px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 20px auto 0 auto;
  clear: both;
  background: #fb8e00;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .pricebox button:hover,
.aboutPage .pricebox input[type="button"]:hover {
  background: #e98400;
}
.aboutPage .contact {
  background: #fff;
  padding: 60px 0;
}
.aboutPage .contact #allmap {
  height: 524px;
}
.aboutPage .contact .address {
  border-left: solid 1px #ececec;
  border-top: solid 1px #ececec;
  box-sizing: border-box;
}
.aboutPage .contact .address:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .contact .address li {
  width: 33.3333%;
  border-bottom: solid 1px #ececec;
  border-right: solid 1px #ececec;
  box-sizing: border-box;
  text-align: center;
  padding: 56px 20px;
  float: left;
}
.aboutPage .contact .address li:hover .icon1 {
  display: none;
}
.aboutPage .contact .address li:hover .icon2 {
  display: block;
}
.aboutPage .contact .address li .icon2,
.aboutPage .contact .address li .icon1 {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.aboutPage .contact .address li .icon2 {
  display: none;
}
.aboutPage .contact .address li .tit {
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  margin-top: 26px;
}
.aboutPage .contact .address li .txt {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.aboutPage .contact .address li .txt a {
  font-size: 16px;
  color: #666666;
}
.aboutPage .cooperation .coop {
  border-top: solid 1px #ececec;
  border-left: solid 1px #ececec;
  box-sizing: border-box;
}
.aboutPage .cooperation .coop:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .cooperation .coop li {
  width: 20%;
  float: left;
  border-right: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .cooperation .coop li:hover {
  box-shadow: 0 0 15px 3px #bbb;
  z-index: 5;
}
.aboutPage .cooperation .paging {
  margin-top: 50px;
}
.aboutPage .talent .list {
  margin-bottom: 50px;
}
.aboutPage .talent .list li {
  margin-bottom: 30px;
  background: #fff;
}
.aboutPage .talent .list li.on .top {
  background-image: url(../images/recruitment_icon2.png);
  background-color: #fb8e00;
  color: #fff;
}
.aboutPage .talent .list li .top {
  padding: 18px 56px 18px 24px;
  box-sizing: border-box;
  background: url(../images/recruitment_icon1.png) no-repeat right 24px center;
  background-size: 28px 28px;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.aboutPage .talent .list li .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .talent .list li .top span {
  width: 25%;
  float: left;
}
.aboutPage .talent .list li .down {
  padding: 10px 24px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  display: none;
}
.aboutPage .talent .list li .down .txt {
  margin-top: 32px;
}
.aboutPage .talent .list li .down .tit {
  font-size: 18px;
  color: #fb8e00;
  margin-bottom: 10px;
}
.aboutPage .culture .title,
.aboutPage .team .title {
  text-align: center;
  font-size: 28px;
  color: #000;
}
.aboutPage .culture .slogan,
.aboutPage .team .slogan {
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #666666;
  margin-top: 14px;
}
.aboutPage .team .list {
  margin: 40px -15px 0px -15px;
}
.aboutPage .team .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .team .list li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.aboutPage .team .list li:hover .pic .filter {
  opacity: .5;
}
.aboutPage .team .list li:hover .pic .txt {
  opacity: 1;
}
.aboutPage .team .list li .pic {
  overflow: hidden;
  position: relative;
}
.aboutPage .team .list li .pic img {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .team .list li .pic .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: #fb8e00;
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .team .list li .pic .txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 8;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .team .list li .text {
  padding: 24px 28px;
  box-sizing: border-box;
  background: #fff;
}
.aboutPage .team .list li .name {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .team .list li .duties {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #666666;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .culture {
  background: #fff;
  margin-top: 50px;
  padding: 60px 0;
}
.aboutPage .culture .content {
  margin-top: 40px;
}
.aboutPage .culture .swiper-container:hover .swiper-button-prev {
  left: 10px;
}
.aboutPage .culture .swiper-container:hover .swiper-button-next {
  right: 10px;
}
.aboutPage .culture .swiper-button-prev,
.aboutPage .culture .swiper-button-next {
  width: 52px;
  height: 52px;
  background-size: 100% 100%;
  padding: 0;
  top: 50%;
  margin: -26px 0 0 0;
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .culture .swiper-button-prev {
  background-image: url(../images/qualification_prev1.png);
  left: -60px;
}
.aboutPage .culture .swiper-button-next {
  background-image: url(../images/qualification_next1.png);
  right: -60px;
}
.aboutPage .culture .swiper-button-next:hover {
  background-image: url(../images/qualification_next2.png);
}
.aboutPage .culture .swiper-button-prev:hover {
  background-image: url(../images/qualification_prev2.png);
}
@media only screen and (max-width: 1440px) {
  .aboutPage .introduce .swiper-container {
    width: 620px;
  }
  .aboutPage .introduce .content {
    width: 560px;
    padding-top: 0;
  }
  .aboutPage .concept .infobox .content {
    padding: 30px 38px;
  }
  .aboutPage .pricebox select,
  .aboutPage .pricebox input[type="text"] {
    width: 580px;
  }
}
.singlePage {
  padding: 30px 10px;
  box-sizing: border-box;
}
.mapPage .siteMap {
  padding: 50px 0;
}
.mapPage .siteMap .row {
  margin-bottom: 20px;
}
.mapPage .siteMap .row .tit {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f1efeb;
  font-size: 16px;
  color: #fb8e00;
}
.mapPage .siteMap .row ul {
  margin-top: 10px;
}
.mapPage .siteMap .row ul li {
  width: 20%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
.mapPage .siteMap .row ul li a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: dotted 1px #999;
  font-size: 14px;
  color: #666;
}
.mapPage .siteMap .row ul li a:hover {
  color: #fb8e00;
}
#layui-layer-iframe1 img,
.layui-layer-content img {
  width: 100% !important;
}
.popupPic {
  max-width: 900px;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 110;
  display: none;
}
.popupPic img {
  width: 100%;
  display: block;
}


@media(max-width:1600px){
.puResults li .number{ font-size:40px;}
.main .service .tab li{ font-size:16px;}
.main .service .swiper-slide .text{ font-size:16px;}
}




@media(max-width:768px){
	.pd-1 .wrap .about-txt{width:100%; font-size:14px !important;}
	.pd-1{padding-top:5%;}
	.puResults .wrap{padding-top:5%;}
	.puResults li .number{ font-size:18px;}
	.puResults li .number sup{font-size:12px;}.nusz{ font-size:12px;}
	.main .service .tab li{width:50%;}
	.main .service .swiper-slide .text{ font-size:14px;}
	.main .cooperation{padding-top:0;}
	.main .cooperation .coop .swiper-slide .ts{width:100%;}
	.main .cooperation .coop .swiper-slide li{width:33.333%;height: 100px;line-height:100px;}
	}








