body {
    margin: 0;
    background-color: #f2f2f2;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}

body, .main-text-color,a {
    color: #505050;
}
.view-block {
    padding-left: 8px;
    color: #f73210;
}
.small-p {
    font-size: 12px;
}
p {
    font-size: 15px;
    line-height: 170%;
}
li {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 8px;
}
ul{
    padding-left:0;
}


h1, h2, h3, h4 {
    line-height: 150%;
}

.brand-logo {
    height: 34px;
}

.brand-text {
    line-height: 22px;
    font-weight: bold;
    padding: 2px 24px;
    border-left: solid 2px #262626;
    margin: 4px 24px;
    display: block;
    padding-right: 0;
}

.hight-title{
    margin-top:0;
    margin-bottom:8px;
}
.news-list{
    margin-top:8px;
    padding-left:8px;
}
.large-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 30px;
}
.list-border {
    border-bottom: dotted 1px #b1b1b1;
    margin-bottom:8px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h1,h2,h3,h4{
    margin-top:0;
}



.centered {
    text-align: center;
}

.right {
    text-align: right;
}
.italic{
    font-style:italic;
}

.search_result {
    line-height: 50px;
    margin: 0;
}

.form-signup {
    max-width: 800px;
    padding: 15px;
    margin: 30px auto;
}


.form_panel {
    padding: 12px;
}

.data_button {
    padding-left: 12px;
}

.page-top{
    margin-top:50px;
}
.block-top {
    margin-top: 24px;
}
.full-text {
    color: #505050;
    line-height: 170%;
}


.marign-top-null {
    margin-top: 0;
}

.marign-bottom-null {
    margin-bottom: 0;
}

.wide-button {
    width: 12em;
}

.x-wide-button {
    width: 17em;
}

.highlight-block {
    background-color: #0278d7;
    padding: 8px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
}

.highlight {
    background-color: #ffd200;
}
.par{
    line-height:170%;
}

form {
    margin: 0;
}

.dropdown_label_fix {
    background-color: #eee;
    color: #555;
}




.link-text {
    position: relative;
    text-decoration: none;
    font-size:18px;
}

.hero-image {
    height: 270px;
}

@media (max-width: 767px) {
    .hero-image {
        margin-top:105px;
        width:100%;
    }

}

@media (min-width: 768px) {

    .hero-margin-top {
        margin-top: 180px;
    }

    .link-text:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        height: 2px;
        width: 100%;
        background: #f73210;
        transform: scale(0);
        transition: all 0.3s;
    }

    .link-text:hover:before {
        transform: scale(1);
    }

    .link-text:focus, .link-text:hover {
        text-decoration: none;
    }
}

.main-button {
    background-color: #0278d7;
    color: #ffffff;
    border: 0;
}

    .main-button:hover, .main-button:focus {
        background-color: #0267b8;
        color: #cce1f1;
    }


.map-background {
    background-image: url('../images/map-tile.jpg');
    background-repeat: repeat;
}

