 .bannerimg{
    position: relative;
  }
  .bannerimg a{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
  }
  .bannerimg h3{
    max-width:500px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 36px;
  }
  @media screen and (max-width: 768px){
   .bannerimg h3{
    font-size:16px;
  }
}
.main-link{
    border-bottom: 1px solid #999;
    padding:5px 0;
}
.main-link ul li a{
    display: block;
    font-size: 16px;
    color: #333333;
}
@media screen and (max-width: 768px){
  .main-link ul li a{ 
    display: block;
    font-size: 14px;
    color: #333333;
}
}
.text-title{
    padding:15px 10px 20px;
}
.text-title .title-warp{
    position: relative;
    text-align: center;
    width: 100%;
}
.container .text-title .title-warp h3{
    font-size: 26px;
    font-style: normal;
    color: #333;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 10px 0;
}
.title-warp h3:after, .title-warp h3:before {
    position: absolute;
    top: 50%;
    background: #ddd;
    content: "";
    height: 1px;
    width: 40%;
}
@media screen and (max-width: 1024px){
  .text-title{
    padding:40px 10px 20px;
  }
  .container .text-title .title-warp h3{
    font-size: 18px;
    color: #666;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
}
  .title-warp h3:after, .title-warp h3:before {
    position: absolute;
    top: 50%;
    background: #ddd;
    content: "";
    height: 1px;
    width: 35%;
}
}
@media screen and (max-width: 768px){
  .text-title{
    padding:40px 10px 20px;
  }
  .container .text-title .title-warp h3{
    font-size: 18px;
    color: #666;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
}
  .title-warp h3:after, .title-warp h3:before {
    position: absolute;
    top: 50%;
    background: #ddd;
    content: "";
    height: 1px;
    width: 30%;
}
}
/*调整背景横线的左右距离*/
.title-warp h3:before {
    left: 0px;
}
.title-warp h3:after {
    right: 0;
}
.text-title .title-container p{
    color: #333;
    text-indent: 20px;
    line-height: 30px;
    font-size: 14px;
}
.text-title .title-container ul li{
    padding: 10px 0;
    font-size: 14px;
    color: #333;
}
@media screen and (max-width: 768px){
  .text-title .title-container ul li{
    padding: 5px 0;
  }
}
/*历程*/
.course_style .course_list li{
    position:relative; 
    margin:20px 0px;
    min-height:90px;
 }
.course_style .course_list li .time_style{ 
    position:absolute; 
    left:50%; 
    width:230px;
    margin-left:-115px;
}
.course_style .course_list li .datetime{
    font-size:18px; 
    font-weight:bold;
    position:absolute; 
    right:75px;
    text-align:center;
    top:-35px;
    width:80px;
}
.course_style .course_list li .label_name{    
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    width: 80px;
    left: 20px;
    background: #ffc107;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    left:10px;
}
.course_style .course_list li .wire{ 
    width:3px; 
    background-color:#ffffff; 
    position:absolute;
    left:50%; 
    margin-left:-1.5px;
    height:40%; 
    top:40px;
}
.course_style .course_list li .yuan_img{ 
    margin: 0 auto;
    background:#06c1ff;
    border-radius:50%;
    display:block; 
    width:34px; 
    height:34px;
}
.course_style .course_list li .content{ 
    background-color:#FFF; 
    color:#888888;
    padding:5px 10px;
    line-height:24px;
    font-size:14px; 
    border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -webkit-border-radius:3px; 
    margin:0px 10px;
    position:absolute;
}
.Company_content{
    margin-bottom:60px;
    display:block;
    background:#ffffff;
    padding:5px;
}
.course_style .course_list li.course_right .content{
    left:55%;
}
.course_style .course_list li.left_course .label_name{ 
    left:60%;
}
.course_style .course_list li.left_course .content{
    right:55%;
}
.course_style .course_list li.left_course .content .jiantou{
    right: -25px; 
    left: inherit;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffff;
    border-right:0px;
}
.course_style .course_list li .jiantou{     
    position: absolute;
    z-index: 1132;
    width: 25px;
    height: 15px;
    left: -25px;
    top:20px;
    margin-top: -12px;
    border-top: 10px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
}
/*/****************************详细**********************************/
/*.detailed-style{}
.detailed-style .title_name{text-align: center; margin-bottom: 20px;}
.detailed-style .detailed-info{ line-height: 24px; padding: 15px;}
.article-operation{border-top: 1px solid #dddddd;}*/