html,body{margin:0; padding:0;  width:100%; height: 100%;}
body{
    -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
    font:normal 14px/1.5 "Microsoft Yahei",Tahoma,Verdana,STXihei,hei;
    color:#000; background-color: #fff;
    position: relative;
}
ul,ol,li,em,p,span,h1,h2,h3{margin:0; padding:0; font-weight:normal; list-style:none; font-style:normal}
a {text-decoration: none;}

@font-face {
    font-family: 'lijin';
    src: url('hkljh.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* active-info */
.bgmwrap{
    position:fixed; right:20px; top:20px; width:30px; height: 30px; z-index:999;
    font-size: 0;
}
.bgmwrap button {
  display: none;
  width:30px; height: 30px; overflow: hidden;
  border: 0 none;
  background: transparent url(icon-audio.png) 0 0 no-repeat;
  background-size: 30px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
#btnMute {background-position: 0 bottom;}
#btnPlay {background-position: 0 0;}
.bgmwrap .active {display: block;}

/* loading box*/
#loading{
    position:fixed; z-index: 100; width:100%;height:100%;
    left:0;right:0;top:0;bottom:0;
    background: #030099 url(paper-logo-w.png) no-repeat center 90% / 80px auto;
}
#loading .tip{
    position: absolute; width: 50px; height: 50px; left: 50%; margin-left: -25px; top: 45%;
    background: transparent url(loading.png) no-repeat center 0 / 100%;
    animation:rolling 3s linear infinite;
    -webkit-animation:rolling 3s linear infinite;
    -moz-animation:rolling 3s linear infinite;
}

.btn-next {
    position: absolute;
    left: 50%;
    bottom: 6%;
    width: 24px;
    height: 24px;
    margin-left: -15px;
    background: transparent url(tips-down.png) no-repeat center 0 / 100%;
    animation: arrow-up infinite 1s ease alternate;
    -webkit-animation: arrow-up infinite 1s ease alternate;
    z-index: 10;
}

/*container box*/
.container{position: relative;}
.pc .container {margin: 0 auto; width:56vh; overflow: hidden;box-shadow: 0 0 20px rgba(0,0,0,0.1);}

.tlt {
    position: relative;
}
.tlt .cover {
    height: 100vh;
}
.cover {
    position: relative; width: 100%; height: 100%;
    background: transparent url("cimg1.jpg") center center no-repeat;
    background-size: 100% auto;
    display:flex;
    justify-content:center;
    align-items:center;
}
.cover .ct {
    height: 100vh;
    position: relative; width: 100%;
}
@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {
        .cover .ct {height: 80vh;}
}
/* iPhone XS Max 2688x1242px at 458ppi */
@media only screen
    and (device-width : 414px)
    and (device-height : 896px)
    and (-webkit-device-pixel-ratio : 3) {
        .cover .ct {height: 80vh;}
}
.cover .ct div{
    position: absolute; width: 100%; height: 100%; left: 0; top: 0;
    opacity: 0;
}
.cover .ct div:nth-child(1){
    background: transparent url("ct1.png?v2") center top no-repeat;
    background-size: 100% auto;
    transform: translateX(-100vw);
}

.cover .ct div:nth-child(2){
    background: transparent url("ct2.png?v2") center top no-repeat;
    background-size: 100% auto;
    transform: translateX(100vw);
}
.cover .ct div:nth-child(3){
    background: transparent url("ct3.png?v3") center top no-repeat;
    background-size: 100% auto;
    transform: translateX(100vw);
}
.cover .ct div:nth-child(4){
    background: transparent url("ct4.gif") center top no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 75px;
    left: 68vw;
    top: 74vw;
    transform: translateX(-100vw);
}
.pc .cover .ct div:nth-child(4){
    left: 330px;
    top: 312px;
}
.cover.active .ct div{
    opacity: 1;
    transform: translateX(0) !important;
    transition: opacity 0.5s, transform 1s;
}
.cover.active .ct div:nth-child(4){
    transition-delay: 1s;
    transition-duration: 1.5s;
    transition-timing-function: linear;
}

.cover .logo{
    position: absolute; width: 80px; height: 40px; left: 20px; top:15px;
}
.cover .logo img{width: 100%;}

.info {
    padding: 50px 15px;
}
.info h2 {margin-bottom: 10px;}
.tsection h2 img,
.info h2 img,
.info .timg img{
    width: 100%; vertical-align: top;
}
.timg {
    margin-bottom: 10px;
}
.tsection .timg {padding: 0 25px;}
.tsection .timg img,
.info .timg img{
    width: 99%;
    box-shadow: 6px 6px 0 #b7d2f0;
}
.info p {
    font-family: "Sim Hei"; font-size: 17px;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 10px;
}
.info p strong {
    font-size: 28px; font-weight: normal;
}

.loadmenu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 10px 10px 20px;
    font-size: 20px;
}
.tlt .loadmenu {
    position: absolute; left: 0; bottom:0; width: 100%; box-sizing: border-box;
}
.loadmenu li {
    box-sizing: border-box;
    background-color: #be0c0c; width: 30%;
    border-radius: 20px; padding: 5px 10px; margin: 0 2%;
    color: #f3cd20; text-align: center; font-weight: bold;
    border: 1px solid #f3cd20; cursor: pointer;
}
.loadmenu .active {
    color: #be0c0c;
    background-color: #f3cd20;
    border-color: #f3cd20;
}
.c-t{
    background: url(cover-bg.jpg) no-repeat 0 0;
    padding: 15px 20px 80px;
    color: white;
    text-align: justify;
    font: bolder 16px/1.5 Microsoft Yahei,Lucida Grande,Tahoma,Verdana,STXihei,hei;
}
.c-t h5{
    margin: 0; line-height: 1.6em;
}
.c-arrow{
    position: absolute;
    left: 20px;
    bottom: -25px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: #bd0c0c;
    border-width: 13px 6px;
}
.bmenu {
    position: fixed; left: 0; bottom: 0; z-index: 999; width: 100%;
    -webkit-transform: -webkit-transform(0,200px);
            transform: translate(0,200px);
}
.pc .bmenu {
    width: 720px; left:50%; margin-left: -360px;
}
.bmenu.showmenu {
    -webkit-transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
    -webkit-transform: -webkit-transform(0,0);
            transform: translate(0,0);
}
.bmenu .loadmenu {
    padding-bottom: 10px;
}