.main-background {
    background-image: url('../images/home-hero-jixiu.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    height: 400px;
}

.main-tile {
    background-image: url('../images/tile.png');
    background-repeat: repeat-x;
    height: 137px;
}

.main-logo {
    margin-right: 12px;
    width: 105px;
}

.no-border {
    border: 0;
}

.thumbnail {
    border: 0;
}


.hero-background {
    background-position: bottom;
    background-repeat: repeat-x;
    height: 320px;
}

.hero-background-regular {
    background-position: bottom;
    background-repeat: repeat-x;
    height: 320px;
}

.border-main-color {
    border: 2px solid #0278d7;
}

.navbar-color {
    background-color: #f88267;
    border:none;
    border-top: 1px solid #f73210;
}
    .navbar-color .navbar-nav > li > a, .navbar-color .navbar-nav > li > a:hover, .navbar-color .navbar-nav > li > a:focus {
        color: #ffffff;
    }
    .navbar-color .navbar-nav > .open > a, .navbar-color .navbar-nav > .open > a:focus, .navbar-color .navbar-nav > .open > a:hover {
        color: #ffffff;
        background-color: #f73210;
    }
    .navbar-color .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .navbar-color .navbar-toggle:focus, .navbar-color .navbar-toggle:hover {
        background-color: #f73210;
    }


.img-outline {
    /*border: 1px solid #efddd1;*/
}

.text-shadow {
    text-shadow: 0px 0px 5px rgba(0,0,5,0.7);
}
.box-shadow {
    box-shadow: 0px 0px 5px rgba(0,0,5,0.7);
}

.white-transparant-bg {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.ckeditor-html5-video video{
    max-width:800px;
}

.color-white {
    color: #ffffff;
}
.color-light-grey {
    color: #b5b5b5;
}

.author a,.color-grey {
    color: grey;
}

.color-darkgrey {
    color: darkgrey;
}

.color-dark {
    color: #333333;
}
.icon {
    width: 80px;
    cursor: pointer;
}
.logo-icon {
    height:40px;
    cursor: pointer;
}

.main-background-color {
    background-color: #f73210;
}
.search-button {
    background-color: #f73210;
    color: #ffffff;
}
    .search-button:hover, .search-button:focus {
        background-color: #f65530;
        color: #ffffff;
    }
.description{
    padding:8px 0 24px 0;

}

.light-background {
    background-image: url('../images/banner_temp.jpg');
    background-position: center;
    color: #ffffff;
}
.light-background2 {
    background-image: url('../images/banner_temp2.jpg');
    background-position: center;
    color: #ffffff;
}
.light-background-color {
    background-color: #efddd1;
}

.grey-background-color {
    background-color: #f1f1f1;
}

.main-color {
    color: #0278d7;
}
.bold{
    font-weight:bold;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #0278d7;
}

.img-circle {
    border-radius: 50%;
}

.main-block {
    padding: 80px 50px 0px 50px;
}

.line-through {
    text-decoration: line-through;
}

.channel-title {
    font-size: 18px;
    font-weight:bold;
}

.channel-icon {
    height: 80px;
    /*cursor: pointer;*/
}



.dashboard-icon {
    width: 80px;
    cursor: pointer;
}

.justify {
    text-align: justify;
}

.footer {
    color: #777777;
}

#footerlink a {
    color: #777777;
}
.background-dark-color{
    background-color:#262626;
}

.red-border {
    border-bottom: 1px solid #f73210;
}
.search-space{
    max-width:800px;
    margin: 0 auto;
}

.button-space {
    margin-right: 12px;
    margin-bottom: 12px;
}

.outline-button {
    border: 2px solid #0e76bc;
    color: #0e76bc;
}

    .outline-button:hover {
        color: #0e76bc;
        background-color: #e6e6e6;
        border-color: #0e76bc;
    }

.filled-button {
    border: 2px solid #0e76bc;
    color: #ffffff;
    background-color: #0e76bc;
}

    .filled-button:hover {
        color: #0e76bc;
        background-color: #0f5380;
        color: #ffffff;
        border-color: #0f5380;
    }

.filled-button-warning {
    border: 2px solid #f0ad4e;
    color: #ffffff;
    background-color: #f0ad4e;
}

    .filled-button-warning:hover {
        color: #0e76bc;
        background-color: #e89723;
        color: #ffffff;
        border-color: #e89723;
    }


@media (max-width: 992px) {
    .hero-content {
        padding-top: 22px;
    }
}

@media (max-width: 992px) {

    .top-fix {
        margin-top: 55px
    }

    .hero-background {
        height: 400px;
    }
}



@media (min-width: 992px) {
    .top-fix {
        margin-top: 35px
    }
}

@media (max-width: 992px){
    .light-background {
        background-image: none;
        background-color: #f73210;
    }
    .light-background2 {
        background-image: none;
        background-color: #f73210;
    }
}

.conference-feature {
    font-size: 18px;
}

.conference-feature-icon {
    width: 105px;
}

.half-rule {
    width: 100px;
    margin: 30px auto;
}

.nav-text{
    font-size:16px;
}
.banner {
    width: 100%;
    height: 310px;
    background-color: #505050;
    background-position: center;
    cursor:pointer;
    overflow:hidden;
    text-align:center;
}
.banner_m {
    width: 100%;
    height: 260px;
    background-color: #505050;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}
.bar-top {
    border-top: 8px solid #f73210;
}

.heading{
    margin:12px;
}
.row-padding{
    padding:12px;
}
.row-padding-alt {
    padding:0 12px;
}
.row-padding-alt2 {
    padding: 30px 12px 12px 0;
}
.hidden{
    display:none;
}

.img-container, .img-fluid, .img-thumbnail {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    vertical-align: middle;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #efddd1;
    padding: 3px;
}
    .img-container a img{
        height:240px;
    }
    .img-container img {
        height: 360px;
    }

    .red {
        color: #f73210;
    }
.hr-line {
    border-bottom: 1px solid #b47b55;
}

.btn-purchase:hover, .btn-purchase:focus {
    background-color: #f73210;
    color: #ffffff;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}
.no-margin-bottom{
    margin-bottom:0;
}
.margin-bottom {
    margin-bottom: 12px;
}
.margin-bottom-large {
    margin-bottom: 50px;
}
.margin-top {
    margin-top: 12px;
}
.padding-top-large {
    padding-top: 50px;
}
.border-top {
    border-top: 8px solid #f73210;
}
.cover{
    width:100%;
}
.subtitle-box {
    color: #f73210;
    background-color: #efddd1;
    border-bottom: 3px solid #f73210;
    border-radius:0;
}
.round-img {
    border-radius: 50%;
}
.author{
    padding-left:24px;
}
.message-warning {
    background-color: #f2e8e2;
    border-color: #efddd1;
    margin-bottom: 300px;
}
.nav-color, .nav-color a, .secondary-color, .message-warning, .subtitle {
    color: #f73210;
}
    .nav-color a:hover {
        color: #f73210;
    }

.line-height {
    line-height: 170%;
}

.workflow-node {
    float: left;
    border-radius: 50% !important;
    
    background-color: #cae9fe;
    color: #0278d7;
    font-size: 16px;
    height: 135px;
    width: 135px;
    text-align: center;
    border: 1px solid #0278d7;
    margin: 15px 0;
    display: table;
    padding: 12px;
}

.workflow-text {
    /*line-height: 135px;*/
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.workflow-icon {
    height: 105px;
    margin:12px;
}


.workflow-line {
    float: left;
    color: #0278d7;
    padding-top: 5px;
    font-size: 35px;
    height: 130px;
    display: table;
    margin: 8px 24px;
}

.float-left {
    float: left;
}

.hidden {
    display: none;
}

.alert {
    word-wrap: break-word;
    word-break: break-all;
}

.line-break {
    word-break: break-all;
}

.price {
    font-size: 2em;
    font-weight: bold;
}

.top-bar {
    position: fixed;
    top: 51px;
    left: 0px;
    width: 100%;
    z-index: 99;
    height: 55px;
    background-color: #0e76bc;
}

.top-bar-note {
    position: fixed;
    top: 102px;
    left: 0px;
    width: 100%;
    z-index: 99;
    height: 55px;
}

.search-wraper {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.search-box {
    height: 50px;
}

.clear {
    clear: both;
}


.overflow {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.col-padding {
    padding-bottom: 24px;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 992px) {
    .img-align {
        text-align: center;
    }
    .text-align {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .img-align {
        text-align: right;
    }
    .text-align {
        text-align: left;
    }
    .row-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
}





.cover-img {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-web {
    max-width: 100%;
}

.ckeditor-html5-video video {
    max-width: 100%;
}

/*@media (max-width: 768px) {
    .thumbnail-web {
        max-width: 100%;
    }
    .ckeditor-html5-video video {
        max-width: 100%;
    }
}*/




table {
    border-collapse: collapse;
    border: none;
}

.news-content td {
    border: solid black 1px;
    /*text-align: center;*/
    padding: 0 0.5em 0 0.5em;
}

td p {
    margin: 0;
    text-indent: 0em;
}

.news-content p {
    line-height: 170%;
    font-size: 16px;
}
