/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-3-15, 17:51:59
    Author     : Administrator
*/

.timeline-wrapper {
    width: 100%;
    text-align: center;       
}
.timeline-title {
    margin: 20px auto 80px;
    color: #269028;
    font-size: 34px;
    background-image: url('../img/zang/ico_round.png');
    background-repeat: no-repeat;
    background-position: center;
}  
.layui-timeline-item {
    min-height: 200px;
}
.layui-timeline-item::before {
    left: 50%;
    width: 8px;
    background-color: #269028;
    transform: translateX(-50%);        
}

.timeline-wrapper ul:last-child .layui-timeline-item::before {
    display: none;
}

.timeline-step {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -1px;
    z-index: 10;
    width: 50px; 
    height: 50px; 
    line-height: 20px;
    background-color: #269028;
    color: #fff;
    border-radius: 50%;        
    text-align: center;
    font-size: 0;
    line-height: 50px;
}  
.timeline-step span{
    font-size: 28px;
}
.timeline-arrow {
    position: absolute;
    left: 45%;
    top: 25px;
    transform: translateY(-50%);
    width: 20px;
    height: 24px;
    background-image: url('../img/zang/ico_arrows.png');
}
.layui-timeline-right {
    transform: translate(-50%, -50%) rotateZ(180deg);
    left: 54%;
}
.timeline-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-162px);
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.timeline-icon:hover {
    cursor: pointer;
}

.timeline-icon-right {
    transform: translateX(70px);
}
.layui-timeline-content {
    width: 50%;
    text-align: right;
    padding-right: 178px;
    padding-top: 23px;
    /*margin-bottom: 80px;*/
}
.layui-timeline-content-right {
    margin-left: calc(55% + 108px);
    width: 50%;
    text-align: left;
    padding-right: 178px;
    margin-bottom: 80px;
}
.content-right {
    position: absolute;
    top: 0;
}
.layui-timeline-content .layui-timeline-title {
    font-size: 28px;
    color: #269028;
    margin-bottom: 12px;
}

/*body {
    font: 20px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}*/