.linemap, .topline {padding: 0 5px; margin-bottom: 20px;}
.pc .linemap, .pc .topline {padding: 0 40px;}
.linemap .inner {height: 300px; background-color: #fff;}
.linemap .inner iframe {width: 100%; height: 300px; margin: 0; overflow: hidden;}
.topline {margin-bottom: 20px;}

.videowrap{position: relative;}
.videowrap:before{content: ''; display: block; padding-top: 56.25%;}
.videowrap video{width: 100%; position: absolute;  top: 0; left: 0;}
.video-cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 20;}
.video-cover img {width: 100%;}
.play-icon{
    position: absolute;
    cursor: pointer;
    right: 5%;
    bottom: 10%;
    margin:-30px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(icon-play.png) no-repeat;
    background-size: 50px auto;
    z-index: 30;
}

.tsection {
    position: relative; padding-bottom: 20px;text-align: left; clear: both;
}
.tsection:last-child {
    padding-bottom: 0;
}
.tsection:last-child .tnode:last-child {
    margin-bottom: 0;
}
.tsection h2 {margin-bottom: 10px;}

.tnode {
    position: relative; z-index: 5;
    margin: 0 16px;
    clear: both;
    box-sizing: border-box;
    visibility: hidden;
}
.tnode:nth-child(3) {
    border-radius: 0 0 30px 0;
}
.tnode:last-child {
    margin-bottom: 30px;
}

