pre {
    display: inline;
    margin: 0;
}

@media (min-width: 576px) {
    .img-fluid-larger {
        max-width: 120%;
        margin-left: -10%;
    }
}

.overflow-hidden {
    overflow: hidden;
}

body{
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.bottom-cutoff {
    margin-bottom: -50px;
}

.title {
    font-weight: 300 !important;
    /* font-style: italic; */
}

.border-radius {
    border-radius: 4px;
}

.logonav{
    display: flex;
    align-items: center;
}
.logotxt{
    border-left: 1px solid #ddd;
    padding-left: 1rem;
    margin-left: 1rem;
}
.logo_zh{
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: .2rem;
}
.logo_en{
    font-size: .5rem;
}
.logo {
    width: 6.6rem;
    margin-top: -8px;
}

.icon-box.border-box {
    border: 1px solid #db0808 !important;
}

.hintx {
    color: red;
    position: absolute;
    left: 30%;
    top: 40%;
}
.shadow{
    box-shadow: 0 0 12px rgba(0,0,0,0.12);
}
.br-1{
    border-radius: 0.25rem;
}
.br-2{
    border-radius: 0.5rem;
}
.img_8{
    width: 80%;
}
.en_color{
    color: #ff6e1f;
}
.tabtitle{
    width: 8rem;
    margin-bottom: 0.4rem;
}
.service_tab{
    background: #fff;
    padding: .6rem;
    border-radius: .4rem;
    height: 22rem;
}
.seivice_img{
    width: 100%;
    border-radius: .4rem;
}
.service_title{
    font-size: .8rem;
    color: #333333;
    font-weight: bold;
}
.service_line{
    width: 14%;
    height: .14rem;
    background: #c20e23;
    margin: 0 auto;
}
.service_detail{
    color: #6f6f6f;
    font-size: .8rem;
}
.selected_tab{
    background: #c30d23;
}
.selected_tab .service_title, .selected_tab .service_detail{
    color: #fff;
}
.selected_tab .service_line{
    background: #fff;
}
.header_container{
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-left: 2rem;
}
.mainTitle{
    width: 8rem;
}
.header_container::before{
    content: '';
    position: absolute;
    left: 1rem;
    width: .3rem;
    height: 1.8rem;
    border-radius: .4rem;
    background: #c30d23;
}
.tabb_nav{
    display: flex;
    align-items: center;
}
.tab_inf{
    width: 5rem;
}
.alimama{
    color: #333333;
    font-size: 1.2rem;
    font-family: 'Alimama';
    font-style: italic;
    font-weight: bold;
}
.alimama_en{
    margin-top: .1rem;
    color: #b1b1b1;
    font-size: .4rem;
}
.subTitle{
    color: #c30d23;
    font-weight: 400;
    margin-left: 10px;
    font-size: .9rem;
}
.letter{
    color: #6f6f6f;
    font-size: 12px;
    text-indent: 2rem;
    margin-bottom: .2rem;
    line-height: 1.4rem;
}
.letter_red{
    color: #c30d23;
}
.exper_content{
    margin: 2rem ;
    border: 1px solid #ff9251;
    background: #fffaf7;
    border-radius: .8rem;
    box-shadow: .4rem .4rem #ffdbc58e;
}
.expertcontent_img{
    display: block;
    width: 60%;
    margin: -3rem auto 0 auto;
}
.teacher{
    margin: 0rem auto;
    text-align: center;
    font-weight: bold;
    font-size:1.2rem ;
}
.profile{
    font-weight: 500;
    font-size: .6rem;
    margin-top: .6rem;
    text-align: center;
    line-height: 1rem;
}
.expert_detail{
    margin-top: .6rem;
    font-size: .6rem;
    padding: 0 1rem 1rem 1rem;
    text-indent: 1rem;
    color: #6a6867;
    line-height: 1rem;
    height: 4rem;
}
.vireMore{
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 3rem;
    border-radius: 3rem;
    background: #ca0e27;
    color: #fff;
    font-size: .8rem;
}
.contact_card{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 3.6rem .4rem 3.6rem .4rem;
    padding: 1.8rem;
    box-shadow:0 .3rem .3rem  #eed9d9;
}
.footer_img{
    border-radius: 3rem 0.2rem 3rem 0.2rem;
    width: 100%;
}
.footer_left_text_zh{
    color: #fff;
    margin: -3rem 0 0 1.4rem;
}
.footer_left_text_en{
    color: #daa195;
    font-size: 2.6rem;
    font-weight: bold;
    margin-left: .4rem;
    margin-top: -0.4rem;
}
.footer_right{
    width: 75%;
    margin-left: 4rem;
}

.contact_img{
    margin-top: 2rem;
    width: 6.8rem;
}
.contact_en{
    color: #c82c41;
    margin-top: .3rem;
    font-size: 1rem;
}
.footer_right_nav{
    display: flex;
    align-items: flex-start;
    margin-top: 2rem;
   
}
.footer_right_nav_left{
    flex: 1;
    margin-right: 2rem;
}
.footer_txt{
    display: flex;
    align-items: flex-start;
    margin: .8rem 0;
}
.mailing{
    width:1rem;
    margin-right: 1rem;
}
.mail_txt{
    font-size: .9rem;
    color: #4b4b4b;
}
.qrcode_nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qrcode_txt{
    font-size: .6rem;
    margin-top: .4rem;
}
.qrcode{
    width: 7rem;
}
@font-face {
    font-family: "Alimama";
    src: url("../font/pSZYNGHSWTap.woff");
}
.bannerBG{
    /* width: 100%; */
    /* height: 500px; */
}