.tomb-wrapper {
    width: 60rem;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.tomb-title {
    font-size: 28px;
    color: #269028;
}

.tomb-description {
    padding: 40px 0;
}

.tomb-description p {
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.tombs-wrapper {
    width: 100%;
    height: 32.7rem;
    position: relative;
    background-color: #f5f5f5;
    margin-bottom: 40px;
}

.office {
    position: absolute;
    width: 31.2rem;
    height: 11.95rem;
    bottom: 0;
    left: 18rem;
    z-index: 10;
    background-size: 100%;
}

.tomb-doing {
    position: absolute;
    width: 22.6rem;
    height: 15.8rem;
    bottom: 0;
    left: 0;
    background-size: 100%;
}

.tomb-furun {
    position: absolute;
    width: 22.6rem;
    height: 18.95rem;
    top: 5.5rem;
    left: 0;
    background-size: 100%;
}

.tomb-fuji {
    position: absolute;
    width: 14.65rem;
    height: 20.3rem;
    top: 3rem;
    left: 9.5rem;
    background-size: 100%;
}

.tomb-furen {
    position: absolute;
    width: 6.55rem;
    height: 19.85rem;
    top: 2rem;
    left: 20.4rem;
    background-size: 100%;
}

.tomb-fude {
    position: absolute;
    width: 3.65rem;
    height: 20.05rem;
    top: 3rem;
    left: 25.7rem;
    background-size: 100%;
}

.tomb-fuxin {
    position: absolute;
    width: 3.45rem;
    height: 18.45rem;
    top: 3rem;
    left: 29rem;
    background-size: 100%;
}

.tomb-fuyuan {
    position: absolute;
    width: 3.75rem;
    height: 19.2rem;
    top: 3rem;
    left: 32rem;
    background-size: 100%;
}

.tomb-fuan {
    position: absolute;
    width: 4.65rem;
    height: 19.85rem;
    top: 3rem;
    left: 34.6rem;
    background-size: 100%;
}

.tomb-fushou {
    position: absolute;
    bottom: 12.2rem;
    left: 40.1rem;
    font-size: 0.9rem;
    color: #719f99;
    width: 10rem;
    height: 3rem;
}

.tomb-lb {
    position: absolute;    
    font-size: 0.9rem;
    color: #719f99;
    width: 1.6rem;
    border-left: .2rem solid #719f99;
    border-bottom: .2rem solid #719f99;    
}

.tomb-liufang {
    bottom: 17.45rem;
    left: 42.8rem 
}

.tomb-qiyi {
    bottom: 16.95rem;
    left: 45rem;
}

.tomb-pumu {
    bottom: 16.45rem;
    left: 47.3rem;    
}

.tomb-direction {
    position: absolute;
    left: 51.5rem;
    bottom: 0;
    text-align: left;
}

.tomb-direction-item {
    margin-bottom: 10px;
}

.tomb-direction-item .icon {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-color: #e45344;
    margin-right: 20px;   
}

.tomb-direction-item span {
    font-size: 0.9rem;
    line-height: 1rem;
    vertical-align: top;
}

.tomb-direction-item .red {
    background-color: #e45344;
}

.tomb-direction-item .green {
    background-color: #5ba628;
}

.tomb-direction-item .blue {
    background-color: #289aea;
}

.tomb-direction-item .gray {
    background-color: #a9a9a9;
}

.square {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.red {
    background-color: #e45344;
    color: #fff;
}

.green {
    background-color: #5ba628;
    color: #fff;
}

.blue {
    background-color: #289aea;
    color: #fff;
}

.gray {
    background-color: #a9a9a9;
    color: #fff;
}

.tomb-status-wrapper {
    position: relative; 
}

.tomb-status-doing {
    position: absolute;
    top: 5.5rem;
    left: 0;
    width: 70%;
    height: 5rem;
    z-index: 99;
    /*background-color: #289aea;*/
}

.tomb-status-furun {
    position: absolute;
    top: 7.6rem;
    left: 0;
    width: 90%;
    height: 3.9rem;
    z-index: 99;
    transform: rotateZ(35deg);
    /*background-color: #289aea;*/
}

.tomb-status-fuji {
    position: absolute;
    top: 5rem;
    left: -1.6rem;
    width: 20rem;
    height: 3.2rem;
    z-index: 99;
    transform: rotateZ(68deg);
    /*background-color: #289aea;*/
}

.tomb-status-furen {
    position: absolute;
    top: -2rem;
    left: 3.4rem;
    width: 2rem;
    height: 19rem;
    z-index: 99;
    /*background-color: #289aea;*/
}

.tomb-status-fude {
    position: absolute;
    top: -1rem;
    left: 1rem;
    width: 2rem;
    height: 18rem;
    z-index: 99;
    /*background-color: #289aea;*/
}

.tomb-status-fuxin {
    position: absolute;
    top: -0.5rem;
    left: 0.25rem;
    width: 2.7rem;
    height: 18rem;
    z-index: 99;
    /*background-color: #289aea;*/
}

.tomb-status-fuyuan {
    position: absolute;
    top: 0.8rem;
    left: 0.4rem;
    width: 2.4rem;
    height: 17rem;
    z-index: 99;
    /*background-color: #289aea;*/
}

.tomb-status-fuan {
    position: absolute;
    top: -0.3rem;
    left: 1rem;
    width: 2.5rem;
    height: 18rem;
    z-index: 99;
    /*background-color: #289aea;*/
}

.tomb-status-furun:hover, .tomb-status-fuji:hover, .tomb-status-furen:hover, .tomb-status-fude:hover, .tomb-status-fuxin:hover, .tomb-status-fuan:hover {
    cursor: pointer;
}

.tomb-liufang:hover ,.tomb-qiyi:hover ,.tomb-pumu:hover, .tomb-fushou:hover {
    cursor: pointer;
}

/* 修改 */
.layui-text .dianji{
	color: #ff8a00;
	font-size: 18px;
}
.layui-text a:not(.layui-btn){
	color: #fff;
}
/* 修改 */