h1, h2, h3, h4, h5, h6 {
    margin:0;
    font-size: 38px;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: inherit;
}

.innerWrap h1 {
    font-size: 38px;
    color: #092c46;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    margin-bottom: .5em;
}

.fieldset {
    border: none;
}

p.subtitle {
    font-size: 18px;
    text-align: left;
    line-height: 1.5em;
}

html, body, #wrap {
    width: 100%;
    margin:0;
    padding:0;
    font-family: Georgia, "Times New Roman", "Microsoft YaHei", "微软雅黑";
    color: #2e2e2e;
    min-width: 1000px;
}

#wrap:after {
    content: '';
    display: block;
    clear: both;
}

#content {
    width: 100%;
    overflow: hidden;
}

.section {
    width: 100%;
    overflow: hidden;
}

.innerWrap {
    width: 983px;
    margin: 0 auto;
    overflow: hidden;
}

.section .innerWrap {
    min-height: 500px;
}

.table {
    display: table;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
}

/*base tpl*/

#header {
    width: 100%;
    /*min-width: 1300px;*/
    height: 40px;
    padding-top:5px;
    line-height: 50px;
    position: fixed;
    z-index: 99999;
    top:0;
    left: 0;
}

#header > .logo {
    width: 167px ;
    height: 100%;
    margin-left: 120px;
    float: left;
}

#header > span {
    display: block;
    width: 200px;
    float: left;
    font-size: 12px;
    color: white;
}



#header ul.headerMenu {
    padding:0;
    margin:0;
    float: right;
    margin-right: 120px;
    margin-top: -5px;
}

#header ul li {
    display: inline-block;
    padding: 0 15px;
    color: white;
    list-style: none;
}
#header ul li img {
    margin-bottom: -5px;
}

#header #languageSelector {
    color: #171717;
    padding: 2px;
    font-size: 13px;
    border: 1px solid white;
    cursor: pointer;
    /*position: absolute;*/
    z-index: 99999;
    top: 13px;
}

#scrollHeader {
    display: none;
    width: 100%;
    min-width: 1300px;
    height: 45px;
    padding-top:5px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: fixed;
    top:0;
    left: 0;
    color:white;
    z-index: 9999;
}

#scrollHeader > .logo {
    width: 167px ;
    height: 100%;
    margin-left: 120px;
    float: left;
}

#scrollHeader > span {
    display: block;
    width: 200px;
    float: left;
    font-size: 12px;
}

#scrollHeader ul.headerMenu {
    padding:0;
    margin:0;
    float: right;
    margin-right: 154px;
    margin-top: -5px;
}

#scrollHeader ul li {
    display: inline-block;
    padding: 0 15px;
    list-style: none;
}
#scrollHeader ul li img {
    margin-bottom: -5px;
}


@media only screen and (max-width: 1400px) {
    #header > .logo {
        margin-left:20px;
    }
    #header ul.headerMenu {
        margin-right: 5px;
        display: block;
        /*float: left;*/
    }
    #header{
        height: auto;
    }
}

#footer {
    background-color: #1a2a3b;
    position: relative;
    color: #6f767e;
    padding: 30px 0;
    font-weight: 600;
}

#footer p {
    position: absolute;
    min-width: 983px;
    margin-top: -55px;
    text-align: right;
}

#footer p > span{
    cursor: pointer;
}

#footer ul {
    display: block;
    padding: 0;
    margin: 0;
    color: #6f767e;
}

#footer .footerBox {
    width: 200px;
    margin-right: 20px;
    float: left;
}

#footer .footerBox li {
    list-style: none;
    line-height: 2em;
    font-size: 16px;
    color: #6f767e;
}

#footer .footerBox li:hover {
    animation-duration: 1.5s;
    animation-name: footerHover;
}

@keyframes footerHover {
    from { color: #6f767e }
    to { color: rgba(255, 255, 255, .5) }
}

#footer .snsWrap {
    width: 99px;
    height: 32px;
    list-style: none;
    float: right;
}


