/*------------ about-editor ------------*/

.about-editor .num {
    font-family: 'Open Sans', sans-serif;
    color: #2C281D;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 4px;
}

.about-editor p {
    letter-spacing: 2px;
    margin: 0;
}

.about-editor .tit_s {
    color: #858585;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    margin: 0 0 10px;
}

.about-editor .tit {
    color: #B3CE1E;
    font-size: 32px;
    letter-spacing: 6px;
    line-height: 1.2;
    margin: 0 0 20px;
    text-indent: -6px;
}

.about-editor .box1,
.about-editor .box3 {
    position: relative;
}

.about-editor .box1 .txt-box {
    position: absolute;
    top: 3%;
    left: 3%;
}

.about-editor .box2 {
    margin: 40px 0;
}

.about-editor .box2 .col {
    float: left;
}

.about-editor .box2 .col.pic {
    width: 288px;
    padding: 0 0 0 0;
}

.about-editor .box2 .col.txt {
    float: right;
    width: calc(100% - 350px)
}

.about-editor .box3 .row {
    position: absolute;
    top: 17%;
    left: 8%;
    padding: 0 35px 0 0;
}

.about-editor .box3 .col {
    float: left;
}

.about-editor .box3 .col1 {
    width: 225px;
}

.about-editor .box3 .col2 {
    width: calc(100% - 230px);
}


/*------------ news-editor ------------*/

.timeline {
    max-width: 930px;
    margin: 245px auto 0;
    position: relative;
    letter-spacing: 0.08em;
    padding: 0 90px;
}

.timeline .title{
    position: absolute;
    width: 100%;
    font-size: 48px;
    line-height: 1.2;
    color: #2C261D;
    text-align: center;
    bottom: 100%;
    letter-spacing: 7px;
    margin: 0px 0 35px 0;
    left: 0;
}

.timeline .title p{
    line-height: 2;
    font-size: 15px;
    letter-spacing: 2px;
}

.order1,
.order2,
.order3,
.order4,
.order5,
.order6,
.order7 {
    /* older safari/Chrome browsers */
    -webkit-opacity: 0;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 0;
    /* IE9 + etc...modern browsers */
    opacity: 0;
    /* IE 4-9 */
    filter: alpha(opacity=0);
}

.timeline li.event {
    display: block;
    min-height: 380px;
    position: relative;
    background-size: 1px 0;
    opacity: 1;
    -webkit-transition: background-size 1.5s ease;
    -moz-transition: background-size 1.5s ease;
    -o-transition: background-size 1.5s ease;
    -ms-transition: background-size 1.5s ease;
    transition: background-size 1.5s ease;
}

.timeline li.event.linestart {
    background-size: '1px 100%';
}

.timeline li:first-child.event {
    min-height: 338px;
}

.timeline li.event:before {
    position: absolute;
    display: block;
    left: -2px;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 100%;
    background: #fafafa;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.timeline li.now:before {
    opacity: 1;
}

.timeline .line_dot {
    background-image: url('../../images/common/news/home_dot.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 0;
    overflow: hidden;
    width: 18px;
    height: 100%;
}

.timeline .line_dot span {
    position: relative;
    overflow: hidden;
}

.timeline li.event .point {
    width: 270px;
    top: -150px;
    position: absolute;
    right: 0;
    z-index: 100;
}

.timeline li.event:nth-of-type(2n+1) {
    min-height: 250px;
}

.timeline li:last-child.event {
    min-height: 520px;
}

.timeline li.event:nth-of-type(4) {
    min-height: 390px;
}

.timeline li.event:nth-of-type(2n+1) .point {
    width: 270px;
    top: -380px;
    position: absolute;
    left: 0;
    z-index: 100;
}

.timeline li.event.e4 .point{}

.timeline li.event .circle {
    position: relative;
    width: 270px;
    height: 270px;
    border-radius: 30px;
    overflow: hidden;
}

.timeline li.event .circle .circle_black {
    background: #000;
    width: 132px;
    height: 132px;
    border-radius: 100%;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    margin-left: -66px;
    top: 50%;
    margin-top: -66px;
    z-index: 500;
}

.timeline li.event .circle .circle_icon {
    width: 88px;
    height: 88px;
    position: absolute;
    left: 50%;
    margin-left: -44px;
    top: 50%;
    margin-top: -44px;
    z-index: 1000;
    opacity: 0;
}

.timeline li.event .point h2 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    color: #2C271D;
    margin: 25px 0 20px 0;
}

