@charset "UTF-8";
.culture, .develop {
    margin-bottom: 90px;
    min-width: 1200px;
    overflow: hidden
}

.develop {
    position: relative;
    height: 1106px;
    zoom: 1
}
.develop .container{
    width:100%;
}
.develop .pic_dev {
    background: url(../../images/ftgw/develop.png) center top no-repeat;
    width: 1920px;
    height: 1106px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px
}

.develop .title {
    position: absolute;
    top: 280px;
    width: 100%
}
.develop h2{
    text-align: center;
    margin-top: 50px;
    font-size: 36px;
    color: #333;
}


.develop .title h2, .develop .title h3 {
    /*color: #1f4e5e*/
}

.develop .overlay {
    height: 460px;
    top: -460px;
    opacity: .4;
    filter: alpha(opacity=40)
}

.develop .process {
    position: absolute;
    width: 100%;
    height: 460px;
    top: 60%;
    left: 0;
    margin-top: 230px
}

.timer {
    width: 1152px;
    margin: 0 auto;
    position: relative;
    top: -230px;
    background-color: #fff;
    height: 3px
}

.timer02 {
    width: 1152px;
    margin: 0 auto;
    position: relative;
    top: -430px;
    background-color: #fff;
    height: 3px
}

.timer ul {
    position: absolute;
    left: -40px;
    top: 50%;
    height: 280px;
    margin-top: -140px
}

.timer ul li {
    position: relative;
    width: 150px;
    height: 280px;
    float: left;
    cursor: pointer;
    zoom: 1
}

.timer ul li .hd, .timer ul li .hd.hd_up .icon_node, .timer ul li .hd.hd_up .line, .timer ul li .hd.hd_up .year {
    position: absolute
}

.timer ul li .hd {
    left: 50%;
    top: 91px;
    width: 80px;
    height: 100%;
    margin-left: -40px
}

.timer ul li .hd .year {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 2;
    text-align: center
}

.timer ul li .hd .icon_node {
    display: block;
    margin-left: 20px
}

.timer ul li .hd .line {
    width: 2px;
    height: 48px;
    background-color: #fff;
    display: block;
    margin-left: 40px;
    margin-top: -13px
}

.timer ul li .hd .bd {
    text-align: left
}

.timer ul li .hd .bd .pop_time {
    display: none
}

.timer ul li .hd.hd_up {
    top: -141px
}

.timer ul li .hd.hd_up .bd {
    position: absolute;
    zoom: 1;
    left: 0;
    bottom: 60px
}

.timer ul li .hd.hd_up .line {
    margin-top: 0;
    left: -4px;
    bottom: 10px
}

.timer ul li .hd.hd_up .icon_node {
    left: 16px;
    bottom: -22px;
    margin-left: 0
}

.timer ul li .hd.hd_up .year {
    margin-top: 0;
    left: 18px;
    bottom: -46px
}

.timer ul li.cur .hd {
    width: 160px;
    top: 71px;
    margin-left: -50px
}

.timer ul li.cur .hd .year {
    font-size: 20px;
    text-align: left;
    margin-left: 20px;
    line-height: 2.4
}

.timer ul li.cur .hd .icon_node {
    background-position: right bottom;
    margin: 0 0 0 30px;
    display: block;
    -webkit-animation: move-ani-1 steps(8) .5s both;
    animation: move-ani-1 steps(8) .5s both
}

.timer ul li.cur .hd .line {
    margin-left: 50px;
    margin-top: 0;
    height: 80px;
    -webkit-animation: move-ani-2 .5s ease-in both;
    animation: move-ani-2 .5s ease-in both
}

.timer ul li.cur .hd .bd {
    -webkit-animation: move-ani-3 .5s ease-in both;
    animation: move-ani-3 .5s ease-in both;
    position: relative;
    z-index: 1
}

.timer ul li.cur .hd .bd .icon {
    margin-left: 11px;
    position: relative;
    z-index: 1;
    margin-top: 12px
}

