#banner a {
  height: 550px;
  background: url(../../images/index/banner.jpg) no-repeat top center;
}

#content .section {
  position: relative;
  padding: 60px;
}
#content .section .sec-wrapper {
  width: 1000px;
  margin: 0 auto;
}
#content .section .title h3 {
  font-size: 24px;
  color: #ff6307;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#content .section .title p span {
  font-size: 18px;
  color: #BCB1AD;
  margin: 0 10px;
  vertical-align: -3px;
}
#content .section .title p em {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #BCB1AD;
  border-radius: 50%;
}
#content .section .title p em {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #BCB1AD;
  border-radius: 50%;
}
#content .section .title .left-point:before,
#content .section .title .right-point:before {
  content: '';
  position: absolute;
  top: 3px;
  width: 435px;
  height: 1px;
  background-color: #BCB1AD;
}
#content .section .title .left-point:before {
  right: 0;
}
#content .section .title .right-point:before {
  left: 0;
}
#content .section .desc {
  padding: 58px 0;
}
#content .section .read-more a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 28px;
  font-size: 14px;
  color: #ff6307;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
#content .section .read-more a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../../images/read-more-icon.png) no-repeat;
  margin-left: 5px;
}
#content .section .read-more a img {
  margin-left: 5px;
}
#content .section .read-more a:hover {
  border-color: #ff6307;
  background-color: #ff6307;
  color: #fff;
}
#content .section .read-more a:hover:after {
  background: url(../../images/read-more-icon-white.png) no-repeat;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.sec1:after,
.sec2:before,
.sec2:after,
.sec3:before {
  content: '';
  position: absolute;
}
.sec1:after {
  width: 199px;
  height: 172px;
  bottom: 0;
  right: 0;
  background: url(../../images/index/section1-rightBottom-radius.png) no-repeat;
}
.sec2:before {
  width: 171px;
  height: 136px;
  top: 0;
  left: 0;
  background: url(../../images/index/section2-leftTop-radius.png) no-repeat;
}
.sec2:after {
  width: 193px;
  height: 141px;
  bottom: 0;
  left: 0;
  background: url(../../images/index/section2-leftBottom-radius.png) no-repeat;
}
.sec3:before {
  width: 175px;
  height: 102px;
  top: 0;
  right: 0;
  background: url(../../images/index/section3-rightTop-radius.png) no-repeat;
}