#footer p.copyWrite {
    color:inherit;
    display: block;
    position: relative;
    margin: 0;
    text-align: center;
    padding-top: 40px;
}

#footer ul.snsWrap li.snsIcons > a {
    width: 23px;
    height: 23px;
    margin-right: 8px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
#footer ul.snsWrap li.snsIcons > a:last-child {
    margin-right: 0;
}

#footer ul.snsWrap li.snsIcons > a.linkFacebook {
    background-image: url(/assets/images/common/icnFacebookFooter.png);
}
#footer ul.snsWrap li.snsIcons > a.linkGoogleplus {
    background-image: url(/assets/images/common/icnGoogleFooter.png);
}
#footer ul.snsWrap li.snsIcons > a.linkLinkedIn {
    background-image: url(/assets/images/common/icnlinkedinFooter.png);
}

#footer ul.snsWrap li.snsIcons > a:hover {
    animation-duration: 1s;
    animation-name: snsHover;
}

@keyframes snsHover {
    from {  }
    to {
        -webkit-filter: brightness(125%);
        filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='bright125'><feComponentTransfer><feFuncR type='linear' slope='1.25'/><feFuncG type='linear' slope='1.25' /><feFuncB type='linear' slope='1.25' /></feComponentTransfer></filter></svg>#bright125");
        filter:brightness(125%);
    }
}

/*index*/

.topBanner {
    height: 436px;;
    padding-top: 50px;
    background-color: #080b0e ;
    color: white;
    background-image: url(/assets/images/index/bgStars.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
}

#main .topBanner {
    height: 780px !important;
}

.topBanner > .bannerWrap {
    padding-top: 143px;
}

.topBanner > .bannerWrap h1 {
    color: #ffffff;
    font-weight: 500;
}

.topBanner > .bannerWrap {
    padding-top: 143px;
    z-index: 2;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#main .topBanner > .bannerWrap {
    top: 30px;
}

.topBanner > .bannerWrap p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8)
}

.topBanner > .bannerWrap > .fieldset {
    width: 348px;
    margin: 42px auto;
}
.topBanner > .bannerWrap > .fieldset input {
    width: 335px;
    background: none;
    border: 2px solid rgba(255, 255, 255, .8);
    font-size: 18px ;
    text-align: center;
    padding: 7px;
    margin: 8px 0;
}

/*top banner button */
.topBanner > .bannerWrap > .fieldset button[type = submit] {
    width: 353px;
    height: 44px;
    line-height: 30px;
    margin-left: 176px;
    border: none;
    margin-top: 30px;
    color: #1a1d1f;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffffff;
    outline:0;
    box-shadow:0;
    transform:translate(-50%, -50%);
    transition:all 0.8s;
}

.topBanner > .bannerWrap > .fieldset button[type = submit]:before,
.topBanner > .bannerWrap > .fieldset button[type = submit]:after {
    content:"";
    position:absolute;
    height:0;
    width:0;
    border:0px solid white;
}

.topBanner > .bannerWrap > .fieldset button[type = submit]:before {
    top:-2px;
    right:-2px;
}

.topBanner > .bannerWrap > .fieldset button[type = submit]:after {
    bottom:-2px;
    left:-2px;
}

.topBanner > .bannerWrap > .fieldset button[type = submit]:hover:before,
.topBanner > .bannerWrap > .fieldset button[type = submit]:hover:after
{
    color: white;
    width:100%;
    height:100%;
    border:2px solid white;
}

.topBanner > .bannerWrap > .fieldset button[type = submit]:hover:before {
    border-bottom-color:transparent;
    border-right-color:transparent;
    color: white;
    transition: width 0.4s 0s, height 0.4s 0.4s;
}
.topBanner > .bannerWrap > .fieldset button[type = submit]:hover:after {
    border-top-color:transparent;
    border-left-color:transparent;
    color: white;
    transition: width 0.4s 0.8s, height 0.4s 1.2s, border 0s 0.8s;
}
.topBanner > .bannerWrap > .fieldset button[type = submit]:hover {
    color: white;
    background:transparent;
}

