/*关于我们部分CSS  by Damon*/
body {
    background-color: white;
}
/*about us*/
.aboutUs {
    background: white;
}
.aboutUs .aboutUs-instro {
    font-size: 14px;
    line-height: 26px;
    margin-left: 120px;
}
.aboutUs .aboutUs-instro>span {
    color: white;
    background-color: #a9a9a9;
    padding: 0 10px;
}
.aboutUs .aboutUs-instro>b {
    font-size:16px;
}
/*发展历程-title*/
.history-title {
    background-color: white;
    height: 80px;
    padding:75px 0;
}
.history-title>h3 {
    font-size:36px;
    line-height:45px;
    font-weight:bold;
    text-align: center;
}
.history-title>i {
    background: url("../images/bg04.gif") no-repeat center bottom;
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-family:"Times New Roman";
    text-align: center;
    padding-bottom: 12px;
}
/*发展历程-content*/
.history-title {
    background-color: white;
}
.timeline {
    position: relative;
    z-index: 10;
    /*margin-top: -98px;*/
    margin-bottom: 68px;
    padding-bottom: 420px;
    overflow: hidden;
}
.timeline li {
    position: relative;
    width: 50%;
    height: 310px;
    opacity:0;
}
.timeline .timeline-l {
    /*left:0;*/
    left:-110%;
}
.timeline .timeline-r {
    margin-left: 50%;
    /*right:0;*/
    right:-110%;
}
.timeline li i {
    display: block;
    position: absolute;
    right: -37px;
    top: 0;
    z-index: 12;
    width: 68px;
    height: 68px;
    border: 3px solid #ececec;
    font: normal 24px/68px 'chaparralpro',Verdana,arial;
    text-align: center;
    color: #858585;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
/*.timeline-r i {*/
    /*right:100%;*/
/*}*/
.timeline li h3 {
    margin-bottom: 13px;
    font: normal 24px/37px 'hsw3',\5FAE\8F6F\96C5\9ED1;
    color: #7b6446;
    background: url(../images/bg-dotted.png) 0 bottom repeat-x;
}
.timeline li img {
    display: block;
    width: 551px;
    height: auto;
}
.timeline li p {
    padding: 20px 25px;
    margin-right: 49px;
    border: 1px solid #d7d7d7;
    font: 12px/18px normal;
    color: #858585;
    background-color: #f4f4f4;
}
.timeline-r>img {
    margin-left: 49px;
}
.timeline-r>h3 {
    text-align: right;
}
.timeline-r>i {
    right: auto;
    left: -37px;
}
.timeline .timeline-r>p {
    margin-left: 49px;
    margin-right: 0;
}
.history-content .timeline li img:hover {
    border: 5px solid #c09860;
    width: 541px;
}
.history-content .timeline li i:hover {
    color: #fff;
    background-color: #c09860;
}
.history-content .timeline li p:hover{
    background-color: #fff;
}
/*联系我们*/
.contact {
    margin-bottom: 30px;
}
.contact ul li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
    opacity: 0.5;
    left:-100%;
}