.sec1 {
  background: url(../../images/index/section1-top-bg.jpg) no-repeat center top;
}
.sec1 .desc {
  height: 354px;
}
.sec1 .desc .left-img {
  width: 493px;
  float: left;
}
.sec1 .desc .left-img ul {
  position: relative;
  height: 354px;
  overflow: hidden;
}
.sec1 .desc .left-img ul li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.sec1 .desc .left-img ul li a {
  height: 100%;
  width: 100%;
  position: relative;
}
.sec1 .desc .left-img ul li a img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.sec1 .desc .left-img ul li.current {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sec1 .desc .left-img li a {
  display: block;
}
.sec1 .desc .left-img li img {
  display: block;
}
.sec1 .desc .right-text {
  width: 494px;
  height: 354px;
  float: right;
}
.sec1 .desc .right-text ul {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 0 15px #e6e6e6;
}
.sec1 .desc .right-text li {
  padding: 0 30px;
}
.sec1 .desc .right-text li a {
  position: relative;
  display: block;
  padding: 37px 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.sec1 .desc .right-text li:last-of-type a {
  border-bottom: none;
}
.sec1 .desc .img-title p {
  font-size: 14px;
  color: #9f9b9b;
  letter-spacing: 1px;
}
.sec1 .desc .img-title h4 {
  font-size: 16px;
  color: #777777;
  font-weight: bold;
  margin-top: 4px;
}
.sec1 .desc .img-title em {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px;
  width: 98px;
  text-align: right;
  font-size: 60px;
  color: #edecec;
}
.sec1 .desc .hover-text {
  display: none;
  position: absolute;
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  padding: 18px 30px;
  background: url(../../images/index/section1-right-current-bg.jpg) no-repeat;
  z-index: 100;
}
.sec1 .desc .right-text li:first-of-type .hover-text {
  border-radius: 10px 10px 0 0;
}
.sec1 .desc .right-text li:last-of-type .hover-text {
  border-radius: 0 0 10px 10px;
}
.sec1 .desc .hover-text:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 11px;
  background: url(../../images/index/section1-right-current-triangle.jpg) no-repeat;
}
.sec1 .desc .hover-text h4 {
  position: relative;
  padding-right: 98px;
  margin-bottom: 8px;
}
.sec1 .desc .hover-text h4 p{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.sec1 .desc .hover-text h4 span{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #fff;
}
.sec1 .desc .hover-text > p{
  display: -webkit-box;
  font-size: 14px;
  color: #fff;
  text-align: left;
  overflow: hidden;  
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sec1 .desc .right-text li.current .hover-text {
  display: block;
}

.sec2 {
  background-color: #f7f7f7;
}
.sec2 .desc ul {
  width: 1042px;
  height: 320px;
}
.sec2 .desc li {
  float: left;
  width: 306px;
  height: 343px;
  margin-right: 41px;
  background-color: #fff;
  -webkit-transition: box-shadow .25s ease-in-out;
     -moz-transition: box-shadow .25s ease-in-out;
      -ms-transition: box-shadow .25s ease-in-out;
       -o-transition: box-shadow .25s ease-in-out;
          transition: box-shadow .25s ease-in-out;
}
.sec2 .desc li a {
  display: block;
}
.sec2 .desc li .top-img {
  position: relative;
  width: 306px;
  height: 194px;
  overflow: hidden;
}
.sec2 .desc li .top-img img {
  display: block;
}
.sec2 .desc li .top-img .read-more {
  position: absolute;
  bottom: -32px;
  display: inline-block;
  width: 100%;
  height: 31px;
  line-height: 31px;
  background: url(../../images/index/section2-hover-bg.jpg) no-repeat;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-transition: bottom .25s ease-in-out;
     -moz-transition: bottom .25s ease-in-out;
      -ms-transition: bottom .25s ease-in-out;
       -o-transition: bottom .25s ease-in-out;
          transition: bottom .25s ease-in-out;
}
.sec2 .desc li .top-img img {
  width: 100%;
  height: 100%;
}
.sec2 .desc li .bottom-text {
  padding: 28px 30px;
}
.sec2 .desc li .bottom-text h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
  text-align: center;
}
.sec2 .desc li .bottom-text p {
  display: -webkit-box;
  max-height: 76px;
  font-size: 14px;
  color: #9f9b9b;
  overflow: hidden;  
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sec2 .desc li:hover {
  box-shadow: 0 8px 20px #BCB1AD;
}
.sec2 .desc li:hover .read-more {
  bottom: 0;
}

.sec3 .desc {
  height: 460px;
  border-radius: 15px;
  overflow: hidden;
}
.sec3 .desc:hover {
  overflow: auto;
  /*box-shadow: inset 0 -2px 15px #d2d2d2, inset 0 2px 15px #d2d2d2;*/
}
.time-line li{
  position: relative;
  padding: 25px 15px 30px 168px;
  cursor: default;
  -webkit-transition: padding-bottom .25s ease-in-out;
     -moz-transition: padding-bottom .25s ease-in-out;
      -ms-transition: padding-bottom .25s ease-in-out;
       -o-transition: padding-bottom .25s ease-in-out;
          transition: padding-bottom .25s ease-in-out;
}
.time-line li:last-of-type {
  padding-bottom: 0;
}
.time-line li:after{
  content: '';
  position: absolute;
  top: 30px;
  left: 43px;
  width: 1px;
  height: 100%;
  background: url(../../images/index/step-line.jpg) repeat-y;
}
.time-line li:last-of-type:after{
  display: none;
}
.time-line .milestone-date{
  position: absolute;
  left: 38px;
  top: 30px;
  width: 12px;
  height: 12px;
  background-color: #dcdcdc;
  border-radius: 50%;
  z-index: 10;
}
.time-line li:hover .milestone-date {
  background-color: #ff6307;
}
.time-line .milestone-date p {
  position: absolute;
  left: 26px;
  top: -10px;
  width: 60px;
}
.time-line .milestone-date p span {
  color: #9f9b9b; 
}
.time-line li:hover .milestone-date p span {
  color: #ff6307; 
}
.time-line .milestone-date p .date {
  font-size: 16px;
}
.time-line .milestone-date p .year {
  font-size: 12px;
}
.time-line li .right-text {
  position: relative;
}
.time-line .default-text {
  font-size: 16px;
  color: #9f9d9d;
}
.time-line .hover-desc {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -34px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px #BCB1AD;
}
.time-line .hover-desc .left-img {
  width: 150px;
  height: 100px;
}
.time-line .hover-desc .left-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.time-line .hover-desc .right-text p {
  display: -webkit-box;
  max-height: 100px;
  padding: 0 21px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  overflow: hidden;  
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.time-line li.current {
  padding-bottom: 40px;
}
.time-line li.current .hover-desc {
  display: block;
  background-color: #f8f8f8;
  z-index: 100;
}
.time-line li:hover {
  padding-bottom: 60px;
}
.time-line li:hover .hover-desc {
  display: block;
  background-color: #f8f8f8;
  z-index: 100;
}
