
/*--------------------------------------------------------------------------------*/
*{ box-sizing: border-box; }
body, html{
    color: #2b2e2e;
    margin: 0px; padding: 0px;
    font-size: 16px; line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}
input, textarea, select{
    font-family: 'OpenSans', 'PingFang SC','Microsoft YaHei','Hiragino Sans GB','WenQuanYi Micro Hei','Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.ten_main{ width: 100%; max-width: 1200px; margin: 0px auto; }
@media screen and (max-width: 1248px){ .ten_main{ margin: 0px 24px;  width: auto; } }

.ten_bg--grey { background: #F0F4FD; }
.ten_bg--lightgrey { background: #FBFBFB; }
.ten_bg--white{ background: #FFF; }
.ten_bg--dark { background: #1B1F25; color: #FFF; }
.ten_root a{  text-decoration: none; color: inherit; cursor: pointer}
.ten_root h2{ font-size:32px; line-height: 1.2em; margin:12px 0px; padding: 0px; font-weight: normal; }
.ten_root h3{ font-size:24px; line-height: 1.4em; margin:12px 0px; padding: 0px; font-weight: normal; }
.ten_root h4{ font-size:24px; line-height: 1.5em; margin:12px 0px; padding: 0px; font-weight: normal; }
.ten_root h5{ font-size:18px; line-height: 1.8em; margin:12px 0px; padding: 0px; font-weight: normal; }
.ten_root h6{ font-size:18px; line-height: 1.5em; margin:12px 0px; padding: 0px; font-weight: normal; }
.ten_root p { font-size:16px; line-height: 1.5em; margin:12px 0px; padding: 0px; font-weight: normal; }

[lang="zh-HK"] .ten_root h2,
[lang="zh-CN"] .ten_root h2,
[lang="zh-HK"] .ten_root h3,
[lang="zh-CN"] .ten_root h3,
[lang="zh-hant"] .ten_root h2,
[lang="zh-hans"] .ten_root h2,
[lang="zh-hant"] .ten_root h3,
[lang="zh-hans"] .ten_root h3{ font-weight: normal; }

.ten_root td,
.ten_root li{ font-size:16px; line-height: 1.5em; }

.ten_banner h2,
.ten_subbanner--type2 h2{ font-size:48px; line-height: 1.4em; }
.ten_news_detail > p { font-size:16px; }

@media screen and (max-width: 1279px){
    .ten_root h2{ font-size:32px; line-height: 1.2em; }
    .ten_root h3{ font-size:18px; line-height: 1.4em; }
    .ten_root h4{ font-size:20px; line-height: 1.5em; }
    .ten_root h5{ font-size:18px; line-height: 1.8em; }
    .ten_root h6{ font-size:18px; line-height: 1.5em; }
    .ten_root p { font-size:16px; line-height: 1.5em; }

    .ten_banner h2,
    .ten_subbanner--type2 h2{ font-size:36px; line-height: 1.4em; }
}
@media screen and (max-width: 767px){
    .ten_root h2{ font-size:24px; line-height: 1.2em; }
    .ten_root h3{ font-size:18px; line-height: 1.4em; }
    .ten_root h4{ font-size:20px; line-height: 1.5em; }
    .ten_root h5{ font-size:18px; line-height: 1.8em; }
    .ten_root h6{ font-size:18px; line-height: 1.5em; }
    .ten_root p { font-size:16px; line-height: 1.5em; }

    .ten_banner h2,
    .ten_subbanner--type2 h2{ font-size:30px; line-height: 1.4em; }
}
/*--------------------------------------------------------------------------------*/
.ten_img{ position: relative; overflow: hidden; }
.ten_img:before{ content: ""; display: block; padding-bottom: 66.66%; }

.ten_img iframe,
.ten_img video,
.ten_img > img,
.ten_img > a > img{ position: absolute; top:0px; left: 0px; width: 100%; height: 100%; object-fit: cover; }
.ten_img .ten_img_txt{
    position: absolute; top:0px; left: 0px; width: 100%; height: 100%;
    display: flex; align-items: center; flex-direction: row;
    padding: 0px 80px;
}
.ten_img .ten_img_txt--bottom{ align-items: flex-end; }
.ten_img .ten_img_txt > *{ width: 100%; }
.ten_img .ten_img_txt--center{ text-align: center;}

.ten_img .ten_img_mag{
    position: absolute; top:0px; left: 0px; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: ease all 0.3s;
}
.ten_img:hover .ten_img_mag{ opacity: 1; }
.ten_img .ten_img_mag:before{
    content: ""; display: block; width: 32px; height: 32px;
    background-image: url(../svg/Search-01.svg);
    background-position: center center;
    background-size:contain;
    background-repeat: no-repeat;
    filter:  brightness(0) invert(1);
}

.gui-video.ten_img .ten_img_txt { padding: 0px 24px; }
@media screen and (max-width: 1023px){ .ten_img .ten_img_txt{ padding: 0px 48px; } }
@media screen and (max-width: 767px){  .ten_img .ten_img_txt{ padding: 0px 24px; } }

.ten_img .ten_img_play{
    display: block; border-radius: 50%; position: absolute;
    top:calc(50% - 36px); left: calc(50% - 36px);
    width: 72px; height: 72px;
    background: rgba(25,74,195,0.95);
}
.ten_img .ten_img_play:after{
    content: ""; display: block;
    position: absolute; top:calc(50% - 12px); left: calc(50% - 4px);
    width: 0px; height: 0px; transform: scaleY(0.6);
    border-width: 12px; border-style: solid;
    border-color: transparent transparent transparent #FFF;
}
.ten_img:hover .ten_img_play{ background: rgba(255,255,255,0.95); transition: ease all 0.3s; }
.ten_img:hover .ten_img_play:after{ border-color: transparent transparent transparent #0052D9; }

.ten_img .ten_img_shadow{
    position: absolute; top:0px; left: 0px; width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.ten_img .ten_img_shadow--vert{ background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%); }

.ten_img .ten_img_blue{
    position: absolute; top:0px; left: 0px; width: 100%; height: 100%;
    background: rgba(25,74,195,0.8)
}

.ten_img .ten_img_link{
    font-weight: bold; display: inline-block;
    padding: 12px 36px 12px 0px; position: relative;
}
.ten_img .ten_img_link:after{
    content: ""; display: inline-block;
    width: 6px; height: 6px;
    border-top:   1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    position: absolute; right: 24px; top:calc(50% - 3px);
    transition: ease all 0.3s;
}
.ten_img .ten_img_link:hover:after{ right: 18px; }


.ten_img--3x2:before{ padding-bottom: 66.66%; }

.ten_img h2,
.ten_img--inner{ font-family:'TencentSansw3'; }
.ten_img--inner:before { padding-bottom: 240px; }
.ten_img--white{ color: #FFF; }

@media screen and (max-width: 1023px){ .ten_img--full:before{  padding-bottom: 40%;  } }
@media screen and (max-width: 639px){  .ten_img--full:before{  padding-bottom: 60%;  } }
@media screen and (max-width: 479px){  .ten_img--full:before{  padding-bottom: 80%; } }
@media screen and (max-width: 359px){  .ten_img--full:before{  padding-bottom: 100%; } }
@media screen and (max-width: 767px){  .ten_img--inner:before{ padding-bottom: 150px;} }

@media screen and (max-width: 767px){
    .ten_img--full p br{ display: none; }
    .ten_img--full .ten_img_txt{ /*align-items: flex-start;*/ padding-top: 20px; }
}

.ten_share img{ width: 18px; height: 18px; }
.ten_album .ten_img .ten_img_mag{ display: none !important; }
.ten_album .ten_img .ten_img_blue{ display: none; }
.ten_album .ten_img .ten_img_txt{ display: none; }
/*--------------------------------------------------------------------------------*/
.ten_tagline,
.ten_tagline--fill{
    font-family:'TencentSansw7'; overflow: hidden;
    font-size:14px; line-height: 24px; height: 30px;
    display: inline-block; position: relative;
    border-top:1px solid #0052D9;
    padding:0px 30px; color: #0052D9;
}
.ten_tagline:before,
.ten_tagline--fill:before{
    content: ""; display: block;
    position: absolute; left: calc(100% - 12px); bottom: 0px; width: 100%;
    border-top:1px solid #0052D9;
    transform: rotate(-69deg) translate(-1px,0px);
    transform-origin: 0px 0px;
}
.ten_tagline:after,
.ten_tagline--fill:after{
    content: ""; display: block;
    position: absolute; left: 0px; bottom: 0px; width: calc(100% - 12px);
    border-top:1px solid #0052D9;
}

.ten_tagline--fill{ color: #FFF; }
.ten_tagline--fill:before{
    background: #0052D9; height: 36px;
    transform-origin: 0px 100%;
}
.ten_tagline--fill:after{
    background: #0052D9; height: 36px;
}
.ten_tagline--fill span{ position: relative; z-index: 1;}
/*--------------------------------------------------------------------------------*/
.ten_date{
    font-family:'TencentSansw3';
    display: inline-block; padding: 8px 0px 0px 0px;
    background: #0052D9; color: #FFF;
    font-size: 20px; text-align: center;
    width: 60px; height: 60px;
}
.ten_date span{ display: block; font-size: 12px; }

/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
.ten_logo{
    display:block; width:160px; height: 30px; font-size: 0px; color:rgba(0,0,0,0);
    background-image: url(../img/index/menu_logo.png); background-size: contain;
    background-repeat: no-repeat; background-position:center left;
}
/*--------------------------------------------------------------------------------*/

.ten_img--full h2,
.ten_img--full h3,
.ten_img--full h4,
.ten_img--full h5,
.ten_img--full h6,
.ten_img--full p{ max-width: 500px;}


@media screen and (max-width: 767px ){
    .ten_links .ten_img .ten_img_txt h2{ display: block; width: 100%; text-align: center; }

    .gui-video .ten_img_txt { justify-content: center; align-items: flex-end; text-align: center;}
}
/*--------------------------------------------------------------------------------*/
.ten_crumb{ background: #FBFBFB; padding: 18px 0px;  }
.ten_crumb ul,
.ten_crumb li{ list-style: none; margin: 0px; padding: 0px; }
.ten_crumb ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.ten_crumb li{ display: block; margin: 0px 12px 0px 0px;  }

.ten_crumb li:after{
    content: ""; display: inline-block; vertical-align: middle;
    width: 6px; height: 6px; margin-left: 12px;
    border-top: 1px solid #2b2e2e;
    border-right: 1px solid #2b2e2e;
    transform: rotate(45deg);
}
.ten_crumb li:last-of-type:after{ display: none; }
.ten_crumb li a:hover{ color: #0052D9; }
/*--------------------------------------------------------------------------------*/
.ten_tab  { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.ten_tab a{ display: block; margin: 0px 24px 0px 0px; padding: 6px 0px; }
.ten_tab a.active{ font-weight: bold; border-bottom: 3px solid #0052D9; color:#0052D9; }

.ten_tab--investor a{ padding: 18px 0px;}

@media screen and (max-width: 767px){
    .ten_tab a{ margin: 0px 24px 0px 0px; font-size: 14px; }
}

.ten_media{ padding: 72px 0px 36px 0px; }
.ten_media h2{ color: #0052D9; margin-top: 0px; font-family:'TencentSansw3'; }

.ten_media .ten_tab{ position: relative; margin: 36px 0px; }
/*
.ten_media .ten_tab:after{
    content: ""; display: block; position: absolute;
    width:100%; height: 1px; background: rgba(25,74,195,0.5);
    bottom: 1px; left: 0px;
}*/

.ten_media .ten_media_video{ display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin: 36px 0px 24px -24px; }
.ten_media .ten_media_video_item{ width: calc(50% - 24px); margin: 0px 0px 36px 24px; }
.ten_media .ten_media_video_item > p{ margin: 12px 0px 0px 0px; font-weight: bold; }

.ten_media .ten_media_photo{ display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin: 36px 0px 36px -24px; }
.ten_media .ten_media_photo_item{ width: calc(25% - 24px); margin: 0px 0px 24px 24px; }

@media screen and (max-width: 1023px){
    .ten_media .ten_media_video_item{ width: calc(50%    - 24px); }
    .ten_media .ten_media_photo_item{ width: calc(33.33% - 24px); }
}
@media screen and (max-width: 767px){
    .ten_media .ten_tab{ margin: 24px 0px; }
    .ten_media .ten_media_video_item{ width: calc(100% - 24px); }
    .ten_media .ten_media_photo_item{ width: calc(50%  - 24px); }
}

/*----------------------------------------------------------------------------------------------------*/
.ten_album{
    position: fixed; top:0px; left: 0px; z-index: 200; width: 100%; height: 100%;
    display: flex; justify-content: center; align-items: center; flex-direction: column;
    background: rgba(0,0,0,0.9); padding: 0px 20px;
}
.ten_album .ten_album_body{
    max-width: 1200px; width: 100%; margin: 0px auto;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
}
.ten_album .ten_album_body .ten_album_close { width: 100%; text-align: right; padding: 20px 0px; }
.ten_album .ten_album_body .ten_album_swiper{ width:calc(100% - 160px); }
.ten_album .ten_album_body .ten_album_prev{ width: 80px; }
.ten_album .ten_album_body .ten_album_next{ width: 80px; text-align: right; }
.ten_album .ten_album_body .ten_album_desc{
    width:100%; color:#FFF; padding: 20px 80px;
    display: flex; justify-content: space-between; align-items: center;
}

.ten_album .ten_album_close a{
    color: #FFF; text-decoration: none;
    font-size: 40px; font-weight: 100;
}
.ten_album .ten_album_prev,
.ten_album .ten_album_next{ outline: none; }
.ten_album .ten_album_prev:before,
.ten_album .ten_album_next:before{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px; content: "\2190";
    display: inline-block; width:60px; height: 60px; line-height: 60px;
    text-align: center;
    border: 1px solid #FFF; color: #FFF;

}
.ten_album .ten_album_next:before{ content: "\2192"; }
.ten_album .ten_album_prev:hover:before,
.ten_album .ten_album_next:hover:before{ background: #0052D9; color:#FFF; }

.ten_album .ten_album_body .ten_album_desc > div:first-of-type{ padding-right: 20px;  }

@media screen and (max-width: 767px){
    .ten_album .ten_album_body .ten_album_swiper{ width:calc(100% - 0px); }
    .ten_album .ten_album_body .ten_album_prev{ width: 40px; display: none; }
    .ten_album .ten_album_body .ten_album_next{ width: 40px; display: none; }
    .ten_album .ten_album_prev:before,
    .ten_album .ten_album_next:before{
        width:30px; height: 30px; line-height: 30px;
        font-size: 16px;;
    }
    .ten_album .ten_album_body .ten_album_desc{ padding: 20px 0px; }
}
/*--------------------------------------------------------------------------------*/
