#__bs_notify__ {
  display: none !important;
}
.wid {
  width: 1200px;
  margin: 0 auto;
}
.header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header.active {
  background-color: #2495e4;
}
.header.active .box .logo img {
  width: 315px;
  height: 70px;
}
.header .box {
  height: 70px;
  background-color: #2495e4;
  line-height: 70px;
  padding: 0 2%;
}
.header .box .logo {
  float: left;
}
.header .box .logo img {
  width: 315px;
  height: 70px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .box .nav {
  float: right;
}
.header .box .nav ul li {
  position: relative;
}
.header .box .nav ul li:hover .dropDown {
  visibility: initial;
  opacity: 1;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.header .box .nav ul li.acti>a {
  color: #ffeb3b;
}
.header .box .nav ul li.acti>a i {
  color: #ffeb3b;
}
.header .box .nav ul li.acti>a:before {
  width: 60%;
}
.header .box .nav ul li .dropDown {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -50px;
  width: 190px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
          box-shadow: 0 0 3px rgba(0,0,0,0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .box .nav ul li .dropDown a {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: block;
  color: #666;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header .box .nav ul li .dropDown a:hover {
  background-color: #f5f5f5;
}
.header .box .nav ul li .dropDown a:hover:before {
  display: none !important;
}
.header .box .nav ul li a {
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .box .nav ul li a i {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}
.header .box .nav ul li a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 0;
  height: 1px;
  background-color: #ffeb3b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .box .nav ul li a:hover {
  color: #ffeb3b;
}
.header .box .nav ul li a:hover i {
  color: #ffeb3b;
}
.header .box .nav ul li a:hover:before {
  width: 60%;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.banner .swiper-button-next {
  background: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.banner .swiper-button-next:hover {
  background: rgba(0,0,0,0.5);
}
.banner .swiper-button-prev {
  background: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.banner .swiper-button-prev:hover {
  background: rgba(0,0,0,0.5);
}
.public_top {
  line-height: 1.4;
  margin-bottom: 40px;
}
.public_top h2 {
  font-size: 22px;
  color: #444;
  font-weight: normal;
}
.public_top p {
  font-size: 14px;
  color: #e3e3e3;
}
.business {
  padding-top: 60px;
}
.business .left {
  float: left;
  width: 70%;
  padding-right: 40px;
}
.business .left .carousel {
  position: relative;
  width: 100%;
}
.business .left .carousel img {
  width: 330px;
  height: 180px;
  float: left;
}
.business .left .carousel .text {
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
  float: right;
  line-height: 1.7;
  padding-top: 30px;
  overflow: hidden;
}
.business .left .carousel .text strong {
  font-size: 18px;
  color: #444;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.business .left .carousel .text span {
  font-size: 13px;
  color: #848484;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.business .left .carousel .text var {
  font-size: 40px;
  color: #e8e8e8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: -15%;
}
.business .left .carousel .swiper-pagination {
  text-align: right;
  top: -70px;
  right: 0;
}
.business .left .carousel .swiper-pagination span {
  border: 1px solid #c8c8c8;
  width: 12px;
  height: 12px;
  background: none;
  opacity: 1;
  margin: 0 8px;
  outline: none;
}
.business .left .carousel .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #2495e4;
  border-color: #2495e4;
}
.business .left .carousel .swiper-slide:hover .text strong {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.business .left .carousel .swiper-slide:hover .text span {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.business .left .carousel .swiper-slide:hover .text var {
  margin-left: 0;
}
.business .right {
  position: relative;
  z-index: 2;
  float: right;
  width: 30%;
  background-color: #2495e4;
  color: #fff;
  margin-top: -178px;
}
.business .right .top {
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  line-height: 1.6;
}
.business .right .top strong {
  margin-left: 40px;
  font-size: 22px;
  font-weight: normal;
}
.business .right .top p {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  margin-left: 40px;
}
.business .right .top a {
  position: absolute;
  right: 0;
  top: 40px;
  width: 100px;
  height: 36px;
  padding-right: 30px;
  text-align: right;
  line-height: 36px;
}
.business .right .top a:hover i {
  background: url("../img/0d2bc_200x300.png") no-repeat 0 -186px;
}
.business .right .top a i {
  width: 29px;
  height: 14px;
  display: inline-block;
  background: url("../img/0d2bc_200x300.png") no-repeat 0 -170px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.business .right .list {
  width: 100%;
}
.business .right .list ul li {
  width: 100%;
}
.business .right .list ul li a {
  width: 100%;
  padding: 15px 3%;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.business .right .list ul li a:hover {
  background-color: #147ac1;
}
.business .right .list ul li a:hover .text strong {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.business .right .list ul li a:hover .text p {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.business .right .list ul li a .date {
  width: 80px;
  background-color: #147ac1;
  padding: 10px 12px;
  line-height: 1.4;
  color: #fff;
  float: left;
  overflow: hidden;
}
.business .right .list ul li a .date strong {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.business .right .list ul li a .date span {
  font-size: 14px;
  opacity: 0.5;
}
.business .right .list ul li a .text {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  float: right;
  line-height: 1.6;
  padding-top: 10px;
}
.business .right .list ul li a .text strong {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 2px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.business .right .list ul li a .text p {
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.allProduct {
  width: 100%;
  padding: 100px 0;
  clear: both;
  overflow: hidden;
}
.allProduct .public_top {
  float: left;
}
.allProduct .category {
  float: right;
}
.allProduct .category ul li {
  position: relative;
  padding: 0 1px;
}
.allProduct .category ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  background: rgba(0,0,0,0.1);
  margin-top: -5px;
}
.allProduct .category ul li:last-child:after {
  display: none;
}
.allProduct .category ul li a {
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #616161;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.allProduct .category ul li a:hover {
  background-color: #2495e4;
  color: #fff;
}
.allProduct .category ul li a:hover i {
  background: url("../img/0d2bc_200x300.png") no-repeat 0 -148px;
}
.allProduct .category ul li a i {
  width: 29px;
  height: 14px;
  background: url("../img/0d2bc_200x300.png") no-repeat 0 -133px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.carousel2 {
  width: 100%;
  overflow: hidden;
}
.carousel2 .swiper-container {
  min-height: 430px;
}
.carousel2 .swiper-slide:hover .pic img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.carousel2 .swiper-slide:hover .text {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}
.carousel2 .swiper-slide:hover .text var {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.carousel2 .swiper-slide .pic {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.carousel2 .swiper-slide .pic img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.carousel2 .swiper-slide .text {
  position: relative;
  width: 100%;
  padding: 25px 0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.carousel2 .swiper-slide .text var {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 40px;
  color: #e8e8e8;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.carousel2 .swiper-slide .text strong {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-bottom: 5px;
}
.carousel2 .swiper-slide .text span {
  font-size: 14px;
  color: #b7b7b7;
  display: block;
}
.carousel2 .swiper-slide .text strong,
.carousel2 .swiper-slide .text span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.carousel2 .swiper-slide .text p {
  color: #999;
  margin-top: 20px;
  font-size: 13px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-wrap: break-word;
}
.carousel2 .swiper-pagination span {
  border: 1px solid #c8c8c8;
  width: 12px;
  height: 12px;
  background: none;
  opacity: 1;
  margin: 0 8px;
  outline: none;
}
.carousel2 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #2495e4;
  border-color: #2495e4;
}
.about {
  width: 100%;
  padding: 100px 0;
  background-color: #eff3f7;
  overflow: hidden;
}
.about .public_top p {
  color: #c1c1c1;
}
.about .left {
  float: left;
  width: 54%;
  padding-right: 20px;
}
.about .left .text {
  font-size: 16px;
  line-height: 1.6;
  color: #747373;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-wrap: break-word;
}
.about .left .more {
  position: relative;
  min-width: 140px;
  height: 42px;
  line-height: 42px;
  padding: 0 5px;
  border: 1px solid #e8e8e8;
  text-align: center;
  font-size: 18px;
  color: #999;
  margin-top: 40px;
  display: inline-block;
  font-family: "Times New Roman";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about .left .more:hover {
  border-color: #333;
  text-indent: -10px;
}
.about .left .more:hover i {
  right: 10%;
  opacity: 1;
}
.about .left .more i {
  position: absolute;
  top: 0;
  right: 20%;
  font-size: 22px;
  opacity: 0;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about .right {
  float: right;
  width: 45%;
  height: 280px;
  overflow: hidden;
}
.about .right img {
  width: 100%;
  min-height: 100%;
}
.character {
  padding-top: 100px;
}
.carousel3 {
  position: relative;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.carousel3 .swiper-slide:hover .text strong {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.carousel3 .swiper-slide:hover .text span {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.carousel3 .swiper-slide:hover .text p {
  opacity: 1;
}
.carousel3 .swiper-slide:hover .text i {
  opacity: 1;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
}
.carousel3 .swiper-slide .pic {
  width: 150px;
  height: 150px;
  float: left;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.carousel3 .swiper-slide .pic img {
  width: auto;
  height: 100%;
  margin: 0 -59px;
}
.carousel3 .swiper-slide .text {
  position: relative;
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  float: right;
  line-height: 1.6;
  padding-top: 15px;
}
.carousel3 .swiper-slide .text strong {
  display: block;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.carousel3 .swiper-slide .text strong a {
  font-size: 20px;
  color: #474747;
}
.carousel3 .swiper-slide .text span {
  display: block;
  font-size: 13px;
  color: #a5a5a5;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.carousel3 .swiper-slide .text p {
  font-size: 13px;
  color: #bebebe;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.carousel3 .swiper-slide .text i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  color: #e8e8e8;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.carousel3 .iconfont {
  top: 34%;
  background: none;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.carousel3 .iconfont:hover {
  color: #2495e4;
}
.carousel3 .swiper-container {
  padding: 0 50px;
}
.logs {
  width: 92%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
.logs .swiper-container {
  width: 1000px;
}
.logs img {
  width: 100%;
}
.logs .iconfont {
  top: 52%;
  background: none;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.logs .iconfont:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.8);
}
.footer {
  width: 100%;
  background-color: #213752;
  padding: 70px 0;
  overflow: hidden;
}
.footer .contactText {
  line-height: 1.6;
  color: #fff;
  width: 18%;
  padding-right: 20px;
}
.footer .contactText b {
  display: block;
  font-weight: normal;
  font-size: 24px;
}
.footer .contactText p {
  color: #c1c1c1;
  font-size: 16px;
}
.footer .attention {
  width: 19%;
  padding-right: 20px;
}
.footer .attention p {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  line-height: 1.6;
}
.footer .attention .buttonBox {
  margin-top: 35px;
}
.footer .attention .buttonBox a {
  padding: 3px;
  font-size: 24px;
  color: #fff;
  opacity: 0.3;
  margin-right: 10px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 2px solid rgba(0,0,0,0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .attention .buttonBox a:hover {
  background-color: #2495e4;
  border-color: #2495e4;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #fff;
  opacity: 1;
}
.footer .company {
  width: 61%;
  line-height: 1.6;
}
.footer .company h3 {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  font-weight: normal;
  margin-bottom: 30px;
}
.footer .company ul li {
  width: 50%;
  font-size: 13px;
  opacity: 0.3;
  color: #fff;
  padding-right: 10px;
  line-height: 1.9;
  margin-bottom: 3px;
}
@media screen and (max-width: 1220px) {
  .wid {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .logs {
    width: 100%;
  }
  .logs .swiper-container {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .null {
    height: 70px;
    clear: both;
  }
  .header {
    position: fixed;
    padding-top: 0;
  }
  .header .ico-menu {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 25px;
  }
  .header .ico-menu:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    display: block;
  }
  .header .ico-menu.acti var.v1 {
    top: 5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .ico-menu.acti var.v2 {
    display: none;
  }
  .header .ico-menu.acti var.v3 {
    top: -3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .ico-menu var {
    position: relative;
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    background: #333;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header.active .box .logo img {
    width: 200px;
    height: auto;
  }
  .header .nav {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header .nav.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header .nav ul li {
    width: 100%;
  }
  .header .nav ul li:hover .dropDown {
    left: 0;
    width: 100%;
  }
  .business .left {
    width: 100%;
    padding-right: 0;
  }
  .business .left .carousel img {
    width: 180px;
  }
  .business .left .carousel .text {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .business .right {
    width: 100%;
    margin-top: 0;
  }
  .business .right .top {
    padding: 15px 0;
  }
  .allProduct {
    padding-top: 30px;
  }
  .allProduct .public_top {
    width: 100%;
  }
  .allProduct .category {
    width: 100%;
    margin-bottom: 10px;
  }
  .allProduct .category ul li:last-child a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .allProduct .category ul li a {
    padding: 10px;
  }
  .carousel2 .swiper-container {
    min-height: auto;
    padding-bottom: 50px;
  }
  .carousel2 .swiper-slide .pic {
    height: 240px;
  }
  .about {
    padding: 30px 0;
  }
  .about .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about .right {
    width: 100%;
  }
  .carousel3 .swiper-slide .pic {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .carousel3 .swiper-slide .text {
    width: 100%;
  }
  .carousel3 .swiper-slide .text strong,
  .carousel3 .swiper-slide .text span {
    text-align: center;
  }
  .logs .swiper-container {
    width: 100%;
    padding: 0 30px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .contactText {
    width: 100%;
  }
  .footer .attention {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .company {
    width: 100%;
  }
  .footer .company ul li {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
