﻿@charset "utf-8";
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.body {
  overflow: hidden;
}
@font-face {
  font-family: 'DINCond-Black';
  src: url('../fonts/DINCond-Black.eot');
  src: url('../fonts/DINCond-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Black.woff2') format('woff2'), url('../fonts/DINCond-Black.woff') format('woff'), url("../fonts/DINCond-Black.ttf") format("truetype"), url('../fonts/DINCond-Black.svg#DINCond-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url("../fonts/Roboto-Bold.ttf") format("truetype"), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
          animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
          animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
          animation-name: fadeInRight2;
}
.headerTop {
  background: #ed6736;
  color: #fff;
  text-align: right;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  z-index: 999;
}
.headerTop a {
  color: #fff;
}
.headerTop .hotTel {
  margin-right: 50px;
  display: inline-block;
}
.headerTop .hotTel .icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.headerTop .language {
  height: 36px;
  position: relative;
  display: inline-block;
}
.headerTop .language:hover .down {
  display: block;
}
.headerTop .language .down {
  display: none;
  position: absolute;
  top: 35px;
  width: 100px;
  background: #ed6736;
  z-index: 9;
  left: 50%;
  margin-left: -50px;
  text-align: center;
}
.headerTop .language .down a {
  display: block;
}
.headerTop .language .down a:hover {
  background: #333;
}
.headerTop .language .a-1 {
  position: relative;
}
.headerTop .language .a-1:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
}
.headerTop .line {
  display: inline-block;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  margin: 0 15px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.headerTop .searchBtn {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 10px;
  text-align: center;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.headerTop .searchBtn svg {
  width: 24px;
  height: 24px;
  margin: 3px auto 0 auto;
  vertical-align: middle;
  float: left;
}
.header {
  z-index: 99;
  position: relative;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header a {
  color: #fff;
}
.header img {
  vertical-align: middle;
}
.header .logo {
  position: relative;
  z-index: 999;
  height: 70px;
  float: left;
  margin-top: 22px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.header .logo img {
  max-height: 70px;
  vertical-align: middle;
  position: relative;
}
.header .mobile {
  display: none;
}
.header .logo {
  float: left;
  display: inline-block;
}
.header .pic {
  display: inline-block;
  vertical-align: middle;
}
.header img {
  vertical-align: middle;
}
.header .txt {
  display: inline-block;
  margin-left: 5px;
  color: #666666;
  font-size: 18px;
  line-height: 1;
  border-left: 1px rgba(114, 114, 114, 0.5) solid;
  padding-left: 20px;
  margin-left: 10px;
  vertical-align: middle;
}
.header .txt .title-1 {
  color: #ed6736;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 5px;
}
.header .txt .title-2 {
  line-height: 20px;
}
.inside-header {
  background: #fff;
}
.nav {
  float: right;
  text-align: right;
}
.nav:after {
  content: "";
  display: block;
  clear: both;
}
.nav .list {
  font-size: 0;
  float: right;
}
.nav li {
  text-align: center;
  float: left;
  padding: 0 10px;
}
.nav li > a {
  font-size: 16px;
  color: #333333;
  height: 115px;
  line-height: 115px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.nav li > a span {
  display: block;
  color: #333333;
  min-width: 120px;
  line-height: 38px;
  padding: 0 5px;
  border-radius: 38px;
  margin-top: 38px;
}
.nav li:hover > a:before {
  display: block;
}
.nav li:hover .navChild {
  display: block;
}
.nav li:hover > a span,
.nav li.active > a span {
  background: #ed6736;
  color: #fff;
}
.nav li:hover > a span:after,
.nav li.active > a span:after {
  width: 100%;
}
.nav .navChild {
  font-size: 16px;
  color: #333333;
  position: absolute;
  width: 100%;
  left: 0;
  top: 115px;
  text-align: left;
  display: none;
  padding: 30px 0 30px 0;
  background: rgba(255, 255, 255, 0.9);
}
.nav .navChild .title {
  font-weight: 700;
  color: #333333;
  font-size: 24px;
  line-height: 40px;
  padding: 20px 0;
}
.nav .navChild .left {
  width: 36.25%;
  float: left;
  text-align: center;
}
.nav .navChild .right {
  width: 63.75%;
  float: left;
  padding: 0 40px;
}
.nav .navChild .right div {
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav .navChild .right a {
  color: #333333;
  display: block;
  padding-left: 38px;
  position: relative;
}
.nav .navChild .right a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 20px;
  border-color: transparent transparent transparent #ed6736;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  display: none;
}
.nav .navChild .right a:hover {
  color: #ed6736;
}
.nav .navChild .right a:hover:before {
  display: block;
}
.nav .navChild .right .active > a {
  color: #ed6736;
}
.nav .navChild .right .active > a:before {
  display: block;
}
.headerFixed {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.headerFixed .logo {
  height: 50px;
  margin-top: 10px;
}
.headerFixed .logo img {
  max-height: 50px;
}
.headerFixed .logo .txt .title-1 {
  font-size: 20px;
}
.headerFixed .logo .txt .title-2 {
  font-size: 14px;
}
.headerFixed .nav li > a {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
}
.headerFixed .nav li > a span {
  margin-top: 16px;
}
.headerFixed .nav .navChild {
  top: 70px;
}
#searchPopup {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 105px;
  opacity: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 95px;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  -webkit-transform: translateX(-70px);
      -ms-transform: translateX(-70px);
          transform: translateX(-70px);
}
#searchPopup .searchBox input {
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 14px;
  height: 36px;
  line-height: 34px;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 36px;
  width: 36px;
  background: #ed6736;
  text-align: center;
}
#searchPopup .searchBox .btn svg {
  width: 20px;
  height: 20px;
  margin: 8px auto 0 auto;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 95px;
}
.transparent {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.banner {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner .pc {
  display: block;
}
.banner .mobile {
  display: none;
}
.banner .list {
  overflow: hidden;
  display: block;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .box .middleCenter {
  position: static;
}
.banner .pc img {
  -webkit-transition: all 4s;
          transition: all 4s;
}
.banner img {
  -webkit-transition: all 4s ease-out;
          transition: all 4s ease-out;
}
.banner .slick-current .pc img,
.banner .slick-active .pc img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.banner .slick-current .text-01,
.banner .slick-active .text-01 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.banner .slick-current .text-02,
.banner .slick-active .text-02 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.banner .slick-current .text-03,
.banner .slick-active .text-03 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.banner .slick-dots {
  bottom: 50px;
  font-size: 0;
  z-index: 999;
  overflow: initial;
}
.banner .slick-dots li {
  width: 12px;
  height: 37px;
  margin: 0 10px;
  overflow: hidden;
  float: none;
}
.banner .slick-dots li button {
  padding: 0;
  display: block;
  position: absolute;
  width: 12px;
  height: 24px;
  border-radius: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ed6736;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots .slick-active button {
  background: #b40d21;
  height: 100%;
}
.home-title,
.inside-title {
  text-align: center;
  position: relative;
}
.home-title .en,
.inside-title .en {
  font-size: 120px;
  line-height: 1;
  color: #333;
  opacity: 0.03;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: Roboto-Bold;
}
.home-title .title,
.inside-title .title {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 100px;
}
.home-title .title span,
.inside-title .title span {
  display: inline-block;
  position: relative;
}
.home-title .title span:before,
.inside-title .title span:before {
  content: "";
  display: block;
  width: 90%;
  min-width: 120px;
  height: 1px;
  background: #ed6736;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
.home-title .title span:after,
.inside-title .title span:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #ed6736;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
.home-title .info,
.inside-title .info {
  color: #666666;
  font-size: 15px;
  line-height: 34px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .home-title .title,
  .inside-title .title {
    font-size: 30px;
  }
  .home-title .en,
  .inside-title .en {
    font-size: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .home-title .title,
  .inside-title .title {
    font-size: 28px;
    line-height: 60px;
  }
  .home-title .en,
  .inside-title .en {
    font-size: 60px;
  }
  .home-title .info,
  .inside-title .info {
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
  }
}
.moreBtn span,
.moreBtn a {
  background: #fff;
  display: inline-block;
  color: #ed6736;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  width: 150px;
  border-radius: 45px;
  position: relative;
}
.moreBtn span:after,
.moreBtn a:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 11px;
  background: url(../images/icon/arrow-right.png) no-repeat right center;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -3px;
}
.moreBtn span:hover,
.moreBtn a:hover {
  border-color: #ed6736;
  background: #ed6736;
  color: #fff;
}
.moreBtn span:hover:after,
.moreBtn a:hover:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
@media screen and (max-width: 1023px) {
  .moreBtn span,
  .moreBtn a {
    height: 30px;
    line-height: 28px;
    width: 100px;
    font-size: 12px;
  }
  .moreBtn span:after,
  .moreBtn a:after {
    width: 16px;
    margin-left: 10px;
  }
}
.moreBtn-2 span,
.moreBtn-2 a {
  border: 1px #ed6736 solid;
  line-height: 43px;
}
@media screen and (max-width: 1023px) {
  .moreBtn-2 span,
  .moreBtn-2 a {
    line-height: 28px;
  }
}
.home-product {
  padding-top: 80px;
  position: relative;
}
.home-product .slick-prev,
.home-product .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px #e4e4e4 solid;
  background: #fff;
  z-index: 99;
}
.home-product .slick-prev:before,
.home-product .slick-next:before {
  display: none;
}
.home-product .slick-prev {
  left: -25px;
  background: #ffffff url(../images/icon/prev-1.png) no-repeat center;
}
.home-product .slick-prev:hover {
  border-color: #ed6736;
  background: #ed6736 url(../images/icon/prev-2.png) no-repeat center;
}
.home-product .slick-next {
  right: -25px;
  background: #ffffff url(../images/icon/next-1.png) no-repeat center;
}
.home-product .slick-next:hover {
  border-color: #ed6736;
  background: #ed6736 url(../images/icon/next-2.png) no-repeat center;
}
.home-product .nr {
  padding-top: 70px;
}
.home-product .tabs {
  padding-right: 25px;
  position: relative;
}
.home-product .tabs:before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  border: 1px #e4e4e4 solid;
  position: absolute;
  z-index: -1;
  right: 28px;
  top: 0;
}
.home-product .menuTabs {
  width: 60%;
  float: right;
  text-align: center;
  position: relative;
}
.home-product .menuTabs .list {
  position: relative;
}
.home-product .menuTabs .slick-initialized .slick-slide {
  padding-left: 1px;
  padding-top: 1px;
}
.home-product .menuTabs li {
  position: relative;
  text-align: center;
  border-right: 1px #e4e4e4 solid;
  border-left: 1px #e4e4e4 solid;
  border-top: 1px #e4e4e4 solid;
  border-bottom: 1px #e4e4e4 solid;
  width: 33.33333333%;
  margin-top: -1px;
  margin-left: -1px;
  float: left;
}
.home-product .menuTabs .box {
  display: block;
  position: relative;
  z-index: 1;
  padding: 50px 10px;
}
.home-product .menuTabs .icon {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px #ed6736 solid;
  position: relative;
  margin: auto;
}
.home-product .menuTabs .icon img {
  width: 80px;
}
.home-product .menuTabs .icon-2 {
  border-color: #43b4bd;
}
.home-product .menuTabs .text {
  padding: 10px 0;
}
.home-product .menuTabs .title {
  display: block;
  color: #333333;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-product .menuTabs .en {
  display: block;
  color: #666666;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-product .menuTabs .hover {
  display: none;
}
.home-product .menuTabs .box:hover {
  background: #f9f9f9;
}
.home-product .menuTabs .box:hover .hover {
  display: block;
}
.home-product .menuTabs .box:hover .default {
  display: none;
}
.home-product .menuTabs .box:hover .title {
  color: #ed6736;
}
.home-product .menuTabs .active .box .hover {
  display: block;
}
.home-product .menuTabs .active .box .default {
  display: none;
}
.home-product .menuTabs .active .box .title {
  color: #ed6736;
  font-size: 20px;
  font-weight: 700;
}
.home-product .menuTabs .active .box .title span:after {
  width: 100%;
}
.home-product .conTabs {
  width: 40%;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 0 0 0;
}
    .home-product .conTabs .item{
        width:100%;
    }
    .home-product .conTabs .list li {
        width: 100%;
        float: left;
    }
.syyc{
	width: 0px;
  float: left;
}
.home-product .conTabs .list .box {
  width: 80%;
  display: block;
  position: relative;
  background-color: #ed6736;
  background: -webkit-linear-gradient(45deg, #ed6736, #e8a188);
  background: linear-gradient(45deg, #ed6736, #e8a188);
  color: #fff;
  padding: 70px 40px;
  border-radius: 10px;
}
.home-product .conTabs .list .box .bg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/home-product-bg.png) no-repeat center bottom;
}
.home-product .conTabs .list .box:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 70px);
  border-radius: 10px;
  background: #ed6736;
  opacity: .2;
  position: absolute;
  z-index: -1;
  right: -20px;
  top: 35px;
}
.home-product .conTabs .list .box:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 140px);
  border-radius: 10px;
  background: #ed6736;
  opacity: .1;
  position: absolute;
  z-index: -1;
  right: -40px;
  top: 70px;
}
.home-product .conTabs .list .icon {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
}
.home-product .conTabs .list .text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.home-product .conTabs .list .title {
  font-size: 32px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-product .conTabs .list .en {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  opacity: .6;
}
.home-product .conTabs .list .info {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}
.home-product .conTabs .list .pic {
  position: absolute;
  z-index: 0;
  width: 230px;
  height: 100%;
  top: 0;
  right: 0;
}
.home-product .conTabs .list .btn {
  padding-left: 20px;
}
.home-product .conTabs .list .btn span,
.home-product .conTabs .list .btn a {
  background: #fff;
  display: inline-block;
  color: #ed6736;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  width: 45px;
  border-radius: 45px;
  position: relative;
}
.home-product .conTabs .list .btn span:after,
.home-product .conTabs .list .btn a:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 11px;
  background: url(../images/icon/arrow-right.png) no-repeat right center;
  vertical-align: middle;
  margin-top: -3px;
}
.home-product .conTabs .list .btn span:hover,
.home-product .conTabs .list .btn a:hover {
  border-color: #ed6736;
  background: #ed6736;
  color: #fff;
}
.home-product .conTabs .list .btn span:hover:after,
.home-product .conTabs .list .btn a:hover:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
.home-application {
  padding-top: 80px;
  position: relative;
}
.home-application .nr {
  padding-top: 70px;
}
.home-application .tabs {
  position: relative;
}
.home-application .bg li {
  background-position: center top;
  background-size: cover;
}
.home-application .menuTabs {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 100px;
  z-index: 9;
}
.home-application .menuTabs .list {
  background: #fff;
  text-align: center;
  position: relative;
}
.home-application .menuTabs .box {
  display: block;
  position: relative;
  z-index: 1;
  padding: 35px 0;
}
.home-application .menuTabs li {
  width: 12.5%;
  float: left;
  position: relative;
  padding: 0 10px;
}
.home-application .menuTabs li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.home-application .menuTabs li:last-child:after {
  display: none;
}
.home-application .menuTabs .box {
  color: #2c445c;
  text-align: center;
  min-width: 140px;
}
.home-application .menuTabs .pic {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  margin: auto;
}
.home-application .menuTabs .title {
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-application .menuTabs .hover {
  display: none;
}
.home-application .menuTabs .box:hover .hover {
  display: block;
}
.home-application .menuTabs .box:hover .default {
  display: none;
}
.home-application .menuTabs .box:hover .title {
  color: #ed6736;
}
.home-application .menuTabs .active .box .hover {
  display: block;
}
.home-application .menuTabs .active .box .default {
  display: none;
}
.home-application .menuTabs .active .box .title {
  color: #ed6736;
}
.home-application .menuTabs .active .box .title span:after {
  width: 100%;
}
.home-application .conTabs {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #ed6736;
}
.home-application .conTabs .item {
  width: 100%;
  background-position: center top;
  background-size: cover;
  padding-bottom: 270px;
}
.home-application .conTabs .box {
  display: block;
  margin: auto;
  position: relative;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 100px;
}
.home-application .conTabs img {
  vertical-align: middle;
}
.home-application .conTabs .text {
  font-size: 14px;
  max-width: 640px;
}
.home-application .conTabs .title {
  font-weight: 700;
  font-size: 32px;
  height: 80px;
  line-height: 80px;
  padding-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}
.home-application .conTabs .title span {
  display: inline-block;
  position: relative;
}
.home-application .conTabs .title span:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.home-application .conTabs .info {
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-application .conTabs .td {
  font-size: 16px;
  margin-bottom: 50px;
  overflow: hidden;
}
.home-application .conTabs .td .div-1 {
  width: 33.33333333%;
  float: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  position: relative;
}
.home-application .conTabs .td .div-1:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-application .conTabs .box:hover .title span:after {
  width: 100%;
}
.home-application .conTabs .box:hover .more span,
.home-application .conTabs .box:hover .more a {
  border-color: #ffcd51;
  background: #ffcd51;
}
.home-application .swiper-container {
  overflow: visible;
}
.home-service {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f9f9f9;
  position: relative;
}
.home-service .nr {
  width: 100%;
  padding-top: 70px;
}
.home-service .tabs {
  width: 100%;
}
.home-service .menuTabs {
  width: 35%;
  float: left;
  padding-right: 35px;
}
.home-service .menuTabs .box {
  display: block;
  padding: 40px 64px 40px 110px;
  padding-left: 110px;
  position: relative;
}
.home-service .menuTabs .title {
  color: #333333;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-service .menuTabs .info {
  color: #666666;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-service .menuTabs .num {
  color: #dddddd;
  font-size: 72px;
  line-height: 1;
  font-family: DINCond-Black;
  position: absolute;
  width: 110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin: auto;
  text-align: center;
}
.home-service .menuTabs .btn {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url(../images/icon/arrow-right-3.png) center center no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-service .menuTabs .box:hover,
.home-service .menuTabs .active .box {
  background: #ed6736;
  color: #fff;
}
.home-service .menuTabs .box:hover .title,
.home-service .menuTabs .active .box .title {
  color: #fff;
}
.home-service .menuTabs .box:hover .info,
.home-service .menuTabs .active .box .info {
  color: #fff;
}
.home-service .menuTabs .box:hover .num,
.home-service .menuTabs .active .box .num {
  color: #fff;
}
.home-service .menuTabs .box:hover .btn,
.home-service .menuTabs .active .box .btn {
  background: #ffffff url(../images/icon/arrow-right.png) center center no-repeat;
}
.home-service .conTabs {
  width: 64%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
}
.home-service .conTabs .pic {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.home-service .conTabs .text {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.home-service .conTabs .title {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px #e0e0e0 solid;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.home-service .conTabs .info {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.home-service .conTabs .td {
  padding: 40px 0 20px 26px;
}
.home-service .conTabs .td .div-1 {
  margin-bottom: 40px;
}
.home-service .conTabs .title-2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
}
.home-service .conTabs .title-2:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ed6736;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-service .conTabs .info-2 {
  color: #666;
}
.home-service .conTabs .moreBtn a,
.home-service .conTabs .moreBtn span {
  border: 1px #ed6736 solid;
}
.home-about {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.home-about .nr {
  padding-top: 80px;
}
.home-about .left {
  width: 46.875%;
  float: left;
  padding-right: 80px;
}
.home-about .right {
  width: 53.125%;
  float: left;
}
.home-about .jsh .title {
  color: #ed6736;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-about .jsh .sm {
  color: #666666;
  font-size: 15px;
  line-height: 30px;
}
.home-about .youshi {
  margin: 60px 0 60px 0;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);
  background: #fff;
  width: 1000px;
}
.home-about .youshi li {
  background: #fff;
  padding: 35px 20px;
  width: 25%;
  text-align: center;
  float: left;
  color: #4a4a4a;
  font-size: 18px;
  position: relative;
}
.home-about .youshi li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.home-about .youshi li:last-child {
  background: #ed6736;
  color: #fff;
}
.home-about .youshi li:last-child .num {
  color: #fff;
}
.home-about .youshi li:last-child .counter {
  color: #fff;
}
.home-about .youshi li:last-child:after {
  display: none;
}
.home-about .youshi .num {
  display: inline-block;
  color: #ed6736;
  position: relative;
  font-size: 15px;
  line-height: 1;
  color: #666666;
}
.home-about .youshi .num em {
  position: absolute;
  right: -20px;
  top: 10px;
  font-style: normal;
}
.home-about .youshi .counter {
  font-family: DINCond-Black;
  font-size: 80px;
  color: #ed6736;
}
.home-about .youshi .info {
  margin-top: 3px;
}
.home-news {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f9f9f9;
  position: relative;
}
.home-news .nr {
  padding-top: 80px;
}
.home-news .list {
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
}
.home-news .list li {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.home-news .list .box {
  display: block;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);
}
.home-news .list .pic {
  position: relative;
}
.home-news .list .pic span {
  overflow: hidden;
  display: block;
  position: relative;
}
.home-news .list .pic span:after {
  content: "";
  display: block;
  padding-top: 70.27027027%;
}
.home-news .list .pic img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.home-news .list .date {
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  border-top-left-radius: 10px;
  text-align: center;
  color: #fff;
  background: #ed6736;
  position: absolute;
  bottom: 0;
  right: 0;
  font-style: initial;
}
.home-news .list .text {
  padding: 20px 30px 30px 30px;
}
.home-news .list .title {
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news .list .info {
  color: #5f6c7a;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.home-news .list .box:hover .title {
  color: #ed6736;
}
.home-news .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/*footer*/
.footer {
  background: #090909 url(../images/footer-bg.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding-top: 60px;
}
.footer img {
  vertical-align: middle;
}
.footer a {
  color: #fff;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .contact-menu {
  padding-bottom: 60px;
  overflow: hidden;
}
.footer .footer-contact {
  width: 28.75%;
  float: left;
  font-size: 16px;
}
.footer .footer-contact .logo {
  margin-bottom: 35px;
}
.footer .footer-contact .logo img {
  height: 70px;
}
.footer .footer-contact .tel {
  position: relative;
  padding-left: 68px;
  margin-bottom: 10px;
}
.footer .footer-contact .tel .icon {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ed6736;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-contact .tel .icon img {
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.footer .footer-contact .p-1 {
  font-size: 16px;
  line-height: 1;
}
.footer .footer-contact .p-2 {
  font-size: 32px;
  line-height: 40px;
}
.footer .footer-contact .p-3 {
  padding-left: 15px;
}
.footer .footer-contact .p-3 .icon {
  width: 30px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 25px;
}
.footer .menu {
  width: 71.25%;
  float: left;
}
.footer .menu .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-left: 20px;
}
.footer .menu .title a {
  color: #fff;
}
.footer .item {
  width: 16.66666667%;
  width: 15%;
  float: left;
  position: relative;
}
.footer .item:nth-child(2) {
  width: 25%;
}
.footer .child {
  position: relative;
  padding-left: 20px;
  min-height: 150px;
}
.footer .child a {
  color: #888888;
  display: block;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .5s;
          transition: all .5s;
  position: relative;
}
.footer .child a:hover {
  margin-left: 10px;
}
.footer .ewm {
  text-align: center;
  line-height: 30px;
}
/*copyright*/
.copyright {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 32px;
  padding: 30px 0;
  position: relative;
}
.copyright a {
  color: rgba(255, 255, 255, 0.7);
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright .share {
  float: right;
  text-align: right;
  font-size: 0;
}
@media(max-width:1440px){
    .copyright .share {
        margin-right:60px;
    }
}
.copyright .share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  opacity: .5;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.copyright .share a:hover {
  opacity: 1;
}
.copyright .share .weixin {
  background: url(../images/icon/weixin.png);
  background-size: 32px 32px;
}
.copyright .share .qq {
  background: url(../images/icon/qq.png);
  background-size: 32px 32px;
}
.copyright .share .weibo {
  background: url(../images/icon/weibo.png);
  background-size: 32px 32px;
}
/*右侧浮动*/
.float-box {
  position: fixed;
  width: 64px;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
.float-box li {
  margin-bottom: 3px;
}
.float-box .box {
  display: block;
  background: #ed6736;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
.float-box .box:hover {
  background: #b40d21;
}
.float-box .icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
}
.float-box .title {
  font-size: 12px;
  line-height: 14px;
}
.float-box .returnTop {
  cursor: pointer;
  display: none;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(237, 103, 54, 0.1);
}
.float-box .returnTop .title {
  color: #ed6736;
}
.float-box .returnTop:hover {
  background: #f9f9f9;
}
@media(max-width:1200px){
    .float-box{
        display:none;
    }
}
@media screen and (max-width: 1600px) {
  .nav li {
    padding: 0;
  }
  .home-product {
    padding-top: 60px;
  }
  .home-product .nr {
    padding-top: 60px;
  }
  .home-product .menuTabs .title {
    font-size: 20px;
  }
  .home-product .menuTabs .list .box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-product .conTabs {
    padding-top: 40px;
  }
  .home-product .conTabs .list .box {
    padding: 60px 20px;
  }
  .home-product .conTabs .info {
    font-size: 16px;
  }
  .home-application {
    padding-top: 60px;
  }
  .home-application .nr {
    padding-top: 60px;
  }
  .home-application .conTabs .item {
    padding-bottom: 170px;
  }
  .home-application .conTabs .box {
    padding-bottom: 50px;
  }
  .home-application .conTabs .title {
    font-size: 24px;
  }
  .home-application .conTabs .info {
    margin-bottom: 10px;
  }
  .home-application .conTabs .td {
    margin-bottom: 20px;
  }
  .home-application .conTabs .td .div-1 {
    font-size: 14px;
  }
  .home-application .menuTabs {
    bottom: 40px;
  }
  .home-application .menuTabs .box {
    padding: 20px 0;
  }
  .home-application .menuTabs .title {
    font-size: 16px;
  }
  .home-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-service .nr {
    padding-top: 60px;
  }
  .home-service .menuTabs .box {
    padding-left: 90px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .home-service .menuTabs .num {
    font-size: 60px;
    width: 90px;
  }
  .home-service .menuTabs .title {
    font-size: 20px;
  }
  .home-service .menuTabs .info {
    font-size: 14px;
  }
  .home-service .menuTabs .btn {
    right: 10px;
  }
  .home-service .conTabs .title {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .home-service .conTabs .info {
    font-size: 14px;
  }
  .home-service .conTabs .td {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .home-service .conTabs .td .div-1 {
    margin-bottom: 20px;
  }
  .home-service .conTabs .title-2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .home-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-about .nr {
    padding-top: 60px;
  }
  .home-about .jsh .title {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .home-about .jsh .sm {
    font-size: 14px;
  }
  .home-about .youshi {
    margin: 30px 0;
    width: 770px;
  }
  .home-about .youshi li {
    font-size: 16px;
    padding: 15px 10px;
  }
  .home-about .youshi .num {
    font-size: 14px;
  }
  .home-about .youshi .counter {
    font-size: 45px;
  }
  .home-news {
    padding-top: 60px;
  }
  .home-news .nr {
    padding-top: 60px;
  }
  .home-news .list .text {
    padding: 20px 20px;
  }
  .footer .footer-contact {
    font-size: 14px;
  }
  .footer .child a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .header {
    padding: 15px 0;
  }
  .header .container {
    position: static;
  }
  .header .other {
    display: none;
  }
  .header .logo {
    position: static;
    top: 0;
    left: 0;
  }
  .navPhoneBtn {
    display: block;
  }
  .nav {
    display: none;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .banner .slick-dots li {
    margin: 0 5px;
    height: 12px;
  }
  .banner .slick-dots li button {
    height: 12px;
  }
  .banner .slick-dots .slick-active button {
    height: 12px;
  }
  .home-service .menuTabs {
    padding-right: 15px;
  }
  .home-service .menuTabs .box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home-service .conTabs {
    padding-left: 0;
  }
  .home-service .conTabs .pic {
    padding-right: 15px;
  }
  .home-about .left {
    padding-right: 20px;
  }
  .home-about .youshi {
    width: 625px;
  }
  .home-news .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-news .list li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .headerTop {
    display: none;
  }
  .header {
    padding: 10px 0;
  }
  .header .logo {
    margin-top: 0;
    height: 40px;
  }
  .header .logo img {
    height: 40px;
  }
  .header .logo .txt {
    display: none;
  }
  .home-product {
    padding-top: 30px;
  }
  .home-product .nr {
    padding-top: 30px;
  }
  .home-product .tabs {
    padding-right: 0;
  }
  .home-product .tabs:before {
    display: none;
  }
  .home-product .menuTabs {
    width: 100%;
  }
  .home-product .menuTabs .list .box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-product .menuTabs .icon {
    width: 50px;
    height: 50px;
  }
  .home-product .menuTabs .icon img {
    width: 40px;
  }
  .home-product .menuTabs .text {
    padding-bottom: 0;
  }
  .home-product .menuTabs .title {
    font-size: 14px;
  }
  .home-product .menuTabs .en {
    display: none;
  }
  .home-product .conTabs {
    width: 100%;
    padding-top: 20px;
  }
  .home-product .conTabs .list .box {
    width: 100%;
    padding: 20px 0px;
  }
  .home-product .conTabs .list .icon {
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }
  .home-product .conTabs .list .title {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
  .home-product .conTabs .list .en {
    height: 20px;
    line-height: 20px;
  }
  .home-product .conTabs .list .info {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-product .slick-prev {
    left: -14px;
  }
  .home-product .slick-next {
    right: -14px;
  }
  .home-application {
    padding-top: 30px;
  }
  .home-application .nr {
    padding-top: 30px;
  }
  .home-application .menuTabs {
    position: static;
  }
  .home-application .menuTabs .pic {
    width: 40px;
    height: 40px;
  }
  .home-application .menuTabs li {
    border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
    width: 25%;
  }
  .home-application .menuTabs li:nth-child(4):after {
    display: none;
  }
  .home-application .menuTabs .box {
    padding: 10px 0;
    min-width: auto;
  }
  .home-application .menuTabs .title {
    font-size: 14px;
  }
  .home-application .conTabs .title {
    height: 60px;
    line-height: 60px;
  }
  .home-application .conTabs .item {
    padding-bottom: 0;
  }
  .home-application .conTabs .box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-service {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-service .nr {
    padding-top: 30px;
  }
  .home-service .menuTabs {
    width: 100%;
    padding-right: 0;
    display: none;
  }
  .home-service .conTabs {
    width: 100%;
    padding-left: 0;
  }
  .home-service .conTabs .pic {
    width: 100%;
    display: none;
  }
  .home-service .conTabs .text {
    width: 100%;
    padding: 0;
  }
  .home-service .conTabs .title {
    font-size: 20px;
  }
  .home-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-about .nr {
    padding-top: 30px;
  }
  .home-about .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .home-about .youshi {
    width: 100%;
  }
  .home-about .youshi li {
    font-size: 14px;
  }
  .home-about .youshi .counter {
    font-size: 35px;
  }
  .home-about .youshi .num em {
    top: 2px;
  }
  .home-about .right {
    width: 100%;
  }
  .home-news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-news .nr {
    padding-top: 30px;
  }
  .home-news .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .home-news .list li {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .contact-menu {
    padding-bottom: 30px;
  }
  .footer .footer-contact {
    width: 100%;
  }
  .footer .footer-contact .logo {
    height: 50px;
  }
  .footer .menu {
    width: 100%;
  }
  .footer .menu .item {
    float: none;
    display: none;
  }
  .footer .menu .ewm {
    display: block;
    width: 100%;
    padding: 30px 0 0 70px;
    text-align: left;
  }
  .footer .menu .ewm .pic {
    display: inline-block;
    text-align: center;
  }
}
.bread {
  padding: 35px 0;
  color: #999999;
  font-size: 14px;
  text-align: right;
  line-height: 24px;
}
.bread a {
  color: #999999;
}
.bread a:hover {
  color: #ed6736;
  text-decoration: underline;
}
.bread .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.bread em {
  color: #333333;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .bread {
    padding: 10px 0;
  }
}
.inside-banner {
  text-align: center;
}
.inside-banner img {
  vertical-align: middle;
}
.inside {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .inside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  font-family: arial;
  line-height: 16px;
}
.page em {
  font-style: normal;
  font-size: 14px;
  line-height: 48px;
  vertical-align: middle;
}
.page a,
.page span {
  color: #666666;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 50px;
  line-height: 48px;
  height: 50px;
  background: #fff;
  border: 1 #dddddd solid;
  margin: 0 5px;
  padding: 0 10px;
  vertical-align: middle;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  border-color: #ed6736;
  background: #ed6736;
  color: #ffffff;
}
.page a.prev,
.page span.prev,
.page a.next,
.page span.next {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page a,
  .page span {
    display: none;
  }
  .page a.prev,
  .page span.prev,
  .page a.next,
  .page span.next {
    display: inline-block;
  }
}
.profile .left {
  width: 46.875%;
  float: left;
  padding-right: 80px;
}
.profile .right {
  width: 53.125%;
  float: left;
}
.profile .jsh {
  padding-top: 20px;
}
.profile .jsh .title {
  color: #ed6736;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  font-style: italic;
}
.profile .jsh .sm {
  color: #666666;
  font-size: 15px;
  line-height: 34px;
}
.profile .youshi {
  margin: 60px 0 0 0;
  background: #fff;
}
.profile .youshi li {
  background: #fff;
  padding: 35px 20px;
  width: 25%;
  text-align: center;
  float: left;
  color: #4a4a4a;
  font-size: 18px;
  position: relative;
}
.profile .youshi li:after {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.profile .youshi li:last-child:after {
  display: none;
}
.profile .youshi .num {
  display: inline-block;
  color: #ed6736;
  position: relative;
  font-size: 15px;
  line-height: 1;
  color: #666666;
}
.profile .youshi .num em {
  position: absolute;
  right: -20px;
  top: 10px;
  font-style: normal;
}
.profile .youshi .counter {
  font-family: DINCond-Black;
  font-size: 80px;
  color: #ed6736;
}
.profile .youshi .info {
  margin-top: 3px;
}
@media screen and (max-width: 1600px) {
  .profile .left {
    padding-right: 40px;
  }
  .profile .jsh {
    line-height: 30px;
    padding-top: 0;
  }
  .profile .jsh .title {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .profile .jsh .sm {
    font-size: 14px;
  }
  .profile .youshi {
    margin: 30px 0 0 0;
  }
  .profile .youshi li {
    font-size: 16px;
    padding: 15px 10px;
  }
  .profile .youshi .num {
    font-size: 14px;
  }
  .profile .youshi .counter {
    font-size: 45px;
  }
}
@media screen and (max-width: 1279px) {
  .profile .left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .profile .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .profile .youshi {
    width: 100%;
  }
  .profile .youshi li {
    font-size: 14px;
  }
  .profile .youshi .counter {
    font-size: 35px;
  }
  .profile .youshi .num em {
    top: 2px;
  }
  .profile .right {
    width: 100%;
  }
}
.responsibility {
  color: #666666;
  font-size: 15px;
  line-height: 34px;
}
.responsibility .nr {
  margin-top: 60px;
}
.responsibility img {
  vertical-align: middle;
}
.responsibility .div-1 .text {
  padding: 50px 60px 0 0;
  float: left;
  width: 37.5%;
}
.responsibility .div-1 .pic {
  width: 62.5%;
  float: right;
}
.responsibility .div-2 .text {
  float: right;
  padding: 50px 0 0 60px;
  width: 62.5%;
}
.responsibility .div-2 .pic {
  width: 37.5%;
  float: left;
}
@media screen and (max-width: 1600px) {
  .responsibility {
    line-height: 30px;
    font-size: 14px;
  }
  .responsibility .div-1 .pic {
    width: 53%;
  }
  .responsibility .div-1 .text {
    width: 47%;
    padding-top: 0;
    padding-right: 40px;
  }
  .responsibility .div-2 .pic {
    width: 47%;
  }
  .responsibility .div-2 .text {
    width: 53%;
    padding-top: 30px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .responsibility .div-1 {
    display: block;
  }
  .responsibility .div-1 .pic {
    width: 100%;
  }
  .responsibility .div-1 .text {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .responsibility .div-2 {
    display: block;
  }
  .responsibility .div-2 .pic {
    width: 100%;
  }
  .responsibility .div-2 .text {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .responsibility .nr {
    margin-top: 30px;
  }
}
.dynamic .nr {
  padding-top: 60px;
}
.dynamic .list {
  margin-left: -18px;
  margin-right: -17px;
  margin-bottom: 25px;
}
.dynamic .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 17px 35px 18px;
}
.dynamic .list .box {
  background: #fff;
  display: block;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);
  padding: 30px 35px 60px 35px;
}
.dynamic .list .title {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}
.dynamic .list .pic {
  position: relative;
}
.dynamic .list .pic span {
  overflow: hidden;
  display: block;
  position: relative;
}
.dynamic .list .pic span:after {
  content: "";
  display: block;
  padding-top: 70.45454545%;
}
.dynamic .list .pic img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.dynamic .list .date {
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  border-top-left-radius: 10px;
  text-align: center;
  color: #fff;
  background: #ed6736;
  position: absolute;
  bottom: 0;
  right: 0;
  font-style: initial;
}
.dynamic .list .info {
  color: #5f6c7a;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dynamic .list .box:hover .title {
  color: #ed6736;
}
.dynamic .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.dynamic .list .box:hover .moreBtn span,
.dynamic .list .box:hover .moreBtn a {
  background: #ed6736;
  color: #fff;
  border-color: #ed6736;
}
.dynamic .list .box:hover .moreBtn span:after,
.dynamic .list .box:hover .moreBtn a:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
@media screen and (max-width: 1279px) {
  .dynamic .list {
    margin-left: -7px;
    margin-right: -8px;
    margin-bottom: 45px;
  }
  .dynamic .list li {
    padding: 0 8px 15px 7px;
  }
  .dynamic .list .title {
    font-size: 18px;
    height: 60px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .dynamic .nr {
    padding-top: 30px;
  }
  .dynamic .list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
  }
  .dynamic .list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .dynamic .list .box {
    padding: 20px 20px;
  }
  .dynamic .list .pic {
    width: 100%;
  }
  .dynamic .list .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dynamic .list li {
    width: 100%;
  }
  .dynamic .list .box {
    padding: 20px 20px;
  }
  .dynamic .list .pic {
    width: 100%;
  }
  .dynamic .list .text {
    width: 100%;
  }
}
.news-show {
  margin: auto;
  color: #666666;
  text-align: justify;
  padding-bottom: 100px;
}
.news-show .container {
  max-width: 1400px;
}
.news-show .show-title {
  text-align: center;
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
}
.news-show .show-info {
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  position: relative;
}
.news-show .show-info img {
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.news-show .show-info span {
  display: inline-block;
}
.news-show .show-info span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #bfbfbf;
  vertical-align: middle;
  margin: 0 30px;
}
.news-show .show-info span:last-child:after {
  display: none;
}
.news-show .nr {
  padding: 40px 0;
  color: #333333;
  font-size: 15px;
  line-height: 34px;
}
@media screen and (max-width: 1279px) {
  .news-show {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .news-show {
    padding-bottom: 30px;
  }
  .news-show .show-title {
    font-size: 20px;
  }
  .news-show .show-info {
    font-size: 12px;
  }
  .news-show .show-info span:after {
    margin: 0 5px;
  }
  .news-show .nr {
    padding: 20px 0 30px 0;
    font-size: 14px;
    line-height: 30px;
  }
  .news-show .tags {
    font-size: 14px;
  }
  .news-show .container {
    padding-right: 15px;
  }
  .news-show .view-share {
    display: none;
  }
}
.prev-next-return {
  overflow: hidden;
  position: relative;
  font-size: 16px;
}
.prev-next-return a {
  color: #666666;
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.prev-next-return .prev,
.prev-next-return .next {
  width: 50%;
  height: 36px;
  line-height: 36px;
  float: left;
  -webkit-transition: all .5s;
          transition: all .5s;
  overflow: hidden;
}
.prev-next-return .prev a,
.prev-next-return .next a {
  display: inline-block;
  background-color: #eeeeee;
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.prev-next-return .prev a:hover,
.prev-next-return .next a:hover {
  background-color: #ed6736;
  color: #fff;
}
.prev-next-return .prev {
  text-align: left;
}
.prev-next-return .next {
  text-align: right;
}
.prev-next-return .return {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 110px;
  float: left;
}
.prev-next-return .return a {
  display: block;
  background-color: #e3e3e3;
  height: 38px;
  line-height: 38px;
  color: #ed6736;
  text-align: center;
}
.prev-next-return .return a:hover {
  background: #ed6736;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .prev-next-return {
    font-size: 14px;
  }
}
.dynamic-related {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 65px;
}
.knowledge-related {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1279px) {
  .dynamic-related {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .dynamic-related {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dynamic-related .nr {
    padding-top: 30px;
  }
  .knowledge-related {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .knowledge-related .nr {
    padding-top: 30px;
  }
}
.case .nr {
  padding-top: 60px;
}
.case .list {
  margin-bottom: 60px;
}
.case .list li {
  clear: both;
  margin-bottom: 60px;
}
.case .list li:last-child {
  margin-bottom: 0;
}
.case .list .box {
  position: relative;
  overflow: hidden;
}
.case .list .pic {
  width: 75%;
  position: relative;
}
.case .list .pic:after {
  content: "";
  display: block;
  padding-top: 49.16666667%;
}
.case .list .text {
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 640px;
  max-height: 100%;
  overflow: hidden;
  padding: 50px 50px;
}
.case .list .title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.case .list .info {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.case .list li:nth-child(2n) .pic {
  float: right;
  clear: left;
}
.case .list li:nth-child(2n) .text {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .case .nr {
    padding-top: 30px;
  }
  .case .list {
    margin-bottom: 30px;
  }
  .case .list li {
    margin-bottom: 10px;
  }
  .case .list li:last-child {
    margin-bottom: 0;
  }
  .case .list .pic {
    width: 100%;
  }
  .case .list .text {
    width: 100%;
    max-width: 100%;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 20px 20px;
  }
  .case .list .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.knowledge .nr {
  padding-top: 60px;
}
.knowledge .list {
  margin-bottom: 5px;
  margin-left: -50px;
  margin-right: -50px;
}
.knowledge .list li {
  width: 50%;
  float: left;
  padding: 0 50px 55px 50px;
}
.knowledge .list .box {
  display: block;
  position: relative;
  height: 200px;
  padding-left: 270px;
}
.knowledge .list .pic {
  width: 270px;
  position: absolute;
  top: 0;
  left: 0;
}
.knowledge .list .pic span {
  overflow: hidden;
  display: block;
  position: relative;
}
.knowledge .list .pic span:after {
  content: "";
  display: block;
  padding-top: 74.07407407%;
}
.knowledge .list img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.knowledge .list .text {
  padding-left: 30px;
}
.knowledge .list .title {
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.knowledge .list .date {
  color: #999999;
  font-size: 12px;
  background: url(../images/icon/date-2.png) no-repeat left center;
  padding-left: 16px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.knowledge .list .info {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 18px;
}
.knowledge .list .box:hover .title {
  color: #ed6736;
}
.knowledge .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.knowledge .list .box:hover .moreBtn span,
.knowledge .list .box:hover .moreBtn a {
  color: #fff;
  background: #ed6736;
}
.knowledge .list .box:hover .moreBtn span:after,
.knowledge .list .box:hover .moreBtn a:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
@media screen and (max-width: 1023px) {
  .knowledge .nr {
    padding-top: 30px;
  }
  .knowledge .list {
    margin-bottom: 30px;
  }
  .knowledge .list li {
    width: 100%;
    padding-bottom: 0;
  }
  .knowledge .list .pic {
    width: 270px;
    padding-right: 0;
  }
  .knowledge .list .text {
    width: 100%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .knowledge .list {
    margin-bottom: 10px;
  }
  .knowledge .list .box {
    padding-left: 0;
    height: auto;
  }
  .knowledge .list .pic {
    clear: both;
    position: static;
    width: 100%;
    height: auto;
  }
  .knowledge .list .pic span:after {
    display: none;
  }
  .knowledge .list .pic img {
    width: 100%;
    position: static;
  }
  .knowledge .list .text {
    width: 100%;
    padding: 20px 0;
  }
}
.news .nr {
  padding-top: 60px;
}
.news .list {
  margin-bottom: 60px;
}
.news .list li {
  border-bottom: 1px #dddddd solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.news .list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.news .list .box {
  display: block;
  position: relative;
  height: 270px;
  overflow: hidden;
  padding-left: 230px;
  padding-right: 360px;
}
.news .list .date-btn {
  width: 230px;
  position: absolute;
  top: 50px;
  left: 0;
}
.news .list .date {
  color: #ed6736;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
}
.news .list .date .day {
  font-size: 64px;
}
.news .list .moreBtn {
  text-align: center;
}
.news .list .text {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;
  border-left: 1px #dddddd solid;
}
.news .list .title {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}
.news .list .info {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 18px;
}
.news .list .pic {
  width: 360px;
  position: absolute;
  top: 0;
  right: 0;
}
.news .list .pic span {
  overflow: hidden;
  display: block;
  position: relative;
}
.news .list .pic span:after {
  content: "";
  display: block;
  padding-top: 74.07407407%;
}
.news .list img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.news .list .box:hover .title {
  color: #ed6736;
}
.news .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news .list .box:hover .moreBtn span,
.news .list .box:hover .moreBtn a {
  color: #fff;
  background: #ed6736;
}
.news .list .box:hover .moreBtn span:after,
.news .list .box:hover .moreBtn a:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
@media screen and (max-width: 1279px) {
  .news .list .box {
    padding-left: 180px;
    padding-right: 240px;
    height: 180px;
  }
  .news .list .date-btn {
    width: 180px;
    top: 10px;
  }
  .news .list .date {
    padding-bottom: 20px;
  }
  .news .list .date .day {
    font-size: 50px;
  }
  .news .list .pic {
    width: 240px;
  }
  .news .list .text {
    margin-top: 10px;
    padding: 0 30px;
    border-left: none;
  }
  .news .list .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news .list .info {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .news .nr {
    padding-top: 30px;
  }
  .news .list {
    margin-bottom: 30px;
  }
  .news .list li {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news .list li:last-child {
    margin-bottom: 0;
  }
  .news .list .box {
    padding: 0;
    height: auto;
  }
  .news .list .date-btn {
    position: static;
    padding: 0;
    text-align: left;
  }
  .news .list .date {
    text-align: left;
    padding-bottom: 10px;
  }
  .news .list .date .day {
    display: inline-block;
    font-size: 18px;
  }
  .news .list .date .year {
    display: inline-block;
    font-size: 16px;
  }
  .news .list .moreBtn {
    text-align: left;
  }
  .news .list .pic {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .news .list .pic span:after {
    display: none;
  }
  .news .list .pic img {
    width: 100%;
    position: static;
  }
  .news .list .text {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
  .news .list .info {
    margin-bottom: 0;
  }
}
.product .nr {
  padding-top: 60px;
}
.product .list {
  margin-bottom: 10px;
  margin-left: -25px;
  margin-right: -25px;
}
.product .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 25px 50px 25px;
}
.product .list .box {
  display: block;
  border: 1px #e7e7e7 solid;
}
.product .list .pic {
  overflow: hidden;
  display: block;
  position: relative;
}
.product .list .pic:after {
  content: "";
  display: block;
  padding-top: 74%;
}
.product .list .pic img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.product .list .title {
  background: #e7e7e7;
  color: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 80px 0 30px;
  position: relative;
}
.product .list .title:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 11px;
  background: url(../images/icon/arrow-right.png) no-repeat right center;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product .list .box:hover .title {
  color: #ed6736;
}
@media screen and (max-width: 1280px) {
  .product .list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .product .list {
    margin-bottom: 30px;
  }
  .product .list li {
    padding: 0 15px 30px 15px;
  }
  .product .list .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .product .nr {
    padding-top: 30px;
  }
  .product .list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
  }
  .product .list li {
    width: 50%;
    padding: 0 10px 20px 10px;
  }
  .product .list .title {
    padding-right: 26px;
    padding-left: 10px;
  }
  .product .list .title:after {
    width: 16px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product .list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
  }
  .product .list li {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
  .product .list .title {
    padding-left: 10px;
  }
}
.menu-proshow {
  color: #666666;
  font-size: 16px;
}


.menu-proshow a {
  display: inline-block;
  color: #666;
  position: relative;
}
.menu-proshow a:hover {
  color: #ed6736;
  text-decoration: underline;
}
.menu-proshow a:after {
  content: "|";
  color: #ccc;
  margin: 0 10px;
}
.menu-proshow a:last-child:after {
  display: none;
}


.fixed2 {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #ed6736;
  padding: 20px 0;
  top: 0;
}

.fixed2 a,.fixed2 a:hover {
  color: #fff;
}


.product-show {
  font-size: 16px;
  line-height: 34px;
  padding-top: 50px;
  padding-bottom: 100px;
}
.product-show .hd {
  margin-bottom: 100px;
}
.product-show .hd .pics {
  width: 56.25%;
  float: left;
}
.product-show .hd .pics .slick-prev:before,
.product-show .hd .pics .slick-next:before {
  display: none;
}
.product-show .hd .pics .slick-prev,
.product-show .hd .pics .slick-next {
  width: 100%;
  height: 14px;
  margin-top: 0;
  z-index: 7;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.product-show .hd .pics .slick-prev {
  background: #efefef url(../images/icon/lefth.png) no-repeat center center;
  left: 0;
}
.product-show .hd .pics .slick-next {
  background: #efefef url(../images/icon/righth.png) no-repeat center center;
  right: 0;
  top: auto;
  bottom: 0;
}
.product-show .hd .pics .pro-max {
  width: 755px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #dddddd;
  float: left;
}
.product-show .hd .pics .pro-max .item .pic {
  position: relative;
}
.product-show .hd .pics .pro-max .item .pic:after {
  content: "";
  display: block;
  padding-top: 74%;
}
.product-show .hd .pics .pro-min {
  width: 100px;
  height: 560px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
.product-show .hd .pics .pro-min .getIndex {
  padding: 0 0 20px 0;
}
.product-show .hd .pics .pro-min .getIndex .item .pic {
  cursor: pointer;
  display: block;
  border: 1px solid #dddddd;
  position: relative;
}
.product-show .hd .pics .pro-min .getIndex .item .pic:after {
  content: "";
  display: block;
  padding-top: 74%;
}
.product-show .hd .pics .pro-min .slick-current .item .pic {
  border: 1px solid #ed6736;
}
.product-show .hd .text {
  width: 43.75%;
  float: left;
  font-size: 16px;
  line-height: 40px;
  padding-left: 40px;
}
.product-show .hd .text .show-title {
  font-weight: 700;
  color: #333333;
  font-size: 28px;
  margin-bottom: 20px;
}
.product-show .hd .text .shm {
  color: #666666;
  font-size: 16px;
  padding: 10px 0 15px 0;
}
.product-show .hd .text .p-2 {
  margin-bottom: 10px;
}
.product-show .p-1 {
  font-size: 16px;
  line-height: 34px;
  padding-left: 20px;
  position: relative;
}
.product-show .p-1:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ed6736;
  position: absolute;
  left: 3px;
  top: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product-show .titleBig {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}
.product-show .titleBig:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 25px;
  background: #ed6736;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.product-show .tedian-canshu {
  clear: both;
  overflow: hidden;
  	box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
	padding: 50px 20px 20px 20px;
	margin-bottom: 30px;
}
.product-show .tedian {
  width: 100%;
  float: left;
}
.product-show .canshu {
  width: 100%;
  float: left;
}
.product-show .canshu .con {
  padding-left: 25px;
}
.product-show .canshu .p-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-show .canshu .p-2 .span-1 {
  width: 130px;
  display: inline-block;
}
.product-show .xiazai {
  font-size: 16px;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
padding: 50px 20px;
margin-bottom: 30px; 
  
}
.product-show .xiazai .a-1 {
  color: #ed6736;
  margin-right:15px;
}
.product-show .xiazai .a-1:hover {
  text-decoration: underline;
}
.product-show .dinggou {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
	padding: 50px 20px 20px 20px;
	margin-bottom: 30px; 

}
.product-show .dinggou .con {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 40px 100px 40px;
  font-size: 15px;
}
.product-show .dinggou .p-1 {
  margin-bottom: 20px;
}
.product-show .dinggou .p-2 {
  font-size: 15px;
  color: #999999;
}
.product-show .dinggou .red {
  color: #f21e1e;
}
.product-show .form .list {
  margin-left: -45px;
  margin-right: -45px;
}
.product-show .form li {
  width: 33.33333333%;
  padding: 0 45px 10px 45px;
  float: left;
}
.product-show .form .li-1 {
  width: 100%;
}
.product-show .form .title {
  font-size: 15px;
}
.product-show .form select,
.product-show .form input[type="text"],
.product-show .form textarea {
  border: 1px #dddddd solid;
  border-radius: 5px;
  font-size: 16px;
  height: 40px;
  line-height: 42px;
  width: 100%;
  padding: 0 10px;
  color: #333;
}
.product-show .form select:focus,
.product-show .form input[type="text"]:focus,
.product-show .form textarea:focus {
  border-color: #ed6736;
}
.product-show .form textarea {
  height: 402px;
}
.product-show .form .btns {
  width: 100%;
  text-align: center;
  font-size: 0;
  padding-top: 30px;
}
.product-show .form .btns a {
  display: inline-block;
  line-height: 43px;
  border: 1px #ed6736 solid;
  width: 115px;
  font-size: 16px;
  color: #ed6736;
  margin: 0 25px;
  border-radius: 45px;
}
.product-show .form .btns a:hover {
  background: #ed6736;
  color: #fff;
}
.product-show .form .btns .submit {
  background: #ed6736;
  color: #fff;
}
.product-show .video-related {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
	padding: 50px 20px 30px 20px;
	margin-bottom: 30px;   
}
.product-show .video-related .list {
  margin-left: -30px;
  margin-right: -30px;
}
.product-show .video-related .list li {
  width: 50%;
  float: left;
  padding: 0 30px;
}
.product-show .video-related .list .box {
  display: block;
}
.product-show .video-related .list .pic {
  overflow: hidden;
  display: block;
  position: relative;
}
.product-show .video-related .list .pic > img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.product-show .video-related .list .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.3);*/
}
.product-show .video-related .list .pic:after {
  content: "";
  display: block;
  padding-top: 68.83116883%;
}
.product-show .video-related .list .btn {
  width: 92px;
  height: 92px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.product-show .video-related .list .title {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}
.product-show .video-related .list .box:hover .pic > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product-show .video-related .list .box:hover .title {
  color: #ed6736;
}
.product-show .product-related {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
	padding: 50px 20px 20px 20px;
}
@media screen and (max-width: 1600px) {
  .product-show .hd {
    margin-bottom: 50px;
  }
  .product-show .hd .pics .pro-min {
    height: 380px;
  }
  .product-show .hd .pics .pro-max {
    width: 580px;
  }
}
@media screen and (max-width: 1279px) {
  .product-show .hd .pics {
    width: 100%;
    max-width: 700px;
    float: none;
    margin: auto;
  }
  .product-show .hd .text {
    width: 100%;
    padding: 20px 20px;
  }
  .product-show .video-related .list .btn {
    width: 52px;
    height: 52px;
  }
  .product-show .video-related .list .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .product-show {
    font-size: 14px;
  }
  .product-show .hd {
    margin-bottom: 30px;
  }
  .product-show .hd .pics {
    width: 100%;
    float: none;
    margin: auto;
    clear: both;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .product-show .hd .pics .pro-max {
    width: 100%;
  }
  .product-show .hd .pics .pro-min {
    display: none;
  }
  .product-show .hd .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-show .hd .text .show-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .product-show .titleBig {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .product-show .tedian-canshu {
    padding-top: 0;
  }
  .product-show .tedian {
    width: 100%;
    padding-top: 30px;
  }
  .product-show .canshu {
    width: 100%;
    padding-top: 30px;
  }
  .product-show .dinggou .con {
    padding: 20px 10px;
  }
  .product-show .form .list {
    margin-left: 0;
    margin-right: 0;
  }
  .product-show .form li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .product-show .form textarea {
    height: 240px;
  }
  .product-show .form .btns {
    padding-top: 0;
  }
  .product-show .video-related .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product-show .video-related .list li {
    padding: 0 5px 0 5px;
  }
  .product-show .video-related .list .btn {
    width: 32px;
    height: 32px;
  }
  .product-show .video-related .list .title {
    font-size: 16px;
  }
}
.shzc .nr {
  margin-top: 60px;
}
.shzc .list li {
  width: 20%;
  float: left;
}
.shzc .list .box {
  display: block;
  text-align: center;
  padding: 60px 10px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.shzc .list .pic {
  width: 110px;
  height: 110px;
  margin: auto;
  border-radius: 50%;
  border: 1px #ed6736 solid;
  position: relative;
}
.shzc .list .pic img {
  width: 80px;
  height: 80px;
}
.shzc .list .hover {
  display: none;
}
.shzc .list .text {
  padding: 30px 0 0 0;
}
.shzc .list .title {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}
.shzc .list .info {
  color: #666666;
  line-height: 21px;
}
.shzc .list .box:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}
.shzc .list .box:hover .pic {
  background: #ed6736;
}
.shzc .list .box:hover .default {
  display: none;
}
.shzc .list .box:hover .hover {
  display: block;
}
.shzc .list .box:hover .title {
  color: #ed6736;
}
@media screen and (max-width: 1279px) {
  .shzc .list .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .shzc .nr {
    margin-top: 30px;
  }
  .shzc .list li {
    width: 50%;
  }
  .shzc .list .box {
    padding: 20px 5px;
  }
  .shzc .list .title {
    font-size: 16px;
  }
}
.wxzc,
.byfwjh {
  color: #666666;
  font-size: 15px;
  line-height: 34px;
}
.wxzc a,
.byfwjh a {
  color: #666666;
}
.wxzc a:hover,
.byfwjh a:hover {
  color: #ed6736;
}
.wxzc .nr,
.byfwjh .nr {
  margin-top: 60px;
}
.wxzc .div-1,
.byfwjh .div-1 {
  overflow: hidden;
}
.wxzc .div-1 .text,
.byfwjh .div-1 .text {
  width: 50%;
  float: left;
  padding-right: 130px;
  padding-top: 90px;
}
.wxzc .div-1 .pic,
.byfwjh .div-1 .pic {
  width: 50%;
  float: left;
  text-align: center;
}
.wxzc .a-1,
.byfwjh .a-1 {
  color: #ed6736;
}
.wxzc .a-1:hover,
.byfwjh .a-1:hover {
  text-decoration: underline;
}
.wxzc .table-1,
.byfwjh .table-1 {
  margin-top: 100px;
}
.wxzc .table-1 table,
.byfwjh .table-1 table {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .wxzc .nr,
  .byfwjh .nr {
    margin-top: 30px;
  }
  .wxzc .div-1 .text,
  .byfwjh .div-1 .text {
    width: 100%;
    padding: 0;
  }
  .wxzc .div-1 .pic,
  .byfwjh .div-1 .pic {
    width: 100%;
  }
  .wxzc .table-1,
  .byfwjh .table-1 {
    margin-top: 40px;
  }
  .wxzc .table-1 table,
  .byfwjh .table-1 table {
    margin-bottom: 30px;
  }
}
.wxCase .nr {
  margin-top: 60px;
}
.wxCase .list {
  margin-left: -20px;
  margin-right: -20px;
}
.wxCase .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 20px 40px 20px;
}
.wxCase .list .box {
  display: block;
  position: relative;
  text-align: center;
}
.wxCase .list .pic {
  overflow: hidden;
  display: block;
  position: relative;
}
.wxCase .list .pic:after {
  content: "";
  display: block;
  padding-top: 75.54240631%;
}
.wxCase .list .pic img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.wxCase .list .title {
  color: #333333;
  font-size: 24px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wxCase .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.wxCase .list .box:hover .title {
  color: #ed6736;
}
@media screen and (max-width: 1279px) {
  .wxCase .list .title {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .wxCase .nr {
    margin-top: 30px;
  }
  .wxCase .list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .wxCase .list {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .wxCase .list li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .wxCase .list li:last-child {
    padding-bottom: 0;
  }
}
.shbz {
  color: #666666;
  font-size: 16px;
  line-height: 34px;
}
.shbz .nr {
  margin-top: 60px;
}
.shbz .title-2 {
  padding-left: 90px;
  color: #333333;
  font-weight: 700;
  font-size: 28px;
  line-height: 80px;
  position: relative;
  margin-bottom: 20px;
}
.shbz .title-2 .num {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ed6736;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.shbz .p-1 {
  color: #000000;
  font-size: 16px;
}
.shbz .p-2 {
  margin-left: 34px;
  padding-left: 25px;
  position: relative;
}
.shbz .p-2:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ed6736;
  position: absolute;
  top: 13px;
  left: 10px;
}
@media screen and (max-width: 1279px) {
  .shbz {
    font-size: 14px;
    line-height: 30px;
  }
  .shbz .title-2 {
    font-size: 24px;
  }
  .shbz .title-2 .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .shbz .nr {
    margin-top: 30px;
  }
  .shbz .title-2 {
    font-size: 20px;
    line-height: 62px;
    padding-left: 72px;
  }
  .shbz .title-2 .num {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
  }
  .shbz .p-2 {
    margin-left: 0;
  }
}
.table-1 {
  line-height: 40px;
  font-size: 18px;
}
.table-1 th {
  background: #ed6736;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.table-1 th:first-child {
  text-align: left;
  padding-left: 70px;
}
.table-1 td {
  font-weight: 400;
  padding: 20px 0;
  text-align: center;
}
.table-1 td:first-child {
  text-align: left;
  padding-left: 70px;
}
.table-1 tr:nth-child(2n) {
  background: #f7f7f7;
}
.table-1 tr:hover {
  background: ;
  color: #ed6736;
}
.table-1 tr:hover .pdf {
  background: url(../images/icon/pdf-2.png) no-repeat center center;
  background-size: 24px;
}
.table-1 .span-1 {
  color: #6cd427;
}
.table-1 .span-2 {
  color: #ffc107;
}
.table-1 .span-3 {
  color: #dc3545;
}
.table-1 .pdf {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/icon/pdf-1.png) no-repeat center center;
  background-size: 24px;
  vertical-align: middle;
}
.table-1 .pdf:hover {
  background: url(../images/icon/pdf-2.png) no-repeat center center;
  background-size: 24px;
}
@media screen and (max-width: 1023px) {
  .table-1 {
    font-size: 14px;
  }
  .table-1 th {
    padding: 10px 0;
  }
  .table-1 th:first-child {
    padding-left: 10px;
  }
  .table-1 td {
    padding: 10px 0;
  }
  .table-1 td:first-child {
    padding-left: 10px;
  }
}
.shsmzq {
  color: #666666;
  font-size: 16px;
  line-height: 34px;
}
.shsmzq .sh {
  padding-bottom: 60px;
}
.shsmzq .sb {
  padding-bottom: 60px;
}
.shsmzq .sb .nr {
  margin-top: 30px;
}
.shsmzq .nr {
  margin-top: 60px;
}
.shsmzq .title-2 {
  padding-left: 90px;
  color: #333333;
  font-weight: 700;
  font-size: 28px;
  line-height: 80px;
  position: relative;
  margin-bottom: 20px;
}
.shsmzq .title-2 .num {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ed6736;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.shsmzq .p-1 {
  color: #000000;
  font-size: 16px;
}
.shsmzq .p-2 {
  margin-left: 34px;
  padding-left: 25px;
  position: relative;
}
.shsmzq .p-2:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ed6736;
  position: absolute;
  top: 13px;
  left: 10px;
}
.shsmzq .search {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.shsmzq .search input {
  border: 1px #cccccc solid;
  line-height: 58px;
  height: 60px;
  border-radius: 5px;
  width: 100%;
  padding: 0 100px 0 40px;
  font-size: 16px;
}
.shsmzq .search input:focus {
  border-color: #ed6736;
}
.shsmzq .search .btn {
  display: block;
  width: 60px;
  height: 60px;
  background: #ed6736;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
.shsmzq .search .btn img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.shsmzq .table-1 {
  margin-top: 40px;
}
.shsmzq .table-1 table {
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .shsmzq {
    font-size: 14px;
    line-height: 30px;
  }
  .shsmzq .title-2 {
    font-size: 24px;
  }
  .shsmzq .title-2 .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .shsmzq .sh {
    padding-bottom: 30px;
  }
  .shsmzq .nr {
    margin-top: 30px;
  }
  .shsmzq .title-2 {
    font-size: 20px;
    line-height: 62px;
    padding-left: 72px;
  }
  .shsmzq .title-2 .num {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
  }
  .shsmzq .p-2 {
    margin-left: 0;
  }
  .shsmzq .table-1 {
    margin-top: 20px;
  }
}
.address {
  color: #666666;
  font-size: 16px;
}
.address .nr {
  margin-top: 60px;
}
.address .list {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 10px;
}
.address .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 25px 50px 25px;
}
.address .list li:nth-child(3n+1) {
  clear: left;
}
.address .list .title {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px #dddddd solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow:hidden;
  max-height:60px;
}
.address .list .box {
  border: 1px #fff solid;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
  padding: 25px 30px;
  line-height: 2;
}
    .address .list .box .info{
        max-height:96px;
        overflow:hidden;
    }
.address .list .box:hover {
  border-color: #ed6736;
}
.address .list .box:hover .title {
  color: #ed6736;
}
@media screen and (max-width: 1279px) {
  .address .list li {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .address {
    font-size: 14px;
  }
  .address .list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .address .list li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .address .list .title {
    font-size: 18px;
  }
}
.contact {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 500px;
}
.contact .container {
  position: relative;
  z-index: 9;
}
.contact .nr {
  margin-top: 60px;
}
.contact .lxfs {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact .lxfs li {
  width: 20%;
  float: left;
  padding: 60px 0;
}
.contact .lxfs li:last-child .box {
  border-right: none;
}
.contact .lxfs .box {
  padding: 0 10px;
  border-right: 1px #e5e5e5 solid;
}
.contact .lxfs .pic {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto auto 10px auto;
}
.contact .lxfs .pic .circle {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.contact .lxfs .pic .circle:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ed6736;
  opacity: 0.15;
  position: absolute;
  top: 0;
  right: -20px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.contact .lxfs .pic .circle:after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ed6736;
  opacity: 0.15;
  position: absolute;
  top: 20px;
  right: -20px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.contact .lxfs .title {
  color: #333333;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.contact .lxfs .info {
  color: #666666;
}
.contact .lxfs .info a {
  color: #666;
}
.contact .lxfs .info a:hover {
  color: #ed6736;
  text-decoration: underline;
}
.contact .lxfs .a-1 {
  color: #ed6736;
  font-weight: 700;
}
.contact .lxfs .box:hover .pic .circle {
  -webkit-transform: rotate(85deg);
      -ms-transform: rotate(85deg);
          transform: rotate(85deg);
}
.contact .lxfs .box:hover .pic .circle:before {
  width: 20px;
  height: 20px;
}
.contact .lxfs .box:hover .pic .circle:after {
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 1279px) {
  .contact {
    padding-top: 60px;
  }
  .contact .lxfs {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .contact {
    padding-top: 30px;
  }
  .contact .nr {
    margin-top: 30px;
  }
  .contact .lxfs .list li {
    width: 50%;
    border-bottom: 1px #e5e5e5 solid;
    padding: 20px 0px;
  }
  .contact .lxfs .list li:last-child {
    width: 100%;
    border: none;
  }
  .contact .lxfs .list li .box {
    border: none;
  }
  .contact .lxfs .list li .pic {
    width: 60px;
    height: 60px;
  }
  .contact .lxfs .list li .pic .circle:before {
    width: 15px;
    height: 15px;
  }
  .contact .lxfs .list li .pic .circle:after {
    width: 25px;
    height: 25px;
  }
  .contact .lxfs .list li .info {
    line-height: 21px;
    height: 42px;
    overflow: hidden;
  }
}
.map {
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
}
#allmap {
  width: 100%;
  height: 650px;
}
#allmap img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL {
  display: none;
}
.join {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.join .nr {
  margin-top: 60px;
}
.join .pic {
  width: 50%;
  float: left;
}
.join .text {
  width: 50%;
  float: left;
  padding-left: 90px;
}
.join .p-1 {
  color: #ed6736;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}
.join .p-1:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #ed6736;
  vertical-align: middle;
  margin-right: 20px;
}
.join .p-2 {
  padding-left: 18px;
  position: relative;
}
.join .p-2:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ed6736;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .join {
    font-size: 14px;
    line-height: 30px;
  }
  .join .nr {
    margin-top: 30px;
  }
  .join .pic {
    width: 100%;
  }
  .join .pic img {
    width: 100%;
  }
  .join .text {
    width: 100%;
    padding: 30px 0;
  }
  .join .p-1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .join .p-1:before {
    width: 20px;
    height: 3px;
  }
  .join .p-2:before {
    top: 10px;
  }
}
.message {
  font-size: 16px;
}
.message .nr {
  margin-top: 60px;
}
.message .pic {
  width: 50%;
  float: left;
}
.message .form {
  width: 50%;
  float: left;
}
.message .list {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.message li {
  width: 50%;
  float: left;
  padding: 0 15px 20px 15px;
  position: relative;
}
.message .box {
  position: relative;
  padding-left: 100px;
}
.message .bt {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 90px;
  line-height: 42px;
  text-align: right;
}
.message input,
.message textarea {
  border: none;
  color: #333;
  vertical-align: middle;
  border: #d1d1d1 solid 1px;
  padding: 0 15px;
  height: 42px;
  line-height: 40px;
  border-radius: 5px;
}
.message input {
  width: 100%;
  float: left;
}
.message input:focus {
  border: #ed6736 solid 1px;
}
.message textarea {
  width: 100%;
  min-height: 230px;
}
.message textarea:focus {
  border: #ed6736 solid 1px;
}
.message .yzhm {
  width: 100%;
}
.message .yzhm input {
  width: 40%;
}
.message .yzhm img {
  margin-right: 5px;
}
.message .btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.message .submit,
.message .reset,
.message .email {
  font-size: 16px;
  width: 30%;
  display: inline-block;
  max-width: 115px;
  border-radius: 45px;
  text-align: center;
  line-height: 45px;
  color: #ed6736;
  border: 1px #ed6736 solid;
  margin: 0 25px;
}
.message .submit .icon,
.message .reset .icon,
.message .email .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.message .submit:hover,
.message .reset:hover,
.message .email:hover {
  background: #ed6736;
  color: #fff;
}
.message .submit {
  background: #ed6736;
  color: #fff;
}
.message .verify {
  max-height: 39px;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (max-width: 1279px) {
  .message .form .list {
    margin-left: 0;
    margin-right: 0;
  }
  .message .form li {
    padding: 0 0px 10px 0px;
  }
  .message .form textarea {
    min-height: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .message {
    font-size: 14px;
  }
  .message .nr {
    margin-top: 30px;
  }
  .message .pic {
    width: 100%;
    display: none;
  }
  .message .form {
    width: 100%;
  }
  .message .box {
    padding-left: 90px;
  }
  .message .bt {
    width: 80px;
  }
  .message .btn {
    margin-top: 0;
  }
  .message .submit,
  .message .reset,
  .message .email {
    max-width: 100px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
  }
}
@media (max-width: 414px) {
  .message li {
    width: 100%;
  }
  .message .yzhm input {
    margin-bottom: 0;
    width: 30%;
  }
  .message .yzhm .a-01 {
    text-align: left;
  }
}
@media (max-width: 374px) {
  .message .yzhm .a-01 {
    font-size: 9px;
  }
}
.job .nr {
  margin-top: 60px;
}
.job .list {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 10px;
}
.job .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 25px 50px 25px;
}
.job .list .box {
  display: block;
  background: #fff;
  padding: 40px 40px 30px 40px;
  border-radius: 10px;
}
.job .list .title {
  color: #333333;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job .list .info {
  color: #999999;
  font-size: 14px;
  border-bottom: 1px #e3e3e3 solid;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.job .list .info span {
  display: inline-block;
  width: 33.33333333%;
  float: left;
  text-align: center;
}
.job .list .info span:first-child {
  text-align: left;
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job .list .info span:nth-child(2) {
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job .list .info span:last-child {
  text-align: right;
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job .list .sm {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}
.job .list .sm span {
  color: #666666;
}
.job .list .box:hover {
  background: #ed6736;
  color: #fff;
}
.job .list .box:hover .title {
  color: #fff;
}
.job .list .box:hover .info {
  color: #fff;
}
.job .list .box:hover .sm {
  color: #fff;
  opacity: 0.8;
}
.job .list .box:hover .sm span {
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .job .list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .job .list li {
    padding: 0 15px 30px 15px;
  }
  .job .list .box {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 1279px) {
  .job .list li {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .job .nr {
    margin-top: 30px;
  }
  .job .list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .job .list li {
    padding: 0 0 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .job .list .info span {
    width: 50% !important;
    text-align: left !important;
  }
}
.jobPopup {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  height: 100%;
  padding: 100px 0;
  display: none;
}
.jobPopup .transparent {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jobPopup .con {
  position: relative;
  z-index: 999;
  background: #fff;
  width: 100%;
  max-width: 880px;
  border-radius: 20px;
  padding: 30px 65px;
  margin: auto;
}
.jobPopup .con-2 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.jobPopup .close {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px #dddddd solid;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.jobPopup .close:before,
.jobPopup .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ddd;
}
.jobPopup .close:before {
  width: 16px;
  height: 1px;
}
.jobPopup .close:after {
  width: 1px;
  height: 16px;
}
.jobPopup .hd {
  border-bottom: 1px #cccccc solid;
  overflow: hidden;
  line-height: 50px;
  padding-bottom: 10px;
}
.jobPopup .hd .title {
  color: #333333;
  font-size: 30px;
  float: left;
  width: 40%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jobPopup .hd .info {
  float: right;
  color: #999999;
  font-size: 14px;
  width: 60%;
  text-align: right;
}
.jobPopup .hd .info span {
  margin-left: 20px;
}
.jobPopup .hd .info span:first-child {
  margin-left: 0;
}
.jobPopup .bd {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  padding: 30px 0;
  -webkit-overflow-scrolling: touch;
}
.jobPopup .bd .span-1 {
  color: #333;
}
.jobPopup .bd .a-1 {
  color: #ed6736;
}
.jobPopup .bd .a-1:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  .jobPopup .con {
    padding: 20px 20px;
    max-width: calc(100% - 30px);
  }
  .jobPopup .close {
    right: 0;
    top: -40px;
  }
  .jobPopup .hd .title {
    width: 100%;
    text-align: left;
    font-size: 20px;
  }
  .jobPopup .hd .info {
    width: 100%;
    text-align: left;
    line-height: 24px;
  }
  .jobPopup .hd .info span {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .jobPopup .bd {
    padding: 20px 0;
  }
}
.video .nr {
  margin-top: 60px;
}
.video .list {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
.video .list li {
  width: 50%;
  float: left;
  padding: 0 30px 30px 30px;
}
.video .list .box {
  display: block;
}
.video .list .pic {
  overflow: hidden;
  display: block;
  position: relative;
}
.video .list .pic > img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.video .list .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.3); */
}
.video .list .pic:after {
  content: "";
  display: block;
  padding-top: 68.83116883%;
}
.video .list .btn {
  width: 92px;
  height: 92px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video .list .title {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}
.video .list .box:hover .pic > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.video .list .box:hover .title {
  color: #ed6736;
}
@media screen and (max-width: 1279px) {
  .video .list .btn {
    width: 52px;
    height: 52px;
  }
  .video .list .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .video .nr {
    margin-top: 30px;
  }
  .video .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .video .list li {
    padding: 0 5px 0 5px;
  }
  .video .list .btn {
    width: 32px;
    height: 32px;
  }
  .video .list .title {
    font-size: 16px;
  }
}
.xtxjjfa {
  color: #666666;
  font-size: 16px;
  line-height: 34px;
}
.xtxjjfa .nr {
  margin-top: 60px;
}
.xtxjjfa .title-2 {
  padding-left: 90px;
  color: #333333;
  font-weight: 700;
  font-size: 28px;
  line-height: 80px;
  position: relative;
  margin-bottom: 20px;
}
.xtxjjfa .title-2 .num {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ed6736;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.xtxjjfa .p-1 {
  color: #333;
  font-size: 18px;
}
.xtxjjfa .p-2 {
  margin-left: 34px;
  padding-left: 25px;
  position: relative;
}
.xtxjjfa .p-2:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ed6736;
  position: absolute;
  top: 13px;
  left: 10px;
}
@media screen and (max-width: 1279px) {
  .xtxjjfa {
    font-size: 14px;
    line-height: 30px;
  }
  .xtxjjfa .title-2 {
    font-size: 24px;
  }
  .xtxjjfa .title-2 .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .xtxjjfa .nr {
    margin-top: 30px;
  }
  .xtxjjfa .title-2 {
    font-size: 20px;
    line-height: 62px;
    padding-left: 72px;
  }
  .xtxjjfa .title-2 .num {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
  }
  .xtxjjfa .p-2 {
    margin-left: 0;
  }
}
.reference .nr {
  margin-top: 60px;
}
.reference .list {
  margin-bottom: 10px;
}
.reference .list li {
  width: 20%;
  float: left;
  padding: 0 25px 50px 25px;
}
.reference .list .box {
  display: block;
  position: relative;
  background: #ffffff url(../images/references-bg.png) no-repeat bottom right;
  padding: 40px 25px 40px 25px;
}
.reference .list .box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 0 70px;
  border-color: transparent transparent transparent #eeeeee;
  position: absolute;
  top: 0;
  right: 0;
}
.reference .list .box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 0;
  border-color: transparent #f7f7f7 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.reference .list .title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  padding-right: 50px;
  margin-bottom: 10px;
}
.reference .list .size {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 100px;
}
.reference .list .date {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.reference .list .btn {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.reference .list .btn span,
.reference .list .btn a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px #ed6736 solid;
  background: #ffffff url(../images/icon/download-1.png) no-repeat center center;
}
.reference .list .box:hover .title {
  color: #ed6736;
}
.reference .list .box:hover .date {
  color: #ed6736;
}
.reference .list .box:hover .btn span,
.reference .list .box:hover .btn a {
  background: #ed6736 url(../images/icon/download-2.png) no-repeat center center;
}
@media screen and (max-width: 1600px) {
  .reference .list li {
    width: 25%;
  }
}
@media screen and (max-width: 1279px) {
  .reference .list {
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .reference .list li {
    padding: 0 15px 30px 15px;
  }
  .reference .list .box:before {
    border-width: 50px 0 0 50px;
  }
  .reference .list .box:after {
    border-width: 0 50px 50px 0;
  }
  .reference .list .title {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .reference .list li {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .reference .list {
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .reference .list li {
    padding: 0 5px 10px 5px;
  }
  .reference .list .box {
    padding: 20px 15px;
  }
  .reference .list .box:before {
    border-width: 30px 0 0 30px;
  }
  .reference .list .box:after {
    border-width: 0 30px 30px 0;
  }
  .reference .list .title {
    padding-right: 10px;
    font-size: 16px;
  }
  .reference .list .size {
    margin-bottom: 60px;
  }
  .reference .list .btn {
    right: 10px;
    bottom: 10px;
  }
  .reference .list .btn span,
  .reference .list .btn a {
    width: 40px;
    height: 40px;
  }
}
.industry .nr {
  margin-top: 60px;
}
.industry .list {
  margin-bottom: 60px;
}
.industry .list li {
  padding-bottom: 60px;
}
.industry .list li:last-child {
  padding-bottom: 0;
}
.industry .list .box {
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
  position: relative;
}
.industry .list .box:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 115px);
  background: #f5f5f5;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.industry .list .pic {
  width: 53.125%;
  float: left;
}
.industry .list .pic span {
  width: 100%;
  max-width: 750px;
  float: right;
  display: block;
  overflow: hidden;
  position: relative;
}
.industry .list .pic span:after {
  content: "";
  display: block;
  padding-top: 66.66666667%;
}
.industry .list .pic img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.industry .list .text {
  width: 46.875%;
  float: left;
  padding-top: 155px;
  padding-left: 100px;
  padding-right: 60px;
}
.industry .list .title {
  color: #333333;
  font-size: 28px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}
.industry .list .info {
  color: #666666;
  font-size: 15px;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  margin-bottom: 50px;
}
.industry .list .box:hover .pic img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.industry .list .box:hover .title {
  color: #ed6736;
}
.industry .list .box:hover .moreBtn a,
.industry .list .box:hover .moreBtn span {
  border-color: #ed6736;
  background: #ed6736;
  color: #fff;
}
.industry .list .box:hover .moreBtn a:after,
.industry .list .box:hover .moreBtn span:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
.industry .list li:nth-child(2n) .pic {
  float: right;
}
.industry .list li:nth-child(2n) .pic span {
  float: left;
}
.industry .list li:nth-child(2n) .text {
  float: left;
  padding-left: 60px;
  padding-right: 100px;
}
@media screen and (max-width: 1600px) {
  .industry .list .box {
    padding-bottom: 80px;
  }
  .industry .list .box:after {
    height: calc(100% - 60px);
  }
  .industry .list .pic {
    padding-left: 30px;
  }
  .industry .list .text {
    padding-top: 95px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .industry .list li:nth-child(2n) .text {
    padding-left: 40px;
    padding-right: 40px;
  }
  .industry .list li:nth-child(2n) .pic {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .industry .list li {
    padding-bottom: 30px;
  }
  .industry .list .box {
    padding: 0;
  }
  .industry .list .box:after {
    display: none;
  }
  .industry .list .pic {
    padding-left: 0;
  }
  .industry .list .text {
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 0;
  }
  .industry .list li:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 40px;
  }
  .industry .list li:nth-child(2n) .pic {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .industry .nr {
    margin-top: 30px;
  }
  .industry .list {
    margin-bottom: 30px;
  }
  .industry .list .pic {
    width: 100%;
    padding-left: 0;
  }
  .industry .list .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .industry .list .title {
    margin-bottom: 0;
    font-size: 20px;
  }
  .industry .list .info {
    margin-bottom: 20px;
  }
  .industry .list li:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 40px;
  }
  .industry .list li:nth-child(2n) .pic {
    padding-right: 30px;
  }
}
.industry-show .nr {
  margin-top: 60px;
}
.industry-show .sm {
  font-size: 15px;
  color: #666666;
  line-height: 34px;
}
.industry-show .list {
  margin-top: 50px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
.industry-show .list li {
  width: 50%;
  float: left;
  padding: 0 30px 30px 30px;
}
.industry-show .list .box {
  display: block;
}
.industry-show .list .pic {
  overflow: hidden;
  display: block;
  position: relative;
}
.industry-show .list .pic > img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.industry-show .list .pic:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.industry-show .list .pic:after {
  content: "";
  display: block;
  padding-top: 68.83116883%;
}
.industry-show .list .title {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}
.industry-show .list .box:hover .pic > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.industry-show .list .box:hover .title {
  color: #ed6736;
}
@media screen and (max-width: 1279px) {
  .industry-show .list .btn {
    width: 52px;
    height: 52px;
  }
  .industry-show .list .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .industry-show .nr {
    margin-top: 30px;
  }
  .industry-show .list {
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .industry-show .list li {
    padding: 0 5px 0 5px;
  }
  .industry-show .list .btn {
    width: 32px;
    height: 32px;
  }
  .industry-show .list .title {
    font-size: 14px;
    font-weight: 400;
  }
}
.clzy .nr {
  margin-top: 60px;
}
.clzy .titleBig {
  color: #333333;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
}
.clzy .titleBig:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon/decorate.png) no-repeat;
  background-size: 30px 30px;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
}
.clzy .yszqb {
  margin-bottom: 60px;
}
.clzy .yszqb .list {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
.clzy .yszqb .list li {
  width: 14.28571429%;
  padding: 0 15px 30px 15px;
  float: left;
}
.clzy .yszqb .list .box {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
}
.clzy .yszqb .list .num {
  color: #666666;
  font-size: 12px;
  width: 50%;
  float: left;
  text-align: center;
  line-height: 40px;
}
.clzy .yszqb .list .mass {
  color: #666666;
  font-size: 12px;
  width: 50%;
  float: right;
  text-align: center;
  line-height: 40px;
}
.clzy .yszqb .list .symbol {
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  clear: both;
}
.clzy .yszqb .list .name {
  color: #333333;
  font-size: 16px;
  line-height: 40px;
}
.clzy .yszqb .list .box:hover {
  background: #ed6736;
  color: #fff;
}
.clzy .yszqb .list .box:hover .num,
.clzy .yszqb .list .box:hover .mass,
.clzy .yszqb .list .box:hover .symbol,
.clzy .yszqb .list .box:hover .name {
  color: #fff;
}
.clzy .list-2 {
  margin-top: 40px;
  margin-bottom: 60px;
}
.clzy .list-2 .box {
  display: block;
  position: relative;
  padding-left: 40px;
  padding-right: 140px;
}
.clzy .list-2 .title {
  color: #333333;
  font-size: 18px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clzy .list-2 .btn {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px #ed6736 solid;
  background: url(../images/icon/arrow-right-4.png) no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}
.clzy .list-2 .btn:hover {
  background: #ed6736 url(../images/icon/arrow-right-5.png) no-repeat center center;
}
.clzy .list-2 li:nth-child(2n+1) {
  background: #f4f4f4;
}
.clzy .list-2 .box:hover .btn {
  background: #ed6736 url(../images/icon/arrow-right-5.png) no-repeat center center;
}
.clzy .list-2 .box:hover .title {
  color: #ed6736;
}
@media screen and (max-width: 1279px) {
  .clzy .titleBig {
    font-size: 20px;
  }
  .clzy .yszqb .list li {
    width: 20%;
  }
  .clzy .list-2 .box {
    padding: 0 80px 0 20px;
  }
  .clzy .list-2 .title {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
  .clzy .list-2 .btn {
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .clzy .nr {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .clzy .yszqb .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .clzy .yszqb .list li {
    width: 50%;
    padding: 0 10px 20px 10px;
  }
  .clzy .list-2 {
    margin-bottom: 30px;
  }
}
.table-2 {
  line-height: 20px;
  font-size: 16px;
}
.table-2 tr {
  background: #f5f5f5;
  border-bottom: 2px #fff solid;
}
.table-2 th {
  background: #ed6736;
  color: #fff;
  height: 64px;
  line-height: 64px;
  font-weight: 400;
}
.table-2 td {
  font-weight: 400;
  padding: 20px 5px;
  text-align: center;
}
.table-2 tr:hover {
  background: ;
  color: #ed6736;
}
.table-2 tr:hover .pdf {
  background: url(../images/icon/pdf-2.png) no-repeat center center;
  background-size: 24px;
}
.clzyPopup {
  position: fixed;
  top: 120px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  display: none;
}
.clzyPopup .transparent {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.clzyPopup .con {
  position: relative;
  z-index: 999;
  background: #fff;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 70px 60px 60px 60px;
}
.clzyPopup .con-2 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.clzyPopup .close {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px #dddddd solid;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clzyPopup .close:before,
.clzyPopup .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ddd;
}
.clzyPopup .close:before {
  width: 16px;
  height: 1px;
}
.clzyPopup .close:after {
  width: 1px;
  height: 16px;
}
@media screen and (max-width: 1500px) {
  .clzyPopup .con {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1279px) {
  .clzyPopup .close {
    top: -50px;
    right: 0;
  }
  .clzyPopup .table-2 {
    width: 100%;
    overflow: auto;
  }
  .clzyPopup .table-2 table {
    width: 1200px;
  }
  .clzyPopup .con {
    width: calc(100% - 30px);
    padding: 20px 20px;
  }
  .clzyPopup th,
  .clzyPopup td {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .clzyPopup {
    top: 50px;
  }
  .clzyPopup .con {
    padding: 20px 20px;
    max-width: calc(100% - 30px);
  }
  .clzyPopup .close {
    right: 0;
    top: -40px;
  }
  .clzyPopup .hd .title {
    width: 100%;
    text-align: left;
    font-size: 20px;
  }
  .clzyPopup .hd .info {
    width: 100%;
    text-align: left;
    line-height: 24px;
  }
  .clzyPopup .hd .info span {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .clzyPopup .bd {
    padding: 20px 0;
    height: 500px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.xz-title{
	line-height:3;
	font-family: "宋体";
}