.content {
    position: relative;
    background-color: #fff;
}

.content .topbg {
    position: absolute;
    width: 100%;
    height: 686px;
    background-image: url("../images/about/topbg1.png");
    background-repeat: repeat-x;
    background-size: 810px;
}

.navblk {
    opacity: 0;
}

.content .page_title {
    position: relative;
    width: 100%;
    height: 210px;
    background-image: url("../images/about/title.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    /*background-size: 299px 82px;*/
    margin-bottom: 70px;
}

.about .title_img {
    display: block;
    position: relative;
    margin: 0px auto 50px;
    text-align: center;
    padding-top: 110px;
}

.content .triggerblk {
    position: relative;
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    border-top: 2px solid #000;
    border-bottom: 1px solid #c7c7c7;
    z-index: 1;
}

.content .triggerblk ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.content .triggerblk ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    width: 25%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    cursor: pointer;
}

.content .triggerblk ul li::before {
    width: 1px;
    height: 34px;
    background-color: #cbcbcb;
    content: '';
    position: absolute;
    right: 0;
    top: 33px;
}

.content .triggerblk ul li:last-child::before {
    display: none;
}

.content .triggerblk ul li::after {
    width: 5px;
    height: 5px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #c4c4c4;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    content: '';
}

.content .triggerblk ul li.active::after {
    background-color: transparent;
    border: 2px solid #846924;
    width: 10px;
    height: 10px;
}

.content .editbg {
    width: 100%;
    height: 750px;
    /*background-image: url("../images/about/editbg.png");*/
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    opacity: 0;
}

.content .leftbg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 840px;
    height: 480px;
    background-image: url('../images/about/editbg_left.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.content .rightbg {
    position: absolute;
    right: 0;
    width: 320px;
    height: 360px;
    background-image: url('../images/about/editbg_right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.content .editblk {
    width: 100%;
    max-width: 830px;
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
}

.content .editblk.sec1 {
    padding-top: 70px;
    opacity: 0;
}

.content .editblk.sec2 {
    opacity: 0;
}

.content .editblk .man {
    position: relative;
    top: -70px;
    left: 70px;
}

.content .editblk .img_title {
    position: relative;
    font-size: 14px;
    top: -70px;
}

.content .editblk .img_title b {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
}

.content .editblk section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: rgba(37, 37, 37, 0.7);
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 60px;
}

.content .editblk section:first-child article p {
    width: 335px;
}

.content .editblk section:nth-child(even) figure, .content .editblk section:nth-child(odd) article {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.content .editblk section article {
    width: 44%;
    line-height: 22px;
}

.content .editblk section article p {
    width: 360px;
}

.content .editblk section article .head h5, .content .editblk section article .head span {
    display: inline-block;
    vertical-align: middle;
}

.content .editblk section article .head span {
    width: 30px;
    height: 30px;
    background-color: #b69e60;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.content .editblk section article .head h5 {
    font-size: 18px;    width: calc(100% - 55px);
}

.content .editblk section figure {
    width: 45%;
}

.content .editblk section figure .img {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    background-position: center center;
}

.content .editblk2 section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #c4c4c4;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
}

.content .editblk2 section:first-child {
    border-top: 1px solid #404040;
}

.content .editblk2 section:first-child article p {
    width: 100%;
}

.content .editblk2 section:nth-child(even) figure, .content .editblk2 section:nth-child(odd) article {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
    -ms-flex-order: initial;
    order: initial;
}

