.timeLine{
  display: flex;
}

.timeLine .left{
  flex: none;
}
.timeLine .right{
  display: none;
  flex: auto;
  border-left: 1px solid #d2d2d2;
  padding-left: 6%;
  margin-left: 10px;
  padding-top: 5px;
}
.timeLine .left li{
  padding: 50px 30px;
  color: #333333;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  margin-right: 30px;
}
.timeLine .left .active{
  color:#e44230;
  position: relative;
}
.timeLine .left .active::after{
  content: " ";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: -40px;
  background-color: #e44230;
}
.timeLine .left .year{
    font-size: 2em;
    line-height: 1;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}
.timeLine .left .mask{
    font-size: 1.2em;
    width: 100%;
    text-align: right;
}
.timeLine .right{
  display: none;
}
.timeLine .historyShow{
  display: block;
}
.timeLine .right li{
  background-color: #f8f8f8;
  padding: 30px 5px 30px 30px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
}
.timeLine .right li .year{
  font-size: 2em;
  color:#e44230;
}
.timeLine .right li .content{
  
}
.timeLine .right li:hover{
  box-shadow: 0 0 5px #ddd;
}
.timeLine .right .imgs{
  display: flex;
  flex-wrap: wrap;
}
.timeLine .right .imgs .im{
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px;
  height: auto;
}
.timeLine .right .imgs .im img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .timeLine{
    display: block;
  }
  .timeLine .left{
    display: flex;
    flex-wrap: wrap;
  }
  .timeLine .left li{
    width: 50%;
    padding: 20px 10px;
    margin-right: 0px;
  }
  .timeLine .left .year{
    font-size: 1.5em;
    text-align: center;
    display: block;
    font-weight: bold;
  }
  .timeLine .left .mask{
      font-size: 1em;
      width: 100%;
      text-align: center;
  }
  .timeLine .left .active::after{
    display: none;
  }
  .timeLine .right{
    display: none;
    flex: auto;
    border-left: none;
    padding-left: 0%;
    margin-left: 0;
    padding-top: 0;
    margin-top: 20px;
  }
  .timeLine .right .imgs .im{
    width: 46%;
    height: 100px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}

.huace_wrapper{
  position: relative;
  margin: 0 auto;
}

.huace_wrapper .prev,.huace_wrapper .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  color: #fff;
  background-color: #e44230;
  border-radius: 4px;
  outline: none;
  width: auto;
  padding: .6em;
  font-size: 1em;
  z-index: 999;
  cursor: pointer;
}
.huace_wrapper .next{
  left: auto;
  right: 5px;
}
.huace_wrapper .my-button-disabled{
  opacity:0.2;
  cursor: not-allowed;
}


