/*! reset css */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}
/*! HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
/*! to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

button,input,select,textarea {
    font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: inherit;
    font-weight: inherit;
    overflow: visible;
    width: auto;
    *font-size: 100%;
}

legend {
    color: #333;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}
/*! end reset css */
body,html {
    height: 100%;
}

a {
    -webkit-transition: color .6s ease;
    -moz-transition: color .6s ease;
    transition: color .6s ease;
    text-decoration: none;
    color: #4e96f2;
    outline: 0;
}

a:active,a:focus,a:hover {
    text-decoration: none;
    color: #4e96f2;
}

a,button,input,select,textarea {
    -webkit-tap-highlight-color: transparent;
}

b,strong {
    font-weight: 700;
}

em,i {
    font-style: italic;
}

body {
    font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: none;
}

.wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 1000px;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clear:after,.clearfix {
    font-size: 0;
    display: block;
    clear: both;
    height: 0;
    content: '';
}

.clear {
    zoom: 1;
}

.none {
    display: none;
    overflow: hidden;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.full,.no-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.after-block,.no-horizontal:after {
    position: absolute;
    display: block;
    content: '';
}

.aninode {
    visibility: hidden;
}

.animated .aninode,.animated.aninode {
    visibility: visible;
}

.no-horizontal {
    z-index: 10;
    display: none;
    background: rgba(255,255,255,.9);
}

.no-horizontal:after {
    top: 50%;
    left: 50%;
    width: 45px;
    height: 89px;
    margin: -45px 0 0 -23px;
    -webkit-transform-origin: center 100%;
    -moz-transform-origin: center 100%;
    -ms-transform-origin: center 100%;
    transform-origin: center 100%;
    -webkit-animation: scalePhone 5s linear infinite;
    -moz-animation: scalePhone 5s linear infinite;
    animation: scalePhone 5s linear infinite;
    background: url(/static/images/phone.png) no-repeat;
    background-size: contain;
}

#wrap {
    position: relative;
    min-height: 100%;
    _height: 100%;
}

@media (max-height:500px) and (orientation:landscape) {
    .no-horizontal {
        display: block;
    }
}

