.banner .banner_wrapper .item {
  height: 950px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1300ms linear !important;
  -webkit-transition: opacity 1300ms linear !important;
}

.banner .banner_wrapper .item .text_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.banner .banner_wrapper .item .text_block h2 {
  font-size: 36px;
  letter-spacing: 5px;
  z-index: 99;
  color: #ffffff;
}

.banner .banner_wrapper .item .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 5s ease;
  -webkit-transition: transform 5s ease;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.banner .banner_wrapper .item.active {
  opacity: 1;
  z-index: 10;
  display: block;
}

.banner .banner_wrapper .item.active .pic {
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.banner .banner_wrapper .item.active .text_block {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.banner .banner_number {
  position: absolute;
  right: 12%;
  bottom: 80px;
}

.banner .banner_number span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 1px #f4f4f4;
  border-radius: 50%;
  margin: 0 8px;
}

.banner .banner_number span.active {
  background: #f4f4f4;
}

.company {
  min-height: 800px;
}

.company .m_pic {
  display: none;
}

.company .pic {
  width: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.company .pic .pic_slick {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.company .pic .pic_slick img {
  display: block;
  width: 100%;
}

.company .container .title {
  text-align: right;
  margin-top: 110px;
}

.company .container .text {
  margin-top: 30px;
}

.company .container .text a {
  width: 95%;
  font-size: 18px;
  line-height: 36px;
  color: #373737;
  text-align: justify;
  transition: all 500ms ease;
}

.company .container .text a span {
  display: inline-block;
  text-indent: 36px;
}

.company .container .text a:hover {
  color: #001e4d;
  cursor: pointer;
}

.company .container .numContainer {
  height: 210px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 6px rgba(204, 204, 204, 0.3);
  top: 520px;
  display: flex;
  align-items: center;
}

.company .container .numContainer .item {
  flex: 1;
  text-align: center;
}

.company .container .numContainer .item .num {
  font-size: 50px;
  color: #585858;
}

.company .container .numContainer .item .num .iconfont {
  font-size: 20px;
}

.company .container .numContainer .item .text {
  font-size: 20px;
  color: #7b7b7b;
  margin-top: 10px;
}

.company.active .pic_slick {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.company.active .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}

.company.active .item.slick-current .item .box {
  z-index: 0;
  position: relative;
}

@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.product {
  margin-top: 50px;
}

.product .title {
  text-align: center;
}

.product .container {
  margin-top: 70px;
  height: 640px;
  background: url("../images/index_product.jpg") no-repeat 0 0;
  overflow: hidden;
}

.product .container .wrapper {
  margin-top: 334px;
  height: 300px;
  background: #ffffff;
}

.product .container .item {
  border-bottom: 6px solid #0d52b3;
  height: 300px;
  color: #585858;
  text-align: center;
  overflow: hidden;
  bottom: 0px;
  transition: all 1s ease;
}

.product .container .item .iconfont {
  width: 60px;
  height: 60px;
  margin: 70px auto 0;
}

.product .container .item .iconfont1 {
  background: url("../images/icon/xinpian-hover.png") no-repeat;
  background-size: cover;
}

.product .container .item .iconfont2 {
  background: url("../images/icon/zhuanli-hover.png") no-repeat;
  background-size: cover;
}

.product .container .item p {
  font-size: 20px;
  margin-top: 30px;
}

.product .container .item .moreBtn {
  border: 1px solid #fff !important;
  margin: 40px auto 0;
  display: none;
}

.product .container .item:hover {
  background: #0d52b3;
  color: #fff;
  height: 330px;
}

.product .container .item:hover .iconfont1 {
  background: url("../images/icon/xinpian.png") no-repeat;
  background-size: cover;
}

.product .container .item:hover .iconfont2 {
  background: url("../images/icon/zhuanli.png") no-repeat;
  background-size: cover;
}

.product .container .item:hover a {
  display: block;
}

.product .container .item1 {
  width: 480px;
  left: 0;
}

.product .container .item2 {
  width: 780px;
  right: 0;
}

.news {
  margin-top: 70px;
}

.news .title {
  text-align: center;
}

.news .wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.news .wrapper .main {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
}

.news .wrapper .main .list {
  width: 1220px;
  margin: 50px auto 0;
}

.news .wrapper .main .list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 20px;
  padding-top: 20px;
}

.news .wrapper .main .list li .date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 46px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #323232;
  text-align: center;
}

.news .wrapper .main .list li .date span {
  font-size: 16px;
  letter-spacing: 0px;
  display: block;
}

.news .wrapper .main .list li .item {
  width: 1100px;
}

.news .wrapper .main .list li .item .title {
  font-size: 28px;
  line-height: 60px;
  color: #323232;
}

.news .wrapper .main .list li .item .title:hover {
  color: #001e4d;
  transition: all .5s ease;
}

.news .wrapper .main .list li .item .text {
  font-size: 18px;
  color: #585858;
  line-height: 40px;
  margin-top: 10px;
  text-align: justify;
  text-align-last: left;
  text-indent: 36px;
}

.news .wrapper .main .moreBtn {
  margin: 40px auto 0;
}

.title {
  font-weight: bold;
}

.title p {
  font-size: 40px;
  line-height: 60px;
  color: #323232;
}

.title span {
  font-size: 20px;
  color: #001e4d;
}

.moreBtn {
  width: 100px;
  height: 26px;
  line-height: 26px;
  background-color: #0d52b3;
  border-radius: 13px;
  border: solid 1px #0d52b3;
  display: block;
  color: #ffffff;
  text-align: center;
  transition: all .5s ease;
}

.moreBtn:hover {
  background: #001e4d;
}

