@charset "UTF-8";
.w1400 {
  width: calc(100% - 40px);
  padding: 0 20px;
}

.title p {
  font-size: 20px;
  line-height: 40px;
}

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

/* 首页相关 */
.banner .banner_wrapper .item {
  height: 260px;
}

.banner .banner_wrapper .item .text_block {
  width: 90%;
  text-align: center;
}

.banner .banner_wrapper .item .text_block h2 {
  font-size: 15px;
  letter-spacing: 3px;
}

.banner .banner_number {
  bottom: 10px;
}

.banner .banner_number span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.company {
  min-height: auto;
}

.company .pic {
  display: none;
}

.company .container .main {
  width: 100%;
  margin-bottom: 10px;
}

.company .container .title {
  text-align: center;
  margin-top: 20px;
}

.company .container .m_pic {
  margin-top: 20px;
  display: block;
}

.company .container .m_pic .slick-slide img {
  width: 100%;
}

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

.company .container .text a {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  text-align-last: left;
}

.company .container .numContainer {
  height: 80px;
  position: initial;
}

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

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

.company .container .numContainer .item .text {
  font-size: 14px;
  margin-top: 5px;
}

.product {
  margin-top: 20px;
}

.product .container {
  margin-top: 20px;
  background: url("../../images/index_product.jpg") no-repeat 0 0;
  background-size: 100%;
  height: auto;
}

.product .container .wrapper {
  margin-top: 95px;
  height: 120px;
}

.product .container .item {
  height: 120px;
  background: #0d52b3;
  color: #fff;
  position: relative !important;
}

.product .container .item .iconfont {
  width: 30px;
  height: 30px;
  margin: 10px auto 0;
}

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

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

.product .container .item p {
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 0;
}

.product .container .item .moreBtn {
  display: block;
  position: absolute;
  width: 70px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
}

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

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

.product .container .item1 {
  width: 48%;
  position: initial;
}

.product .container .item2 {
  width: 48%;
  position: initial;
}

.news {
  margin-top: 20px;
}

.news .wrapper {
  margin-bottom: 20px;
}

.news .wrapper .main {
  width: calc(100% - 60px);
  margin-top: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
}

.news .wrapper .main .list {
  width: 100%;
  margin: 10px auto 0;
}

.news .wrapper .main .list li {
  padding-bottom: 10px;
  padding-top: 10px;
}

.news .wrapper .main .list li .date {
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0px;
  margin-right: 10px;
}

.news .wrapper .main .list li .date span {
  font-size: 14px;
}

.news .wrapper .main .list li .item {
  width: 100%;
}

.news .wrapper .main .list li .item .title {
  font-size: 16px;
  line-height: 24px;
}

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

.news .wrapper .main .list li .item .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  text-indent: 28px;
}

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

.moreBtn {
  width: 70px;
  height: 20px;
  line-height: 20px;
}
