@charset "UTF-8";
/*public_title*/
.public_title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
  border-bottom: 1px solid #353c81;
  width: 300px;
}
.public_title span {
  left: 16px;
  font-size: 18px;
  color: #858686;
  position: relative;
  bottom: -4px;
  display: inline-block;
}

.public_more {
  width: 118px;
  height: 27px;
  background: #353c81;
  color: white;
  border-radius: 20px;
}
.public_more:hover {
  color: #ffe8a0;
}

/*banner*/
.banner .owl-controls {
  bottom: 55%;
}

.banner .owl-controls .owl-buttons {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.banner .owl-controls .owl-buttons div {
  width: 45px;
  height: 85px;
  bottom: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
}
.banner .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/banner_lf.png") no-repeat center;
  background-size: cover;
  left: 0;
}
.banner .owl-controls .owl-buttons div.owl-next {
  background: url("../images/banner_rt.png") no-repeat center;
  background-size: cover;
  right: 0;
}

/*特点*/
.tedian {
  margin-top: -42px;
  z-index: 33;
  position: relative;
}
.tedian .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 51px;
  box-shadow: 0 0 10px white;
  background-color: #16182f;
  padding: 20px 80px;
}
.tedian .content .item {
  display: flex;
  align-items: center;
}
.tedian .content .item .word {
  margin-left: 18px;
}
.tedian .content .item:last-child:after {
  display: none;
}
.tedian .content .item:after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 30px;
  background: #ffe8a0;
  margin-left: 40px;
}
.tedian .content .item p {
  font-size: 20px;
  color: white;
}
.tedian .content .item span {
  font-size: 14px;
  color: #76767f;
}

/*产品中心*/
.goods {
  margin-bottom: 70px;
  margin-top: 100px;
}
.goods .public_title {
  margin-bottom: 20px;
}
.goods .main {
  display: flex;
}
.goods .main > div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.goods .main .item.item1 {
  height: 638px;
}
.goods .main .item.item1 img {
  height: 98%;
  top: 5px;
}
.goods .main .item {
  position: relative;
  width: 378px;
  height: 307px;
  padding-top: 30px;
  margin: 6px;
  margin-top: 0;
  overflow: hidden;
}
.goods .main .item:hover img {
  transform: scale(1.1);
}
.goods .main .item:hover .title {
  border: 1px solid #353c81;
  background: #353c81;
  color: white;
}
.goods .main .item img {
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s;
}
.goods .main .item .title {
  position: relative;
  z-index: 3;
  padding: 7px 18px;
  display: inline-block;
  font-size: 24px;
  color: #434242;
  margin-left: 40px;
  border: 1px solid black;
}

/*关于我们*/
.about {
  background: url("../images/about_bg.png") no-repeat center;
  background-size: cover;
  padding-top: 70px;
}
.about .main {
  padding-bottom: 90px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.about .main .message {
  padding-left: 50px;
  flex: 1;
}
.about .main .message .summary {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 2;
}
.about .main .message .public_more {
  margin-top: 15px;
}

/*poster*/
.poster {
  height: 340px;
  background: url("../images/poster_bg.jpg") no-repeat bottom;
  background-attachment: fixed;
}

/*news  */
.news {
  padding-top: 90px;
  text-align: center;
}
.news .public_more {
  margin: 40px auto;
}
.news .main {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .main .item {
  text-align: left;
}
.news .main .item:hover .title {
  color: #353c81;
  border-bottom: 1px solid #353c81;
}
.news .main .item .date {
  font-size: 14px;
  color: #323232;
  margin-top: 5px;
}
.news .main .item .title {
  color: #323232;
  font-size: 16px;
  padding: 14px 0;
  font-weight: 600;
  border-bottom: 1px solid black;
}

/*# sourceMappingURL=index.css.map */
