body {
    padding-top: 3.5rem;
    font-size:14px;
}
.jumbotron-body{
    padding-bottom:5rem;
}
.jumbotron-body .title{
    margin-bottom:20px;
    text-align: center;
}
.title_cn{
    font-size:30px;
    color:rgba(0,0,0,.9);
    font-weight: bold;
}
.title_en{
    font-size:20px;
    color:rgba(0,0,0,.5)
}
.block-white{
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    min-height:369px;
    box-shadow: 1px 8px 8px 1px rgba(53, 61, 118, .1)
}
.block-blue{
    background: #353D76;
    border-radius: 5px;
    padding: 40px;
    min-height:369px;
    box-shadow: 1px 8px 8px 1px rgba(53, 61, 118, .1)
}
.jumbotron-body__header{
    display: flex;
    justify-content: space-between;
}
.header-title-num{
    color:#FD6B03;
    font-size:32px;
    font-weight: bold;
}
.header-title-text{
    font-size:20px;
    font-weight: bold;
}
.jumbotron-body__content{
    margin-top:20px;
    font-size:14px;
    line-height: 24px;
}
.jumbotron-about{
    background: #F4F5FC;
    display: flex;
    align-items: center;
    padding:30px 0 80px 0;
}
.jumbotron-footer{
    background:#1C2242;
}
.footer-body{
    padding-top:40px;
    display: flex;
    width:100%;
}
.footer-contact-title{
    font-size:16px;
    color:rgba(255,255,255,1);
    margin-bottom:10px;
}
.footer-contact{
    flex:1;
    font-size:12px;
    color:rgba(255,255,255,.6);
}
.footer-copy{
    flex:1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.home-sub-title__no{
    font-weight: bold;
    font-size:22px;
    color:rgba(0,0,0,.9);
}
.home-sub-title__title{
    font-weight: bold;
    font-size:22px;
    color:#185DFD;
    margin-bottom:10px;
}
.home-cont{
    width:70%;
}
.jumbotron-info-area{
    position: relative;
    display: block;
    z-index: 1;
    min-height:500px;
}
.jumbotron-info-area__bg{
    background-image: url('../images/home-about.jpg');
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
    min-height:500px;
}
.home-about-title{
    text-align: center;
    padding-top:50px;
    color:rgba(255,255,255,.9)
}
.home-about-content{
    background: rgba(154, 106, 53, 0.3);
    color:rgba(255,255,255,.6);
    padding:30px 50px;
    margin-top: 50px;
}
.home-about-content p{
    text-indent: 32px;
    line-height: 28px;
    margin:0 0 5px 0;
}
.navbar{
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.jumbotron_about {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background: url('../images/banner-about.jpg');
    height:400px;
}
.jumbotron_job {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background: url('../images/banner-job.jpg');
    height:400px;
}
.jumbotron_job_detail{
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background: url('../images/banner-job-detail.jpg');
    height:220px;
}
.navbar-nav .nav-item.active a{
    color:#4575FA !important;
}
.home-sub-content{
    line-height: 28px;
    color: #666;
}
.subpage-title{
    margin-bottom:30px;
    text-align: left;
}
.subpage-title_cn{
    font-size:22px;
    color:rgba(0,0,0,.9);
    font-weight: bold;
}
.subpage-title_en{
    font-size:16px;
    color:rgba(0,0,0,.5)
}
.subpage-content{
    padding:0 10px;
}
.subpage-content p{
    text-indent: 26px;
    line-height:26px;
    margin:0;
}
.sub-image-title{
    margin-top: 20px;
}
.list-header{
    height:80px;
    background: #F8F8F8;
}
.tab{
    display: flex;
    align-items: flex-end;
}
dl.tab{
    margin: 0;
}
.tab dt,.tab dd{float: left;margin-right:15px;}
.tab a{color:#525252;font-size:16px;}
.tab a:hover{text-decoration: none}
.tab .current a{color:#3268F4;font-weight: bold}
.list-content{
    margin: 30px 0;
}
.job-list ul,.job-list li{
    margin:0;
    padding:0;
}
.job-list li{
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding:15px 10px 15px 10px;
}
.job-list li:hover{
    background: #F4F7FF;
}
.job-list li:hover .job-title a{
    color:#3268F4;
}
.job-list li .job-title{
    font-size:16px;
    font-weight: bold;
    margin-bottom:10px;
}
.job-list li .job-title a{
    color:#333;
}
.job-list li .job-title a:hover{
    color:#3268F4;
}
.join-us{
    line-height:32px;
    padding-top:40px;
    padding-bottom: 50px;
    color:rgba(0,0,0,.6)
}
.no-data{
    color:rgba(0,0,0,.5)
}
.job-detail__title{
    font-size:30px;
    font-weight: bold;
    color:#333;
}
.job-detail__sub-title{
    margin-top:15px;
}
.job-detail-desc{
    margin:30px 0 20px 0;
    line-height: 30px;
    padding-bottom:30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.job-detail-desc dt{
    font-size:18px;
    font-weight: bold;
    color:#333;
}
