/* -------------------------------- 

Modules - reusable parts of our design
/*=======公司简介--首页===============================*/
.aboutus .about_bg{padding:0px; margin:0px;background-image:url(../images/about_bg.jpg); background-size:cover; height: 416px;padding:0px; margin:0px;overflow:hidden;}
.aboutus .about_bg2{background-color:#F4F4F4;height: 416px; overflow:hidden;}
.aboutus .about_textbox{margin: 6% 10% 1%;}
.aboutus .about_textbox .about_title h2{ font-weight:600; display: block; margin-bottom: 40px;}
.aboutus .about_textbox .about_text { line-height: 30px; max-height: 90px; overflow: hidden; font-size:16px;}
.aboutus .about_buttom .btn-default{  width:150px; text-align:left;border:0px solid;border-radius:0px; padding:10px 20px; margin-top: 30px; border:1px solid #464646; background-color: transparent; font-weight: bold;}
.aboutus .about_buttom .btn-default:hover{ background-color:#ECEBEB;}
/*=======公司简介--首页--企业文化========================*/
.about_culture{ padding:0px; margin:0px; margin-top: 0px; color: #FFFFFF;}
.about_culture .culture_left_bg{ background-color: #595959; height: 418px; }
.about_culture .culture_right_bg{ background-image:url(../images/about_culture_bg.jpg); background-size:cover;height: 418px;}

.about_culture .about_culture_box{ margin: 6% 10% 1%;}
.about_culture .about_culture_box .culture_title h2{ font-weight:600; display: block; margin-bottom: 40px;}
.about_culture .about_culture_box .culture_text { line-height: 40px; max-height: 200px; overflow: hidden; font-size:16px;}
.about_culture .about_culture_box .culture_text p{line-height: 40px;font-size:16px;}
.about_culture .about_culture_box .culture_text img{max-width: 100%;}
.about_culture .about_culture_box .culture_text strong{ padding-right: 10px;}
/*=======公司简介--首页--荣誉========================*/
.about_honor{ padding: 0px;  margin-top:30px; margin-bottom: 50px;}
.about_honor h2{ text-align: center; font-weight: 700; margin-bottom: 40px;}
.about_honor .item{ border: 1px solid #BBBBBB; padding: 30px 10px;	margin: 0px 20px;	color: #FFF;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px; min-height: 320px; margin-bottom: 30px;}
#owl-honor .item img{width: auto;margin: 0 auto;display: block; max-height: 150px;}
#owl-honor .item .honor_title{ height:78px; overflow: hidden;  margin-top: 40px;}
#owl-honor .item .honor_title h4{font-size: 14px; padding:0px; margin:0px;font-weight: bold; line-height: 26px;}
#owl-honor .item:hover {background-color: #F1EFEF; color:#0d5bb5;}
/*=======公司简介--首页--发展历程========================*/
/* about-history */
.about-history h2{ color:#FFFFFF; text-align:center; font-weight: 700;}
.about-history{ height:auto; background:url(../images/about_fazhan_bg.jpg) no-repeat center fixed; -webkit-background-size:100% 100%; background-size:100% 100%;}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); text-align:center;
}
.cd-timeline-block:hover .cd-timeline-img.cd-picture{  background-color: #0d5bb5; color:#FFFFFF;}
.cd-timeline-img.cd-picture { background:#DBDBDB; color:#3F3F3F;}
.cd-timeline-img.cd-picture h3{ font-weight: bold;}
.cd-timeline-content:hover,.cd-timeline-block:hover.cd-timeline-content{ background-color: #0d5bb5;color:#FFFFFF; }


@media only screen and (min-width: 1024px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0; padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}


@media only screen and (min-width: 1024px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 0px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed; max-height: 130px; overflow: hidden;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (max-width: 768px) {
 .about-history{ height:auto; background:url();background-color:#F4F4F4;  }
 .about-history h2{ color:#000000; }
  .cd-timeline-content p {
    font-size: 14px;
    font-size: 1rem;
  }
	.cd-timeline-block .cd-picture h3{ font-size: 14px; padding-top:10px; margin:0px;}
	.cd-timeline-content{ margin-left: 60px;}
}
@media only screen and (min-width: 1024px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }

}