@charset "utf-8";
html{
    font-size: 18px !important;
}
.container{
    padding: 0;
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration:none;
}
[onclick] {
    cursor: pointer;
}

[data-link]:not([data-link=""]) {
    cursor: pointer;
}
.zh_jp_title{
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;

}
.zh_jp_title::after{
    content: "";
    display: block;
    width: 8%;
    height: 4px;
    background-color: #F76300;
    position:absolute;
    bottom: 0;
}
p{
    line-height: 2;
}
.zh_jp_detail{
    background-color: #FFF3ED;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.col-lg-4{
    padding: 0;
}
.col-lg-6{
    padding: 0;
}
.col-lg-8{
    padding: 0;
}

.detail_card{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.detail_card .body_bg{
    width: 49%;
    height: 342px;
    margin: 1px;
}
.detail_card_body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.detail_card_body p{
    margin-top: 2rem;
    padding: 0 1.5rem;
    color: #fff;
    font-weight: bold;
    font-size: 20px;

}
.detail_right img{
    width: 100%;
}
.data_result{
    display: flex;
    align-items: center;
    margin-top: 3rem;

}
.data_result_content{
    flex:1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 1rem;
    text-align: center;

}

.zh_jp_industry img{
    width: 100%;
}

.industry_title{
    background-color: #06C3BC;
    height: 50px;
    padding-left: 30px;
    line-height: 50px;
    color: #fff;
}
.industry_content{
    padding: 50px 30px 0 30px;
    line-height: 2;
}
.zh_jp_content_yellow{
    span{
        font-size: 1.5rem;
        font-weight: bold;
    }
    color: #F87D38;
    font-size: 1.2rem;
}
@media screen and (min-width:1200px) {
    .industry-bg-right{
        background: linear-gradient(to right,#F2F6F7 80%,transparent 30%);
    }
    .industry-bg-left{
        background: linear-gradient(to right,transparent 30%,#F2F6F7 80%);
    }
    .zh_jp_industry{
        height: 380px;
    }
    .industry-img-right::after{
        content: "";
        background-color: #F76301;
        position: absolute;
        height: 50px;
        width: 60%;
        bottom: 63px;
        right: 0;
    }
    .industry-img-left::after{
        content: "";
        background-color: #F76301;
        position: absolute;
        height: 50px;
        width: 60%;
        bottom: 63px;
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    html{
        font-size: 14px!important;
        padding: 0 15px!important;
    }
    .zh_jp_industry img{
        display: none;
    }
}


