@charset "utf-8";
body{
  overflow-x: hidden;
}
.about-news-case {
  display: flex;
  justify-content: space-between;
  padding: 0.2% 0;
}
.about-news-case * {
  color: #fff;
}
.about-news-case .content {
  width: 80%;
  margin: auto;
}
.about-news-case .title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.about-news-case p {
  font-size: 14px;
  line-height: 2;
}
.about-news-case .about {
  width: 49.8%;
  background: url("../images/abou.jpg") no-repeat center;
  background-size: cover;
  transition: .3s;
}
.about-news-case .about:hover{
  background: url("../images/abou_hover.jpg") no-repeat center;
  background-size: cover;
}
.about-news-case .about p {
  width: 80%;
  margin: 5% auto 3%;
  opacity: .9;
}
.about-news-case .news {
  width: 24.8%;
  background: url("../images/news.jpg") no-repeat center;
  background-size: cover;
  transition: .3s;
}
.about-news-case .news:hover{
  background: url("../images/news_hover.jpg") no-repeat center;
  background-size: cover;
}
.about-news-case .news .news-ul ul {
  margin: 10% 0 0;
  line-height: 2;
}
.about-news-case .news .news-ul ul li a {
  opacity: .9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* .news-ul-r{
              width: 2%;
            }*/
}
.about-news-case .news .news-ul ul li a span {
  display: inline-block;
}
.about-news-case .news .news-ul ul li a .news-ul-txt {
  width: 64%;
  overflow: hidden;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-news-case .news .news-ul ul li a .news-ul-date {
  width: 36%;
  text-align: right;
}
.about-news-case .case {
  width: 24.8%;
  background: url("../images/case.jpg") no-repeat center;
  background-size: cover;
  transition: .3s;

}
.about-news-case .case:hover{
  background: url("../images/case_hover.jpg") no-repeat center;
  background-size: cover;
}
.about-news-case .case p {
  margin: 15% 0 0;
}
.about-news-case .about,
.about-news-case .news,
.about-news-case .case {
  padding: 3% 0 6%;
  position: relative;
}
.about-news-case .about .enter,
.about-news-case .news .enter,
.about-news-case .case .enter {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  transition: .3s;
}
.about-news-case .about .enter:hover,
.about-news-case .news .enter:hover,
.about-news-case .case .enter:hover {
  transform: translateX(0);
}
.product {
  padding: 5% 0 3%;
}
.product h2 {
  letter-spacing: 3px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #343434;
  margin: 0 auto;
}
#owl-product {
  width: 100%;
  margin: 0 auto 2%;
}
#owl-product .item {
  display: block;
  margin: 5px;
}
#owl-product .item .pro-img{
  height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#owl-product .item:hover .pro-img {
  background-color: #e8e8e5;
}
#owl-product img {
  display: block;
  width: auto;
  max-height: 260px;
}
#owl-product .pro-name {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  color: #181818;
}
#owl-product .pro-img img {
  padding: 20px;
}
#owl-product .owl-controls .owl-buttons div {
  margin: 0 35px;
  background: transparent;
  filter: alpha(opacity=100);
  opacity: 1;
  padding: 0;
  width: 140px;
  height: 41px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#owl-product .owl-controls .owl-buttons div:hover img,
#owl-product .owl-controls .owl-buttons div:focus img {
  margin-top: -41px;
}
#owl-product .owl-controls {
  margin-top: 5%;
  text-align: center;
}


.banner{
  background: url("../images/banner.jpg") no-repeat center;
  min-height:700px;
}
.banner .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 700px;
  padding: 0;
}

.banner-title {
  padding-bottom: 122px;
}
.banner-title h3 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  line-height: 2.2;
  margin: 0;
}
.banner-title h4 {
  font-size: 33px;
  font-weight: normal;
  color: #fff;
  line-height: 2.2;
  margin: 0;
  margin-bottom: 35px;
}
.banner-title a.more {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #f36005;
  padding: 10px 25px;
  line-height: 2;
  transition: .3s;
}
.banner-title a.more:hover{
  padding:10px 35px ;
}