.timer ul li.cur .hd .bd .pop_time {
    width: 245px;
    border-top: 20px solid #d50f19;
    position: absolute;
    left: -69px;
    display: inline-block;
    z-index: 0;
    zoom: 1;
    -webkit-animation: move-ani-4 1s ease-in;
    animation: move-ani-4 1s ease-in
}

.timer ul li.cur .hd .bd .pop_time .arrow {
    background: url(../../images/ftgw/timer_bg.png) left bottom no-repeat;
    width: 90px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -48px
}

.timer ul li.cur .hd .bd .pop_time .list_wrap {
    background-color: #fff;
    padding: 33px 20px 10px 15px
}

.timer ul li.cur .hd .bd .pop_time .list_wrap .list_item {
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: none
}

.timer ul li.cur .hd .bd .pop_time .list_wrap .list_item .circle {
    font-size: 14px;
    color: #fff
}

.timer ul li.cur .hd .bd .pop_time .list_wrap .list_item .circle .num {
    width: 42px;
    height: 42px;
    display: inline-block
}

.timer ul li.cur .hd .bd .pop_time .list_wrap .list_item .info p {
    margin-left: 50px;
    border-bottom: 1px solid #d50f19;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.5
}

.timer ul li.cur .hd .bd .pop_time .list_wrap .list_item.last .info p {
    border-bottom: none
}

.timer ul li.cur .hd.hd_up .year {
    margin-top: 0;
    bottom: 140px;
    left: 4px
}

.timer ul li.cur .hd.hd_up .icon_node {
    margin-left: 11px;
    bottom: 190px
}

.timer ul li.cur .hd.hd_up .line {
    bottom: 230px;
    margin-left: 52px;
    -webkit-animation: move-ani-5 .5s ease-in both;
    animation: move-ani-5 .5s ease-in both
}

.timer ul li.cur .hd.hd_up .bd {
    -webkit-animation: move-ani-6 .5s ease-in both;
    animation: move-ani-6 .5s ease-in both;
    top: -140px
}

.timer ul li.cur .hd.hd_up .bd .icon {
    margin-left: 9px
}

.timer ul li.cur .hd.hd_up .bd .pop_time {
    border-top: none;
    border-bottom: 20px solid #d50f19;
    left: -73px;
    -webkit-animation: move-ani-4 1s ease-in;
    animation: move-ani-4 1s ease-in
}

.timer ul li.cur .hd.hd_up .bd .pop_time .arrow {
    bottom: -95px;
    background-position: left top;
    margin-left: -46px
}

.timer ul li.last {
    width: 40px
}

.timer ul li.last .hd {
    margin-left: -16px
}


.num {
    background: url(../../images/ftgw/num.png) no-repeat
}

.num2 {
    background-position: left -50px
}

.num3 {
    background-position: left -100px
}

.num4 {
    background-position: left -150px
}

.num5 {
    background-position: left -200px
}

.num6 {
    background-position: left -250px
}

.num7 {
    background-position: left -300px
}

.num8 {
    background-position: left -350px
}

.num9 {
    background-position: left -400px
}

.num10 {
    background-position: left -450px
}

.num11 {
    background-position: left -500px
}

.num12 {
    background-position: left -550px
}


.icon {
    background: url(../../images/ftgw/develop1.png) no-repeat;
    width: 80px;
    height: 80px;
    display: block;
    clear: both
}

.icon_1 {
    background: url(../../images/ftgw/develop2.png) no-repeat;
}

.icon_2 {
    background: url(../../images/ftgw/develop3.png) no-repeat;
}

.icon_3 {
    background: url(../../images/ftgw/develop4.png) no-repeat;
}

.icon_4 {
    background: url(../../images/ftgw/develop5.png) no-repeat;
}

.icon_5 {
    background: url(../../images/ftgw/develop6.png) no-repeat;
}

.icon_6 {
    background-position: left -600px
}