.facts {
    overflow: hidden;
}

.facts > .factWrap {
    padding: 80px 0;
    overflow: hidden;
    font-size: 18px;
}

.facts > .factWrap h1 {
    color: #092c46;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: .5em;
}

.facts > .factWrap > .left {
    width: 580px;
    padding-right: 25px;
    float: left;
}
.facts > .factWrap > .right {
    width: 376px;
    float: left
}

.facts > .factWrap > .left ul {
    width: 260px;
    float: left;
    display: block;
    margin: 0;
    padding-left: 1em;
    margin-top: 1em;
    color: #456376;
    line-height: 2em;
    font-size: 20px;
    font-weight: 600;
}

.facts > .factWrap > .left ul > li {
    list-style-image: url(/assets/images/common/icnDot.png);
}

.facts > .factWrap > .right {
    padding-top: 22px;
    text-align: center;
}

.button a {
    color: #ffffff;
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
}

.button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    width:  340px;
    line-height: 44px;
    margin-left: 30px;
    margin-top: 30px;
    height: 44px;
    text-decoration: none;
    color: #fff;
    background: #a52525;
    border: solid 1px #fff;
    border-radius: 2px;
    cursor: pointer;
}

.button:hover {
    background-color: #ba2a2a;
    color: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.newsWire {
    background: -moz-linear-gradient(top, rgba(246,246,247,1) 0%, rgba(245,246,247,1) 10%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,246,247,1) 0%,rgba(245,246,247,1) 10%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,246,247,1) 0%,rgba(245,246,247,1) 10%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 100px 0;
    text-align: center;
}

.newsWire .descWrap {
    overflow: hidden;
}

.newsWire .descWrap > p {
    font-size: 18px;
    line-height: 1.5em;
}

.newsWire .descWrap > .descBox {
    margin-top: 50px;
    width: 280px;
    float: left;
    margin-right: 60px;
}

.newsWire .descWrap > .descBox:last-child {
    margin-right: 0;
    width: 285px;
}

.newsWire .descWrap > .descBox h3 {
    color: #456376;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
}

.newsWire .descWrap > .descBox p {
    line-height: 1.5em;
    text-align: left
}

.partner {
    background: -moz-linear-gradient(top, rgba(246,246,247,1) 0%, rgba(245,246,247,1) 10%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,246,247,1) 0%,rgba(245,246,247,1) 10%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,246,247,1) 0%,rgba(245,246,247,1) 10%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 100px 0;
    text-align: center;
}

.partner h1 {
    color: #092c46;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: .5em;
}

.partner > p {
    font-size: 18px;
}

.partner .table {
    margin-top: 50px;
}

.partner > .descWrap .tableCell {
    padding: 1em 1.5em;
    font-size: 16px;
    line-height: 1.4em;
    color: #505050
}

.partner .tableCell p.whoSays {
    font-size: 14px;
    font-weight: 600;
    color: #456376;
    font-style: italic;
}

.testimonial {
    height: 632px;
    padding: 100px 0;
    background-color: #161c22;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/assets/images/index/bgTestimonials.png);
    background-attachment: fixed;
    background-position: center top ;
}

.testimonial h1 {
    color: white;
    text-align: center;
    padding-bottom: 20px;
}

.testimonial > .testimonialWrap .table {
    margin: 30px 0;
}

.testimonial > .testimonialWrap .balloon {
    position: relative;
    width: 200px;
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.28);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 20px;
    color: white;
    font-size: 18px;
    line-height: 1.4em;
}

.testimonial > .testimonialWrap .balloon:last-child {
    margin-right: 0;
}

.testimonial > .testimonialWrap .balloon:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 11px 0;
    border-color: rgba(255, 255, 255, 0.28) transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -20px;
    left: 20px;
}

