@charset "UTF-8";
.column-box {
  margin-bottom: 40px;
  overflow: hidden;
}
/*banner*/
.effect {
  position: relative;
}
.effect span {
  color: #FFF;
  overflow: hidden;
}
.banner .carousel-inner .item {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .carousel-caption {
  top: 27%;
  left: 0;
  text-align: left;
  width: 100%;
  color: #fff;
}
.banner .caption-container {
  padding: 0 8px;
}
.banner .text-1 {
  font-size: 22px;
  line-height: 39px;
  opacity: 0;
}
.banner .text-2 {
  font-size: 40px;
  line-height: 64px;
  font-weight: bold;
  opacity: 0;
}
.banner .text-3 {
  margin-bottom: 14px;
  margin-top: 8px;
  font-size: 20px;
  opacity: 0;
}
.banner .text-4 {
  font-family: Arial;
  font-size: 14px;
  opacity: 0;
}
.banner .animations {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*核心产业*/
.canye-list .row {
  margin: 0 -10px;
}
.canye-list .row > div {
  padding: 0 10px;
}
.canye-list .item-box {
  position: relative;
  font-size: 0;
}
.canye-list .item-box .item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10% 0;
  width: 100%;
  margin-bottom: -16%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.canye-list .item-box .item-text .en {
  display: block;
  text-align: center;
  font-size: 22px;
}
.canye-list .item-box .item-text .cn {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: Arial;
  text-transform: uppercase;
}
.canye-list .item-box .item-text .more {
  display: block;
  padding-top: 10%;
  text-align: center;
  font-size: 12px;
  font-family: '新宋体';
}
.canye-list .item-box:hover .item-text {
  margin-bottom: 0;
}
/*集团简介*/
.intro-box {
  line-height: 30px;
  color: #595959;
  text-align: center;
  font-size: 18px;
}
.intro-box  p {
    text-indent: 2em;
    text-align: left;
}
.intro-box .more {
  display: block;
  margin: 20px auto;
  width: 120px;
  height: 34px;
  border: 1px solid #E0E0E0;
  color: #515151;
  line-height: 32px;
}
.intro-box .more:hover {
  background: #005591;
  color: #fff;
}
/*企业文化*/
.culture-box {
  padding-bottom: 40px;
  background: url(../images/wenhua-back.jpg) center no-repeat;
  color: #fff;
}
.culture-box .title {
  color: #fff;
}
.culture-box .title:after {
  background: #fff;
}
.culture-box .title-item {
  position: relative;
  width: 60%;
  height: 0;
  padding-bottom: 69.15%;
  margin: 0 auto;
  background-size: 100%;
}
.culture-box .title-item .back-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.culture-box .title-item .text {
  position: absolute;
  left: 0;
  top: 74%;
  width: 100%;
  text-align: center;
}
.culture-box .content-item {
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
}
.culture-box .culture-list > div:hover .back-hover {
  opacity: 1;
}
.culture-box .culture-list > div:hover .text {
  color: #242424;
}
/*新闻列表*/
.news .date {
  font-size: 12px;
  color: #80868C;
}
.news .news-title {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #4C5D6B;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .news-title:hover {
  color: #005591;
}
.news .intro {
  margin-top: 30px;
  font-size: 12px;
  line-height: 20px;
  height: 72px;
  color: #5C6C75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .intro::before{
  content: '';
  display: block;
  margin-bottom: 30px;
  width: 100px;
  height: 2px;
  background: #5C6C75;

}
.news .more {
  display: block;
  margin-top: 54px;
  width: 130px;
  height: 38px;
  font-size: 12px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  background: #6A7884;
}
.news .more:hover {
  background: #005591;
  color: #fff;
}
/*联系我们*/
.contact {
  height: 276px;
  background: url(../images/lianxi-back.jpg) center no-repeat;
}
.contact .contact-text {
  padding-left: 350px;
  padding-top: 100px;
  opacity: 0;
}
.contact .contact-text .contact-title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #505F6C;
}
.contact .contact-text .contact-title:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 30px;
  height: 4px;
  background: #5A5A5A;
}
.contact .contact-text .text {
  color: #525252;
  font-size: 14px;
  line-height: 35px;
  margin: 0 -15px;
}
.contact .contact-text .text > div {
  padding: 0 15px;
}
.contact .contact-text .text .fa {
  padding-right: 10px;
  color: #005591;
  font-size: 18px;
}