.content .editblk2 section:nth-child(even) article, .content .editblk2 section:nth-child(odd) figure {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.content .editblk2 section .head {
    margin-bottom: 30px;
}

.content .editblk2 section article {
    width: 53%;
}

.content .editblk2 section article p {
    width: 100%;
}

.content .editblk2 section figure {
    width: 30%;
}

.content h4 {
    color: #846924;
    font-size: 22px;
    margin-bottom: 30px;
}

.content .slidebtn {
    position: relative;
    margin: 0 auto 100px;
    vertical-align: middle;
    cursor: pointer;
    width: 250px;
    height: 30px;
}

.content .slidebtn .line {
    position: absolute;
    top: 13px;
    border-top: 1px solid #846924;
    border-bottom: 1px solid #846924;
    vertical-align: middle;
    width: 100px;
    height: 3px;
}

.content .slidebtn .line.line1 {
    left: 0;
}

.content .slidebtn .line.line2 {
    right: 0;
}

.content .slidebtn .circle {
    border-radius: 50%;
    border: 1px solid #846924;
    margin: 0 auto;
    background-image: url("../images/home/down.png");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content .drawbg2 {
    /*height: 850px;*/
    position: relative;
    background-image: url("../images/about/bdraw.jpg");
    background-position: center -120px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    opacity: 0;
}

.content .drawbg2 .slidebtn {
    margin-bottom: 0;
}

.content .memoblk {
    width: 100%;
    max-width: 830px;
    margin: 0 auto 50px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #909090;
    font-size: 16px;
    letter-spacing: 1px;
}

.content .memoblk .yearblk {
    position: relative;
    border-bottom: 2px solid #ac914b;
    margin-bottom: 50px;
}

.content .memoblk .year {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.content .memoblk .year::after {
    content: '';
    width: 12px;
    height: 7px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url("../images/about/point.png");
    background-size: 12px 7px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.content .memoblk .year.active::after {
    opacity: 1;
}

.content .memoblk .swiper-container {
    width: 90%;
    margin: 0 auto;
}

.content .memoblk .swiper-slide {
    width: 150px;
    text-align: center;
    padding-bottom: 30px;
}

.content .memoblk .swiper-slide::before {
    content: '';
    width: 1px;
    height: 23px;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    top: 0;
}

.content .memoblk .swiper-slide:last-child::before {
    display: none;
}

.content .memoblk .next, .content .memoblk .prev {
    top: 0;
    position: absolute;
    background-position: center;
    background-size: 7px 10px;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
}

.content .memoblk .prev {
    left: 0;
    background-image: url("../images/about/arr_prev.png");
}

.content .memoblk .next {
    right: 0;
    background-image: url("../images/about/arr_next.png");
}

.content .listblk {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*height: 440px;*/
}

.content .listblk .bigyear {
    width: 90px;
    font-size: 20px;
    line-height: 22px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 15px;
    margin: 0 auto;
}

.content .listblk .cyear {
    padding-top: 15px;
}

.content .listblk .webyear {
    width: 180px;
    text-align: center;
}

.content .listblk .list {
    position: relative;
    width: 630px;
}

.content .listblk .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: rgba(37, 37, 37, 0.7);
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    border-bottom: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 21px;
}

.content .listblk .item:first-child {
    padding-top: 0;
}

.content .listblk .item:last-child {
    border-bottom: 0;
}

.content .listblk .item ul {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
        width: 50%;
}

.content .listblk .item ul li {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 15px;
    padding-top: 20px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content .listblk .item ul li:first-child {
    padding-top: 0;
}

.content .listblk .item ul li:last-child {
    border-bottom: 0;
}

.content .listblk .month {
    margin-right: 25px;
        width: 37px;
}

.content .videoblk {
    position: relative;
    background-image: url("../images/about/redbg.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    width: 100%;
    height: 630px;
}

.content .videoblk::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.content .videoblk .middle {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.content .videoblk .video {
    width: 100%;
    height: 80%;
    display: inline-block;
    vertical-align: middle;
    max-width: 900px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content .videoblk .video.active {
    opacity: 1;
    pointer-events: auto;
}

.content .videoblk .play {
    width: 160px;
    height: 160px;
    margin: 0 auto 40px;
    background-image: url("../images/about/play.png");
    background-size: cover;
    background-position: center;
}

.content .videoblk .logo {
    width: 216px;
    height: 88px;
    background-image: url("../images/about/dtp.png");
    background-size: cover;
}

.content .videoinfoblk {
    max-width: 830px;
    margin: 0 auto;
    padding-top: 45px;
    width: 100%;
    height: auto;
}

.content .videoinfoblk .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #404040;
    padding-bottom: 35px;
    margin-bottom: 50px;
}

.content .videoinfoblk .info p {
    width: 440px;
    margin-right: 40px;
    color: rgba(37, 37, 37, 0.8);
    font-size: 13px;
    line-height: 21px;
}

.content .bg {
    background-color: #f4f4f4;
}

.content .videopick {
    width: 100%;
    max-width: 830px;
    margin: 0 auto 50px;
    position: relative;
}

.content .videopick .swiper-slide {
    width: 165px;
    line-height: 1em;
    cursor: pointer;
}

.content .videopick .thumb_contain {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.content .videopick .thumb {
    position: relative;
    line-height: 0;
}

.content .videopick .thumb.active .wordbg {
    background-color: rgba(214, 0, 15, 0.8);
}

.content .videopick .wordbg {
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.57);
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    padding-left: 14px;
    padding-top: 14px;
    width: 100%;
    height: 33px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content .videopick .next, .content .videopick .prev {
    top: 28%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.content .videopick .next.swiper-button-disabled, .content .videopick .prev.swiper-button-disabled {
    opacity: .5;
}

.content .videopick .prev {
    left: 0;
    background-image: url("../images/home/p_left.png");
}

.content .videopick .next {
    right: 0;
    background-image: url("../images/home/p_right.png");
}

@media only screen and (min-width: 1025px) {
    .scroll-to-fixed-fixed {
        background-color: #fff;
    }
    .content .triggerblk ul li:hover {
        color: #846924;
    }
    .content .triggerblk ul li:hover::after {
        background-color: transparent;
        border: 2px solid #846924;
        width: 10px;
        height: 10px;
    }
    .content .videopick .thumb:hover .wordbg {
        background-color: rgba(214, 0, 15, 0.8);
    }
    .year.active, .year:hover {
        color: #7c6f4e;
    }
    .content .slidebtn:hover .circle {
        background-position: center 80%;
    }
}

@media only screen and (max-width: 1024px) {
    .content .editblk section{
        margin-bottom: 100px
    }
    .content .videopick .wordbg{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .content .drawbg2 {
        background-image: none;
    }
    .content .editblk section:first-child article p {
        width: 100%;
    }
    .content .topbg {
        background-image: url("../images/about/editbg_pad.png");
        height: 720px;
    }
    .content .page_title {
        height: 150px;
        margin-bottom: 45px;
    }
    .content .editbg {

    }
    .content h4 {
        /*font-size: 16.5px;*/
    }
    .content .triggerblk {
        width: 88%;
    }
    .content .triggerblk ul li {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content .editblk .man {
        left: 40px;
    }
    .content .editblk, .content .memoblk, .content .videoinfoblk {
        padding-left: 0;
        padding-right: 0;
        width: 84%;
    }
    .content .videoblk {
        height: 370px;
    }
    .content .videoblk .video {
        height: 100%;
        top: 0;
    }
    .content .videopick {
        width: 88%;
    }
    .content .videoinfoblk .info p {
        width: 53%;
    }
    .content .videopick .swiper-slide {
        width: 135px;
    }
    .content .editblk section article p {
        width: 100%;
    }
    .content .editblk2 section:first-child article p {
        width: 100%;
    }
    .content .editblk2 section figure {
        width: 35%;
    }
    .content .editblk2 section article {
        width: 65%;
    }
    .content .topbg{
        background-image: url(../images/contentbg.png);
        background-size: 567px;
    }
    .content .leftbg{
        width: 72vw;
            top: 164px;
            bottom: auto;
            opacity: .7;
            left: -52px;
    }
    .content .rightbg{
        width: 200px;
        top: 50px;
        opacity: .5;
    }

}

@media only screen and (min-width: 651px) {
    .mbselect {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .content h4 {
        /* font-size: 16.5px; */
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .content .triggerblk ul li {
        font-size: 13px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .content .triggerblk {
        border-top: 0;
        border-bottom: 0;
        position: relative;
    }
    .content .triggerblk::after {
        content: '';
        width: 84%;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        background-color: #c7c7c7;
    }
    .mbselect {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 2px solid #000;
    }
    .mbselect select {
        width: 100%;
        border: 0 solid #000;
        outline: 0;
        font-size: 15px;
        color: #000;
        font-family:  Microsoft JhengHei,Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
        background-image: url("../images/s_down2.png");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }
    .content .page_title {
        /*background-size: 200px;*/
        height: 100px;
        margin-bottom: 25px;
    }
    .content .sec1 {
        padding-top: 45px;
    }
    .content .triggerblk ul li:before {
        display: none;
    }
    .content .editblk section article, .content .editblk section figure {
        width: 100%;
        margin-bottom: 30px;
    }
    .content .editblk section:nth-child(2n) figure, .content .editblk section:nth-child(odd) article {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .content .editblk section:nth-child(2n) figure{
        text-align: center;
    }
    .content .editblk .img_title, .content .editblk .man {
        top: initial;
        left: initial;
    }
    .content .editblk, .content .memoblk, .content .videoinfoblk {
        padding-right: 35px;
        padding-left: 35px;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .content .memoblk {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .content .listblk {
        height: auto;
    }
    .content .drawbg2 {
        /*min-height: 850px;*/
        height: auto;
        background-image: none;
        padding-bottom: 0;
    }
    .content .editblk2 section:nth-child(2n) article, .content .editblk2 section:nth-child(odd) figure {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .content .editblk section {
        margin-bottom: 0;
    }
    .content .editblk2 section {
        padding-top: 40px;
    }
    .content .editblk2 section article, .content .editblk2 section figure {
        width: 100%;
    }
    .content .editblk2 section article {
        margin-bottom: 0;
    }
    .content .listblk .webyear {
        display: none;
    }
    .content .listblk .month {
        width: 60px;
        margin-right: 0;
    }
    .content .listblk .item ul {
        width: 100%;
    }
    .content .videoinfoblk .info p {
        width: 100%;
        margin-right: 0;
    }
    .content .videoblk {
        height: 56.1vw;
    }
    .content .videoblk .play {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    .content .videoblk .logo {
        width: 70px;
        height: 29px;
    }
    .content .slidebtn {
        display: none;
    }
    .content .memoblk .yearblk {
        display: none;
    }
    .content .videopick .swiper-slide {
        width: 165px;
    }
    .content .videopick .thumb_contain {
        width: 165px;
    }
    .content .videoinfoblk .info {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }


    .content .leftbg {
        top: 85%;
        left: 0;
        width: 100vw;
        background-size: 121vw;
    }
    .content .rightbg{
            top: 199px;
    }

}

@media only screen and (max-width: 400px) {
    .content .leftbg {
        top: 89%;
        left: 0;
        width: 100vw;
        background-size: 170vw;
        background-position: 50%;
    }
    .content .triggerblk ul li {
        font-size: 13px;
        padding-top: 25px;
        padding-bottom: 25px;
        width: 80px;
        line-height: 20px;
        padding-right: 4px;
        padding-left: 4px;
    }



}


@media only screen and (max-width: 360px) {
    .content .page_title{
            background-size: 100% auto;
    }

}



/*# sourceMappingURL=web_about.css.map */