.testimonial > .testimonialWrap .tableRow p {
    color: white;
    font-size: 18px;
    font-style: italic;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
}

/* product */

#product .topBanner > .bannerWrap,
#subscribe .topBanner > .bannerWrap,
#aboutus .topBanner > .bannerWrap{
    padding-top: 100px;
}

#product .features {
    padding: 100px 0;
}

#product .features h1 {
    text-align: center;
}

#product .features p.subtitle {
    width: 830px;
    display: block;
    margin: 0 auto;
}

#product .fxFeatureWrap {
    margin: 60px 0;
}

#product .fxFeatureWrap .tableCell {
    vertical-align: top;
    width: 340px;
    padding-bottom: 50px;
}

#product .fxFeatureWrap .tableCell h3 {
    font-size: 24px;
    font-family: 'lato', sans-serif;
    color: #456376;
    font-weight: 600;
}

#product .fxFeatureWrap .tableCell p {
    line-height: 1.4em;
}

#product .fxFeatureWrap .tableCell img{
    display: inline-block;
}

#product .fxFeatureWrap .tableCell.imgWrap {
    padding-right: 37px;
    width: 88px;
}
#product .fxFeatureWrap .tableCell.padding {
    padding-left: 85px;
    text-align: left;
}


#product .byCategory {
    background: -moz-linear-gradient(top, rgba(246,246,247,1) 0%, rgba(245,246,247,1) 10%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,246,247,1) 0%,rgba(245,246,247,1) 10%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,246,247,1) 0%,rgba(245,246,247,1) 10%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding-top: 100px;
    text-align: center;
}

#product .byCategory ul.categoryList {
    /*float: left;*/
    padding-left: .8em;
    display: inline-block;
    text-align: left;
    margin-right: 110px;
    /*marginp: 40px 0;*/
}

#product .byCategory ul.categoryList:last-of-type {
    margin-right: 0;
}

#product .byCategory ul.categoryList li {
    list-style-image: url(/assets/images/common/icnDot.png);
    line-height: 2em;
    font-size: 20px;
    font-weight: 600;
    color: #456376
}

#product .byCategory .button {
    margin: 40px auto;
    margin-left: 327px ;
}


/* mt4 mt5 */

#MT4 .intergration {
    padding: 100px 0;
}

#MT4 .interComment {
    margin-top: 70px;
}
#MT4 .interComment .tableCell {
    vertical-align: top;
    color: #505050;
    line-height: 1.5em;
}
#MT4 .interComment .tableCell.padding {
    padding-right: 40px;
}
#MT4 .interComment .tableCell.padding span {
    display: block;
    text-align: center;
    color: #456376;
    font-weight: 600;
    font-style: italic;
}
#MT4 .interComment .tableCell img.signature {
    margin: 40px 0;
    float: right;
}

#MT4 .ourPartners {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #1a232d;
    background-image: url(/assets/images/MT4/bgOurPartners.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#MT4 .ourPartners h1 {
    color: white;
}

#MT4 .ourPartners .partnersLogo {
    margin-top: 50px;
}
#MT4 .ourPartners .partnersLogo img {
    padding-right: 70px;
    padding-bottom: 50px;
    vertical-align: middle;
}

#MT4 .ourPartners .partnersLogo img.nonePadding {
    padding-right:0;
}

#MT4 .press {
    padding: 100px 0;
    text-align: center;
}

#MT4 .press .table {
    width: 100%;
    margin-top: 50px;
}

#MT4 .press .tableCell p {
    font-size: 20px;
    color: #456376;
    font-weight: 600;
}

#MT4 .press .tableCell p img {
    vertical-align: middle;
}


/*currency index*/

a.newLabel{
    color: #efd545;
}
a.newLabel:visited{
    color: #efd545;
}

#currencyIndex {
    line-height: 1.5em;
}

#currencyIndex .bg {
    background-color: #f5f6f7;
}

