body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family:"思源黑体","Microsoft YaHei";
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    /* position:relative */
    width: 100%;
    min-width: 1280px;
}

a {
    color: #0150d3;
}
.logo-white{
    display: none;
}
.logo-white img{
    width: 169px;
}
.navbar {
    background: rgba(0, 0, 0, .2);
    padding: 0 40px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navbar-nav{
    flex-direction: row;
}

.navbar-dark .navbar-brand {
    padding: 0;
}
.logo img{
    height: 55px;
}
.logo.hide{
    display: none;
}
.logo-white.show{
    display: block;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 17px;
    color: #fff;
    padding: 2.5rem 0;
    white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-item {
    padding: 0 20px;
}
.bg-white{
    border-bottom: 1px solid #ddd;
}
.bg-white .nav-link, .bg-white .selected>.nav-link{     
    color: #666;     
}
.bg-white .nav-link:hover, .bg-white .selected>.nav-link{
    border-bottom: 2px solid #0150d3;
    color: #387aff;  
    font-weight: bold;
}
.bg-white .head-search .form-control{
    border: 1px solid  #ddd;
}
.bg-white .head-search .btn-outline-success{
    background: none;
}

.nav-link {
    border-bottom: 2px solid transparent;
}

.nav-link:hover , .nav-item.active a{
    border-bottom: 2px solid #fff;
}

.navbar-collapse {
    flex-grow: inherit;
}
.head {
    align-items: center;
    display: flex;
    width: 100%;
    padding: 0px 25px;
    background: rgba(0, 0, 0, .2);
}


.head-search .btn-outline-success{   
    border-radius: 20px;
    border: none;
    margin-right: -2.5rem;
    z-index: 7;
    color: #666;
    padding: 0 10px;
    background: rgba(255, 255, 255, .6);
}
.head-search .form-control{
    padding-left: 3rem;
    border-radius:20px;
    background: rgba(255, 255, 255, .6);
    color: #0150d3;
}

.back-top {
    align-items: center;
    background: #0150d3;
    border: 2px solid #fff;
    bottom: 2vw;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .9375vw;
    height: 50px;
    justify-content: center;
    opacity: 0;
    padding: 5px;
    position: fixed;
    right: 2vw;
    text-align: center;
    transform: scale(.8) translate(90px, 90px);
    transition: all .3s;
    visibility: hidden;
    width: 50px;
    z-index: -1;
    border-radius: 50%;
}

.back-top:hover {
    background: #000;
    color: #fff;
}

.back-top-show {
    opacity: 1;
    transform: scale(1) translate(0);
    visibility: visible;
    z-index: 2
}

.back-top-show:hover {
    text-decoration: none;
}

.footer {
    background: url(../img/bg-foot.jpg) center /cover no-repeat;
    color: #fff;
    padding: 4rem 1rem 0;
    font-size: 16px;
    margin: 80px 0 0;
}

.footer b {
    font-size: 20px;
}

.footer ul {
    list-style-type: none;
    line-height: 2;
    padding-right: 0px;
    max-width: 480px;
}

.footer a {
    color: #fff;
}

.footer img {
    margin-top: 1rem;
}

address {
    background: rgba(0, 23, 99, 0.5);
    text-align: center;
    padding: 1rem;
    color: #fff;
    margin: 2rem 0 0;
    font-size: 1rem;
}

.home-title {
    font-weight: bold;
    color: #333;
    text-align: center;
    vertical-align: top;
    margin: 80px 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-title .text {
    margin: 0 3rem;
    font-size: 30px;
    line-height: 1.2;
}
.home-title .text sup{
    font-size: 16px;
    top: -1em;
}

.home-title .left {
    /*border-top: 35px solid #387aff;*/
    /*border-bottom: 0 solid transparent;*/
    /*border-left: 25px solid #387aff;*/
    /*border-right: 20px solid transparent;*/
    background: url(../img/bg-title-l.png) left top no-repeat ;
    width: 51px;
    height: 34px;
    position: relative;
}

.home-title .left::before {
    position: absolute;
    left: 10px;
    content: '';
    top: -44px;
    /*width: 8px;*/
    /*background: #c2d6ff;*/
    /*height: 45px;*/
    /*transform: skewX(-25deg);*/
    
}

.home-title .right {
    /*border-top: 0 solid transparent;*/
    /*border-bottom: 35px solid #387aff;*/
    /*border-left: 20px solid transparent;*/
    /*border-right: 25px solid #387aff;*/
    background: url(../img/bg-title-r.png) left top no-repeat ;
    width: 51px;
    height: 34px;
    position: relative;
}

.home-title .right::before {
    position: absolute;
    right: 10px;
    content: '';
    top: 0;
    /*width: 8px;*/
    /*background: #c2d6ff;*/
    /*height: 45px;*/
    /*transform: skewX(-25deg);*/
}

.home-product {
    background: #fafbff;
    padding: 80px 0 20px;
}

.home-product-block .media {
    margin: 0px 0 0;
    align-items: center;
    color: #666;
}
.home-product-block .media:first-child{
      margin: 40px 0 0;
}

.home-product-block .media .media-body {
    background: url(../img/bg-point1.png) right center repeat-y #fff;
    padding: 3rem 6rem;
    box-shadow: 0 0px 8px 2px #ddd;
    line-height: 24px;
    margin-top: -140px;
    font-size: 16px;
}

.home-product-block .media .media-body2 {
    background: url(../img/bg-point2.png) left center repeat-y;
  
}

.home-product-block .media .media-body h5 {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    margin-bottom: 1rem;
}
.home-product-block .media .media-body h5 sup{
    font-size: 13px;
}

.research-trends {
    margin: 80px 0;
}

.home-trends-block img {
    height: 230px;
    margin-top: 3rem;
}

.home-trends-block .card {
    height: 100%;
    max-height: 230px;
    padding: 20px 40px;
    box-shadow: 0 0px 8px 2px #ddd;
    line-height: 24px;
    margin-top: 3rem;
    font-size: 16px;
}
.home-trends-block .card .card-body{
    padding: 0;
}
.home-trends-block .card .card-body .card-text{
    font-size: 15px;
    color: #666;
}
.home-trends-block .card-title {
    font-size: 20px;
    font-weight: bold;
}

.home-trends-block .btn-round {
    border-radius: 30px;
    min-width: 120px;
}

.value-system {
    padding: 80px 0;
    background: #fafbff;
    margin-bottom: -80px;
}

.value-system .card {
    box-shadow: 0 0px 6px 1px #ddd;
    line-height: 1.6;
    margin: 2rem .5rem 0;
}

.value-system .card:hover {
    box-shadow: 0 0px 8px 2px #387aff;
}

.value-system .card-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    border-left: 4px solid #387aff;
    color: #387aff;
    padding-left: 1.5rem;
}

.value-system .card img {
    height: 200px;
}

.value-system .card-body {
    padding: 1.5rem 0.2rem 1.5rem 0;
    min-height: 200px;
}

.value-system .card-text {
    padding: 0.5rem 0 0 1.5rem;
    line-height: 2;
    font-size: 16px;
    color: #666;
}
.head-search{
     
}
.head-block{
    display: flex;
    align-items: center;
}

.about-block .media {
    background: url(../img/bg-about-r.png) right bottom repeat-y #ebf1ff;
    margin: 80px 0 0;
    padding: 20px 40px 20px 25px;
    align-items: flex-start;
}
.about-block .media:first-child{
    margin-top: 35px;
}
.about-block .media:first-child .media-body{
    margin-top: 8px;
}
.about-block .media p{
    margin-bottom: 0;
}
.about-block .media-body2{
    background: url(../img/bg-about-l.png) left bottom repeat-y #ebf1ff;
}

.about-block .media-body {
    padding-left: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 15px;
}
.about-block .media-body2 .media-body {
    padding-right: 20px;    
}

.about-block .media-body h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1rem;
    color: #333;
}
.jtjk-video{
    background: url(../img/bg-pc.png) center / cover no-repeat;
    padding: 15px 19px 0 32px;
    height: 467px;
    z-index: 4;
}

.technology-content {
    background: #fafbff;
    padding: 80px 0;
}

.bg01 {
    background: url(../img/technology-1.jpg) bottom no-repeat;
    width: 230px;
    margin-top: 3rem;
}

.bg02 {
    background: url(../img/technology-2.jpg) bottom no-repeat;
    width: 280px;
    margin-top: 2rem;
}

.bg03 {
    background: url(../img/technology-3.jpg) bottom no-repeat;
    width: 310px;
    margin-top: 1rem;
}

.bg04 {
    background: url(../img/technology-4.jpg) bottom no-repeat;
    width: 340px;
}

.technology-block {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}
.technology-block .media:hover {
    opacity: .8;
}

.technology-block .media {
    color: #fff;
    padding: 3rem 1rem;
    margin-right: 0.8rem;
    min-height: 340px;
}

.technology-block .media h5 {
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 2rem;
}

.technology-block .media p {
    font-size: 16px;
    line-height: 1.8;
}
.mt-40{
    margin-top: 40px!important;
}

.seismology .media{
    background: #ebf1ff;
    padding: 25px 68px;
    margin: 80px 0 0;
    align-items: center;
}
 
.seismology .media img{
    
    margin: -7rem 0;
}
.seismology .media-body{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    padding:0px 0 0 70px;
}
.seismology .media-body p{
    margin: 0;
}
.seismology .media-body2{
    padding: 0 3rem 0 0rem;
}
.calamity .media{
    background: linear-gradient(to right, #ebf2ff, #ffffff);
    padding: 30px 20px 30px 40px;
    align-items: center;
    margin: 35px 0 0;
}
.calamity .media-body{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    padding: 0 0 0 40px;
}
.calamity .media-body b{
    color: #333;
    font-size: 20px;
}
.recruit{
    padding:1px 0 3rem;
    margin: 60px 0 0;
}
.recruit .table{
    background: #fff;
    margin-top: 2rem;
}
.recruit .table thead{
    background: #387aff;
    color: #fff;
    font-weight: bold;
}
.recruit .table td, .recruit .table th {
    padding: 0.75rem 2rem;
}
.recruit .table-striped tbody tr:nth-of-type(odd){
    background: #e7edff;
}
.recruit .table-striped tbody tr:first-child{
    background: #fafbff;
}
.recruit .table-striped tbody tr:nth-of-type(even){
    background: #fafbff;
}
.recruit .table-striped tbody tr:hover{
    /* background: #387aff;
    color: #fff; */
}
.detail-table{
    padding: 0!important;   
    border: none!important;
    font-size: 18px;
    color: #666;
}
.recruit .show{
    background: #fff;
    padding: 2rem 2rem 2rem 0;
    font-size: 18px;
}
.detail-table b{
    border-left: 4px solid #387aff;
    padding: 0 0rem 0 2rem;
    margin: 0 10px 0 20px;
    color: #333;
}
.detail-table li{
    list-style-type: none;
}
.detail-table b:first-child{
    margin: 0 10px 0 0;
}
.contact-form{
    margin: 30px 3rem;
}
.contact-form .form-control{
    height: 45px;
    border-color: #eee;
}
.contact-img{   
    margin: 10px 0 -70px;
    display:flex;
}
.contact-img .contact-img-block{
    margin: 10px;
}
.nav-tabs{
    box-shadow: 0 0px 15px 3px #ddd;   
    font-size: 20px;
    justify-content: space-around;
    padding: 28px ;
}
.nav-tabs a{
    color: #444;
    padding: 24px 0;
}
.nav-tabs li i{
    font-size: 18px;
    margin-right: 1rem;
}
.nav-tabs li a:hover{
    text-decoration: none;
}
.nav-tabs li a.active{   
    color: #387aff;
    font-weight: bold;
    border-bottom: 6px solid  #387aff;
    text-decoration: none;
}
.tab-content{
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    padding: 2rem;
    margin: 2rem 0;
}
.tab-content ul{
    padding: 0;
}
.tab-content li{
    list-style-type: none;
    margin: 1.5rem 0;
}
.tab-content li a{
    color: #387aff;
}

.memu-btn {
    display: none;
    height: 40px;
    margin-right: 10px;
    position: relative;
    width: 40px
}
.memu-btn img{
    width: 40px
}

.memu-btn i {
    color: #fff;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 40px;
    left: 40%;
    line-height: 1em;
    position: absolute;
    top: 40%;
    transform: translate(-40%, -40%);
    transition: all .3s
}

.memu-btn .memu {
    opacity: 1;
    visibility: visible
}

.memu-btn .close,
.memu-btn.active .memu {
    opacity: 0;
    visibility: hidden
}

.memu-btn.active .close {
    opacity: 1;
    visibility: visible;
    font-weight: normal;
}


.navi {
    position: relative;
    z-index: 9;
    margin-left: 100px;
}

.navi ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navi ul li {
    position: relative;
    /*width: 50%;*/
    padding: 0px 20px;
    list-style-type: none;
    z-index: 8;
}

.navi ul li:last-of-type {
    margin-right: 0
}

.navi ul li:last-of-type:after {
    display: none
}

.navi ul li>a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s;
    font-size: 17px;
    padding: 30px 0;
}

.navi ul li.selected a,
.navi ul li:hover a {
      border-bottom: 3px solid #fff;
      color: rgba(255, 255, 255, 1);
}

.navi ul li.selected .navbox,
.navi ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
    z-index: 2;
}