.icon_7 {
    background-position: left -700px
}

.icon_8 {
    background-position: left -800px
}

.icon_9 {
    background-position: left -900px
}

.icon_10 {
    background-position: left -1000px
}

.icon_11 {
    background-position: left -1100px
}

.icon_12 {
    background-position: left -1200px
}

.icon_13 {
    background-position: left -1300px
}

.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20)
}
 .overlay {
    position: absolute;
    left: 0
}
.pics_show, .wd {
    width: 1200px;
    margin: 0 auto;
    position: relative
}
.icon_node {
    background: url(../../images/ftgw/icon_dot.png) left top no-repeat;
    width: 42px;
    height: 42px;
    display: inline-block
}

.list_wrap .list_item {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #221e1f
}

.list_wrap .list_item.list_link:hover {
    color: #d50f19;
    background-color: #F7F7F7
}

.list_wrap .list_item .title {
    padding-left: 10px
}

.list_wrap .list_item .right {
    color: #888;
    padding-right: 10px
}

.list_wrap.list_lr .list_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d50f19;
    font-size: 18px
}

.list_wrap.list_lr .list_item .title {
    width: 280px
}

.list_wrap.list_lr .list_item .title h3 {
    font-size: 16px;
    color: #221e1f
}

.list_wrap.list_lr .list_item .info p {
    margin-left: 300px;
    line-height: 2
}

.list_wrap.list_lr .list_item.last {
    border-bottom: none
}

.list_wrap.list_title .list_item {
    margin-bottom: 40px;
    border-bottom: none
}

.list_wrap.list_title .list_item .title {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0
}

.list_wrap.list_title .list_item .title h3 {
    font-size: 24px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #d50f19;
    line-height: 1;
    padding-bottom: 14px
}

.list_wrap.list_title .list_item .info p {
    margin-left: 0;
    line-height: 3
}

.list_wrap .list_item, .list_wrap .list_item .title, .table {
    font-family: 'microsoft yahei'
}
.timer .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: url(../../images/ftgw/circle_s.png) no-repeat
}
.left {
    float: left
}

@-webkit-keyframes move-ani-1 {
    0% {
        background-position: 0
    }
    100% {
        background-position: 100%
    }
}

@keyframes move-ani-1 {
    0% {
        background-position: 0
    }
    100% {
        background-position: 100%
    }
}

@-webkit-keyframes move-ani-2 {
    0% {
        height: 48px;
        margin-top: -13px
    }
    100%, 80% {
        height: 80px;
        margin-top: 0
    }
}

@keyframes move-ani-2 {
    0% {
        height: 48px;
        margin-top: -13px
    }
    100%, 80% {
        height: 80px;
        margin-top: 0
    }
}

@-webkit-keyframes move-ani-3 {
    0% {
        font-size: 14px;
        margin-top: -20px
    }
    100% {
        font-size: 20px;
        margin-top: 0
    }
}

@keyframes move-ani-3 {
    0% {
        font-size: 14px;
        margin-top: -20px
    }
    100% {
        font-size: 20px;
        margin-top: 0
    }
}

@-webkit-keyframes move-ani-4 {
    0% {
        opacity: .8
    }
    100%, 50% {
        opacity: 1
    }
}

@keyframes move-ani-4 {
    0% {
        opacity: .8
    }
    100%, 50% {
        opacity: 1
    }
}

@-webkit-keyframes move-ani-5 {
    0% {
        bottom: 210px
    }
    100%, 60% {
        bottom: 230px
    }
}

@keyframes move-ani-5 {
    0% {
        bottom: 210px
    }
    100%, 60% {
        bottom: 230px
    }
}

@-webkit-keyframes move-ani-6 {
    0% {
        top: -80px
    }
    100%, 60% {
        top: -140px
    }
}

@keyframes move-ani-6 {
    0% {
        top: -80px
    }
    100%, 60% {
        top: -140px
    }
}
