/* head */

.rd-navbar1-content {
  width: 100%;
  float: left;
}
.rd-navbar-fixed .rd-navbar-panel{
  height: auto !important;
}
.rd-navbar-toggle {
  width: auto;
  float: left;
  height: 101px;
  padding-right: 10px;
}
.rd-brand-logo1{
  width: auto;
}
.rd-brand-logo1 {
  width: auto;
  float: left;
  height: 101px !important;
}

.rd-brand-logo1-group {
  width: 242px;
  float: left;
  padding-right: 0;
  display: flex;
  height: 101px;
  align-items: center;
  justify-content: flex-start;
}




/* contact */

.rd-nav-contact {
  width: 190px;
  float: right;
  height: auto;
  padding-top: 10px;
}
.rd-nav-contact-content{
  width: 100%;
}
.wwg-lang{
  width: 100%;
  margin: 0 0;
}
.wwg-lang p{
  margin: 0 0;
}
.wwg-lang .rd-dropdown-link,.wwg-lang p{
  font-size: 14px;
    line-height: 14px;
    color: #444;
}
.epp-nav-search-content{
  background: #f3f7f9;
    border: 1px #e7e7e7 solid;
    float: right;
    border-radius: 30px;
    margin-top: 10px;
}
.epp-nav-search-content form{
  width: 160px;
    height: 30px;
    float: right;
}
.rnc-form-group1{
  border: 0;
}
.epp-nav-search-content .searchcomponent .form-group input{
  width: 130px !important;
  float: left !important;
  padding: 0 0 !important;
  padding-left: 8px !important;
  border: 0;
  font-size: 12px;
  color: #444;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background: transparent !important;
}
.rnc-form-btn1{
  padding: 0 0;
    width: 28px !important;
    float: right !important;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    background: transparent !important;
}
.rnc-form-btn1 img {
  width: 14px !important;
  height: 14px !important;
}
@media (min-width: 1200px) {
  .rd-navbar-static .rd-navbar-nav-wrap {
    text-align: right;
    width: 60%;
    float: left;
    padding-left: 2% !important;
  }
}
@media(max-width:1199px){
  .rd-nav-contact {
    width: 190px;
    float: right;
    height: 101px;
    padding-top: 0;
}
}
@media(max-width:767px){
  .rd-navbar1-content{
    position: relative;
  }
  .epp-nav-search-content{
    display: none;
  }
  .rd-nav-contact {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 0;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 15px;
}
.wwg-lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
}
/* 自定义产品区块 */

/* 产品模式二 */

.epp-index-product {
  padding: 52px 0;
  background: #fff !important;
}

.product-container-group {
  width: 100%;
}

.product-content-box {
  float: left;
  width: 100%;
  /* display: flex; */
}

.product-figure {
  padding: 0 0;
  border: 1px #ccc solid;
  position: relative;
}

/* 遮罩层 */

.product-list a .hover {
  display: none;
}

.product-list:hover a .hover {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: hidden;
  height: 100%;
  z-index: 4000;
}

/* .product-list a .hover {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: hidden;
  height: 100%;
  z-index: 4000;
} */

.hover-group {
  width: 100%;
  height: 100%;
}

.hover-text {
  padding: 30% 10px;
  text-align: center;
}

