/*.path{ padding: 1rem 0;}*/
body{ overflow-x: hidden;}
a{ cursor: pointer!important;}
.page_list li { margin-right: 0.8rem;}
.page_list li a{ display: block; padding: 1.2rem 1.5rem; /*border: 1px solid #e43d3d; background-color: white;*/ color: #333;}
.page_list li a.current{ background-color:#e43d3d ; font-weight: bold; color: white;}
.page_breadcrumb{ float: right;}
.page_breadcrumb a.current{color: #e43d3d;}
.page_content{ padding: 3rem 0 4rem 0;}
.page_title{margin-bottom: 2rem;}
.page_title h3{ margin-bottom: 0.8rem;}
.page_content p{ margin-bottom: 0.6rem; line-height: 2; punctuation-trim:allow-end;}


/*关于我们-集团概括*/
.page_video{ max-width: 100%; height: auto; }
/*关于我们-董事长致辞*/
.poetry{ padding-left: 3rem;}
.poetry_title{ margin-bottom: 1.6rem;}
/*关于我们-发展历程*/
.pageHistory_list{ /*margin-right: 1rem;*/ margin: 0  1rem 2rem 0; border-bottom: 2px solid #e43d3d;}
.pageHistory_list p{ line-height: 1.6; margin-bottom: 0rem;}
.pageHistory_list_item{ padding: 1rem 0; border-top: 2px solid #e43d3d;}
.pageHistory_line{background: 15px 0 url(../img/pageHistory_line.png) repeat-y;}

/*新闻中心-最新资讯*/
.page_news_date{ padding-right: 2rem; transition: all .5s;}
.page_news_date span{ display: block; padding:0.8rem 2rem; text-align: center;}
.page_news_date .page_news_date_day{ color: white; background-color: #d2caca; padding:1rem 2rem;} 
.page_news_date .page_news_date_year{ box-shadow: 3px 3px 6px #eee;}
.page_news_detail{ padding: 1rem; box-shadow: 3px 3px 6px #eee; transition: all .5s;}
.page_news_detail h6{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.page_news_detail p{ line-height: 1.6; margin-bottom: 0; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.page_news_box:hover .page_news_date_day{ background-color: #e43d3d;}
.page_news_box:hover .page_news_date_year{ color: #e43d3d;}
.page_news_box:hover .page_news_detail{background-color: #e43d3d; color: white; }
/*六大产业*/
.pageIndustrial_pic01{ width: 80%; height: auto; margin: 2rem 10%;}
.pageCompany{ border-top: 1px solid #eee; padding-top: 2rem;}
.pageCompany_item{ padding: 1.5rem 1rem;}
.pageCompany_item p{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.swiperBox{ padding-bottom: 3rem!important;}
.swiperBox .swiper-button-prev,
.swiperBox .swiper-container-rtl .swiper-button-next{ background: url(../img/icon_home_arrowL.png) no-repeat; left: 0px;right: auto;}
 .swiperBox .swiper-button-next,
.swiperBox .swiper-container-rtl .swiper-button-prev{
	background: url(../img/icon_home_arrowR.png) no-repeat;right: 0px; left: auto;
}
.pageIndustrialWord{ background: url(../img/pageIndustrial_pic07.png)50% no-repeat; padding: 5% 10%;}
.pageIndustrialBg{ background:url(../img/pageIndustrial_pic08.png) no-repeat; padding: 3rem 0;}
.pageIndustrialDetial{ background-color: white; padding: 2rem;}

/*企业文化-企业文化*/
.pageCulture_item{ border: 1px solid #ddd5d5; padding: 2rem 1rem 3rem 1.5rem; box-sizing: border-box; }
.pageCulture_icon{ width: 48px; height: 48px;}
.pageCulture_item h6{ margin: 2rem 0 1rem 0;}
.pageCulture_item:hover .pageCulture_icon{-webkit-animation-name: heartBeat;animation-name: heartBeat;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}
.pageCultureItemBg{ background: url(../img/pageCulture_pic01.png) center no-repeat; padding: 3rem 0 4rem;}
.pageCultureWordBg{ padding: 2rem; background: linear-gradient(90deg, #fff,rgba(255,255,255,0));}
.pageCultureItem{ padding: 2rem 2rem 3rem;}
.page_pic img{transition: all 1s;}
.page_pic:hover img{ transform: scale(1.08); }
.pageCultureItem1{ padding: 2rem 0 0 0;}
.pageCultureItem2{ padding: 0rem 1rem 1rem 0;}
.pageCultureItem2 div{ padding:3rem 2rem;}
.history_year{ background: url(../img/pageHistory_pic05.png) left no-repeat; background-size: 100% 100%; line-height: 4; }
.history_year a{ width: 100%; height: 100%; display: block; color: white;}

.pageCultureHistory{  margin-bottom: 1.6rem; }
.yearCircle{ width: 30px; height: 30px; background:url(../img/pageHistory_pic06.png) no-repeat;transition: all 0.5s;  }
.pageCultureHistoryBox{ box-shadow: 0px 0px 16px #eee; padding:1.5rem 2rem 1rem; margin-left: -2rem; }
.pageCultureHistory:hover .yearCircle{
	background:url(../img/pageHistory_pic06_1.png) no-repeat ;
	animation: heartBeat 1s;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pageCulture_item1{ border: 1px solid #ddd5d5;}
.pageCulture_item1_1{ padding: 2rem 0; background-color: #ede5e5; }
.pageCulture_item1_2{padding: 2.4rem 0 2.4rem 1rem; line-height: 2;}
.pageCulture_item2{ padding: 3rem 2rem 0 2rem; border-right: 1rem solid #f9f9f9;}
.pageCulture_item3 p{padding-right: 3rem;}
/*企业文化-愿景展望*/
.pageProspect_item{ border: 1px solid #ebe5e5;}
.pageProspect_item_part{ padding: 0.5rem 0 0  0.8rem;}
.pageProspect_item_part p{ line-height: 1.5; margin-bottom: 0;}
.pageCultureTxt{ width: calc(100% - 32px); left: 0; bottom: 0; padding: 1rem 1rem 0.5rem 1rem; background-color: rgba(0,0,0,0.3); color: white;}
.pageCultureTxt h6{ line-height: 1.6;}
#swiper2.swiper-container{ height: auto;}
.pageCulturePartOdd{ padding: 3rem 0rem 1rem 2rem;}
.pageCulturePartEven{ padding: 3rem 2rem 1rem 0;}
/*加入我们-人才理念*/
.pageContact{ padding: 2.6rem 4rem;}
.pageContact h5{ font-size: 2.8rem;}
.pageContact a{ margin: 0rem 0 0 1rem; color: white;}
.pageContact_icon{ margin: 0.7rem 1.2rem 0 0;}
.email{background: linear-gradient(90deg, #e4bb3d , #e43d3d); padding: 1.4rem 2rem; width: 90%;}
/*加入我们-人才招聘*/
.table-borderBootom{ border-bottom: 6px solid #e43d3d;}
.pageRecuitment_item{ border-bottom: 1px solid #ebebeb; cursor: pointer;}
.pageRecuitment_item:first-child{ color: white;}
.pageRecuitment_item_toggle{ display: none;}
#pageRecuitment_item_show{ display: block;}
.pageRecuitment_item_toggle span{display: inline-block; margin-right: 2rem;}
.bg_line{ background-color: #ede6e6; height: 1px; margin: 1rem 0 2rem 0;}
.deliver{ display: block; width: 16%; border: 2px solid #e43d3d; padding: 1rem 0; color: white; transition: all .5s; box-sizing: border-box;}
.deliver:hover{ background-color: white; color:#e43d3d;} 

.pageRecuitment_item_toggle p{ margin-bottom: 1rem!important;}



@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#fadeInDown {
	display: block;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}