@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;
}
.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-Black-1';
  src: url('../fonts/Roboto-Black-1.eot');
  src: url('../fonts/Roboto-Black-1.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black-1.woff2') format('woff2'), url('../fonts/Roboto-Black-1.woff') format('woff'), url('../fonts/Roboto-Black-1.ttf') format("truetype"), url('../fonts/Roboto-Black-1.svg#Roboto-Black-1') 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'), url('../fonts/Oswald-Bold.ttf') format("truetype");
  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;
}
.header {
  background: rgba(255, 255, 255, 0.34);
  z-index: 999;
  position: absolute;
  color: #fff;
  width: 100%;
  top: 0;
}
.header .container {
  max-width: 100%;
  position: relative;
  padding-right: 370px;
}
.header a {
  color: #fff;
}
.header img {
  vertical-align: middle;
}
.header .logo {
  position: absolute;
  z-index: 999;
  height: 70px;
  left: 80px;
  top: 15px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.header .logo img {
  max-height: 70px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.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;
  color: #fff;
  margin-left: 5px;
  color: #2c445c;
  line-height: 20px;
  border-left: 1px rgba(114, 114, 114, 0.5) solid;
  padding-left: 20px;
  margin-left: 10px;
  vertical-align: middle;
}
.header .other {
  width: 370px;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  background: #1e57a3;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 0 20px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.header .searchBtn {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 10px;
  text-align: center;
  float: left;
  margin-top: 35px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.header .searchBtn svg {
  width: 24px;
  height: 24px;
  margin: 3px auto 0 auto;
  vertical-align: middle;
  float: left;
}
.header .line {
  display: inline-block;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  margin: 0 15px;
  float: left;
  margin-top: 35px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.header .tel {
  font-size: 39px;
  color: #fff;
  font-family: DINCond-Black;
  position: relative;
}
.header .tel:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon/tel.svg) no-repeat center center;
  background-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 35px;
  float: left;
  margin-right: 10px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.headerHeight {
  height: 100px;
}
.inside-header {
  background: #fff;
}
.nav {
  width: 100%;
  text-align: right;
  clear: both;
}
.nav:after {
  content: "";
  display: block;
  clear: both;
}
.nav .list {
  font-size: 0;
  float: right;
  padding-right: 40px;
}
.nav li {
  text-align: center;
  float: left;
  padding: 0 30px;
  position: relative;
}
.nav li > a {
  font-size: 16px;
  color: #6c7a8a;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.nav li > a span {
  display: block;
  position: relative;
}
.nav li:hover > a:before {
  display: block;
}
.nav li:hover .navChild {
  display: block;
}
.nav li:hover > a,
.nav li.active > a {
  color: #1e57a3;
}
.nav li:hover > a span:after,
.nav li.active > a span:after {
  width: 100%;
}
.nav li.not-child > a:before {
  display: none;
}
.nav .navChild {
  font-size: 14px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  text-align: left;
  display: none;
  padding: 10px 0 0 0;
  background: rgba(24, 83, 161, 0.8);
  text-align: center;
}
.nav .navChild a {
  display: block;
  padding: 5px 0;
}
.nav .navChild a:hover {
  background: #ffcd51;
}
.headerFixed {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.headerFixed .logo {
  height: 50px;
  top: 10px;
}
.headerFixed .logo img {
  max-height: 50px;
}
.headerFixed .nav li {
  padding: 0 20px;
}
.headerFixed .nav li > a {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
}
.headerFixed .nav .navChild {
  top: 70px;
}
.headerFixed .other {
  top: 0;
  height: 70px;
  line-height: 70px;
}
.headerFixed .searchBtn {
  margin-top: 20px;
}
.headerFixed .line {
  margin-top: 20px;
}
.headerFixed .tel:before {
  margin-top: 20px;
}
#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: #43a2f6;
  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: #1e57a3;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots .slick-active button {
  background: #ffcd51;
  height: 100%;
}
.home-title {
  text-align: center;
}
.home-title .title {
  color: #2c445c;
  font-size: 40px;
  font-weight: 700;
}
.home-title .info {
  color: #5f6c7a;
  font-size: 16px;
}
.inside-title {
  text-align: center;
}
.inside-title .title {
  color: #2c445c;
  font-size: 40px;
  font-weight: 700;
}
.inside-title .info {
  color: #5f6c7a;
  font-size: 16px;
}
.moreBtn span,
.moreBtn a {
  background: #fff;
  display: inline-block;
  border: 1px #1e57a3 solid;
  text-align: center;
  color: #1e57a3;
  font-size: 14px;
  line-height: 40px;
  width: 150px;
  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: 20px;
  margin-top: -3px;
}
.moreBtn span:hover,
.moreBtn a:hover {
  border-color: #ffcd51;
  background: #ffcd51;
  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;
  }
}
.home-product {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
.home-product .nr {
  padding: 70px 0 0 0;
}
.home-product .menuTabs {
  text-align: center;
  position: relative;
  z-index: 1;
}
.home-product .menuTabs .list {
  text-align: center;
  font-size: 0;
  display: inline-block;
  position: relative;
}
.home-product .menuTabs .box {
  display: block;
  position: relative;
  z-index: 1;
}
.home-product .menuTabs li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.home-product .menuTabs a {
  min-width: 140px;
  padding: 0 10px;
  display: block;
  border: 1px #e1e4e6 solid;
  line-height: 48px;
  border-radius: 50px;
  color: #2c445c;
  font-size: 16px;
  text-align: center;
}
.home-product .menuTabs a:hover {
  border-color: #1e57a3;
  background: #1e57a3;
  color: #fff;
}
.home-product .menuTabs .active a {
  border-color: #1e57a3;
  background: #1e57a3;
  color: #fff;
}
.home-product .conTabs {
  position: relative;
  z-index: 0;
  background: #fff;
  overflow: hidden;
  padding: 80px 0 0 0;
}
.home-product .conTabs .item {
  width: 100%;
  display: none;
}
.home-product .conTabs .list {
  margin-left: -20px;
  margin-right: -20px;
}
.home-product .conTabs .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 20px 40px 20px;
}
.home-product .conTabs .list .box {
  display: block;
  background: #f4f5fa;
  padding: 40px 220px 30px 30px;
  position: relative;
}
.home-product .conTabs .list .title {
  color: #2c445c;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.home-product .conTabs .list .info {
  color: #5f6c7a;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}
.home-product .conTabs .list .text {
  position: relative;
  z-index: 1;
}
.home-product .conTabs .list .pic {
  position: absolute;
  z-index: 0;
  width: 230px;
  height: 100%;
  top: 0;
  right: 0;
}
.home-product .conTabs .list .box:hover .title {
  color: #1e57a3;
}
.home-product .conTabs .list .box:hover .moreBtn span,
.home-product .conTabs .list .box:hover .moreBtn a {
  border-color: #1e57a3;
  background: #1e57a3;
  color: #FFFFFF;
}
.home-product .conTabs .list .box:hover .moreBtn span:after,
.home-product .conTabs .list .box:hover .moreBtn a:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
.home-product .conTabs .list .wyzx {
  display: block;
  position: relative;
  background: url(../images/wyzx-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 60px 30px 30px 30px;
}
.home-product .conTabs .list .wyzx .title {
  color: #fff !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 34px;
}
.home-product .conTabs .list .wyzx .info {
  font-size: 20px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.home-product .conTabs .list .wyzx:hover .moreBtn span,
.home-product .conTabs .list .wyzx:hover .moreBtn a {
  background: #ffcd51;
  color: #fff;
}
.home-product .conTabs .list .wyzx:hover .moreBtn span:after,
.home-product .conTabs .list .wyzx:hover .moreBtn a:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
.product {
  padding-top: 32px;
}
.product .list {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
}
.product .list li {
  width: 50%;
  float: left;
  padding: 0 20px 40px 20px;
}
.product .list .box {
  display: block;
  background: #f4f5fa;
  padding: 40px 220px 30px 30px;
  position: relative;
}
.product .list .title {
  color: #2c445c;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.product .list .info {
  color: #5f6c7a;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}
.product .list .text {
  position: relative;
  z-index: 1;
}
.product .list .pic {
  position: absolute;
  z-index: 0;
  width: 230px;
  height: 100%;
  top: 0;
  right: 0;
}
.product .list .more span,
.product .list .more a {
  background: #fff;
  display: inline-block;
  border: 1px #1e57a3 solid;
  text-align: center;
  color: #1e57a3;
  font-size: 14px;
  line-height: 40px;
  width: 150px;
  position: relative;
}
.product .list .more span:after,
.product .list .more 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: 20px;
  margin-top: -3px;
}
.product .list .box:hover .title {
  color: #1e57a3;
}
.product .list .box:hover .more span {
  background: #1e57a3;
  color: #FFFFFF;
}
.product .list .box:hover .more span:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
.product .list .wyzx {
  display: block;
  position: relative;
  background: url(../images/wyzx-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 60px 30px 30px 30px;
}
.product .list .wyzx .title {
  color: #fff !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 34px;
}
.product .list .wyzx .info {
  font-size: 20px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.product .list .wyzx:hover .more span {
  background: #ffcd51;
  color: #fff;
}
.product .list .wyzx:hover .more span:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
@media screen and (max-width: 1500px) {
  .product .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product .list li {
    padding: 0 10px 20px 10px;
  }
  .product .list .box {
    padding-right: 180px;
  }
  .product .list .pic {
    width: 180px;
  }
}
@media screen and (max-width: 1279px) {
  .product .list li {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .product .list {
    margin-left: 0;
    margin-right: 0;
  }
  .product .list li {
    clear: both;
    width: 100%;
    padding: 0 0 10px 0;
  }
  .product .list li:last-child {
    padding-bottom: 0;
  }
  .product .list .box {
    padding-right: 160px;
  }
  .product .list .pic {
    width: 160px;
  }
  .product .list .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product .list .info {
    font-size: 14px;
  }
  .product .list .more span,
  .product .list .more a {
    height: 30px;
    line-height: 28px;
    width: 100px;
    font-size: 12px;
  }
  .product .list .more span:after,
  .product .list .more a:after {
    width: 16px;
    margin-left: 10px;
  }
  .product .list .wyzx .title {
    font-size: 20px;
  }
  .product .list .wyzx .info {
    font-size: 16px;
  }
}
.home-application {
  background: #f4f5fa;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.home-application .arrow-left,
.home-application .arrow-right {
  display: block;
  width: 44px;
  height: 44px;
  background: #eaeef1;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 9;
}
.home-application .arrow-left:before,
.home-application .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #2c445c;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home-application .arrow-left:hover,
.home-application .arrow-right:hover {
  background: #1e57a3;
}
.home-application .arrow-left:hover:before,
.home-application .arrow-right:hover:before {
  color: #fff;
}
.home-application .arrow-left {
  position: absolute;
  left: -22px;
}
.home-application .arrow-left:before {
  content: "<";
}
.home-application .arrow-right {
  position: absolute;
  right: -22px;
}
.home-application .arrow-right:before {
  content: ">";
}
.home-application .container {
  max-width: 1420px;
}
.home-application .nr {
  padding: 70px 0 0 0;
}
.home-application .menuTabs {
  text-align: center;
  position: relative;
}
.home-application .menuTabs .list {
  text-align: center;
  font-size: 0;
  display: inline-block;
  position: relative;
}
.home-application .menuTabs .box {
  display: block;
  position: relative;
  z-index: 1;
}
.home-application .menuTabs li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.home-application .menuTabs a {
  color: #2c445c;
  font-size: 18px;
  text-align: center;
  min-width: 140px;
}
.home-application .menuTabs .pic {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
}
.home-application .menuTabs .title {
  height: 30px;
  line-height: 30px;
}
.home-application .menuTabs .title span {
  padding: 0 5px;
  display: inline-block;
  position: relative;
}
.home-application .menuTabs .title span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 19px;
  background: #ffcd51;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.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: #1e57a3;
  font-size: 20px;
  font-weight: 700;
}
.home-application .menuTabs .box:hover .title span:after {
  width: 100%;
}
.home-application .menuTabs .active .box .hover {
  display: block;
}
.home-application .menuTabs .active .box .default {
  display: none;
}
.home-application .menuTabs .active .box .title {
  color: #1e57a3;
  font-size: 20px;
  font-weight: 700;
}
.home-application .menuTabs .active .box .title span:after {
  width: 100%;
}
.home-application .conTabs {
  padding-top: 60px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.home-application .conTabs .box {
  display: block;
  max-width: 1320px;
  margin: auto;
  position: relative;
}
.home-application .conTabs img {
  vertical-align: middle;
}
.home-application .conTabs .text {
  position: absolute;
  background: #fff;
  box-shadow: 28px 28px 13px 0 rgba(0, 0, 0, 0.2);
  width: 360px;
  height: 400px;
  top: 60px;
  left: 120px;
  padding: 40px 45px;
}
.home-application .conTabs .title {
  color: #2c445c;
  font-weight: 700;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  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: 42px;
  height: 4px;
  background: #ffcd51;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.home-application .conTabs .info {
  color: #5f6c7a;
  font-size: 16px;
  line-height: 32px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 30px;
}
.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-about {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  background: url(../images/home-about-bg.png) no-repeat center top;
}
.home-about .nr {
  padding-top: 80px;
}
.home-about .jsh .text {
  width: 50%;
  float: left;
  padding-right: 70px;
  padding-top: 40px;
}
.home-about .jsh .pic {
  width: 50%;
  float: left;
  padding-left: 40px;
}
.home-about .jsh .video {
  position: relative;
}
.home-about .jsh .video:after {
  content: "";
  display: block;
  width: 490px;
  height: 300px;
  position: absolute;
  left: -25px;
  bottom: -25px;
  background: #1e57a3;
  z-index: 0;
}
.home-about .jsh .video img {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.home-about .jsh .video .btn {
  width: 150px;
  height: 150px;
  background: rgba(30, 87, 163, 0.2);
  border-radius: 100%;
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home-about .jsh .video .btn:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: rgba(30, 87, 163, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-about .jsh .video .btn span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #1e57a3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-about .jsh .video .btn span:before {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: url(../images/icon/triangle-01.svg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-about .jsh .title {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-about .jsh .info {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 40px;
}
.home-about .youshi {
  margin: 70px 0 0 0;
}
.home-about .youshi li {
  padding: 0 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: 22px;
  background: #cbcbcb;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-about .youshi li:last-child:after {
  display: none;
}
.home-about .youshi .num {
  line-height: 1;
  color: #1e57a3;
  font-size: 48px;
  font-family: Roboto-Black-1;
}
.home-about .youshi .counter {
  font-size: 82px;
}
.home-news {
  padding: 180px 0;
  background: #f4f5fa;
}
.home-news .container {
  max-width: 100%;
}
.home-news .left {
  width: 25%;
  float: left;
}
.home-news .titleBig {
  text-align: center;
}
.home-news .titleBig > div {
  display: inline-block;
  text-align: left;
  padding-left: 50px;
}
.home-news .titleBig .cn {
  font-size: 40px;
  font-weight: 700;
  color: #2c445c;
}
.home-news .titleBig .en {
  font-size: 72px;
  font-weight: 700;
  color: #1e57a3;
}
.home-news .btns {
  clear: both;
  padding-top: 80px;
}
.home-news .arrow-left,
.home-news .arrow-right {
  margin: auto auto 30px auto;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px #1e57a3 solid;
}
.home-news .arrow-left:hover,
.home-news .arrow-right:hover {
  border-color: #ffcd51;
}
.home-news .arrow-left {
  background: url(../images/icon/arrow-up.png) no-repeat center;
}
.home-news .arrow-left:hover {
  background: url(../images/icon/arrow-up-2.png) no-repeat center;
}
.home-news .arrow-right {
  margin-bottom: 0;
  background: url(../images/icon/arrow-down.png) no-repeat center;
}
.home-news .arrow-right:hover {
  background: url(../images/icon/arrow-down-2.png) no-repeat center;
}
.home-news .nr {
  width: 75%;
  float: left;
}
.home-news .swiper-container {
  padding-left: 30px;
}
.home-news .list {
  width: 100%;
  float: left;
}
.home-news .list li {
  width: 33.33333333%;
  float: left;
}
.home-news .list .box {
  display: block;
}
.home-news .list .pic {
  max-width: 390px;
  position: relative;
}
.home-news .list .pic span {
  overflow: hidden;
  display: block;
  border-radius: 10px;
  position: relative;
}
.home-news .list .pic span:after {
  content: "";
  display: block;
  padding-top: 64.1025641%;
}
.home-news .list .tag {
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  background: #1e57a3;
  background: -webkit-linear-gradient(left, #41b2e2, #0b80c4);
  background: linear-gradient(to right, #41b2e2, #0b80c4);
  position: absolute;
  bottom: 20px;
  left: -22px;
  font-style: initial;
}
.home-news .list .text {
  padding: 0 0 0 0;
}
.home-news .list .date {
  margin-top: 45px;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #324050;
  font-size: 18px;
  line-height: 40px;
  border-top: 1px #c0cddc solid;
  position: relative;
}
.home-news .list .date:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c0cddc;
  position: absolute;
  left: 0;
  top: -4px;
}
.home-news .list .day {
  font-size: 34px;
  font-weight: 700;
}
.home-news .list .title {
  color: #2c445c;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
  max-width: 390px;
}
.home-news .list .info {
  color: #5f6c7a;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
  max-width: 390px;
}
.home-news .list .box-2 .text {
  padding-top: 22px;
}
.home-todo {
  padding: 100px 0;
}
.home-todo .container {
  padding: 0 50px;
}
.home-todo .left {
  width: 50%;
  float: left;
}
.home-todo .right {
  width: 50%;
  float: left;
}
.home-todo .titleBig {
  color: #2c445c;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1;
}
.home-todo .titleBig .icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #1e57a3;
  margin-right: 22px;
  vertical-align: middle;
  position: relative;
}
.home-todo .titleBig .icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #1e57a3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home-todo .search input[type="text"] {
  width: 100%;
  border: 1px #88a6ce solid;
  font-size: 16px;
  padding: 0 20px;
  line-height: 50px;
  width: 450px;
  float: left;
  margin-right: 3px;
}
.home-todo .search .btn {
  float: left;
  display: block;
  background: #1e57a3 url(../images/icon/search-2.svg) no-repeat center center;
  background-size: 20px 20px;
  width: 82px;
  height: 52px;
}
.home-todo .list {
  margin-left: -30px;
  margin-right: -30px;
}
.home-todo .list li {
  width: 25%;
  float: left;
  padding: 0 30px;
}
.home-todo .list .box {
  display: block;
}
.home-todo .list .pic {
  border-bottom: 1px #c0cddc solid;
  padding-bottom: 10px;
}
.home-todo .list .title {
  font-size: 16px;
  color: #2c445c;
  line-height: 40px;
  padding: 15px 0;
}
/*footer*/
.footer {
  background: #00060b;
  padding: 110px 0 0 0;
  color: #999999;
  font-size: 14px;
  line-height: 38px;
}
.footer .menu-follow {
  padding-bottom: 110px;
}
.footer img {
  vertical-align: middle;
}
.footer a {
  color: #858585;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .share {
  clear: both;
  margin-top: 10px;
  font-size: 0;
}
.footer .share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 2px;
  position: relative;
}
.footer .share a:hover .hover {
  display: block;
}
.footer .share .hover {
  display: none;
  position: absolute;
  bottom: 32px;
  padding-bottom: 10px;
  cursor: inherit;
}
.footer .share .hover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 5px;
  z-index: 9;
}
.footer .share .hover > span {
  display: block;
  background: #fff;
  width: 202px;
  height: 202px;
  border: 1px #eee solid;
}
.footer .menu {
  width: 50%;
  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: 20%;
  float: left;
  padding-right: 10px;
  position: relative;
}
.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 .right {
  width: 50%;
  float: left;
}
.footer .footer-contact {
  text-align: right;
  color: #616161;
  font-size: 14px;
  line-height: 1.5;
  float: left;
  padding-left: 10px;
}
.footer .footer-contact .p-1 {
  margin-bottom: 10px;
  padding-right: 10px;
}
.footer .footer-contact .icon {
  width: 22px;
  vertical-align: middle;
}
.footer .footer-contact .tel {
  color: #fff;
  font-size: 38px;
  font-family: "DINCond-Black";
}
.footer .follow {
  float: right;
}
.footer .follow .pic {
  border: 1px #fff solid;
  padding: 7px;
  width: 141px;
  height: 141px;
  margin: auto;
}
.footer .follow .gzh {
  color: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}
.footer .follow .gzh .pic {
  float: left;
}
.footer .follow .gzh .text {
  float: left;
  padding-left: 30px;
}
.footer .follow .gzh .p-1 {
  font-size: 30px;
  margin-bottom: 5px;
}
.footer .follow .gzh .p-2 {
  font-size: 18px;
}
.footer .follow .share {
  font-size: 0;
}
.footer .follow .share a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px #555555 solid;
  margin-right: 5px;
  float: left;
}
.footer .follow .share a:last-child {
  margin-right: 0;
}
.footer .follow .share .weixin {
  background: url(../images/icon/weixin.svg) no-repeat center center;
}
.footer .follow .share .qq {
  background: url(../images/icon/qq.svg) no-repeat center center;
}
.footer .follow .share .sina {
  background: url(../images/icon/weibo.svg) no-repeat center center;
}
.footer .follow .ewms {
  color: #fff;
}
.footer .follow .list {
  margin-left: -9px;
  margin-right: -9px;
}
.footer .follow .list li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  padding: 0 9px;
}
.footer .follow .list img {
  vertical-align: middle;
}
.friendship {
  background: #00294f;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 30px;
  padding: 15px 25px;
  margin: 0 15px 0 15px;
}
.friendship a {
  color: rgba(255, 255, 255, 0.3);
}
.friendship a:hover {
  color: #fff;
  text-decoration: underline;
}
/*copyright*/
.copyright {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  padding: 15px 0;
  line-height: 30px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.copyright a {
  color: rgba(255, 255, 255, 0.3);
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1700px) {
  .home-news .left {
    width: 20%;
  }
  .home-news .nr {
    width: 80%;
  }
}
@media screen and (max-width: 1600px) {
  .nav li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1599px) {
  .home-news .container {
    max-width: 1260px;
  }
  .home-news .left {
    width: 15%;
  }
  .home-news .titleBig > div {
    padding-left: 0;
  }
  .home-news .titleBig .cn {
    font-size: 30px;
  }
  .home-news .titleBig .en {
    font-size: 50px;
  }
  .home-news .nr {
    width: 85%;
  }
}
@media screen and (max-width: 1500px) {
  .header .container {
    padding-right: 290px;
  }
  .header .tel {
    font-size: 24px;
  }
  .header .logo {
    left: 15px;
  }
  .header .other {
    width: 290px;
    padding: 0;
  }
  .header .tel {
    font-size: 30px;
  }
  .nav .list {
    padding-right: 0;
  }
  .nav li {
    padding: 0 15px;
  }
  .home-product .conTabs .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-product .conTabs .list li {
    padding: 0 10px 20px 10px;
  }
  .home-product .conTabs .list .box {
    padding-right: 180px;
  }
  .home-product .conTabs .list .pic {
    width: 180px;
  }
  .home-application .menuTabs a {
    min-width: 100px;
  }
  .home-application .swiper-container {
    overflow: hidden;
  }
  .home-about .jsh .text {
    padding-top: 0;
    padding-right: 40px;
  }
  .home-about .jsh .pic {
    margin-top: 100px;
  }
  .footer .menu {
    width: 60%;
  }
  .footer .right {
    float: right;
    max-width: 40%;
    width: auto;
  }
  .footer .footer-contact {
    text-align: left;
    float: none;
  }
  .footer .follow {
    float: none;
  }
  .footer .follow .list li {
    width: auto;
  }
}
@media screen and (max-width: 1279px) {
  .nav {
    display: none;
  }
  .header {
    padding: 15px 0;
    background: #fff;
    position: relative;
  }
  .header .container {
    position: static;
    padding-right: 0;
  }
  .header .other {
    display: none;
  }
  .header .logo {
    position: static;
    top: 0;
    left: 0;
  }
  .navPhoneBtn {
    display: block;
  }
  .banner .pc {
    display: none;
  }
  .banner .mobile {
    display: block;
  }
  .banner img {
    -webkit-transition: none;
            transition: none;
    max-width: 100%;
    max-height: 100%;
  }
  .banner .text-01 {
    -webkit-transition: none;
            transition: none;
    -webkit-animation: none;
            animation: none;
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .home-title .title {
    font-size: 36px;
  }
  .home-title .info {
    font-size: 14px;
  }
  .inside-title .title {
    font-size: 36px;
  }
  .inside-title .info {
    font-size: 14px;
  }
  .home-product {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .home-product .nr {
    padding-top: 50px;
  }
  .home-product .conTabs {
    padding-top: 50px;
  }
  .home-product .conTabs .list li {
    width: 50%;
  }
  .home-application {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-application .nr {
    padding-top: 50px;
  }
  .home-application .menuTabs .title {
    font-size: 14px !important;
  }
  .home-application .menuTabs .active .box .title {
    font-size: 14px;
  }
  .home-application .conTabs {
    padding-top: 50px;
  }
  .home-application .conTabs .title {
    font-size: 20px;
  }
  .home-application .conTabs .text {
    height: 360px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 30px;
    box-shadow: 15px 15px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .home-application .conTabs .info {
    font-size: 14px;
    line-height: 30px;
    height: 150px;
  }
  .home-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-about .nr {
    padding-top: 50px;
  }
  .home-about .jsh .title {
    margin-bottom: 0;
  }
  .home-about .jsh .info {
    font-size: 14px;
    line-height: 30px;
  }
  .home-about .jsh .pic {
    margin-top: 80px;
  }
  .home-about .youshi {
    margin-top: 50px;
  }
  .home-about .youshi li {
    font-size: 16px;
  }
  .home-about .youshi .counter {
    font-size: 60px;
  }
  .home-todo {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-todo .titleBig {
    font-size: 36px;
  }
  .home-todo .search input[type="text"] {
    width: 300px;
    font-size: 14px;
  }
  .home-todo .list .title {
    padding: 5px 0;
  }
  .footer {
    padding-top: 60px;
  }
  .footer .menu .title {
    font-size: 16px;
  }
  .footer .child a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .footer .footer-contact .tel {
    font-size: 32px;
  }
  .footer .menu-follow {
    padding-bottom: 60px;
  }
  .footer .follow .gzh .p-1 {
    font-size: 20px;
  }
  .footer .follow .gzh .p-2 {
    font-size: 14px;
  }
  .friendship {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 10px 0;
  }
  .header .logo {
    height: 50px;
  }
  .header .logo img {
    max-height: 50px;
  }
  .header .txt {
    display: none;
  }
  .headerFixed {
    background: #fff;
  }
  .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-title .title {
    font-size: 24px;
  }
  .home-title .info {
    font-size: 12px;
  }
  .inside-title .title {
    font-size: 24px;
  }
  .inside-title .info {
    font-size: 12px;
  }
  .home-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-product .nr {
    padding-top: 30px;
  }
  .home-product .menuTabs li {
    padding: 0 2px 4px 2px;
  }
  .home-product .menuTabs a {
    min-width: auto;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .home-product .conTabs {
    padding-top: 30px;
  }
  .home-product .conTabs .swiper-slide {
    float: none;
  }
  .home-product .conTabs .list {
    margin-left: 0;
    margin-right: 0;
  }
  .home-product .conTabs .list li {
    clear: both;
    width: 100%;
    padding: 0 0 10px 0;
  }
  .home-product .conTabs .list li:last-child {
    padding-bottom: 0;
  }
  .home-product .conTabs .list .box {
    padding-right: 160px;
  }
  .home-product .conTabs .list .pic {
    width: 160px;
  }
  .home-product .conTabs .list .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home-product .conTabs .list .info {
    font-size: 14px;
  }
  .home-product .conTabs .list .more span,
  .home-product .conTabs .list .more a {
    height: 30px;
    line-height: 28px;
    width: 100px;
    font-size: 12px;
  }
  .home-product .conTabs .list .more span:after,
  .home-product .conTabs .list .more a:after {
    width: 16px;
    margin-left: 10px;
  }
  .home-product .conTabs .list .wyzx .title {
    font-size: 20px;
  }
  .home-product .conTabs .list .wyzx .info {
    font-size: 16px;
  }
  .home-application {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-application .nr {
    padding-top: 30px;
  }
  .home-application .conTabs {
    padding-top: 30px;
  }
  .home-application .menuTabs .pic {
    width: 35px;
    height: 35px;
  }
  .home-application .menuTabs li {
    padding: 0 10px;
  }
  .home-application .menuTabs a {
    min-width: auto;
  }
  .home-application .menuTabs .box .title {
    font-weight: 400;
  }
  .home-application .menuTabs .box .title span:after {
    height: 10px !important;
  }
  .home-application .menuTabs .active .box .title {
    font-weight: 400;
  }
  .home-application .menuTabs .active .box .title span:after {
    height: 10px !important;
  }
  .home-application .arrow-left,
  .home-application .arrow-right {
    display: none;
  }
  .home-application .arrow-left {
    left: 0;
  }
  .home-application .arrow-right {
    right: 0;
  }
  .home-application .conTabs .text {
    width: 100%;
    height: auto;
    position: static;
    padding: 20px 20px;
  }
  .home-application .conTabs .title {
    margin-bottom: 20px;
  }
  .home-application .conTabs .info {
    height: 120px;
  }
  .home-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-about .nr {
    padding-top: 30px;
  }
  .home-about .jsh .text {
    width: 100%;
    padding: 0;
  }
  .home-about .jsh .info {
    margin-bottom: 20px;
  }
  .home-about .jsh .pic {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .home-about .jsh .video:after {
    display: none;
  }
  .home-about .jsh .video img {
    width: 100%;
  }
  .home-about .youshi {
    margin-top: 30px;
  }
  .home-about .youshi .list li {
    width: 50%;
    font-size: 14px;
    padding: 0 0 10px 0;
  }
  .home-about .youshi .list li:nth-child(2n):after {
    display: none;
  }
  .home-about .youshi .list .num {
    font-size: 24px;
  }
  .home-about .youshi .list .counter {
    font-size: 30px;
  }
  .home-news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-news .left {
    width: 100%;
    clear: both;
  }
  .home-news .titleBig {
    text-align: center;
  }
  .home-news .titleBig > div {
    text-align: center;
  }
  .home-news .titleBig .cn {
    font-size: 24px;
  }
  .home-news .titleBig .en {
    font-size: 14px;
  }
  .home-news .btns {
    text-align: center;
    padding: 5px 0;
  }
  .home-news .arrow-left,
  .home-news .arrow-right {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .home-news .nr {
    width: 100%;
  }
  .home-news .swiper-container {
    padding-left: 0;
  }
  .home-news .list .pic {
    max-width: 100%;
  }
  .home-news .list .pic img {
    width: 100%;
  }
  .home-news .list .date {
    margin-top: 20px;
    padding: 10px 0 5px 0;
    margin-bottom: 0;
  }
  .home-news .list .title {
    max-width: 100%;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-line-clamp: 1;
  }
  .home-news .list .info {
    max-width: 100%;
    font-size: 14px;
  }
  .home-news .list .tag {
    left: 20px;
  }
  .home-todo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-todo .container {
    padding: 0 15px;
  }
  .home-todo .left {
    width: 100%;
  }
  .home-todo .titleBig {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .home-todo .search {
    position: relative;
  }
  .home-todo .search input[type="text"] {
    width: 100%;
    padding-right: 102px;
  }
  .home-todo .search .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .home-todo .right {
    width: 100%;
    padding-top: 20px;
  }
  .home-todo .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-todo .list li {
    padding: 0 10px;
  }
  .home-todo .list .title {
    font-size: 14px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .menu {
    display: none;
  }
  .footer .right {
    width: 100%;
    max-width: 100%;
  }
  .footer .menu-follow {
    padding-bottom: 30px;
  }
  .footer .follow .pic {
    width: 100px;
    height: 100px;
    padding: 5px;
  }
  .footer .follow .gzh .p-1 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
  }
  .footer .follow .gzh .p-2 {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .follow .share {
    margin-top: 0;
  }
  .friendship {
    margin: 0;
    padding: 10px 10px;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner:after {
  content: "";
  display: block;
  padding-top: 30.20833333%;
}
.inside-banner .text {
  position: absolute;
  z-index: 9;
  bottom: 130px;
  width: 100%;
  color: #fff;
}
.inside-banner .en {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
.inside-banner .cn {
  font-size: 30px;
  display: inline-block;
  position: relative;
}
.inside-banner .cn:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.inside-banner .txt {
  position: relative;
}
.inside-banner .txt:before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #1e57a3;
  position: absolute;
  top: 0;
  left: -50px;
}
.inside-banner .mobile {
  display: none;
}
.inside-banner.inside-banner-2 {
  height: auto;
}
.inside-banner.inside-banner-2:after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .inside-banner {
    height: 360px;
    background-size: cover !important;
  }
  .inside-banner .text {
    bottom: 100px;
  }
  .inside-banner .en {
    font-size: 50px;
  }
  .inside-banner .cn {
    font-size: 24px;
  }
  .inside-banner .txt:before {
    left: 0;
    top: -10px;
    height: 2px;
    display: none;
  }
  .inside-banner .pc {
    display: none;
  }
  .inside-banner .mobile {
    display: block;
  }
}
.bread {
  padding: 10px 0;
  border-bottom: 1px #e6e6e6 solid;
  color: #858585;
  font-size: 14px;
}
.bread a {
  color: #858585;
}
.bread a:hover {
  color: #1e57a3;
  text-decoration: underline;
}
.bread .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.bread em {
  color: #1e57a3;
  font-style: normal;
}
.bread-2 {
  background: #f3f3f3;
  border-bottom: none;
}
.inside {
  padding: 70px 0;
}
.subMenu {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.subMenu .list {
  text-align: center;
  font-size: 0;
  display: inline-block;
  position: relative;
}
.subMenu .box {
  display: block;
  position: relative;
  z-index: 1;
}
.subMenu li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.subMenu a {
  min-width: 140px;
  padding: 0 10px;
  display: block;
  border: 1px #e1e4e6 solid;
  line-height: 48px;
  border-radius: 50px;
  color: #2c445c;
  font-size: 16px;
  text-align: center;
}
.subMenu a:hover {
  border-color: #1e57a3;
  background: #1e57a3;
  color: #fff;
}
.subMenu .active a {
  border-color: #1e57a3;
  background: #1e57a3;
  color: #fff;
}
.level-2 {
  padding: 40px 0;
}
.level-2 .container {
  padding: 20px 20px;
  background: #eee;
}
.level-2 a {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  position: relative;
}
.level-2 a:after {
  content: "|";
  margin: 0 10px;
  color: #999;
}
.level-2 a:hover {
  color: #1e57a3;
  text-decoration: underline;
}
.level-2 a:last-child:after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .level-2 {
    padding: 20px 0;
  }
  .level-2 a {
    font-size: 14px;
  }
}
.about .titleBig {
  color: #222222;
  font-size: 45px;
  font-weight: 700;
}
.brief {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../images/home-about-bg.png) no-repeat center top;
}
.brief .p-1 {
  color: #333333;
  font-size: 28px;
}
.brief .youshi {
  margin: 70px 0 0 0;
  overflow: hidden;
}
.brief .youshi li {
  padding: 0 20px;
  width: 25%;
  text-align: center;
  float: left;
  color: #4a4a4a;
  font-size: 18px;
  position: relative;
}
.brief .youshi li:after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #cbcbcb;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.brief .youshi li:last-child:after {
  display: none;
}
.brief .youshi .num {
  line-height: 1;
  color: #1e57a3;
  font-size: 48px;
  font-family: Roboto-Black-1;
}
.brief .youshi .counter {
  font-size: 82px;
}
.brief .video {
  max-width: 1024px;
  position: relative;
  margin: 100px auto 0 auto;
}
.brief .video img {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.brief .video .btn {
  width: 150px;
  height: 150px;
  background: rgba(30, 87, 163, 0.2);
  border-radius: 100%;
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.brief .video .btn:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: rgba(30, 87, 163, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.brief .video .btn span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #1e57a3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.brief .video .btn span:before {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: url(../images/icon/triangle-01.svg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.history {
  background: #f3f4f9 url(../images/history-bg.jpg) no-repeat center bottom;
  padding: 90px 0;
}
.history .nr {
  position: relative;
  margin-top: 90px;
}
.history .conTabs .swiper-slide {
  width: 100%;
}
.history .conTabs .pic {
  width: 50%;
  float: left;
  padding-right: 50px;
}
.history .conTabs .pic span {
  display: block;
  max-width: 685px;
  position: relative;
}
.history .conTabs .pic span:after {
  content: "";
  display: block;
  padding-top: 64.23357664%;
}
.history .conTabs .text {
  width: 50%;
  float: right;
  padding: 50px 0 0 0;
}
.history .conTabs .text .year {
  color: #03498f;
  font-size: 54px;
  font-style: italic;
  font-family: Oswald-Bold;
}
.history .conTabs .text .title {
  color: #333333;
  font-size: 25px;
}
.history .conTabs .text .title span {
  display: inline-block;
  border-bottom: 1px #4fb337 solid;
}
.history .conTabs .text .info {
  font-size: 16px;
  margin-top: 40px;
}
.history .menuTabs {
  margin-top: 60px;
  position: relative;
}
.history .menuTabs:before {
  content: "";
  width: 500%;
  background: url(../images/line.png) repeat;
  border-bottom: 1px #bfbfbf dotted;
  height: 8px;
  position: absolute;
  left: -50%;
  top: 35px;
  margin: auto;
  display: block;
}
.history .menuTabs .year {
  font-size: 40px;
  text-align: center;
  font-family: Oswald-Bold;
}
.history .menuTabs .bt {
  color: #333333;
  font-size: 18px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history .menuTabs .info {
  line-height: 20px;
  font-size: 16px;
  height: 80px;
  overflow: hidden;
}
.history .menuTabs .swiper-slide {
  width: 20%;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.history .menuTabs .box {
  cursor: pointer;
  position: relative;
}
.history .menuTabs .box:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #bfbfbf;
  margin: auto auto 20px auto;
}
.history .menuTabs .swiper-container {
  overflow: initial;
}
.history .menuTabs .slick-current .year {
  color: #1e57a3;
}
.history .menuTabs .slick-current .title {
  color: #ff0000;
}
.history .slick-prev:before,
.history .slick-next:before {
  content: '';
}
.history .slick-prev,
.history .slick-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 66;
  top: 23px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.history .slick-prev {
  background: #e9e9e9 url("../images/icon/arrow-left-4.png") no-repeat center center;
  left: 0;
}
.history .slick-prev:hover {
  background: #1e57a3 url("../images/icon/arrow-left-5.png") no-repeat center center;
}
.history .slick-next {
  background: #e9e9e9 url("../images/icon/arrow-right-4.png") no-repeat center center;
  right: 0;
}
.history .slick-next:hover {
  background: #1e57a3 url("../images/icon/arrow-right-5.png") no-repeat center center;
}
.honor,
.hbzs {
  padding: 90px 0;
}
.honor .nr,
.hbzs .nr {
  margin-top: 70px;
}
.honor .titleBig,
.hbzs .titleBig {
  color: #222222;
  font-size: 45px;
  font-weight: 700;
}
.honor li,
.hbzs li {
  width: 25%;
  float: left;
  margin-bottom: 60px;
  position: relative;
}
.honor li:after,
.hbzs li:after {
  content: "";
  display: block;
  background: #f3f5f9;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
}
.honor .box,
.hbzs .box {
  background: url(../images/honor-bg.png) no-repeat center top;
  width: 310px;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
}
.honor .pic span,
.hbzs .pic span {
  display: block;
  width: 255px;
  height: 373px;
  margin: 27px auto 0 auto;
  position: relative;
}
.honor .title,
.hbzs .title {
  color: #333333;
  font-size: 16px;
  text-align: center;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 60px;
}
.hbzs {
  background: #f3f5f9;
}
.hbzs .box {
  display: block;
  background: none;
}
.hbzs .pic {
  width: 307px;
  height: 435px;
  background: url(../images/hbzs-bg.png) no-repeat center top;
  overflow: hidden;
}
.hbzs .pic span {
  display: block;
  width: 273px;
  height: 398px;
  overflow: hidden;
  margin-top: 17px;
}
.hbzs .title {
  margin-top: 20px;
}
.partner {
  padding: 70px 0 0 0;
}
.partner .nr {
  margin-top: 50px;
}
.partner .list {
  padding: 0 40px;
}
.partner .list li {
  width: 16.66666667%;
  float: left;
  padding: 10px;
}
.partner .list .box {
  position: relative;
}
.partner .list .box:after {
  content: "";
  display: block;
  padding-top: 52.08333333%;
}
.partner .list .box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.partner .slick-prev:before,
.partner .slick-next:before {
  content: '';
}
.partner .slick-prev,
.partner .slick-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 66;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.partner .slick-prev {
  background: #e9e9e9 url("../images/icon/arrow-left-4.png") no-repeat center center;
  left: 0;
}
.partner .slick-prev:hover {
  background: #1e57a3 url("../images/icon/arrow-left-5.png") no-repeat center center;
}
.partner .slick-next {
  background: #e9e9e9 url("../images/icon/arrow-right-4.png") no-repeat center center;
  right: 0;
}
.partner .slick-next:hover {
  background: #1e57a3 url("../images/icon/arrow-right-5.png") no-repeat center center;
}
@media screen and (max-width: 1500px) {
  .honor .list,
  .hbzs .list {
    zoom: .9;
  }
}
@media screen and (max-width: 1279px) {
  .inside {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .brief {
    font-size: 14px;
    line-height: 30px;
  }
  .brief .youshi {
    margin-top: 50px;
  }
  .brief .youshi .counter {
    font-size: 60px;
  }
  .brief .video {
    margin-top: 50px;
  }
  .history {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .history .nr {
    margin-top: 50px;
  }
  .honor .nr,
  .hbzs .nr {
    margin-top: 50px;
  }
  .honor .list,
  .hbzs .list {
    zoom: .7;
  }
}
@media screen and (max-width: 1023px) {
  .headerHeight {
    display: none;
  }
  .inside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about .titleBig {
    font-size: 30px;
  }
  .subMenu {
    margin-top: 30px;
  }
  .subMenu li {
    padding: 0 2px 4px 2px;
  }
  .subMenu a {
    min-width: auto;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .brief {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .brief .nr {
    margin-top: 30px;
  }
  .brief .youshi {
    margin-top: 30px;
  }
  .brief .youshi .list li {
    width: 50%;
    font-size: 14px;
    padding: 0 0 10px 0;
  }
  .brief .youshi .list li:nth-child(2n):after {
    display: none;
  }
  .brief .youshi .list .num {
    font-size: 24px;
  }
  .brief .youshi .list .counter {
    font-size: 30px;
  }
  .brief .video {
    margin-top: 30px;
  }
  .history {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .history .nr {
    margin-top: 30px;
  }
  .history .conTabs .pic {
    width: 100%;
    padding-right: 0;
  }
  .history .conTabs .pic span {
    margin: auto;
    max-width: 100%;
  }
  .history .conTabs .pic img {
    width: 100%;
  }
  .history .conTabs .text {
    width: 100%;
    padding-top: 30px;
  }
  .history .conTabs .text .year {
    font-size: 30px;
    line-height: 1;
  }
  .history .conTabs .text .title {
    font-size: 16px;
  }
  .history .conTabs .text .info {
    margin-top: 20px;
    font-size: 14px;
  }
  .history .menuTabs {
    margin-top: 30px;
  }
  .history .menuTabs .year {
    font-size: 24px;
  }
  .history .menuTabs .bt {
    font-size: 16px;
  }
  .honor,
  .hbzs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .honor .nr,
  .hbzs .nr {
    margin-top: 30px;
  }
  .honor .list,
  .hbzs .list {
    zoom: 1;
  }
  .honor li,
  .hbzs li {
    width: 50%;
    margin-bottom: 20px;
  }
  .honor .title,
  .hbzs .title {
    font-size: 14px;
  }
  .partner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .partner .nr {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .honor .list,
  .hbzs .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .honor li,
  .hbzs li {
    padding: 0 10px;
  }
  .honor .box,
  .hbzs .box {
    background: none;
    width: 100%;
  }
  .honor .pic,
  .hbzs .pic {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px #eee solid;
    padding: 5px;
  }
  .honor .pic span,
  .hbzs .pic span {
    margin: auto;
    width: auto;
    height: auto;
    position: relative;
  }
  .honor .pic span:after,
  .hbzs .pic span:after {
    content: "";
    display: block;
    padding-top: 146.2745098%;
  }
  .honor .title,
  .hbzs .title {
    margin-top: 10px;
  }
}
.news {
  padding-top: 90px;
}
.news .list {
  margin-bottom: 70px;
  overflow: hidden;
}
.news li {
  margin-bottom: 30px;
  border-bottom: 1px #f0f1f2 solid;
  padding-bottom: 30px;
}
.news li:last-child {
  margin-bottom: 0;
}
.news .box {
  display: block;
  position: relative;
  padding-left: 320px;
  height: 205px;
}
.news .box .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 320px;
  display: block;
  float: left;
  position: absolute;
  left: 0;
}
.news .box .pic span {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.news .box .pic span:after {
  content: "";
  display: block;
  padding-top: 64.1025641%;
}
.news .box .pic img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.news .box .text {
  padding: 10px 20px 10px 50px;
  position: relative;
  overflow: hidden;
}
.news .box .title {
  font-weight: 700;
  font-size: 20px;
  color: #2c445c;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  -webkit-transition: margin-right 0.5s;
          transition: margin-right 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .box .info {
  font-size: 16px;
  color: #5f6c7a;
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 20px 0 20px 0;
}
.news .box .date {
  color: #324050;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  float: left;
}
.news .box .day {
  font-size: 20px;
  font-weight: 700;
}
.news .box .moreBtn {
  float: right;
}
.news .box:hover .pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news .box:hover .title {
  color: #1e57a3;
}
.news .box:hover .more span,
.news .box:hover .more a {
  border-color: #ffcd51;
  background: #ffcd51;
}
@media screen and (max-width: 1279px) {
  .news {
    padding-top: 50px;
  }
  .news .box .title {
    font-size: 16px;
  }
  .news .box .info {
    font-size: 14px;
    height: 48px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .news {
    padding-top: 30px;
  }
  .news .list {
    margin-bottom: 20px;
  }
  .news li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .news .box {
    padding-left: 250px;
    height: 160px;
  }
  .news .box .pic {
    width: 250px;
  }
  .news .box .text {
    padding: 10px 0 0 20px;
  }
  .news .box .bt {
    margin-bottom: 0px;
  }
  .news .box .info {
    font-size: 12px;
    margin: 10px 0 10px 0;
  }
  .news .box .moreBtn span,
  .news .box .moreBtn a {
    height: 30px;
    line-height: 28px;
    width: 100px;
    font-size: 12px;
  }
  .news .box .moreBtn span:after,
  .news .box .moreBtn a:after {
    width: 16px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news .list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px;
  }
  .news li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding: 0 5px 15px 5px;
  }
  .news li:last-child {
    margin-bottom: 0;
  }
  .news .box {
    padding-left: 0;
    min-height: auto;
    height: auto;
  }
  .news .box .pic {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .news .box .text {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .news .box .title {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .news .box .date {
    float: none;
    font-size: 14px;
  }
  .news .box .moreBtn {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 414px) {
  .news .list {
    margin-left: 0;
    margin-right: 0;
  }
  .news .pic img {
    width: 100%;
  }
  .news li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.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: 38px;
  vertical-align: middle;
}
.page a,
.page span {
  color: #202020;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 38px;
  height: 40px;
  border-radius: 40px;
  border: 1 #677c91 solid;
  margin: 0 5px;
  padding: 0 0;
  vertical-align: middle;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  border-color: #1e57a3;
  background: #1e57a3;
  color: #ffffff;
}
.page a.prev,
.page span.prev,
.page a.next,
.page span.next {
  color: #666666;
  border-color: transparent;
}
.page a.prev,
.page span.prev {
  background: url(../images/icon/arrow-left.svg) no-repeat left center;
  padding-left: 20px;
  margin-right: 15px;
}
.page a.prev:hover,
.page span.prev:hover {
  color: #1e57a3 !important;
  background: url(../images/icon/arrow-left.svg) no-repeat left center;
}
.page a.next,
.page span.next {
  background: url(../images/icon/arrow-right.svg) no-repeat right center;
  padding-right: 20px;
  margin-left: 15px;
}
.page a.next:hover,
.page span.next:hover {
  color: #1e57a3 !important;
  background: url(../images/icon/arrow-right.svg) no-repeat right center;
}
@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;
  }
}
.news-show {
  margin: auto;
  color: #222222;
  text-align: justify;
}
.news-show .container {
  position: relative;
  padding-right: 90px;
}
.news-show .view-share {
  text-align: center;
  width: 90px;
  position: absolute;
  right: 0;
  top: 30px;
}
.news-show .view-share .view {
  border-bottom: 1px #f0f0f0 solid;
}
.news-show .view-share .view .icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px #f0f0f0 solid;
  background: url(../images/icon/view.svg) no-repeat center center;
  background-size: 30px 30px;
  margin: auto;
}
.news-show .view-share .view .num {
  color: #1383ce;
  font-size: 24px;
  padding: 10px 0;
}
.news-show .view-share .share .title {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
}
.news-show .view-share .share a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px #f0f0f0 solid;
  margin: 0 auto 10px auto;
}
.news-show .view-share .share a:last-child {
  margin-bottom: 0;
}
.news-show .view-share .share .weixin {
  background: url(../images/icon/weixin.png) no-repeat center center;
}
.news-show .view-share .share .qq {
  background: url(../images/icon/qq.png) no-repeat center center;
}
.news-show .view-share .share .weibo {
  background: url(../images/icon/weibo.png) no-repeat center center;
}
.news-show .view-share .share .qzone {
  background: url(../images/icon/qzone.png) no-repeat center center;
}
.news-show .show-title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}
.news-show .show-info {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px #dcdcdc dashed;
  position: relative;
}
.news-show .show-info:after {
  content: "";
  display: block;
  width: 47px;
  height: 8px;
  background: url(../images/icon/arrow.jpg);
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.news-show .show-info img {
  height: 25px;
  vertical-align: middle;
  margin-top: -3px;
}
.news-show .show-info .source {
  margin-right: 10px;
  display: inline-block;
}
.news-show .show-info .date {
  margin-left: 10px;
  display: inline-block;
}
.news-show .nr {
  padding: 40px 0;
  color: #333333;
  font-size: 18px;
  line-height: 2;
}
.news-show .tags {
  margin-bottom: 40px;
  font-size: 18px;
}
.news-show .tags .span-1 {
  color: #1e57a3;
  font-weight: 700;
}
.news-show .tags a {
  color: #333333;
}
.news-show .tags a:hover {
  color: #1e57a3;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .news-show .show-title {
    font-size: 20px;
  }
  .news-show .show-info {
    font-size: 14px;
  }
  .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: 18px;
}
.prev-next-return a {
  color: #333333;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.prev-next-return .prev,
.prev-next-return .next {
  width: 50%;
  height: 40px;
  line-height: 40px;
  float: left;
  -webkit-transition: all .5s;
          transition: all .5s;
  overflow: hidden;
}
.prev-next-return .prev a,
.prev-next-return .next a {
  background-color: #eeeeee;
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next-return .prev:hover a,
.prev-next-return .next:hover a {
  background-color: #1e57a3;
  color: #fff;
}
.prev-next-return .prev {
  padding-right: 84px;
}
.prev-next-return .next {
  padding-left: 84px;
}
.prev-next-return .return {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 160px;
  float: left;
}
.prev-next-return .return a {
  display: block;
  background-color: #e3e3e3;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.prev-next-return .return a img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.prev-next-return .return a:hover {
  background: #1e57a3;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .prev-next-return {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .prev-next-return .prev,
  .prev-next-return .next {
    display: none;
  }
  .prev-next-return .return {
    position: static;
    font-size: 14px;
  }
}
.relatedTitle span {
  display: inline-block;
  width: 128px;
  height: 33px;
  background: url(../images/relatedTitle-bg.jpg) no-repeat left top;
  line-height: 33px;
  color: #fff;
  font-size: 16px;
  padding-left: 16px;
}
.related-news {
  padding-top: 60px;
}
.related-news .list {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.related-news .list li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  padding: 0 20px;
}
.related-news .list .box {
  display: block;
  font-size: 18px;
  color: #222222;
  position: relative;
  padding-left: 10px;
  padding-right: 140px;
  height: 30px;
  line-height: 30px;
}
.related-news .list .box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #a2a2a2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.related-news .list .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-news .list .date {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.related-news .list .box:hover {
  color: #1e57a3;
}
@media screen and (max-width: 1023px) {
  .related-news .list .box {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .related-news {
    padding-top: 30px;
  }
  .related-news .list {
    margin-top: 30px;
  }
  .related-news .list li {
    width: 100%;
  }
}
.contact {
  padding-top: 90px;
}
.contact .lxfs {
  overflow: hidden;
  background: url(../images/lxfs-bg.png) repeat;
}
.contact .lxfs .item {
  width: 50%;
  float: left;
  padding: 0 2px;
}
.contact .lxfs .text {
  padding: 40px 40px;
}
.contact .lxfs .title {
  font-size: 25px;
  color: #333333;
  font-weight: 700;
  padding-left: 50px;
  margin-bottom: 30px;
}
.contact .lxfs .p-1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  padding: 0 0 0 50px;
  margin-bottom: 30px;
  position: relative;
}
.contact .lxfs .p-1 .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1279px) {
  .contact {
    padding-top: 50px;
  }
  .contact .lxfs .p-1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contact {
    padding-top: 50px;
  }
  .contact .lxfs .text {
    padding: 30px 20px;
  }
  .contact .lxfs .title {
    font-size: 20px;
  }
  .contact .lxfs .p-1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 30px;
  }
  .contact .lxfs .item {
    width: 100%;
  }
  .contact .lxfs .title {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact .lxfs .p-1 {
    margin-bottom: 10px;
  }
}
.contact-map {
  position: relative;
}
#allmap,
#allmap2 {
  width: 100%;
  height: 375px;
}
#allmap img,
#allmap2 img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL,
#allmap2 .anchorBL {
  display: none;
}
.message {
  padding: 90px 0 0 0;
  position: relative;
}
.message .titleBig {
  font-weight: 700;
  color: #333333;
  font-size: 26px;
  margin-bottom: 40px;
}
.message .list {
  position: relative;
}
.message .list:before {
  content: "";
  display: block;
  width: 120px;
  height: 130px;
  background: url("../images/pen.png") no-repeat center center;
  position: absolute;
  z-index: 9;
  bottom: 100px;
  right: -20px;
}
.message li {
  width: 50%;
  float: left;
  padding: 0 6px;
  position: relative;
}
.message .red {
  position: absolute;
  z-index: 9;
  left: 20px;
  top: 20px;
  color: #FF0000;
}
.message input[type="text"],
.message textarea {
  border: none;
  color: #333;
  margin-bottom: 18px;
  vertical-align: middle;
  border: #d1d1d1 solid 1px;
  padding: 0 30px;
  height: 50px;
  line-height: 48px;
}
.message input[type="text"] {
  width: 100%;
  float: left;
}
.message input[type="text"]:focus {
  border: #1e57a3 solid 1px;
}
.message textarea {
  width: 100%;
  padding-right: 90px;
  min-height: 140px;
}
.message textarea:focus {
  border: #1e57a3 solid 1px;
}
.message .yzhm {
  width: 100%;
}
.message .yzhm input {
  width: 40%;
}
.message .yzhm img {
  margin-right: 5px;
}
.message .btn {
  width: 100%;
}
.message .submit,
.message .reset,
.message .email {
  font-size: 16px;
  width: 33.3333333%;
  display: inline-block;
  max-width: 200px;
  text-align: center;
  line-height: 55px;
  height: 55px;
  color: #666666;
  margin-right: 20px;
  background: #dddddd;
  border: none;
}
.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: #1e57a3;
  color: #fff;
}
.message .reset {
  color: #666666;
}
.message .email {
  font-size: 20px;
}
.message .email:hover {
  background: #e8e8e8;
  color: #333;
}
.message .verify {
  max-height: 39px;
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 1279px) {
  .message {
    font-size: 12px;
  }
  .message:before {
    display: none;
  }
  .message input,
  .message textarea {
    font-size: 12px;
  }
  .message textarea {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 30px;
  }
  .message .titleBig {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .message .list:before {
    display: none;
  }
  .message .btn {
    margin-top: 10px;
  }
  .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 {
  color: #222222;
  font-size: 16px;
  line-height: 2;
}
.job .titleBig {
  font-weight: 700;
  color: #222222;
  font-size: 28px;
  margin-bottom: 20px;
}
.job .div-1 {
  margin-bottom: 40px;
}
.job .div-2 .left {
  float: left;
  width: 35%;
  padding-right: 20px;
}
.job .div-2 .right {
  width: 65%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.job .div-2 .sm {
  display: inline-block;
  vertical-align: middle;
}
.job .ewm {
  border: 1px #b5b5b5 solid;
  padding: 15px;
  margin-right: 18px;
}
.job .ewm img {
  vertical-align: middle;
}
.job .list {
  padding-top: 80px;
  position: relative;
  margin-bottom: 20px;
}
.job .list .item {
  position: relative;
  margin-bottom: 20px;
}
.job .list .item:last-child {
  margin-bottom: 0;
}
.job .list .date {
  width: 135px;
  height: 93px;
  background: #0074c5;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.job .list .date:before {
  content: "";
  display: block;
  width: 100%;
  height: 19px;
  background: #d1d1d1;
  margin-bottom: 10px;
}
.job .list .date:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/icon/arrow-down-3.png) no-repeat center center;
  position: absolute;
  z-index: 9;
  right: 13px;
  top: 4px;
}
.job .list .date .day {
  font-size: 38px;
}
.job .list .bt {
  font-size: 25px;
  line-height: 30px;
  padding: 56px 0 56px 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job .list .title {
  background: #f5f8fd;
  padding-left: 160px;
  padding-right: 125px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.job .list .title .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  margin: auto;
  width: 40px;
  height: 40px;
  background: #1e57a3;
  border-radius: 50%;
}
.job .list .title .icon:before,
.job .list .title .icon:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.job .list .title .icon:before {
  width: 20px;
  height: 2px;
}
.job .list .title .icon:after {
  width: 2px;
  height: 20px;
}
.job .list dd {
  height: 0;
  overflow: hidden;
}
.job .list dd .nr {
  padding: 30px 80px 50px 80px;
  color: #222222;
  background: #fbfbfd;
  line-height: 45px;
}
.job .list dd .btns {
  text-align: right;
}
.job .list dd .btns a {
  display: inline-block;
  padding: 0 10px;
  min-width: 150px;
  line-height: 42px;
  text-align: center;
  background: #1e57a3;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.job .list dd .btns a img {
  margin-left: 5px;
  vertical-align: middle;
}
.job .list dd .btns a:hover {
  background: #ffcd51;
}
.job .list .p-1 {
  font-size: 20px;
}
.job .list .cur dt .icon:after {
  height: 0;
}
.job .list .cur dd {
  height: auto;
}
.job .list .cur .date:after {
  background: url(../images/icon/arrow-up-3.png) no-repeat center center;
}
@media screen and (max-width: 1279px) {
  .job {
    font-size: 14px;
  }
  .job .list .bt {
    font-size: 20px;
  }
  .job .list dd .nr {
    padding: 30px 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .job .titleBig {
    font-size: 20px;
    margin-bottom: 0;
  }
  .job .div-2 .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .job .div-2 .right {
    width: 100%;
  }
  .job .ewm {
    padding: 5px;
  }
  .job .ewm img {
    width: 120px;
  }
  .job .list {
    padding-top: 30px;
  }
  .job .list .date {
    padding: 10px 0;
    width: 80px;
    height: 52px;
    font-size: 14px;
    left: 20px;
  }
  .job .list .date:before,
  .job .list .date:after {
    display: none;
  }
  .job .list .date .day {
    font-size: 18px;
  }
  .job .list .title {
    padding-left: 100px;
    padding-right: 70px;
  }
  .job .list .title .icon {
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .job .list .title .icon:before {
    width: 10px;
  }
  .job .list .title .icon:after {
    height: 10px;
  }
  .job .list .bt {
    font-size: 16px;
    padding: 25px 0 25px 20px;
  }
  .job .list .p-1 {
    font-size: 16px;
  }
  .job .list dd .btns {
    text-align: left;
    margin-top: 20px;
  }
  .job .list .item {
    margin-bottom: 5px;
  }
  .job .list .item:last-child {
    margin-bottom: 0;
  }
}
.application .tabs {
  padding-top: 70px;
}
.application .menuTabs {
  text-align: center;
  position: relative;
}
.application .menuTabs .list {
  text-align: center;
  font-size: 0;
  display: inline-block;
  position: relative;
}
.application .menuTabs .box {
  display: block;
  position: relative;
  z-index: 1;
}
.application .menuTabs .box:after {
  content: "";
  display: block;
  width: 166px;
  height: 166px;
  background: #f5f6f8;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.application .menuTabs li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.application .menuTabs a {
  color: #2c445c;
  font-size: 18px;
  text-align: center;
  min-width: 140px;
}
.application .menuTabs .pic {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 9;
  margin: auto;
}
.application .menuTabs .title {
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 9;
}
.application .menuTabs .title span {
  padding: 0 5px;
  display: inline-block;
  position: relative;
}
.application .menuTabs .title span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 19px;
  background: #ffcd51;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.application .menuTabs .hover {
  display: none;
}
.application .menuTabs .box:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.application .menuTabs .box:hover .hover {
  display: block;
}
.application .menuTabs .box:hover .default {
  display: none;
}
.application .menuTabs .box:hover .title {
  color: #1e57a3;
  font-size: 20px;
  font-weight: 700;
}
.application .menuTabs .box:hover .title span:after {
  width: 100%;
}
.application .menuTabs .active .box .hover {
  display: block;
}
.application .menuTabs .active .box .default {
  display: none;
}
.application .menuTabs .active .box .title {
  color: #1e57a3;
  font-size: 20px;
  font-weight: 700;
}
.application .menuTabs .active .box .title span:after {
  width: 100%;
}
.application .conTabs {
  padding-top: 110px;
}
.application .conTabs .hd .pic {
  width: 40%;
  float: left;
  position: relative;
}
.application .conTabs .hd .pic:after {
  content: "";
  display: block;
  padding-top: 39.77272727%;
}
.application .conTabs .hd .text {
  width: 60%;
  float: left;
  padding-top: 20px;
  padding-left: 60px;
}
.application .conTabs .hd .title {
  color: #2c445c;
  font-weight: 700;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}
.application .conTabs .hd .title span {
  display: inline-block;
  position: relative;
}
.application .conTabs .hd .title span:after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  background: #ffcd51;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.application .conTabs .hd .info {
  color: #5f6c7a;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.application .conTabs .bd .title {
  cursor: pointer;
  padding: 20px 0 20px 36px;
  border-bottom: 1px #e6e6e6 solid;
  -webkit-transition: all .5s;
          transition: all .5s;
  position: relative;
}
.application .conTabs .bd .title:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #2c445c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.application .conTabs .bd .title .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 27px;
  height: 27px;
  background: #1e57a3;
  border-radius: 50%;
}
.application .conTabs .bd .title .icon:before,
.application .conTabs .bd .title .icon:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.application .conTabs .bd .title .icon:before {
  width: 15px;
  height: 3px;
}
.application .conTabs .bd .title .icon:after {
  width: 3px;
  height: 15px;
}
.application .conTabs .bd .bt {
  color: #2c445c;
  font-size: 20px;
  font-weight: 700;
  padding-right: 100px;
}
.application .conTabs .bd .nr {
  padding: 20px 0;
}
.application .conTabs .bd .pic {
  text-align: center;
}
.application .conTabs .bd .child {
  padding-top: 20px;
  margin-left: -40px;
  margin-right: -40px;
}
.application .conTabs .bd .div-1 {
  width: 16.66666667%;
  float: left;
  padding: 0 40px;
}
.application .conTabs .bd .div-1 .box {
  text-align: center;
  border: 1px #b5b5b5 solid;
  line-height: 24px;
  padding: 20px 10px;
}
.application .conTabs .bd .title-2 {
  color: #2C445C;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.application .conTabs .bd .info {
  clear: both;
}
.application .conTabs .bd .a-1 {
  font-size: 16px;
  display: block;
  color: #1e57a3;
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.application .conTabs .bd .a-1:hover {
  color: #1e57a3;
  text-decoration: underline;
}
.application .conTabs .bd .item {
  padding: 20px 0;
}
.application .conTabs .bd dd {
  height: 0;
  overflow: hidden;
}
.application .conTabs .bd dd .nr {
  padding: 30px 0 30px 0;
  color: #222222;
  line-height: 45px;
}
.application .conTabs .bd .cur dt .icon:after {
  height: 0;
}
.application .conTabs .bd .cur dd {
  height: auto;
}
@media screen and (max-width: 1500px) {
  .application .menuTabs a {
    min-width: 100px;
  }
  .application .conTabs .bd .child {
    margin-left: -15px;
    margin-right: -15px;
  }
  .application .conTabs .bd .div-1 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1279px) {
  .application .menuTabs .title {
    font-size: 14px !important;
  }
  .application .menuTabs .active .box .title {
    font-size: 14px;
  }
  .application .tabs {
    padding-top: 60px;
  }
  .application .conTabs {
    padding-top: 60px;
  }
  .application .conTabs .hd .text {
    padding: 0 0 0 40px;
  }
  .application .conTabs .hd .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .application .conTabs .hd .info {
    font-size: 14px;
    line-height: 30px;
  }
  .application .conTabs .bd .item {
    padding: 10px 0;
  }
  .application .conTabs .bd .bt {
    font-size: 18px;
  }
  .application .conTabs .bd .child {
    margin-left: -5px;
    margin-right: -5px;
  }
  .application .conTabs .bd .div-1 {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1023px) {
  .application .menuTabs .pic {
    width: 35px;
    height: 35px;
  }
  .application .menuTabs li {
    padding: 0 10px;
  }
  .application .menuTabs a {
    min-width: auto;
  }
  .application .menuTabs .box .title {
    font-weight: 400;
  }
  .application .menuTabs .box .title span:after {
    height: 10px !important;
  }
  .application .menuTabs .active .box .title {
    font-weight: 400;
  }
  .application .menuTabs .active .box .title span:after {
    height: 10px !important;
  }
  .application .tabs {
    padding-top: 60px;
  }
  .application .conTabs {
    padding-top: 60px;
  }
  .application .conTabs .hd .pic {
    width: 100%;
  }
  .application .conTabs .hd .text {
    width: 100%;
    padding: 20px 20px;
  }
  .application .conTabs .hd .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .application .conTabs .bd .title {
    padding: 10px 0 10px 20px;
  }
  .application .conTabs .bd .title:before {
    border-width: 6px 0 6px 10px;
  }
  .application .conTabs .bd .title .icon {
    right: 0px;
    width: 31px;
    height: 31px;
  }
  .application .conTabs .bd .title .icon:before {
    width: 11px;
  }
  .application .conTabs .bd .title .icon:after {
    height: 11px;
  }
  .application .conTabs .bd .item {
    padding: 10px 0;
  }
  .application .conTabs .bd .bt {
    font-size: 14px;
    padding-right: 40px;
  }
  .application .conTabs .bd .child {
    margin-left: -5px;
    margin-right: -5px;
  }
  .application .conTabs .bd .div-1 {
    padding: 0 5px 10px 5px;
    width: 50%;
  }
  .application .conTabs .bd .a-1 {
    margin-bottom: 0;
  }
}
.table-1 {
  font-size: 16px;
  text-align: center;
}
.table-1 th,
.table-1 td {
  border: 1px #eaeaea solid;
  padding: 10px 0;
}
.table-1 .titleBig {
  background: #1e57a3;
  color: #fff;
  font-weight: 400;
}
.table-1 .titleBig th {
  font-weight: 400;
}
.table-1 .pdf img {
  width: 36px;
}
@media screen and (max-width: 1023px) {
  .table-1 {
    overflow: auto;
  }
  .table-1 table {
    width: 800px;
  }
}
.download {
  font-size: 16px;
}
.download .subTitle {
  color: #2c445c;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px #eeeeee solid;
  margin-bottom: 15px;
  padding: 10px 0;
}
.download .classify {
  line-height: 30px;
  margin-bottom: 30px;
  max-height: 307px;
  overflow-y: auto;
}
.download .classify .item {
  width: 100%;
  border: 1px #eee solid;
  border-bottom: none;
  overflow: hidden;
  display: table;
}
.download .classify .item:last-child {
  border-bottom: 1px #eee solid;
}
.download .classify .title {
  background: #1e57a3;
  color: #fff;
  font-size: 14px;
  display: table-cell;
  text-align: center;
  padding: 10px 10px;
  width: 15%;
  vertical-align: middle;
}
.download .classify .con {
  width: 85%;
  display: table-cell;
  text-align: center;
  padding: 10px 10px;
}
.download .classify label {
  cursor: pointer;
  float: left;
  min-width: 100px;
  text-align: left;
  margin-right: 10px;
}
.download .classify label:last-child {
  margin-right: 0;
}
.download .reset {
  text-align: center;
}
.download .reset a {
  display: inline-block;
  background: #1e57a3;
  color: #fff;
  width: 180px;
  line-height: 44px;
}
.download .search {
  margin-top: 30px;
  max-width: 580px;
  position: relative;
}
.download .search input {
  border: 1px #eaeaea solid;
  border-radius: 5px;
  width: 100%;
  line-height: 58px;
  height: 60px;
  padding: 0 15px;
}
.download .search input:focus {
  border-color: #1e57a3;
}
.download .search .searchBtn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75px;
  text-align: center;
}
.download .search .searchBtn:before {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background: #eaeaea;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.download .search .searchBtn img {
  width: 26px;
  height: 26px;
}
.download .hotKey {
  padding: 20px 0;
}
.download .hotKey a {
  display: inline-block;
  color: #626262;
  margin-right: 30px;
}
.download .hotKey a:hover {
  color: #1e57a3;
  text-decoration: underline;
}
.download .table-1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .download {
    overflow: auto;
  }
  .download .div-1 {
    width: 800px;
  }
  .download .title {
    width: 10%;
  }
  .download .con {
    width: 90%;
  }
  .download .table-1 {
    margin-bottom: 30px;
  }
}
.inside-2 .left {
  width: 20%;
  float: left;
  padding-right: 50px;
}
.inside-2 .left .classifyPro {
  margin-bottom: 20px;
}
.inside-2 .left .classifyPro .titleBig {
  padding: 20px 0;
  background: #1e57a3;
  color: #fff;
  text-align: center;
  position: relative;
}
.inside-2 .left .classifyPro .titleBig:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/icon/classifyPro.png) no-repeat center center;
  float: left;
  margin-left: 20px;
}
.inside-2 .left .classifyPro .titleBig .txt {
  display: inline-block;
  text-align: left;
}
.inside-2 .left .classifyPro .titleBig .cn {
  font-size: 24px;
  font-weight: bold;
}
.inside-2 .left .classifyPro .titleBig .en {
  font-size: 16px;
}
.inside-2 .left .classifyPro .first {
  padding: 0 10px;
}
.inside-2 .left .classifyPro .first a {
  display: block;
  color: #222222;
  font-size: 18px;
  padding: 10px 0 10px 35px;
  line-height: 35px;
  border-bottom: 1px #e8e8e8 solid;
  position: relative;
}
.inside-2 .left .classifyPro .first a:after {
  content: "> ";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px #333333 solid;
  font-family: simsun;
  text-align: center;
  line-height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.inside-2 .left .classifyPro .first:hover {
  background: #ffcd51;
}
.inside-2 .left .classifyPro .first:hover a {
  border-color: #ffcd51;
  color: #fff;
}
.inside-2 .left .classifyPro .first:hover a:after {
  color: #fff;
  border-color: #fff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inside-2 .left .classifyPro .child {
  display: none;
  background: #f8f8f8;
  padding: 0 10px;
}
.inside-2 .left .classifyPro .child a {
  display: block;
  border-bottom: 1px #e8e8e8 solid;
  line-height: 35px;
  padding: 10px 0 10px 35px;
  color: #666666;
  font-size: 16px;
  position: relative;
}
.inside-2 .left .classifyPro .child a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #a2a2a2;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inside-2 .left .classifyPro .child a:hover {
  color: #0074c5;
}
.inside-2 .left .classifyPro .child a:hover:before {
  border-color: transparent transparent transparent #0074c5;
}
.inside-2 .left .classifyPro .active .first {
  background: #ffcd51;
}
.inside-2 .left .classifyPro .active .first a {
  color: #fff;
  border-color: #ffcd51;
}
.inside-2 .left .classifyPro .active .first a:after {
  color: #fff;
  border-color: #fff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inside-2 .left .classifyPro .active .child {
  display: block;
}
.inside-2 .left .leftAbout {
  overflow: hidden;
  margin-bottom: 20px;
}
.inside-2 .left .leftAbout a {
  display: block;
  width: 50%;
  float: left;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
}
.inside-2 .left .leftAbout .a-1 {
  background: #1853a1;
}
.inside-2 .left .leftAbout .a-2 {
  background: #ffcd51;
}
.inside-2 .left .leftAbout .icon {
  font-size: 16px;
}
.inside-2 .left .leftContact .titleBig {
  padding: 20px 0;
  background: #1e57a3;
  color: #fff;
  text-align: center;
  position: relative;
}
.inside-2 .left .leftContact .titleBig:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/icon/leftContact.png) no-repeat center center;
  float: left;
  margin-left: 20px;
}
.inside-2 .left .leftContact .titleBig .txt {
  display: inline-block;
  text-align: left;
}
.inside-2 .left .leftContact .titleBig .cn {
  font-size: 24px;
  font-weight: bold;
}
.inside-2 .left .leftContact .titleBig .en {
  font-size: 16px;
}
.inside-2 .left .leftContact .text {
  border: 1px #dadada solid;
  padding: 20px 15px 10px 15px;
  line-height: 22px;
  font-size: 14px;
  color: #7c7c7c;
}
.inside-2 .left .leftContact .text .icon {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.inside-2 .left .leftContact .p-1 {
  position: relative;
  padding-left: 95px;
  margin-bottom: 10px;
}
.inside-2 .left .leftContact .p-1 .span-1 {
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}
.inside-2 .left .leftContact .p-2 {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}
.inside-2 .left .leftContact .p-2 .span-1 {
  display: block;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}
.inside-2 .right {
  width: 80%;
  float: left;
  padding-left: 45px;
}
.inside-2 .right .titleBig {
  font-size: 20px;
  color: #2e2e2f;
  line-height: 30px;
  border-bottom: 1px #e6e6e6 solid;
}
.inside-2 .right .titleBig .en {
  font-weight: 700;
}
.inside-2 .right .titleBig .icon {
  vertical-align: middle;
  margin-top: -3px;
}
.inside-2 .right .titleBig .cn {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .inside-2 .left {
    width: 25%;
    padding-right: 45px;
  }
  .inside-2 .right {
    width: 75%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .inside-2 .left {
    width: 25%;
    padding-right: 40px;
  }
  .inside-2 .right {
    width: 75%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .inside-2 .left {
    display: none;
  }
  .inside-2 .right {
    width: 100%;
    padding: 0;
  }
}
.product-show .hd .pics {
  width: 50%;
  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: 525px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  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: 100%;
}
.product-show .hd .pics .pro-min {
  width: 155px;
  height: 525px;
  overflow: hidden;
  padding: 18px 0;
  margin-left: 15px;
  float: left;
}
.product-show .hd .pics .pro-min .getIndex {
  padding: 4px 0;
}
.product-show .hd .pics .pro-min .getIndex .item .pic {
  cursor: pointer;
  display: block;
  border: 1px solid #d5d5d5;
  position: relative;
}
.product-show .hd .pics .pro-min .getIndex .item .pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-show .hd .pics .pro-min .slick-current .item .pic {
  border: 1px solid #1e57a3;
}
.product-show .hd .text {
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 40px;
}
.product-show .hd .text .show-title {
  font-weight: 700;
  color: #222222;
  font-size: 30px;
}
.product-show .hd .text .shm {
  padding: 10px 0 15px 0;
}
.product-show .hd .btns a {
  display: inline-block;
  background: #eaebf0;
  text-align: center;
  width: 180px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}
.product-show .hd .btns a:hover {
  background: #1e57a3;
  color: #fff;
}
.product-show .hd .btns .a-1 {
  background: #1e57a3;
  color: #fff;
}
.product-show .hd .btns .a-1:hover {
  background: #ffcd51;
  color: #fff;
}
.product-show .show {
  color: #222222;
  font-size: 16px;
  line-height: 40px;
  margin-top: 50px;
  padding-top: 70px;
  padding-bottom: 50px;
  border-top: 1px #e6e6e6 solid;
}
.product-show .show .titleBig {
  color: #222222;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-show .show .title-1 {
  color: #222222;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.product-show .show .jianjie {
  padding: 20px 0;
  overflow: hidden;
}
.product-show .show .jianjie .div-1 {
  float: left;
  width: 60%;
  padding: 20px 40px 0 0;
  padding-right: 40px;
}
.product-show .show .jianjie .div-2 {
  width: 40%;
  float: right;
  max-width: 610px;
}
.product-show .show .chpjsh {
  padding: 40px 0;
}
.product-show .show .chpjsh img {
  vertical-align: middle;
}
@media screen and (max-width: 1500px) {
  .product-show .hd .pics {
    width: 60%;
  }
  .product-show .hd .text {
    width: 40%;
  }
}
@media screen and (max-width: 1279px) {
  .product-show .hd .pics {
    width: 100%;
    max-width: 695px;
    float: none;
    margin: auto;
  }
  .product-show .hd .text {
    width: 100%;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .product-show .hd .pics {
    width: 100%;
    max-width: 695px;
    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;
  }
  .product-show .show {
    padding-top: 40px;
    margin-top: 40px;
  }
  .product-show .show .titleBig {
    font-size: 30px;
  }
  .product-show .show .jianjie {
    padding-top: 0;
  }
  .product-show .show .jianjie .div-1 {
    width: 100%;
  }
  .product-show .show .jianjie .div-2 {
    width: 100%;
  }
  .product-show .show .jianjie .title-1 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.related-product .list {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
.related-product .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 20px 40px 20px;
}
.related-product .list .box {
  display: block;
  background: #f4f5fa;
  padding: 40px 220px 30px 30px;
  position: relative;
}
.related-product .list .title {
  color: #2c445c;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.related-product .list .info {
  color: #5f6c7a;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}
.related-product .list .text {
  position: relative;
  z-index: 1;
}
.related-product .list .pic {
  position: absolute;
  z-index: 0;
  width: 230px;
  height: 100%;
  top: 0;
  right: 0;
}
.related-product .list .more span,
.related-product .list .more a {
  background: #fff;
  display: inline-block;
  border: 1px #1e57a3 solid;
  text-align: center;
  color: #1e57a3;
  font-size: 14px;
  line-height: 40px;
  width: 150px;
  position: relative;
}
.related-product .list .more span:after,
.related-product .list .more 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: 20px;
  margin-top: -3px;
}
.related-product .list .box:hover .title {
  color: #1e57a3;
}
.related-product .list .box:hover .more span {
  background: #1e57a3;
  color: #FFFFFF;
}
.related-product .list .box:hover .more span:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
.related-product .list .wyzx {
  display: block;
  position: relative;
  background: url(../images/wyzx-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 60px 30px 30px 30px;
}
.related-product .list .wyzx .title {
  color: #fff !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 34px;
}
.related-product .list .wyzx .info {
  font-size: 20px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.related-product .list .wyzx:hover .more span {
  background: #ffcd51;
  color: #fff;
}
.related-product .list .wyzx:hover .more span:after {
  background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}
@media screen and (max-width: 1500px) {
  .related-product .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .related-product .list li {
    padding: 0 10px 20px 10px;
  }
  .related-product .list .box {
    padding-right: 180px;
  }
  .related-product .list .pic {
    width: 180px;
  }
}
@media screen and (max-width: 1279px) {
  .related-product .list li {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .related-product .list {
    margin-left: 0;
    margin-right: 0;
  }
  .related-product .list li {
    clear: both;
    width: 100%;
    padding: 0 0 10px 0;
  }
  .related-product .list li:last-child {
    padding-bottom: 0;
  }
  .related-product .list .box {
    padding-right: 160px;
  }
  .related-product .list .pic {
    width: 160px;
  }
  .related-product .list .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .related-product .list .info {
    font-size: 14px;
  }
  .related-product .list .more span,
  .related-product .list .more a {
    height: 30px;
    line-height: 28px;
    width: 100px;
    font-size: 12px;
  }
  .related-product .list .more span:after,
  .related-product .list .more a:after {
    width: 16px;
    margin-left: 10px;
  }
  .related-product .list .wyzx .title {
    font-size: 20px;
  }
  .related-product .list .wyzx .info {
    font-size: 16px;
  }
}
.news-show p{
  line-height:1.8;
  margin:15px 0
}