.hover-text p {
  margin: 0 0;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hover-text p:nth-child(2) {
  width: 134px;
  height: 36px;
  background: #fff;
  line-height: 36px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
}

@media(max-width:1199px) {
  .hover-text {
    padding: 26% 10px;
    text-align: center;
  }
}

@media(max-width:991px) {
  .hover-text {
    padding: 20% 10px;
    text-align: center;
  }
}

@media(max-width:767px) {
  .epp-index-product {
    padding: 52px 15px;
    background: #fff !important;
  }
  .hover-text {
    padding: 23% 10px;
    text-align: center;
  }
  .hover-text p:nth-child(2) {
    width: auto;
  }
  .hover-text p {
    margin-bottom: 15px;
  }
}

/* 产品模式二end */
/* 自定义简介区块 */

.epp-index-content{
  width: 100%;
}
@media(max-width:767px){
 
.epp-index-content{
 padding: 0 15px;
}
}
/* 简介模式一 */

.epp-index-about {
  width: 56%;
  float: left;
  padding: 0px 0;
  background: #fff !important;
}

.epp-about-content {
  width: 100%;
}

.epp-about-content img{
  width: 100%;
}
.epp-about-content-group{
  width: 100%;
  margin-top: 25px;
}

.epp-about-content-group p{
  width: 100%;
  margin: 0px 0;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media(max-width:991px){
  .epp-about-content-group p {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
}
@media(max-width:767px){
  .epp-index-about {
      width: 100%;
      float: left;
      padding: 0px 0;
      background: #fff !important;
  }
  .epp-about-content-group p {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
}

/* 简介模式二 end */

/* 自定义简介区块 */
/* 自定义新闻区块 */

.epp-index-news {
  width: 44%;
  float: left;
  padding: 0px 0;
  background: #fff !important;
}

.epp-news-content {
  width: 100%;
  float: left;
  padding-left: 37px;
}
.epp-news-content-title{
  width: 100%;
  float: left;
  border-bottom: 1px #fbbd12 solid;
  margin-bottom: 12px;
}
.epp-news-content-title img{
  width: 24px;
  height: 34px;
  float: left;
}
.epp-news-content-title p{
  float: left;
  margin: 0 0;
}
.epp-news-content-title P:nth-child(2){
  font-size: 24px;
  line-height: 32px;
  color: #444444;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.epp-news-content-title P:nth-child(3){
  font-size: 20px;
  line-height: 34px;
  color: #888;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}
.news-more{
  float: right;
  text-align: right;
}
.news-more p{
  margin: 0 0;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  color: #444;
}
.epp-news-content-group{
  width: 100%;
  float: left;

}
.epp-news-content-group-list{
  width: 100%;
  padding: 14px 0;
  float: left;
  border-bottom: 1px #9a9a9a dashed;
}
.epp-news-content-group-list-title{
  width: 60%;
  float: left;
  text-align: left;
  margin: 0 0;
  font-size: 14px;
  color: #161616;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.epp-news-content-group-list-time{
  width: 40%;
  float: left;
  margin: 0 0;
  text-align: right;
  font-size: 14px;
  color: #444;
  line-height: 20px;
}
@media(max-width:1199px){
  .epp-news-content-group-list {
      padding: 11px 0;
  }
}
@media(max-width:991px){
  .epp-news-content-group-list {
      padding: 7px 0;
  }
}
@media(max-width:767px){
  .epp-news-content {
      width: 100%;
      float: left;
      padding-left: 0;
  }
  .epp-index-news {
      width: 100%;
      float: left;
      padding: 0px 0;
      margin-top: 30px;
      background: #fff !important;
  }
  .epp-news-content-group-list {
      padding: 10px 0;
  }
}



/* 自定义新闻区块 */

/* 案例区块 */
.epp-index-case{
  padding: 52px 0;
  background: #fff !important;
}
.epp-case-container{
  width: 1320px;
  position: relative;
  margin: 0 auto;
}
.epp-case-content{
width: 100%;
}
.epp-case-content-title{
  width: 100%;
  padding-bottom: 20px;
  background: url(../images/case-title-line.png) no-repeat center center !important;
}
.epp-case-content-title p{
  margin: 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align:center;
  line-height: 30px;
  color: #333;
}
.epp-case-more{
  text-align: center;
  margin: 0 auto;
  width: 161px;
  height: 35px;
  border: 1px #888888 solid;
  margin-top: 29px;
}
.epp-case-more p{
  margin: 0 0;
  font-size: 16px !important;
  color: #444 !important;
  line-height: 35px !important; 
  text-transform: uppercase;
}
.case-figure{
  padding: 0 0;
}
.case-prev, .case-next {
  top: 45%;
  outline: none;
  position: absolute;
  z-index: 999;
  cursor: pointer;
}

.case-next {
  right: 0;
  width: 49px;
  height: 49px;
  background: url(../images/case-next.png) no-repeat center center;
}

.case-prev {
  left: 0;
  width: 49px;
  height: 49px;
  background: url(../images/case-prev.png) no-repeat center center;
}

.case-next:hover, .case-next:focus {
  background: url(../images/case-s-next.png) no-repeat center center;
}

.case-prev:hover, .case-prev:focus {
  background: url(../images/case-s-prev.png) no-repeat center center;
}

@media(min-width:1320px){
  .epp-case-container{
      width: 1320px;
      position: relative;
      margin: 0 auto;
  }
}
@media(max-width:1319px){
  .epp-case-container{
      width: 100%;
      position: relative;
  }
}
@media(max-width:991px){
  .case-prev, .case-next {
      top: 0;
  }
}
@media(max-width:767px){
  .case-prev, .case-next {
      top: 40%;
      background-size: 100% !important;
  }
  .epp-index-case {
      padding: 52px 15px;
  }
  .case-next {
      right: -15px;
      width: 30px;
      height: 30px;
  }
  
  .case-prev {
      left: -15px;
      width: 30px;
      height: 30px;
  }
}
/* 案例区块 */