.timeline li.event .point p {
    font-size: 15px;
    color: #666666;
    text-align: left;
    opacity: 0;
    line-height: 1.75;
}

.timeline li.event .point .list {
    background: url(../images/index/list_dot.gif) left 20px no-repeat;
    font-size: 13px;
    color: #5c5c5c;
    line-height: 30px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 24px;
    padding: 15px 0 15px 20px;
    width: 80%;
}

.timeline li.event .point .list:last-child {
    border-bottom: none;
}


.timeline .line {
    position: absolute;
    width: 790px;
    height: 790px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    bottom: 180px;
    z-index: 0;
}

.timeline .end {
    position: absolute;
    bottom: 0px;
    width: 100%;
    letter-spacing: 3px;
    background: #F7F7F7;
    margin: 0 -90px;
    padding: 40px 50px;
    box-sizing: border-box;
}

.timeline .end:after{
    content: "";
    width: 45px;
    height: 4px;
    display: block;
    background: #2C281D;
    margin: 30px auto 0;
}

/*------------ terms-editor ------------*/

.terms-editor {
    color: #666;
    line-height: 1.75;
}

.terms-editor .title {
    font-size: 16px;
    font-weight: bold;
    color: #bcc200;
    margin: 0;
}




/*------------ index-editor ------------*/

.index-about-editor,
.index-team-editor {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
}

.index-about-editor table .pic {
    width: 507px;
    padding: 0 15px;
}

.index-team-editor .pic {
    margin: 55px 0 0 0;
}

.index-team-editor .pic img {
    margin: 0 30px;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .about-editor .box1 .txt-box {
        top: 15%;
    }
}

@media screen and (max-width: 1024px) {
    .index-about-editor table td {
        width: 100%;
        float: left;
    }
    .index-about-editor table .pic {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
}

@media screen and (max-width: 900px) {
    .about-editor .box1 .txt-box,
    .about-editor .box3 .row {
        position: static;
        margin: 0 0 15px;
        padding: 0;
    }
    .about-editor .box2 .col.pic,
    .about-editor .box2 .col.txt,
    .about-editor .box3 .col1,
    .about-editor .box3 .col2 {
        width: auto;
        float: none;
    }
    .timeline{
        padding: 0;
        max-width: 600px;
    }
    .timeline .end{
        margin: 0;
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .timeline {
        max-width: 600px;
    }
    .timeline li.event .point{
        width: 230px;
    }
    .timeline li.event .circle{
        width: 230px;
        height: 230px;
    }
}

@media screen and (max-width: 600px) {
    .timeline .line_dot{
        display: none;
    }
    .timeline li.event{
        margin-bottom: 70px;
    }
    .timeline li:first-child.event,
    .timeline li.event:nth-of-type(2n+1){
        min-height: auto;
    }
    .timeline li.event .point,
    .timeline li.event:nth-of-type(2n+1) .point{
        position: static;
        width: auto;
    }
    .timeline li.event .circle{
        margin: 0 auto;
    }
    .timeline li.event .point p{
        max-width: 400px;
        margin: 0 auto;
    }
    .timeline .end{
        position: static;
    }
    .timeline .title{
        font-size: 40px;
        margin: 0 0 15px 0;
    }
}

@media screen and (max-width: 480px) {
    .index-team-editor .pic img {
        margin: 0 10px 10px;
    }
}