.current {
    visibility: visible;
    -webkit-animation:fadeIn 0.5s ease-in both;
    animation:fadeIn 0.5s ease-in both;
}
.current:nth-child(1) {-webkit-animation-delay: 0.1s; animation-delay: 0.1s;}
.current:nth-child(2) {-webkit-animation-delay: 0.2s; animation-delay: 0.2s;}
.current:nth-child(3) {-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.current:nth-child(4) {-webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
.current:nth-child(5) {-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.current:nth-child(6) {-webkit-animation-delay: 0.6s; animation-delay: 0.6s;}
.current:nth-child(7) {-webkit-animation-delay: 0.7s; animation-delay: 0.7s;}
.current:nth-child(8) {-webkit-animation-delay: 0.8s; animation-delay: 0.8s;}
.current:nth-child(9) {-webkit-animation-delay: 0.9s; animation-delay: 0.9s;}
.current:nth-child(10) {-webkit-animation-delay: 1s; animation-delay: 1s;}

.nodetitle {
    padding:30px 20px 20px;
}
.tnode:nth-child(2) .nodetitle {
    background: transparent url(cbg1a.png) left top no-repeat;
    background-size: 100% auto;
}
.tnode:nth-child(3) .nodetitle,
.tnode:nth-child(5) .nodetitle,
.tnode:nth-child(7) .nodetitle {
    background: transparent url(cbg3a.png) left top no-repeat;
    background-size: 100% auto;
}
.tnode:nth-child(4) .nodetitle,
.tnode:nth-child(6) .nodetitle,
.tnode:nth-child(9) .nodetitle {
    background: transparent url(cbg2a.png) left top no-repeat;
    background-size: 100% auto;
}
.nodetitle h3 {
    font-family: "lijin", "Sim Hei"; font-size: 20px;
    word-wrap: break-word;
    word-break: break-all;
    padding-bottom: 20px;
    background: transparent url(line.png) left bottom no-repeat;
    background-size: 100% auto;
}

.mediainfo {padding: 0 30px 30px;}
.tnode:nth-child(2) .mediainfo,
.tnode:nth-child(4) .mediainfo,
.tnode:nth-child(6) .mediainfo,
.tnode:nth-child(8) .mediainfo {
    background: transparent url(cbg1b.png) left bottom no-repeat;
    background-size: 100% auto;
}
.tnode:nth-child(3) .mediainfo,
.tnode:nth-child(5) .mediainfo,
.tnode:nth-child(7) .mediainfo,
.tnode:nth-child(9) .mediainfo {
    background: transparent url(cbg3b.png) left bottom no-repeat;
    background-size: 100% auto;
}
.mediainfo p {
    text-align: justify; margin-bottom: 10px;
    font-size: 17px; line-height: 24px;
    font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica";
}
.media-link{
    font-size: 13px;
    text-align: right;
}
.media-link span{
    color: #fff; cursor: pointer;
    display: inline-block;
    background:transparent url(link-icon.png) no-repeat right bottom;
    background-size: auto 100%;
    padding: 4px 20px 4px 60px;
}

.extcon p a {padding-right: 16px;/* background: transparent url(icon-extlink.png) no-repeat right top; */color: #bc0c0c;font-weight: bolder;}

.tlnav {position:fixed; width: 20%; max-width: 100px;
    left:10px; bottom:10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px; padding: 4px; text-align: center;z-index: 99;}
.pc .tlnav {left:50%; margin-left: -480px;background-color: rgba(16, 26, 32, 0.3);}
#ctrlTlnav {cursor: pointer; background: transparent url(../assets/icon-nav.png) center 0 no-repeat; -webkit-background-size: 24px;
background-size: 24px;}
.tlnav ul li {background-color: #fff; border-bottom: 2px solid #d1d1d1;}
.tlnav a {color: #fff;}
.pc .tlnav a {color: #333;}
.scroll-nav__list li {
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin-bottom: 5px;
}
.scroll-nav__list .active {background-color: rgba(255,255,255,0.2); color: #fff;}
.scroll-nav__list .active a {color: #fff;}

.sharebar{height: 120px; text-align: center; padding-top: 20px; padding-bottom: 120px;}
.pc .sharebar{height: 150px; padding-top: 40px;}
.sharebar a {text-decoration: none;}
.appdl {display: inline-block; margin-top: 10px;}
.appdl img {vertical-align: top; width: 90px;}
.pc .appdl {margin-top: 20px;}

.qrcode {
    text-align: center; padding: 80px 0 50px;
}
.qrcode img {
    width: 120px;
}
.qrcode p {
    padding-top: 20px; font-size: 12px; text-align: center;
}

.pc .buzhang-word{
    font-size: 16px;
}
.pc .buzhang-word{line-height: 2em;}

@media (min-width: 992px){

    .c-t{
        padding: 30px 30px 120px;
    }
    .c-t h5{
        line-height: 2em;
    }
    .qrcode img {
        width: 160px;
    }
}

/*animation keyframes*/
@-webkit-keyframes rolling{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes rolling{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

@-webkit-keyframes fadeIn{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes fadeIn{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@-webkit-keyframes arrow-up{
    0% {opacity:0.6; -webkit-transform: translateY(0px);}
    100% {opacity:0.8; -webkit-transform: translateY(5px);}
}
@keyframes arrow-up{
    0% {opacity:0.6; transform: translateY(0px);}
    100% {opacity:0.8; transform: translateY(5px);}
}
