.container-wrap{
    width: 1200px;
    margin: 0 auto;
    padding-top:0px;
}
label{
	max-width: none;
}
.banner{
    height: 165px;
    width: 100%;
    background: url("lxwm1.jpg") center no-repeat;
    background-size: 100% 100%;
}
.about-list{
    margin-bottom: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #ff6b01;
    border: none;
    border-bottom: 1px solid #fff;
}
.nav-tabs{
	border: none;
}
.nav-tabs>li{
	width: 33.33%;
	margin: 0;

}
.nav-tabs>li>a {
    color: #333;
    line-height: 18px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    background-color:#FFE5CE;
    border: none;
    border-radius: 0px 0px 0 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.nav-tabs>li>a:hover {
    text-decoration: none;
    color: #FF6B01;
    background-color: rgba(0,0,0,0.5);
}
.about-title,.about-img{
    margin-top: 20px;
    font-size: 20px;
}
.about-text{
    margin-bottom: 10px;
    font-size: 14px;
}
.table tbody>tr>td{
    text-align: center;
    line-height: 30px;
    border-top:none ;
}
.table tbody>tr>td img{
     margin-bottom: 30px;
 }
.line{
    width: 2px;
    height: 1950px;
    background-color: #ddd;
    position: absolute;
    margin-left: 50%;
}
.list-left{
    width: 50%;
    float: left;
}
.list-left li{
    text-align: right;
    padding-right: 85px;
}
.list-line,.list-lineR{
    display: inline-block;
    width: 65px;
    height: 2px;
    background-color: #ddd;
    margin-left: 5px;
    margin-bottom: 9px;
    position: relative;

}
.list-left li span{
    margin-right: -85px;
    color: #ff6b01;
    font-size: 26px;
    display: block;
}
.list-left>li>p{
    font-size: 16px;
    margin-top: 10px;
    margin-right: -50px;
}
.list-right>li>p{
    font-size: 16px;
    margin-top: 10px;
    margin-left: -50px;
}
.list-line:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: -4px;
    border-radius: 50%;
    background-color: #ddd;

}
.list-left li span:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff6b00;
    margin-right: -7px;
    margin-bottom: 5px;
    z-index: 9;
    position: relative;

}
.list-right{
    width: 50%;
    float: left;
}
.list-right li{
    padding-left: 85px;
}
.list-right li span:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff6b00;
    margin-right: -7px;
    margin-left: -7px;
    margin-bottom: 5px;
    z-index: 9;
    position: relative;

}
.list-lineR:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: -4px;
    border-radius: 50%;
    background-color: #ddd;

}
.list-right li span {
    margin-left: -85px;
    color: #ff6b01;
    font-size: 26px;
    display: block;
}
#demo li img{
   width:100%;
}