.jobs{
  border-top: 4px solid #e44230;
}
.jobs .first{
    background: #f4f6f9;
    border-bottom: none;
    padding: 0;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.jobs .first .ut{
  float: left;
  width: 14%;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.jobs .tb{
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  cursor: pointer;
}
.jobs .tb .ut{
  width: 14%;
  text-align: center;
  float: left;
  height: 75px;
  line-height: 75px;
}
.jobs .xq{
  display: none;
  background-color: #eee;
  line-height: 1.5;
  padding: 4% 6%;
  margin-top:-1px;
}
.jobs .xq .part{
  margin-bottom: 40px;
  color: #666;
}
.jobs .xq .l1{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.jobs .download{
  margin-top: 30px;
}
.jobs .download .txt{
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}
.jobs .download a{
  display: inline-block;
  margin-bottom: 5px;
  color: #e44230;
}
@media screen and (max-width: 768px) {
  .jobs .t1,.jobs .t2,.jobs .t5{
    width: 33.33%!important;
  }
  .jobs .t3,.jobs .t4{
    display: none;
  }
}
.bg{
  background: url("../images/bg_product.jpg") no-repeat;
  background-size: 100%;
}
.product_main{
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.product_main .products{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product_main .products .box{
  width: 33.3%;
  position: relative;
  
}
.product_main .products .box .inner{
  background: rgba(248, 248, 248,.75);
  width: 100%;
  height: 100%;
}
.product_main .section2 .left, .product_main .section2 .right{
  background: rgba(248, 248, 248, 0.75);
}
.product_main .products .box .text{
  padding: 16% 8% 6%;
  text-align: center;
  color: #333;
}
.product_main .products .box .text .title{
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.8;
}
.product_main .products .box .text .summary{
  font-size: 16px;
  height: 80px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}
.product_main .products .box .im{
  margin-top: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.product_main .cover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  opacity: 0;
  z-index: 9999;
  padding: 24% 8% 6%;
}
.product_main .cover .title{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  color: #e44230;
  line-height: 1.8;
}
.product_main .cover .summary{
  font-size: 16px;
  height: 160px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}
.product_main .cover .more{
  display: block;
  margin: 0 auto;
  width: 58%;
  background: #e44230;
  border-color: #e44230;
  color: #fff;
  text-align: center;
  padding: 11px 18px;
  font-size: 18px;
  margin-top: 30px;
  border-radius: 4px;
}
.product_main .cover .more:hover{
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .product_main .products .box{
    width: 100%;
  }
}
.wenhua{
  position: relative;
  height: 500px;
  background: url(../images/header/pic4.jpg) no-repeat;
  background-size: cover;
}
.wenhua .fonts{
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 8%;
}
.wenhua .fonts .wenhua_title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
.wenhua .fonts .wenhua_line{
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .wenhua{
    
    height: auto;
  }
}
.propup_wrapper{
  width: 90vw;
  max-width: 800px;
  padding: 30px;
  overflow: hidden;
}
.propup_wrapper .propup_img{
  width: 300px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.propup_wrapper .propup_text{
  float: left;
  width: 100%;
  max-width: 420px;
}
.propup_wrapper .propup_text .propup_title{
  color: #e44230;
  padding-top: 6px;
  font-size: 24px;
}
.propup_wrapper .propup_text .propup_department{
  margin-top: 6px;
  font-size: 20px;
  color: #c79556;
}
.propup_wrapper .propup_text .propup_job{
  margin-top: 6px;
  font-size: 18px;
  color: #333;
}
.propup_wrapper .propup_text .propup_content{
  margin-top: 10px;
  line-height: 1.8;
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.product_main .zhanshi .pic{
  cursor: pointer;
}
.renwu{
  margin-bottom: 80px;
  background-color: #f8f8f8;
}
.renwu .title-line{
  display: flex;
  justify-content: space-between;
  padding: 2% 4%;
  align-items: center;
}
.renwu .title-line .title{
  font-size: 36px;
  font-weight: 700;
  color: #e44230;
  border-bottom: none;
}
.renwu .title-line .renwu_more{
  display: block;
  font-size: 24px;
  color: #c79556;
  line-height: 2;
}
.renwu .title-line .renwu_more:hover{
text-decoration: underline;
}
.renwu .renwu_pics{
  display: flex;
  flex-wrap: wrap;
}
.renwu .renwu_pics img{
  width: 25%;
  height: 300px;
  object-fit: cover;
}
.pagination a {
	color:#333;
}

.pagination {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 100px;
}

.pagination .page-item {
  font-size: 16px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f4f4f5;
  color: #606266;
  margin: 0 5px;
  border-radius: 2px;
  cursor: pointer;
  flex: none
}

.pagination .disabled {
  color: #c0c4cc;
  cursor: auto;
}

.pagination .active {
  background-color: #e44230;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .renwu .renwu_pics img{
    width: 50%;
  }
  .pagination{
    max-width: 100%;
  }
}


.rongyu .tabs{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rongyu .tabs .tab{
  width: 33%;
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
.rongyu .tabs .tab:hover{
  color: #c79556;
}
.rongyu .tabs .tab .iconfont{
  font-size: 30px;
  margin-right: 2px;
}
.rongyu .tabs .active{
  color: #c79556;
}
.rongyu .rongyu_bg{
  background: url(/images/rongyu/bg1.jpg) no-repeat center;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  display: none;
}
.rongyu .active{
  display: block;
}
.rongyu .rongyu_bg_l{
  width: 45%;
  height: 624px;
  background: url(/images/rongyu/bg2.png) repeat;
  float: left;
}
.rongyu .rongyu_bg_r{
  width: 55%;
  height: 624px;
  background: url(/images/rongyu/bg3.png) repeat;
  float: right;
  padding: 5%;
}
.rongyu .show_img{
  padding: 8% 16.7%;
}
.rongyu .show_img img{
  width: 100%;
  height: auto;
}
.rongyu_bg_r .rongyu_title{
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;

}
.rongyu_bg_r .imgList{
  display: flex;
  flex-wrap: wrap;
}
.rongyu_bg_r .imgList img{
  width: 30%;
  object-fit: fill;
/*	object-position: top;*/
  height: 100px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 20px;
}