#currencyIndex .section {
    padding: 100px 0;
}
#currencyIndex .section.topBanner {
    padding: 0;
}

#currencyIndex .section h1 {
    margin-bottom: 1.5em;
    line-height: 1em;
}

#currencyIndex .currencyIntro p > img{
    margin: 1em 0;
}

#currencyIndex .howToTrading ul{
    color: #456376;
    font-size: 20px;
    line-height: 2em;
}

#currencyIndex .howToTrading ul li span{
    margin-right: 2em;
    font-weight: bold;
}

#currencyIndex .howToYouActually .itemWrap {
    margin-top: 65px;
}

#currencyIndex .itemWrap,
#currencyIndex .itemWrap > .item {
    overflow: hidden;
    margin-bottom: 2em;
}

#currencyIndex .itemWrap > .item >div {
    width: 48%;
    float: left;
}

#currencyIndex .itemWrap > .item >div h4.title {
    font-size: 18px;
    font-weight: bold;
}

#currencyIndex .itemWrap > .item >div.textArea {
    padding-left: 4%;
}

#currencyIndex .itemWrap > .item > .itemLeft.textArea {
    padding: 0;
    padding-right: 4%;
}

#currencyIndex .itemWrap > .item img {
    width: 100%;
}
/* contact */

#contact .contactWrap {
    padding: 100px 0;
}

#contact .contactWrap h1 {
    text-align: left;
}

.columnLeft {
    width: 586px;
    float: left;
    margin-right: 60px;
}

.formWrap {
    width: 100%;
    margin-top: 30px;
}

.formWrap p.label {
    font-size: 16px;
    color: #456376;
    line-height: 38px ;
    font-weight: 600;
    margin:0;
}
.formWrap input[type = text] {
    width: 570px;
    height: 33px;
    margin-bottom: 5px;
    padding: 5px 7px;
    border: 1px solid #737373
}

.formWrap textarea {
    width: 570px;
    height: 280px;
    padding: 7px;
    resize: none;
    border: 1px solid #737373;
    margin-bottom: 5px;
}

.formWrap select {
    width: 586px;
    border: 1px solid #737373;
    height: 45px;
    margin-bottom: 5px;
}

.formWrap .button {
    margin-left: 142px;
}

.columnRight {
    width: 324px;
    float: left;
}

.columnRight h1 {
    font-size: 30px ;
}

.columnRight > .contactInfoWrap {
    margin-bottom: 20px;
}

.columnRight > .contactInfoWrap .tableRow {
    height: 90px;
}

.columnRight > .contactInfoWrap .tableRow > .tableCell {
    padding: 10px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.4em;
}

.columnRight a:hover {
    animation-duration: 1.5s;
    animation-name: aHover;
}

.columnCenter {
    margin: 0 auto;
    width: 628px;
}

#subscribe .subscribeWrap,
#aboutus .subscribeWrap{
    padding: 100px 0;
}


@keyframes aHover {
    from { color: inherit }
    to { color: #456376;  }
}



/* login */

/* login */

#login, #requestResult {
    width: 100%;
    height: 100%;
    min-height: 1300px;
    overflow: hidden;
    background-color: #080b0e ;
    color: white;
    background-image: url(/assets/images/index/bgStars.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 600;
}

#requestResult .resultWrap {
    width: 700px;
    text-align: center;
    margin: 0 auto;
}

#requestResult .button {
    margin:50px auto;
    display: block;
    float: none;
    border: none;
}

#requestResult .button > a{
    display: block;
    width: 100%;
    height: 100%;
}

#requestResult .fieldset {
    padding-top: 15%;
    font-size: 16px;
}

#login .fieldset {
    padding-top: 15%;
    font-size: 16px;
}

#login .loginWrap {
    width: 350px;
    margin: 0 auto;
}

#login .loginMsg {
    width: 500px;
    margin: 0 auto;
    line-height: 1.5em;
    padding-bottom: 30px;
}