.navi ul li.selected>a:after {
    opacity: 1
}

.right-block, .header>.w {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.navi.show {
    opacity: 1;
    visibility: visible;
    z-index: 18
}

.search-box {
    z-index: 3;
    margin-left: 150px;
}

.search {
    display: flex
}

.search input {
    background: transparent;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    transition: all .3s;
}

.search input::placeholder {
    color: #999
}


.search button {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.search-btn-box {
    display: none;
    position: relative
}

.search-btn {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center
}
.search-btn i{
    font-size: 30px;
    margin-right: 50px;
}
.memu-btn i.close img{
    filter: grayscale(100%) brightness(300%);
}

.job-btn button {
    background: #387aff;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
}
@media (min-width: 1900px) {
    .container {
        width: 1200px;
        max-width: 1200px;
        margin: auto;
        padding: 0;
    }
}

@media (max-width: 1440px) {}

@media (min-width: 1200px) {
   .container {
        width: 1200px;
        max-width: 1200px;
        margin: auto;
        padding: 0;
    }
    .d-lg-block-cell{
        display: table-cell!important;
    }
}

@media(min-width: 1200px) and (max-width: 1440px) {
    /* .container {*/
    /*    width: 1200px;*/
    /*    max-width: 1200px;*/
    /*    margin: auto;*/
    /*    padding: 0;*/
    /*}*/
    .navi{
        margin-left: 40px;
    }
    .search-box {
        margin-left: 100px;
    }
}

@media (max-width:1366px) {}

@media(max-width:1024px) {
    body, html{
        min-width: 100%;
    }
    .container {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 0 40px;
    }
    .head{
        padding: 8px;
    }
    .logo{
        height: 50px;
    }
    .bg-white .search-btn{
        color: #333;
    }
    .bg-white .memu-btn i.memu img{
        filter: grayscale(100%) brightness(0%)
    }
    .bg-white .memu-btn i.close img{
        filter: inherit;
    }
    .index-nav{
        padding: 0;
        width: 250px;
        background: #fff;
        height: 100%;
        float: right;
    }
    .bg-white .memu-btn.active .close{
        color: #387aff;
    }
    .search-box {
        border-radius: 5px;
        box-sizing: border-box;
        display: none;
        left: 0;
        position: fixed;
        top: 70px;
        width: 100%;
        background: #fff;
        margin: 0;
        padding: 8px;
    }
    .home-product, .value-system{
        background: #fff;
    }
    .home-product{
        padding: 50px 0;
    }
    .home-product-block .media, .calamity .media, .about-block .media, .seismology .media{
        flex-direction: column;
    }
    .home-product-block .media:first-child {
        margin: 50px 0 0;
    }
    .home-product-block .media:nth-child(2){
        flex-flow: column-reverse;
        margin: 40px 0 0;
    }
    .home-product-block .media img{
        z-index: 1;
    }
    .home-product-block .media .media-body{
        background: #fff;
        margin: -110px 0 20px;
        padding: 80px 30px 30px;
        font-size: 28px;
        line-height: 1.5;
    }
    .calamity .media{
        background: #fff;
        padding: 0;
    }
    .calamity .media-body{
        background: linear-gradient(to bottom, #ebf2ff, #ffffff);
        box-shadow: 0 0px 8px 2px #ddd;
        padding: 100px 30px 30px;
        font-size: 28px;
        margin-top: -40px;
    }
    .calamity .media-body .btn-round{
        /*display: none;*/
    }
    .joinus .media-body{
        background: #fff;
        box-shadow: none;
        padding: 30px 0 0;
        margin: 0 0 -10px;
    }
    .home-trends-block .card{
        margin-top: 0;
        max-height: initial;
        line-height: initial;
        padding: 30px;
        margin-bottom: 50px;
        height: auto;
    }
    .home-trends-block img {
        height: auto; 
    }
    .home-trends-block img:first-child{
        margin: 0;
    }
    .home-trends-block .btn-round{
        float: right;
        padding: 10px 30px;
        font-size: 24px;
    }
    .home-title .text{
        font-size: 36px;
    }
    
    .home-product-block .media .media-body h5{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .home-trends-block .card-title{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .home-trends-block .card .card-body .card-text{
         font-size: 28px;
         line-height: 1.5;
    }
    .value-system .card{
        flex-direction: row;
        margin: 0 0 30px;
    }
    .value-system .col-sm-12:nth-child(even) .card{
       flex-direction: row-reverse;
    }
    .value-system .card img{
        height: auto;
        max-width: 362px;
    }
    .value-system .card-title{
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .value-system .card-text{
        font-size: 28px;
        padding-left: 20px;
        line-height: 1.8;
    } 
    .value-system .card-body{
        padding: 20px 20px 20px 0;
    }
    .research-trends {
        margin: 80px 0 20px;
    }
    .footer b {
        font-size: 30px;
    } 
    /*.footer{*/
    /*    font-size: 24px;*/
    /*}*/
    .navbar-dark .navbar-nav .nav-link{
        font-size: 24px;
    }
    .memu-btn, .search-btn-box {
        display: block;
    }
     .navi {
        bottom: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 64px;
        transition: all .3s;
        visibility: hidden;
        width: 100%;
        z-index: -1
    }
    .bg-white .nav-link:hover, .bg-white .selected>.nav-link{
        border-bottom: none;
    }

    .navi ul,
    .navi ul li {
        display: block
    }

    .navi ul li {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .navi ul li>a {
        text-align: left;
        color: #222;
        padding:0 65px;
        margin: 40px 0 0;
        font-size: 28px;
    }

    .navi ul li:hover .navbox {
        transform: none
    }

    .navi.show {
        opacity: 1;
        visibility: visible;
        z-index: 18;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0, .5);
    }
    .navi ul li.selected a, .navi ul li:hover a{
        border-left: 5px solid #387aff;
        color: #387aff;
        font-weight: bold;
    }

    .navbox {
        background: none;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 1;
        padding: 0;
    }

    .navbox>a {
        padding: 0 10px;
    }
    .head-search {
        margin-left: auto;
        margin-right: 20px;
    }
    .foot-mb{
        display: flex;
        align-items: center;
    }
    .about-block .media{
        background: #fff;
        padding: 0;
        margin: 60px 0 0;
    }
    .contact-img{
        display: block;
        text-align: center;
        margin: 0;
    }
    .contact-form{
        margin: 50px 0 80px;
    }
    .contact-form .submit-btn{
        width: 100%;
        font-size: 28px;
        height: 80px;
    }
    .contact-form .form-control{
        color: #999;
        font-size: 28px;
        padding-left: 30px;
        height: 80px;
    }
    .about-block .media-body{
        padding-left: 20px;
        font-size: 28px;
        line-height: inherit;
        margin: 0;
    }
    .about-block .media-body h5{
        font-size: 32px;
        margin: 20px 0;
    }
    .about-block .media:first-child{
        margin-top: 50px;
    }
    .about-block .media:first-child .media-body{
        margin: 0;
    }
    .joinus .media {
        margin-top: 50px;
    }
    .home-title{
        margin: 50px 0;
    }
    .recruit .table {
        font-size: 28px;
        margin: 0;
    }
    .recruit .table thead{
        font-size: 28px;
    }
    .recruit .table td, .recruit .table th {
        padding: 20px 10px;
    }
    .seismology .media{
        background: #fff;
        padding: 0;
        margin: 40px 0 0;
    }
    .technology-content{
        padding: 50px 0;
        background: #fff;
    }
    .bg01, .bg02, .bg03{
        margin-top: 0;
    }
    .technology-block {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        margin: 0;
        
    }
    .technology-block .media{
       margin:0 10px 20px;
        flex: 1;
        height: 500px;
        min-width: calc((100% - 50px) / 2);
        padding: 40px 30px;
    }
    .bg01 {
        background: url(../img/technology-1.jpg) bottom / cover no-repeat;
        border-radius: 40px 40px 0 40px;
    }
    .bg02 {
        background: url(../img/technology-2.jpg) bottom / cover no-repeat;
        border-radius: 40px 40px 40px 0;
    }
    .bg03 {
        background: url(../img/technology-3.jpg) bottom / cover no-repeat;
        border-radius: 40px 0  40px 40px;
    }
    .bg04 {
        background: url(../img/technology-4.jpg) bottom / cover no-repeat;
        border-radius: 0 40px 40px 40px ;
    }
    .technology-block .media h5{
        font-size: 52px;
    }
    .technology-block .media p{
        font-size: 28px;
    }
    .seismology .media-body {
        font-size: 28px;
        padding: 20px 20px 0 20px;
    }
    .nav-tabs{
        font-size: 28px;
        box-shadow: none;
    }
    .nav-tabs li i {
        font-size: 28px;
        margin-right: 1rem;
    }
    .tab-content{
        font-size: 28px;
        line-height: inherit;
        margin: 30px 0;
        padding: 0;
    }
    .tab-content li{
        margin: 40px 0;
    }
    .tab-content li p{
         text-align: justify;
    }
    .tab-content li a{
        text-align: left;
        display: block;
    }
    .recruit .show{
        font-size: 28px;
        background: #F5F7FA;
        padding: 1px 30px 30px 0;
    }
    .detail-table .show ul{
        padding: 0;
    }
    .detail-table .show ul.text-block{
        padding-left: 30px;
    }
    .detail-table .show p{
        margin: 0;
    }
    .mb-title{
        margin-bottom: 12px!important;
        margin-top: 24px!important;
    }
    .job-btn button{
        height: 80px;
        font-size: 28px;
        width: 350px;
    }
    .home-product-block .media .media-body h5 sup{
        top: -1.6em;
    }
    .home-product-block .media .media-body .btn-primary,  .calamity .btn-primary{
        font-size: 24px;
        border-radius: 20px;
        width: 170px;
        padding: 11px 0;
        border-radius: 30px!important;
    }

}
@media (min-width: 992px){
 
}
@media (max-width: 768px) {
 
    
}