@charset "utf-8";

/* 消除边距 */
* {
  margin: 0;
  padding: 0;
}

body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}

/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}

/* a标签样式重置 */
a {
  text-decoration: none;
}

/*盒模型默认使用内边框*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
*+html .clearfix {
  min-height: 1%;
}

/* IE7 */
/* 添加浮动 */
.left {
  float: left;
}

.right {
  float: right;
}

/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}

/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
}

/*全局设置*/
body {
  font: Helvetica, Arial, "Helvetica Neue", "Microsoft yahei", "SimHei", sans-serif;
  background: #fff !important;
}

/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tittle {
  height: 130px;
  margin: 120px auto 42px auto;
  color: #3285ce;
  font-family: "宋体";
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background: url(../images/tittle.png) no-repeat center;
  line-height: 30px;
  padding-top: 25px;
}

.tittle h1 {
  font-weight: bold;
}

.tittle span {
  font-size: 16px;
  font-family: "Arial";
  color: #727272;
  text-transform: uppercase;
}

/* 公司简介 */
.about-bj {
  background: url(../images/aboutbg.jpg) no-repeat bottom;
}

.about-txt p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 32px;
}

@media screen and (max-width: 500px) {
  .about-txt img {
    width: 100% !important;
    height: inherit !important;
  }
}

/* 动向 */
.newspro {
  background: url(../images/zxdx.jpg) no-repeat center;
}

@media screen and (max-width: 992px) {
  .newspro {
    background: url(../images/zxdxmd.jpg) no-repeat center !important;
  }
}

.news-box {
  background: #fff;
  padding: 10px;
}

.news-box h1 {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 50px;
  padding-top: 35px;
  font-family: "宋体";
}

.news a {
  line-height: 28px;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}

.news a span {
  margin-right: 5px;
}

.news-img img {
  width: 100%;
}

.video img {
  width: 100%;
}

.video-box {
  background: #fff;
}

.video-txt {
  padding: 20px 15px 20px;
}

.video-txt h3 {
  color: #fab327;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

.video-txt p {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pro-txt {
  position: absolute;
  bottom: -120px;
  text-align: left;
  padding: 0 20px;
}

.pro-txt p {
  margin-top: 20px;
  font-size: 16px;
}
.swiper-slide img{
  width: 100%;
}
.news-img {
  position: absolute;
  bottom: 100px;
}

.newspro-box, .news-box, .video-box, .pro {
  min-height: 670px;
  overflow: hidden;
}
.newspro-box>div{
  padding: 10px
}
.news-box, .video-box, .pro {
  min-height: 670px;
  background: #fff;
  margin-top: 20px;
      box-shadow: 0px 0px 10px 0px #00000080;
}
.more{
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 992px) {
  .newspro-box, .news-box, .video-box, .pro {
    min-height: inherit;
  }

  .news-box {
    padding-bottom: 200px;
  }

  .pro {
    padding-bottom: 150px;
  }

  .news-box {
    text-align: center;
  }

  .news-img {
    left: 50px;
  }
}

.pro-txt h3{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}

/* 伙伴 */
.hb-bj {
  background: url(../images/hzbg.png) no-repeat bottom;
  padding: 50px 0;
}

.hb .img img {
  width: 100%;
}

.hb {
  margin-bottom: 20px;
}

.newspro, .about-bj, .hb-bj {
  padding-bottom: 80px;
}