#login .fieldset input {
    background: none;
    border: 2px solid #ffffff;
    height: 22px;
    width: 320px;
    padding: 7px;
    margin-bottom: 5px;
    font-weight: 500;
}

#login .fieldset .requestDemo {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
}
#login .fieldset .requestDemo > a {
    color: #1b74c0
}

#login .fieldset .button {
    margin: 26px 0;
    border: none;
}

#partners .subscribeWrap {
    padding: 100px 0;
}

#partners .subscribeWrap h1 {
    text-align: left;
}

#partners .subscribeWrap .columnLeft > .table {
    margin:  60px 0;
    width: 100%;
}

#partners .subscribeWrap .columnLeft > .table .tableCell {
    text-align: center;
    vertical-align: middle;
}

#partners .subscribeWrap .columnLeft > .table .tableCell > .logoWrap {
    height: 87px;
    background-color: #e5e2e2;
    margin: 10px;
    line-height: 87px;
}

#partners .subscribeWrap .columnLeft > .table .tableCell > .logoWrap a {
    display: block;
    width: 100%;
    height: 100%;
}

#partners .subscribeWrap .columnLeft > .table .tableCell > .logoWrap img {
    vertical-align: middle;
    display: inline-block;
}

.policyWrap {
    padding: 80px 0;
}

.policyWrap ul li {
    margin: 1em 0;
}

#cookiePolicy ul li {
    list-style-type: decimal;
}

.policyWrap h2 {
    font-size: 24px;
    color: #456376;
    font-family: 'lato', sans-serif;
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 2em;
}
.policyWrap p {
    font-size: 16px;
    line-height: 1.5em;
}


/*program*/
.programMenu > a{
    color: #da6007;
    font-weight: bold;
}
.programMenu > a:visited{
    color: #da6007;
}
.program{
    width: 787px;
    margin: 0 auto;
}
.programSubTitle{
    font-size: 22px;
    color :  rgba(255, 255, 255, 0.8);
    margin-top: 88px;
}
.bold{
    font-weight: bold;
}
.programContent{
    width: 787px;
    margin: 0 auto;
    line-height: 2em;
}
.programTableWrap{
    width:787px;
    margin:28px auto 0;
}
.programTableWrap > span {
    font-size: 20px;
}
.programTableBg{
    overflow: hidden;
    margin-top: 10px;
}
.programTableYear{
    float: left;
    margin: 0;
    padding:0;
    margin-top: 4px;
}
.programTableYear > li{
    list-style: none;
    margin: 0;
    height: 23px;
    color: #1a2a3b;
    font-size: 13px;
}
.programTable{
    float: right;
}
.programTable > tbody > tr > td{
    font-size: 13px;
    color: #2e2e2e;
    height: 22px;
    text-align: center;
}
.programTableTitleLine{

}
.programTableTitleCn{
    background-color: #1a2a3b;
    color: #fff;
    width:53px;
    font-size: 13px;
    font-weight: 500;
    height: 23px;
}
.programTableTitleLastCn{
    background-color: #1a2a3b;
    color: #fff;
    width:94px;
    font-weight: 500;
}
.programTableRed{
    color: #ff3823 !important;
}
.programAlarm{
    font-size: 14px;
    margin-top: 3px;
}
.programBottomBox{
    overflow: hidden;
    margin: 25px 0 25px 280px;
}
.btn01{
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    line-height: 44px;
    height: 44px;
    text-decoration: none;
    color: #fff;
    background: #a52525;
    border: solid 1px #fff;
    cursor: pointer;
    padding:0 25px;
}
.btn01:hover{
    background-color: #ba2a2a;
}
.programAccount{
    text-align: center;
    margin-bottom:20px;
}
.programAccount a{
    color: #006ce5;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.programEmail{
    font-size: 18px;
    color:#2e2e2e;
    text-align: center;
}
.programEmail > span{
    color:#000;
}
/*program end*/