@media (max-width:780px) {
    .wrapper {
        min-width: 320px;
    }

    .main {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-height:580px) {
    .main {
        padding: 0 10px;
    }
}

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.wrap {
    width: 100%;
    height: 100%;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

@media (max-width:780px) {
    .main {
        width: 100%;
    }
}

.header {
    padding: 20px 0;
    opacity: .86;
    background-color: #1a181c;
}

.header .tfcfaLogo {
    width: 236px;
    height: 29.5px;
}

.header .tigerLogo {
    width: 114px;
    height: 36px;
}

@media (max-width:780px) {
    .header .tfcfaLogo {
        margin-left: -110px;
    }
}

.banner {
    width: 100%;
    padding-top: 100px;
    text-align: center;
    color: #fff;
    background: url(/static/images/bannerBg.png) no-repeat;
    background-size: cover;
}

@media (max-width:780px) {
    .banner {
        padding-top: 80px;
    }
}

.banner .qrcode-wrap {
    position: fixed;
    z-index: 100;
    right: initial;
    bottom: 200px;
    height: 36px;
    margin-left: 900px;
    cursor: pointer;
    background-color: #ffe100;
}

@media (max-width:780px) {
    .banner .qrcode-wrap {
        right: 15px;
        bottom: 50px;
        margin-left: 0;
    }
}

.banner .qrcode-wrap .text {
    font-size: 16px;
    font-weight: 600px;
    line-height: 36px;
    float: left;
    height: 36px;
    padding: 0 6px;
    letter-spacing: -1px;
    color: #000100;
}

.banner .qrcode-wrap .qrcode {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border: solid 1px #ffe202;
    background: url(/static/images/qrcode.png) no-repeat center;
    background-color: #333;
    background-size: 18px 18px;
}

.banner .qrcode-wrap .qrcode-image {
    position: absolute;
    z-index: 100;
    bottom: 40px;
    left: 40px;
    display: none;
    width: 100px;
    height: 100px;
    background: url(/static/images/qrcodeBig.jpg) no-repeat center;
    background-size: contain;
}

.banner .qrcode-wrap .qrcode-image.show {
    display: block;
}

.banner .title-wrap {
    margin-bottom: 90px;
}

.banner .title-wrap .sub-title {
    font-size: 40px;
    line-height: 24px;
}

.banner .title-wrap .title {
    font-size: 57px;
}

@media (max-width:780px) {
    .banner .title-wrap {
        margin-bottom: 60px;
    }

    .banner .title-wrap .sub-title {
        font-size: 20px;
        line-height: 24px;
    }

    .banner .title-wrap .title {
        font-size: 28px;
    }
}

.banner .video-wrap {
    position: relative;
    height: 450px;
    margin: 0 100px;
    border: solid 2px #ffe100;
    background-color: #010101;
}

.banner .video-wrap .vjs-big-play-button {
    border: none!important;
    background: url(/static/images/startButton.png) no-repeat!important;
    background-position: center!important;
    background-size: contain!important;
}

.banner .video-wrap .vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em;
}

.banner .video-wrap .start-time {
    font-size: 20px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    letter-spacing: 0;
    opacity: .7;
    color: #ffe100;
    background-color: #000100;
}

.banner .video-wrap .start-time img {
    width: 33px;
    height: 23px;
    margin-right: 15px;
    vertical-align: middle;
}

@media (max-width:780px) {
    .banner .video-wrap {
        width: 100%;
        height: 200px;
        margin: 0;
    }

    .banner .video-wrap .start-time {
        font-size: 12px;
        line-height: 40px;
        height: 40px;
    }

    .banner .video-wrap .start-time img {
        display: none;
        width: 20px;
        height: 15px;
        margin-right: 5px;
    }
}

.banner .about-wrap {
    padding: 100px 0 44px;
    border-bottom: 1px solid rgba(255,255,255,.4);
}

.banner .about-wrap .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 53px;
}

.banner .about-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.banner .about-wrap ul li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.banner .about-wrap ul li .cicle {
    font-size: 60px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    height: 180px;
    padding-top: 68px;
    letter-spacing: -1px;
    border: solid 2px #13305d;
    border-radius: 50%;
}

.banner .about-wrap ul li .text {
    font-size: 18px;
    width: 180px;
    margin-top: 16px;
}

.banner .about-wrap .detail {
    font-size: 16px;
    line-height: 30px;
    margin-top: 63px;
    text-align: justify;
    letter-spacing: 0;
}

@media (max-width:780px) {
    .banner .about-wrap {
        padding-top: 80px;
    }

    .banner .about-wrap .title {
        font-size: 22px;
        margin-top: 23px;
    }

    .banner .about-wrap ul {
        display: block;
    }

    .banner .about-wrap ul:after {
        font-size: 0;
        display: block;
        clear: both;
        height: 0;
        content: ' ';
    }

    .banner .about-wrap ul li {
        float: left;
        margin-bottom: 15px;
    }

    .banner .about-wrap ul li .cicle {
        font-size: 40px;
        line-height: 40px;
        width: 120px;
        height: 120px;
        padding-top: 40px;
    }

    .banner .about-wrap ul li .text {
        font-size: 14px;
        width: 120px;
    }

    .banner .about-wrap ul li:nth-child(2n) {
        float: right;
    }

    .banner .about-wrap .detail {
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }
}

.banner .guest-wrap .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    margin: 44px 0 50px;
    letter-spacing: -1px;
}

