@charset "utf-8";
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal
}

ul.ulset {
    margin: 0;
    padding: 0;
    list-style: none
}

.sub-ti {
    position: relative;
    line-height: 26px;
    font-size: 1rem;
    font-weight: 700;
    padding: 7px 0 7px 22px
}

.sub-ti:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1062b9;
    border-radius: 14px;
    top: 13px;
    left: 1px
}

.p-pager {
    text-align: center;
    margin-bottom: 60px
}

.p-pager a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #777;
    border-radius: 32px;
    font-size: 0.7rem;
    text-align: center;
    vertical-align: top
}

.p-pager a:hover {
    background: #555
}

.p-pager a.current {
    background: #09afdf
}

.p-pager a.num {
    margin: 0 3px
}

.p-pager a.prev.disabled,
.p-pager a.next.disabled {
    background: #ccc;
    cursor: not-allowed
}

@media (max-width:479px) {
    .p-pager a.num:nth-child(n+5) {
        display: none
    }
}

.p-share {
    margin-bottom: 60px
}

.p-share .share-link {
    text-align: center
}

.p-share .share-link a {
    margin: 0 3px
}

.p-share .share-link a:hover {
    opacity: .7
}

.p-share a.back {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 0.75rem;
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
    background: #333;
    background: linear-gradient(top, #999, #333);
    background: -moz-linear-gradient(top, #999, #333);
    background: -webkit-linear-gradient(top, #999, #333);
    border-radius: 3px
}

.p-share a.back:hover,
.p-share a.back:active {
    background: #222;
    background: linear-gradient(top, #222, #333);
    background: -moz-linear-gradient(top, #222, #333);
    background: -webkit-linear-gradient(top, #222, #333);
    box-shadow: 0 0 5px #999
}

@media (min-width:768px) {
    .p-share .share-link {
        float: left;
        text-align: left
    }
    .p-share .share-link a {
        margin: 0 6px 0 0
    }
    .p-share a.back {
        float: right;
        margin: 0
    }
}

.news-list {
    border-top: 2px solid #004eb5;
    margin-bottom: 40px
}

.news-list .head>div {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 0.8rem;
    color: #fff;
    background: url('../images/news_list_head.jpg') top repeat-x;
    text-align: center
}

.news-list .head .date {
    width: 150px
}

.news-list .head .title {
    width: calc(100% - 150px)
}

.news-list a.item {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9
}

.news-list a.item:nth-child(2n+1) {
    background: #f6f6f6
}

.news-list a.item .date {
    float: left;
    position: relative;
    width: 150px;
    line-height: 26px;
    font-size: 0.85rem;
    color: #0b59b1;
    padding-left: 45px
}

.news-list a.item .date:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1062b9;
    border-radius: 14px;
    top: 7px;
    left: 16px
}

.news-list a.item .txt {
    float: left;
    width: calc(100% - 150px);
    padding: 0 20px
}

.news-list a.item .txt .ti {
    line-height: 26px;
    font-size: 0.85rem;
    color: #000
}

.news-list a.item:hover .txt .ti {
    color: #0b59b1
}

.news-list a.item .txt .summary {
    max-height: 48px;
    line-height: 24px;
    font-size: 0.75rem;
    color: #333;
    overflow: hidden;
    margin-top: 5px
}

@media (max-width:767px) {
    .news-list a.item .txt .summary {
        max-height: 72px
    }
}

@media (max-width:639px) {
    .news-list .head {
        display: none
    }
    .news-list a.item .date {
        width: 100%
    }
    .news-list a.item .txt {
        width: 100%;
        padding-top: 5px;
        padding-left: 45px
    }
}

.news-view .head {
    position: relative;
    border-top: 2px solid #004eb5;
    background: #26add1 url('../images/news_list_head.jpg') top repeat-x;
    padding: 10px 15px 10px 40px
}

.news-view .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 14px;
    top: 17px;
    left: 15px
}

.news-view .head .date {
    float: left;
    line-height: 26px;
    font-size: 0.85rem;
    color: #fff;
    margin-right: 10px
}

.news-view .head .ti {
    overflow: hidden;
    position: relative;
    line-height: 26px;
    font-size: 0.85rem;
    font-weight: normal;
    color: #fff
}

.news-view .news-content {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9
}

.news-view .news-content img.news-pic {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px
}

@media (max-width:639px) {
    .news-view .head .date,
    .news-view .head .ti {
        width: 100%
    }
}

@media (min-width:768px) {
    .news-view .news-content img.news-pic {
        float: left;
        width: 45%;
        margin-top: 20px;
        margin-right: 40px;
        margin-bottom: 20px
    }
}

.service-table {
    margin-bottom: 60px
}

.service-table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 20px
}

.service-table table thead {
    border-top: 2px solid #004eb5
}

.service-table table thead th {
    line-height: 24px;
    font-size: 0.8rem;
    font-weight: normal;
    color: #fff;
    border-left: 1px solid #fff;
    background: #26add1;
    text-align: center;
    padding: 11px 0
}

.service-table table thead th:first-child {
    width: 200px;
    border-left: none
}

.service-table table tbody {
    line-height: 24px;
    font-family: 'Arial', 'Microsoft JhengHei', Sans-serif
}

.service-table table tbody tr {
    border-bottom: 1px solid #d9d9d9
}

.service-table table tbody tr:last-child {
    border-bottom-color: #004eb5
}

.service-table table tbody th {
    font-size: 0.75rem;
    font-weight: bold;
    color: #337ab7;
    padding: 8px 15px
}

.service-table table tbody td {
    font-size: 0.65rem;
    border-left: 1px solid #d9d9d9;
    padding: 10px 15px
}

.service-table table tbody td ul li {
    position: relative;
    padding: 2px 0 2px 12px
}

.service-table table tbody td ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #bbb;
    border-radius: 6px;
    top: 11px;
    left: 0
}

@media (max-width:639px) {
    .service-table table thead {
        display: none
    }
    .service-table table tbody tr {
        display: block;
        border-bottom: none;
        margin-bottom: 20px
    }
    .service-table table tbody th {
        display: block;
        width: 100%;
        color: #fff;
        border-top: 2px solid #004eb5;
        background: #26add1;
        text-align: center;
        padding: 5px 15px
    }
    .service-table table tbody td {
        display: block;
        width: 100%;
        border-left: none;
        padding: 0 15px 5px
    }
}

.goods-time {
    margin-bottom: 60px
}

.goods-time table.goods-time-list {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 20px
}

.goods-time table.goods-time-list thead {
    border-top: 2px solid #004eb5
}

.goods-time table.goods-time-list thead th {
    line-height: 24px;
    font-size: 0.8rem;
    font-weight: normal;
    color: #fff;
    border-right: 1px solid #fff;
    background: #26add1;
    text-align: center;
}

.goods-time table.goods-time-list thead th.head-time {
    border-right: none
}

.goods-time table.goods-time-list thead th[class^="head-ti-"] {
    width: 14%;
    padding: 11px 0;
}

.goods-time table.goods-time-list thead th.head-ti-1 {
    width: 17%;
}

.goods-time table.goods-time-list thead th.head-time {
    width: 55%;
}

.goods-time table.goods-time-list thead th.head-time>div {
    float: left;
    border-right: 1px solid #fff;
    padding: 5px 1px;
    height: 60px;
    font-size: 8pt;
}

.goods-time table.goods-time-list thead th.head-time>div:last-child {
     border-right: none;
}

.goods-time table.goods-time-list tbody {
    line-height: 24px;
    /* font-family: 'Arial', 'Microsoft JhengHei', Sans-serif */
}

.goods-time table.goods-time-list tbody tr {
    border-bottom: 1px solid #d9d9d9;
}

.goods-time table.goods-time-list tbody tr:last-child {
    border-bottom-color: #004eb5;
}

.goods-time table.goods-time-list tbody th {
    width: 17%;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 10px 15px;
    /* min-height: 100px; */
}

.goods-time table.goods-time-list tbody th .view-more {
    width: 80px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #aecded;
    line-height: 18px;
    color: #649edb;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: 2px;
    display: inline-block;
}

.goods-time table.goods-time-list tbody th a:hover .view-more {
    background-color: #aecded;
    color: #fff;
}

.goods-time table.goods-time-list tbody td {
    font-size: 0.65rem;
    font-weight: normal;
    border-left: 1px solid #d9d9d9;
}

.goods-time table.goods-time-list tbody td[class^="cell-ti-"] {
    width: 14%;
    padding: 10px 15px;
}

.goods-time table.goods-time-list tbody td.cell-time {
    position: relative;
    width: 55%;
    overflow: hidden;
}

.goods-time table.goods-time-list tbody td.cell-time i {
    display: block;
    position: absolute;
    width: 1px;
    height: 400px;
    background: #d9d9d9;
    top: 0;
    margin-left: -1px;
}

.goods-time table.goods-time-list tbody td.cell-time i.cell-time-1 {
    left: 12.5%
}

.goods-time table.goods-time-list tbody td.cell-time i.cell-time-2 {
    left: 25%
}

.goods-time table.goods-time-list tbody td.cell-time i.cell-time-3 {
    left: 37.5%
}

.goods-time table.goods-time-list tbody td.cell-time i.cell-time-4 {
    left: 50%
}

.goods-time table.goods-time-list tbody td.cell-time i.cell-time-5 {
    left: 62.5%
}

.goods-time table.goods-time-list tbody td.cell-time i.cell-time-6 {
    left: 75%
}

.goods-time table.goods-time-list tbody td.cell-time i.cell-time-7 {
    left: 87.5%
}

.goods-time table.goods-time-list tbody td.cell-time span {
    display: block;
    position: absolute;
    width: 0;
    height: 26px;
    line-height: 26px;
    font-size: 0;
    background: #95beea;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    top: 15px;
    /* margin-top: -25px; */
    padding-right: 5px;
    text-align: right;
    font-weight: 800;
}

.goods-time table.goods-time-list tbody tr:nth-child(2n) td.cell-time span {
    background: #4f91d6
}

@media (min-width:768px) {
    .goods-time table.goods-time-list tbody td {
        height: 68px
    }
    .goods-time table.goods-time-list tbody td.cell-time .time-stamp {
        display: none !important
    }
    .goods-time table.goods-time-list tbody tr {
        height: 100px;
    }
}

@media (min-width:992px) {
    .goods-time table.goods-time-list tbody th ul {
        display: none
    }
    .goods-time table.goods-time-list thead th.head-ti-1,
    .goods-time table.goods-time-list tbody th {
        width: 25%;
        /* display: block;   */
    }
}

@media (max-width:991px) {
    .goods-time table.goods-time-list thead th.head-ti-1,
    .goods-time table.goods-time-list tbody th {
        width: 25%;
        /* display: block;   */
    }
    .goods-time table.goods-time-list thead th.head-ti-2,
    .goods-time table.goods-time-list thead th.head-ti-3,
    .goods-time table.goods-time-list tbody td[class^="cell-ti-"] {
        display: none
    }
    .goods-time table.goods-time-list thead th.head-time,
    {
        width: 75%
    }

    .goods-time table.goods-time-list tbody th ul {
        margin-top: 5px
    }
    .goods-time table.goods-time-list tbody th ul li {
        line-height: 20px;
        font-size: 0.65rem;
        font-weight: normal
    }
    .goods-time table.goods-time-list tbody th ul li strong {
        margin-right: 5px;
        color: #26add1
    }
    .goods-time table.goods-time-list tbody td.cell-time span {
        top: 10px;
    }
}

@media (max-width:767px) {
    .goods-time table.goods-time-list thead {
        display: none
    }
    .goods-time table.goods-time-list tbody,
    .goods-time table.goods-time-list tbody tr,
    .goods-time table.goods-time-list tbody td {
        display: block
    }
    .goods-time table.goods-time-list tbody tr {
        border-left: 2px solid #004eb5;
        border-bottom: 0;
        margin-bottom: 20px
    }
    .goods-time table.goods-time-list tbody th {
        width: 100%;
        padding: 5px 15px
    }
    .goods-time table.goods-time-list tbody td.cell-time {
        width: 90vw;
        height: 26px;
        /* border-left: 60px solid #26add1; */
        background: #f7f7f7;
        margin-top: 4px
    }
    .goods-time table.goods-time-list tbody td.cell-time span {
        background: #26add1 !important;
        font-size: 0.75rem;
        color: #26add1;
        height: 100%;
        /* margin-top: -26px */
    }
    .goods-time table.goods-time-list tbody td.cell-time .time-stamp {
        position: absolute;
        line-height: 26px;
        color: #fff;
        opacity: 0
    }
}

@media (max-width:479px) {
    .goods-time table.goods-time-list tbody th .view-more {
        display: block
    }
    .goods-time table.goods-time-list thead th.head-ti-1,
    .goods-time table.goods-time-list tbody th {
        width: 100vw;
        display: block;  
    }
    .goods-time table.goods-time-list tbody th { 
         min-height: 0px; 
    }
    .goods-time table.goods-time-list tbody td.cell-time span {
        top: -25px;
    }
}

/* .investor {
    margin-bottom: 60px
}

.investor table.shares-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 20px
}

.investor table.shares-table th {
    width: 150px;
    font-size: 0.8rem;
    font-weight: normal;
    color: #fff;
    border-left: 2px solid #004eb5;
    background: #26add1;
    text-align: center
}

.investor table.shares-table td {
    padding: 10px 0;
    line-height: 24px;
    font-size: 0.75rem;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #fff
}

.investor table.shares-table td div {
    float: left;
    position: relative;
    width: 50%;
    padding: 0 15px 0 30px
}

.investor table.shares-table td div:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #999;
    transform: rotate(45deg);
    top: 8px;
    left: 15px
}

.investor table.shares-table td p.head {
    color: #1668ae
}

.investor table.shares-table td p.cont i {
    display: inline-block;
    width: 20px;
    color: #999
}

@media (max-width:991px) {
    .investor table.shares-table td div {
        width: 100%
    }
    .investor table.shares-table td div+div {
        margin-top: 15px
    }
}

@media (max-width:767px) {
    .investor table.shares-table tr {
        display: block
    }
    .investor table.shares-table th {
        display: block;
        width: 100%;
        border-top: 2px solid #004eb5;
        border-left: none;
        padding: 5px 0
    }
    .investor table.shares-table td {
        border-left: none
    }
}

.investor .investor-tab {
    font-size: 0
}

.investor .investor-tab li {
    display: inline-block;
    text-align: center
}

.investor .investor-tab.tab-2 li {
    width: 50%
}

.investor .investor-tab.tab-3 li {
    width: calc(100%/3)
}

.investor .investor-tab.tab-4 li {
    width: 25%
}

.investor .investor-tab.tab-5 li {
    width: calc(100%/6)
}

.investor .investor-tab li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.8rem;
    color: #333;
    background: #e5e5e5;
    padding: 0 10px
}

.investor .investor-tab li.current a {
    color: #fff;
    background: #065293
}

.investor .investor-tab li.sm-mask {
    display: none
}

.investor .investor-content-box {
    position: relative;
    border: 1px solid #d9d9d9;
    border-top: 2px solid #065293
}

.investor .investor-file-list {
    padding: 20px
}

.investor .investor-file-table .investor-file-head>div {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 0.8rem;
    color: #fff;
    background: url('../images/news_list_head.jpg') top repeat-x;
    text-align: center
}

.investor .investor-file-table .investor-file-head .year,
.investor .investor-file-table .investor-file-head .load {
    width: 15%
}

.investor .investor-file-table .investor-file-head .season {
    width: 30%
}

.investor .investor-file-table .investor-file-head .name {
    width: 70%
}

.investor .investor-file-table .investor-file-head .season+.name {
    width: 40%
}

.investor .investor-file-table .investor-file-item {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9
}

.investor .investor-file-table .investor-file-item:nth-child(2n+1) {
    background: #f5f5f5
}

.investor .investor-file-table .investor-file-item>div {
    float: left;
    line-height: 26px;
    font-size: 0.85rem;
    text-align: center
}

.investor .investor-file-table .investor-file-item .year,
.investor .investor-file-table .investor-file-item .load {
    width: 15%
}

.investor .investor-file-table .investor-file-item .season {
    width: 30%
}

.investor .investor-file-table .investor-file-item .name {
    width: 70%;
    text-align: left;
    padding: 0 10px
}

.investor .investor-file-table .investor-file-item .season+.name {
    width: 40%
}

.investor .investor-file-table .investor-file-item .load a {
    color: #333
}

.investor .investor-file-table .investor-file-item .load a:hover {
    color: #2675b9
}

@media (max-width:767px) {
    .investor .investor-content-box {
        border-left: none;
        border-right: none;
        border-bottom: none
    }
    .investor .investor-file-list {
        padding: 20px 0 0 0
    }
    .investor .investor-file-table .investor-file-head {
        display: none
    }
    .investor .investor-file-table .investor-file-item>div {
        position: relative;
        float: none;
        width: 100% !important;
        text-align: left;
        padding: 4px 10px 4px 60px !important
    }
    .investor .investor-file-table .investor-file-item>div:before {
        display: block;
        position: absolute;
        top: 4px;
        left: 10px;
        color: #2675b9
    }
    .investor .investor-file-table .investor-file-item .year:before {
        content: '年度'
    }
    .investor .investor-file-table .investor-file-item .season:before {
        content: '季度'
    }
    .investor .investor-file-table .investor-file-item .name:before {
        content: '項目'
    }
    .investor .investor-file-table .investor-file-item .load:before {
        content: '下載'
    }
}

.investor .investor-file-list a.investor-file-item {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    font-size: 0.75rem;
    color: #333;
    border: 1px solid #26add1;
    border-radius: 3px;
    margin-right: 16px;
    margin-bottom: 20px;
    padding: 0 10px
}

.investor .investor-file-list a.investor-file-item:hover {
    color: #fff;
    background: #26add1
}

@media (max-width:767px) {
    .investor .investor-tab {
        position: relative;
        padding-top: 40px
    }
    .investor .investor-tab li {
        display: block;
        width: 100% !important;
        height: 0;
        text-align: left;
        overflow: hidden;
        transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out
    }
    .investor .investor-tab.open li {
        height: 40px
    }
    .investor .investor-tab li a,
    .investor .investor-tab li.current a {
        color: #333;
        background: #e5e5e5
    }
    .investor .investor-tab li.sm-mask {
        display: block;
        position: absolute;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 0.8rem;
        color: #fff;
        background: #065293;
        top: 0;
        right: 0;
        padding: 0 10px;
        cursor: pointer
    }
    .investor .investor-tab li.sm-mask:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 6px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        top: 17px;
        right: 10px;
        transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out
    }
    .investor .investor-tab.open li.sm-mask:after {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }
}

.investor-conference-video {
    padding: 20px 20px 0;
    font-size: 0
}

.investor-conference-video a.conference-video-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px
}

.investor-conference-video a.conference-video-item p {
    line-height: 26px;
    font-size: 0.8rem;
    color: #000;
    margin-top: 5px
}

.investor-conference-video a.conference-video-item:hover p {
    color: #0b59b1
}

.investor-conference-video a.conference-video-item span {
    display: block;
    line-height: 24px;
    font-size: 0.7rem;
    color: #999
}

.investor-conference-video a.conference-video-item span i {
    margin-right: 4px
}

.investor-conference-file {
    padding: 20px
}

.investor-conference-file select.conference-file-select {
    display: inline-block;
    height: 36px;
    font-size: 0.75rem;
    border: 1px solid #dcdcdc;
    background-color: #eee;
    background-image: url('../images/form_select.png'), linear-gradient(top, #fff, #eee);
    background-image: url('../images/form_select.png'), -moz-linear-gradient(top, #fff, #eee);
    background-image: url('../images/form_select.png'), -webkit-linear-gradient(top, #fff, #eee);
    background-size: 13px 13px, 100% 100%;
    background-repeat: no-repeat;
    background-position: right center, center center;
    border-radius: 3px;
    outline: none;
    padding: 0 20px 0 6px;
    margin-bottom: 20px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.investor-conference-file select.conference-file-select::-ms-expand {
    display: none
}

.investor-conference-file select.conference-file-select:focus {
    border-color: #1668ae;
    background-color: #fff;
    background-image: url('../images/form_select_focus.png');
    box-shadow: 0 0 5px #8ab3d6
}

.investor-conference-file table.conference-file {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.investor-conference-file table.conference-file thead th {
    line-height: 45px;
    font-size: 0.8rem;
    font-weight: normal;
    color: #fff;
    border-top: 2px solid #004eb5;
    background: url('../images/news_list_head.jpg') top repeat-x;
    text-align: center
}

.investor-conference-file table.conference-file thead th:first-child {
    width: 160px
}

.investor-conference-file table.conference-file thead th:last-child {
    width: 50px;
    border-left: none
}

.investor-conference-file table.conference-file tbody tr {
    border-bottom: 1px solid #d9d9d9
}

.investor-conference-file table.conference-file tbody tr:nth-child(2n) {
    background: #f6f6f6
}

.investor-conference-file table.conference-file tbody td {
    line-height: 26px;
    font-size: 0.85rem;
    vertical-align: top;
    padding: 10px
}

.investor-conference-file table.conference-file tbody td.date span {
    display: inline-block;
    position: relative;
    color: #337ab7;
    padding-left: 28px
}

.investor-conference-file table.conference-file tbody td.date span:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1062b9;
    border-radius: 100%;
    top: 6px;
    left: 5px
}

.investor-conference-file table.conference-file tbody td.title {
    border-right: none
}

.investor-conference-file table.conference-file tbody td.load {
    text-align: center;
    padding: 6px 0;
    border-right: none
}

.investor-conference-file table.conference-file tbody td.load a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 100%;
    text-align: center;
    margin-top: 3px
}

.investor-conference-file table.conference-file tbody td.load a:hover {
    background: #f7f7f7;
    color: #333
}

.investor .p-pager {
    margin: 60px 0 0
}

@media (max-width:767px) {
    .investor-conference-file {
        padding: 20px 0 0 0
    }
}

@media (max-width:639px) {
    .investor-conference-file table.conference-file {
        border-top: 2px solid #26add1
    }
    .investor-conference-file table.conference-file thead {
        display: none
    }
    .investor-conference-file table.conference-file tbody,
    .investor-conference-file table.conference-file tbody tr,
    .investor-conference-file table.conference-file tbody td {
        display: block;
        width: 100%
    }
    .investor-conference-file table.conference-file tbody tr {
        position: relative
    }
    .investor-conference-file table.conference-file tbody td.date {
        border-right: none
    }
    .investor-conference-file table.conference-file tbody td.date span {
        padding-left: 23px
    }
    .investor-conference-file table.conference-file tbody td.date span:before {
        left: 0
    }
    .investor-conference-file table.conference-file tbody td.title {
        padding-top: 0;
        padding-left: 33px
    }
    .investor-conference-file table.conference-file tbody td.load {
        position: absolute;
        width: 30px;
        top: 0;
        right: 10px
    }
}

@media (min-width:544px) {
    .investor-conference-video {
        padding-right: 0
    }
    .investor-conference-video a.conference-video-item {
        width: calc(50% - 20px);
        margin-right: 20px
    }
}

@media (min-width:768px) {
    .investor-conference-video a.conference-video-item {
        width: calc(33.333% - 20px)
    }
}

@media (min-width:992px) {
    .investor-conference-video a.conference-video-item {
        width: calc(25% - 20px)
    }
} */

/*

.contact {
    margin-bottom: 60px
}

.contact .right {
    float: right;
    width: 250px;
    margin-left: 30px
}

.contact .left {
    border-right: 1px solid #dcdcdc;
    padding-right: 30px;
    overflow: hidden
}

.contact .contact-ti {
    position: relative;
    line-height: 26px;
    font-size: 1rem;
    font-weight: 700;
    padding: 7px 0 7px 22px
}

.contact .contact-ti:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1062b9;
    border-radius: 14px;
    top: 13px;
    left: 1px
}

.contact .map {
    width: 100%;
    padding: 10px;
    background: #4598ef;
    background: linear-gradient(top, #4598ef, #82b9f3);
    background: -moz-linear-gradient(top, #4598ef, #82b9f3);
    background: -webkit-linear-gradient(top, #4598ef, #82b9f3)
}

.contact ul li {
    position: relative;
    line-height: 24px;
    font-size: 0.75rem;
    padding: 2px 5px 2px 27px
}

.contact ul li i {
    display: block;
    position: absolute;
    top: 6px;
    left: 5px
}

.contact ul li a {
    color: #333
}

.contact ul li a:hover {
    color: #000
}

.contact #map-box {
    height: 285px;
    margin-top: 15px
}

.contact .map-shadow {
    height: 30px;
    background: url('../images/map_shadow.jpg') no-repeat;
    background-size: 100% 100%
}

.contact form p.note {
    position: relative;
    line-height: 25px;
    font-size: 0.75rem;
    padding-left: 20px;
    margin-top: 5px
}

.contact form p strong {
    display: inline-block;
    width: 10px;
    color: #1668ae;
    text-align: center
}

.contact form .labelbox {
    padding: 0 0 0 15px;
    margin-top: 20px
}

.contact form .labelbox p {
    float: left;
    width: 90px;
    line-height: 36px;
    font-size: 0.75rem
}

.contact form .labelbox .inputbox {
    float: left;
    width: calc(100% - 90px)
}

.contact form .labelbox .inputbox-2 {
    float: left;
    width: calc(100% - 215px)
}

.contact form .labelbox .inputbox-3 {
    float: left;
    width: calc(100% - 220px)
}

.contact form .labelbox input {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 0.75rem;
    border: 1px solid #dcdcdc;
    background: #eee;
    background: linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-linear-gradient(top, #fff, #eee);
    border-radius: 3px;
    outline: none;
    padding: 0 10px
}

.contact form .labelbox textarea {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    border: 1px solid #dcdcdc;
    background: #eee;
    background: linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-linear-gradient(top, #fff, #eee);
    border-radius: 3px;
    outline: none;
    padding: 6px 10px
}

.contact form .labelbox select {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 0.75rem;
    border: 1px solid #dcdcdc;
    background-color: #eee;
    background-image: url('../images/form_select.png'), linear-gradient(top, #fff, #eee);
    background-image: url('../images/form_select.png'), -moz-linear-gradient(top, #fff, #eee);
    background-image: url('../images/form_select.png'), -webkit-linear-gradient(top, #fff, #eee);
    background-size: 13px 13px, 100% 100%;
    background-repeat: no-repeat;
    background-position: right center, center center;
    border-radius: 3px;
    outline: none;
    padding: 0 6px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.contact form .labelbox select::-ms-expand {
    display: none
}

.contact form .labelbox input:focus,
.contact form .labelbox textarea:focus {
    border-color: #1668ae;
    background: #fff;
    box-shadow: 0 0 5px #8ab3d6
}

.contact form .labelbox select:focus {
    border-color: #1668ae;
    background-color: #fff;
    background-image: url('../images/form_select_focus.png');
    box-shadow: 0 0 5px #8ab3d6
}

.contact form .labelbox label.sexual {
    float: right;
    position: relative;
    line-height: 36px;
    font-size: 0.75rem;
    font-weight: normal;
    margin: 0;
    margin-left: 10px;
    padding-left: 22px
}

.contact form .labelbox label.sexual input {
    display: none
}

.contact form .labelbox label.sexual input+span {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #dcdcdc;
    background: #eee;
    background: linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-linear-gradient(top, #fff, #eee);
    border-radius: 16px;
    top: 10px;
    left: 0
}

.contact form .labelbox label.sexual input:checked+span {
    border-color: #1668ae;
    background: #fff
}

.contact form .labelbox label.sexual input:checked+span:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1668ae;
    border-radius: 8px;
    top: 3px;
    left: 3px
}

.contact form .labelbox img.code {
    float: right;
    margin-left: 10px
}

.contact form .form-btn {
    text-align: right
}

.contact form .form-btn button {
    display: inline-block;
    width: 120px;
    height: 36px;
    font-size: 0.8rem;
    border: none;
    border-radius: 3px;
    outline: none;
    margin-left: 16px
}

.contact form .form-btn button.btn-reset {
    color: #fff;
    background: #333;
    background: linear-gradient(top, #999, #333);
    background: -moz-linear-gradient(top, #999, #333);
    background: -webkit-linear-gradient(top, #999, #333)
}

.contact form .form-btn button.btn-reset:hover,
.contact form .form-btn button.btn-reset:active {
    background: #222;
    background: linear-gradient(top, #222, #333);
    background: -moz-linear-gradient(top, #222, #333);
    background: -webkit-linear-gradient(top, #222, #333);
    box-shadow: 0 0 5px #999
}

.contact form .form-btn button.btn-submit {
    color: #fff;
    background: #125ca3;
    background: linear-gradient(top, #458fce, #125ca3);
    background: -moz-linear-gradient(top, #458fce, #125ca3);
    background: -webkit-linear-gradient(top, #458fce, #125ca3)
}

.contact form .form-btn button.btn-submit:hover,
.contact form .form-btn button.btn-submit:active {
    background: #065293;
    background: linear-gradient(top, #065293, #125ca3);
    background: -moz-linear-gradient(top, #065293, #125ca3);
    background: -webkit-linear-gradient(top, #065293, #125ca3);
    box-shadow: 0 0 5px #88add1
}

@media (max-width:767px) {
    .contact .right {
        clear: right;
        width: 100%;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 30px;
        margin-bottom: 20px
    }
    .contact .left {
        width: 100%;
        border-right: none;
        padding-right: 0
    }
    .contact form .form-btn {
        text-align: center
    }
}

@media (max-width:479px) {
    .contact form .labelbox p {
        width: 100%;
        line-height: 26px
    }
    .contact form .labelbox .inputbox {
        width: 100%
    }
    .contact form .labelbox .inputbox-2 {
        width: calc(100% - 144px)
    }
    .contact form .labelbox .inputbox-3 {
        width: calc(100% - 140px)
    }
    .contact form .form-btn button {
        width: 100px
    }
}

@media (min-width:768px) {
    .contact .map ul {
        font-size: 0.75rem;
        text-align: right
    }
    .contact .map ul li {
        display: inline-block;
        padding: 0 0 0 20px;
        margin-left: 11px
    }
    .contact .map ul li i {
        top: 4px;
        left: 0
    }
    .contact .map-shadow {
        height: 40px
    }
}


/*