.banner .guest-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.banner .guest-wrap ul li {
    width: 148px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.banner .guest-wrap ul li .avatar {
    width: 148px;
    height: 148px;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner .guest-wrap ul li .info {
    line-height: 1.3;
    width: 148px;
    margin: 27px 0 12px;
    text-align: justify;
}

.banner .guest-wrap ul li .info .name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 12px;
}

.banner .guest-wrap ul li .info .intro {
    font-size: 14px;
}

.banner .guest-wrap ul li:nth-child(1) .avatar {
    background-image: url(/static/images/1craigphilips.png);
}

.banner .guest-wrap ul li:nth-child(2) .avatar {
    background-image: url(/static/images/2russellread.png);
}

.banner .guest-wrap ul li:nth-child(3) .avatar {
    background-image: url(/static/images/3Hua-Jingdong-Portrait-II.png);
}

.banner .guest-wrap ul li:nth-child(4) .avatar {
    background-image: url(/static/images/4lideng.png);
}

.banner .guest-wrap ul li:nth-child(5) .avatar {
    background-image: url(/static/images/5chenxu.png);
}

@media (max-width:780px) {
    .banner .guest-wrap .title {
        font-size: 22px;
        margin: 24px 0 30px;
    }

    .banner .guest-wrap ul {
        display: block;
    }

    .banner .guest-wrap ul:after {
        font-size: 0;
        display: block;
        clear: both;
        height: 0;
        content: ' ';
    }

    .banner .guest-wrap ul li {
        float: left;
    }

    .banner .guest-wrap ul li:nth-child(2n) {
        float: right;
    }

    .banner .guest-wrap ul li:nth-child(1) .info {
        height: 120px;
    }

    .banner .guest-wrap ul li:nth-child(5) {
        display: none;
    }
}

.schedual-wrap {
    padding: 140px 0 75px;
    color: #333;
    background-color: #f0f0f0;
}

.schedual-wrap:after {
    font-size: 0;
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.schedual-wrap .schedual-time {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    width: 122px;
    margin-bottom: 50px;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
}

.schedual-wrap .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}

.schedual-wrap .item .detail {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.schedual-wrap .item .time {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 143px;
}

.schedual-wrap .item .content {
    font-size: 16px;
    display: inline-block;
    width: 275px;
    margin-left: 25px;
}

.schedual-wrap .item .content .title {
    font-size: 18px;
    font-weight: 500;
}

.schedual-wrap .am {
    float: left;
}

.schedual-wrap .pm {
    float: right;
}

@media (max-width:780px) {
    .schedual-wrap {
        padding: 80px 0 45px;
    }

    .schedual-wrap .am,.schedual-wrap .pm {
        float: unset;
    }

    .schedual-wrap .schedual-time {
        font-size: 30px;
        width: 110px;
    }

    .schedual-wrap .item .time {
        font-size: 14px;
        width: 170px;
    }

    .schedual-wrap .item .content {
        font-size: 12px;
        margin-left: 15px;
    }

    .schedual-wrap .item .content .title {
        font-size: 16px;
    }
}

@media (max-width:320px) {
    .schedual-wrap .item .time {
        width: 215px;
    }
}

.donator-wrap {
    margin: 40px 0 100px;
    color: #333;
    background: #fff;
}

.donator-wrap .title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.donator-wrap .card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.donator-wrap .item {
    margin-bottom: 25px;
}

.donator-wrap .item .name {
    font-size: 18px;
    margin-bottom: 15px;
}

.donator-wrap .item .card {
    display: inline-block;
    width: 174.5px;
    height: 81px;
    margin: 0 20px 25px 0;
    text-align: center;
}

.donator-wrap .item img {
    width: 174.5px;
    height: 81px;
}

.donator-wrap .item .haitou,.donator-wrap .item .huitianfu {
    margin-right: 0;
}

@media (max-width:780px) {
    .donator-wrap .title {
        font-size: 22px;
    }

    .donator-wrap .item {
        margin-bottom: 10px;
    }

    .donator-wrap .item .name {
        font-size: 16px;
    }

    .donator-wrap .item .card {
        width: 30%;
        height: 100%;
        margin: 0 10px 0 0;
    }

    .donator-wrap .item img {
        width: 100%;
        height: 100%;
    }
}