#navbar-logo {
    height: 54px;
}

@media (max-width: 1200px) {
    #navbar-logo {
        height: 30px;
    }
}

.carousel {
    width: 100%;

}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}

.navtop {
    height: 80px;
}

@media (max-width: 1200px) {
    .navtop {
        height: 56px;
    }
}

body {
    overflow-x: hidden !important;
    background-color: #F9F9F9 !important;
}

.mask {
    width: 100vw;
    height: 100vh;
    /*background-color: rgba(0, 0, 0, .5);*/
    position: fixed;
    bottom: -1000px;
    left: 0;
}

.mask.active {
    bottom: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

@media (max-width: 1200px) {

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
    
    .footer-mobile {
        display: block;
        margin-bottom: 80px;
    }

}

@media (min-width: 1200px) {
    .pc {
        display: block !important;
    }

    .mobile {
        display: none !important;
    }
    
    .footer-mobile {
        display: none !important;
    }

}



.tabbar2 {
    z-index: 100000;
    position: fixed;
    bottom: -1000px;
    left: 0;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    transition: all .5s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px 15px 0px 0px !important;
    -webkit-border-radius: 15px 15px 0px 0px !important;
    -moz-border-radius: 15px 15px 0px 0px !important;
    -ms-border-radius: 15px 15px 0px 0px !important;
    -o-border-radius: 15px 15px 0px 0px !important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

@media(min-width: 1200px) {
    .tabbar2 {
        display: none;
    }
}


@media (max-width:1200px) {
    .tabbar2 {
        display: flex;
    }
}

.tabbar2.active {
    bottom: 0;
}

.tabbar2 li {
    padding: 1rem;
    width: 25%;
    list-style: none;
    text-align: center;
}

.tabbar2 li img {
    width: 25px;
}

.tabbar2 li a {
    color: #9CA1AE;
    font-size: 12px;
}


.titlebg {
    width: 100%;
    position: relative;
    height: 35px;
    margin: 19px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.icon {
    position: absolute;
    top: -19px;
    left: -19px;
    width: 38px;
    height: 38px;
    /*background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng284e5969ceb78024f0293a58e932678ee88d6c26883ce4f6feae5f91b394a2e5) 100% no-repeat;*/
    background-size: 100% 100%;
}

.title {
    color: #FF8800;
}

.more {
    display: none;
}
@media (max-width: 1200px) {
    .more {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.training .pc {
    display: block;
}
@media (max-width: 1200px) {
    .training .pc {
        display: none;
    }
}

.service {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .service {
        width: 90%;
        margin-top: 5px;
    }
}

@media (max-width: 1200px) {
    .service .titlebg {
        width: 100%;
    }
}

.service-tabs {
    color: #000;
    font-weight: bold;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1200px) {
    .service-tabs {
        display: none;
    }
}

.service-tabs li {
    width: 25%;
    text-align: center;
    cursor: pointer;
    padding: 2px;
    padding-bottom: 5px;
}

.service-tabs li.active {
    color: #fff;
    background: url(../images/pic_hs_bq@2x.png) no-repeat;
    background-size: 100% 100%;
}

.content {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: bold;
}

.content.active {
    display: flex !important;
}

.content>div {
    position: relative;
    width: 32%;
    margin-bottom: 2%;
}

.content>div>div {
    position: absolute;
    left: 0;
    bottom: 6.5%;
    background-color: #FF8800;
    padding: 3% 10%;
    color: #fff;
}

@media (max-width:1200px) {
    .content>div>div {
        font-size: 12px;
    }
}

.content>div img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}


@media (max-width:1200px) {

    .content>div>div:nth-child(5),
    .content>div>div:nth-child(6) {
        display: none;
    }
}

.party {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 1200px) {
    .party {
        width: 90%;
        margin-top: 5px;
    }
    .party .carousel{
        width: 98%
    }
}


.carousel-item>ul {
    display: flex;
    justify-content: space-between;
}

.carousel-item li {
    width: 32%;
    margin-bottom: 2%;
    position: relative;
}

@media (max-width: 1200px) {
    .carousel-item li {
        width: 48%;
    }
}

.carousel-item li img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.carousel-control-prev-icon2 {
    background-image: url(../images/pic_zjt@2x.png);
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: -125px;
    transform: translateY(-50%);
}

@media (max-width: 1200px) {
.carousel-control-prev-icon2 {
        width: 50px;
        height: 50px;
        left: -25px;
    }
}

.carousel-control-next-icon2 {
    background-image: url(../images/pic_yjt@2x.png);
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: -125px;
    transform: translateY(-50%);
}

@media (max-width: 1200px) {
    .carousel-control-next-icon2 {
        width: 50px;
        height: 50px;
        right: -25px;
    }
}

/* 第三个li mobile不需要 */
@media (max-width: 1200px) {
    .carousel-item li:nth-child(3) {
        display: none;
    }
}

.carousel-item li .explain {
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: -5.5%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 3% 6%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
@media (max-width: 1200px) {
    .carousel-item li .explain {
        height: 45%;
    }
}

.carousel-item li .explain>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.carousel-item li .explain>div {
    font-size: 12px !important;
    text-align: justify;
    color: #9CA1AE;
}

.carousel-item li .explain>div:nth-child(2),
.carousel-item li .explain>div:nth-child(3) {
    color: #9CA1AE;
    line-height: 1rem;
}

.carousel-item li .explain>div:nth-child(3) {
    display: flex !important;
    align-items: center;
}

.carousel-item li .explain>div:nth-child(3)>div {
    width: 85%;
}

.carousel-item li .explain>div:nth-child(3)>svg {
    width: 15%;
    font-size: 1.5rem;
}

.carousel-control-prev:nth-child(2),
.carousel-control-next:nth-child(2) {
    /*width: 15%;*/
    width: 0px;
}

[type="radio"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0l1.693 3.67 4.013.476L8.74 6.89l.788 3.964L6 8.88l-3.527 1.974.788-3.964L.294 4.146l4.013-.476L6 0z' fill='%23F67600'/%3E%3C/svg%3E");
    -webkit-mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #ffc107;
    /*默认是选中的样式，橙色*/
    margin: 0;
    transition: .2s;
}

@media (max-width: 1200px) {
    [type="radio"] {
        width: .5rem;
        height: .5rem;
        -webkit-mask-size: .5rem;
    }
}

[type="radio"]:checked~[type="radio"] {
    background-color: #E8EAED;
    /*未选中的样式，灰色*/
}

.training {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;

}
@media (max-width: 1200px) {
    .training {
        width: 90%;
        margin-top: 5px;
    }
}

.training .training-content {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: bold;
}

.training .training-content div {
    position: relative;
    width: 32%;
    margin-bottom: 2%;
}

@media (max-width:1200px) {
    .training .training-content div {
        width: 49%;
    }
}

.training-content div img {
    border-radius: 5px;
    width: 100%;
}

.training-content div .recommend {
    position: absolute;
    left: 5%;
    top: 7%;
    font-size: 12px;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    color: #fff;
    padding: 0 10px;
    box-sizing: content-box;
    background-color: #E33C36;

}

@media (max-width: 1200px) {
    .training-content div .recommend {
        font-size: .5rem;
    }
}

.training-content div .detail {
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    color: #fff;
}

.training-content div .detail h3 {
    font-size: 25px;
    color: #fff;
    line-height: 0;
}

@media (max-width:1200px) {
    .training-content div .detail h3 {
        font-size: .8rem;
    }
}

.training-content div .detail a {
    font-weight: 300;
    color: #fff;
    font-size: 12px;
}

.bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    .bottom {
        display: block;
    }
}

.bottom>div:nth-child(1) {
    width: 50%;
}

@media (max-width: 1200px) {
    .bottom>div:nth-child(1) {
        width: 100%;
    }
}

.bottom>div:nth-child(1) img {
    width: 100%;
    border-radius: 1%;
}

@media (max-width: 1200px) {
    .bottom>div:nth-child(1) img {
        width: 100%;
    }
}

.bottom>div:nth-child(2) {
    width: 50%;
}

@media (max-width: 1200px) {
    .bottom>div:nth-child(2) {
        width: 100%;
    }
}

.bottom>div:nth-child(2)>div {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 177px 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

@media (max-width: 1200px) {
    .bottom>div:nth-child(2)>div {
        width: 90%;
        opacity: .7;
        padding: 20px;
        padding-bottom: 40px;
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%);
    }
}

.bottom>div:nth-child(2)>div h2 {
    font-weight: bold;
    padding-bottom: 10%;
    font-size: 1.3rem;
}

.bottom>div:nth-child(2)>div>div:nth-child(2) {
    font-size: .8rem;
}

.icon2 {
    padding-top: 10%;
    float: right;
}

@media (max-width: 1200px) {
    .icon2 {
        padding-top: 1%;
    }
}

.icon2>span:nth-child(1) {
    background-color: #eee;
    color: #000 !important;
    font-size: 16px;
    padding: 2px 10px;
    line-height: 16px;
    border-radius: 32px 0 0 32px;

    @media (max-width: 1200px) {
        font-size: 12px;
    }
}

.icon2 svg {
    transform: translate(-8px, -2px);
    -webkit-transform: translate(-8px, -2px);
    -moz-transform: translate(-8px, -2px);
    -ms-transform: translate(-8px, -2px);
    -o-transform: translate(-8px, -2px);

    @media (max-width: 1200px) {
        width: 20px;
        transform: translate(-9px, 0);
        -webkit-transform: translate(-9px, 0);
        -moz-transform: translate(-9px, 0);
        -ms-transform: translate(-9px, 0);
        -o-transform: translate(-9px, 0);
    }
}

.workTogether {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}

@media (max-width: 1200px) {
    .workTogether {
        width: 90%;
        display: none;
    }
}

.tag {
    background-color: #fff;
}

.tag div {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.footer-index .footer {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .footer-index .footer {
        width: 90%;
    }
}

.footer-index {
    width: 100%;
    background-color: #222831;
    color: #fff;
    padding: 20px 0;
    font-size: 0.7rem;
    line-height: 1.5rem;
}

.footer-index .footer .wx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-index .footer .wx img {
    width: 100%;
}

.footer-index .footer .wx>div {
    text-align: center;
    margin: 0 5px;
}

@media (max-width: 1200px) {
    .footer-index .footer .wx>div:nth-child(1)>div {
        margin-top: 10px;
        background-color: #71AF58;
        border-radius: 24px;
    }

    .footer-index .footer .wx>div:nth-child(2) div {
        margin-top: 10px;
        background-color: #FFB600;
        border-radius: 24px;
    }
    
    .footer-index .footer .wx>div:nth-child(3) div {
        margin-top: 10px;
        background-color: #373b3e;
        border-radius: 24px;
    }
}


@media (max-width: 1200px) {
    #tel {
        color: #FF8800 !important;
    }
}

.news {
    margin-bottom: 30px !important;
    padding: 10px;
    padding-bottom: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news .title {
    padding: 5px 0;
}

@media (max-width: 1200px) {
    .news {
        width: 90%;
        display: block;
    }
}

.news ul {
    padding: 0;
    margin: 0;
}

.news li {
    height: 30px;
    list-style: none;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news li>div {
    width: 30px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.news li>div img {
    width: 100%;
}

.rightPop {
    position: fixed;
    top: 30%;
    right: 0;
    width: 142px;
    height: 216px;
    background-color: #fff;
    z-index: 100000;
}

@media(max-width: 1200px) {
    .rightPop {
        display: none;
    }
}

.text-warning {
    font-weight: bold;
}

.navbar-nav li {
    margin: 10px;
}

.navbar-toggler {
    color: rgb(0 0 0 / 0%);
    border: rgb(0 0 0 / 0%);
}

#rightArrow {
    width: 50px;
    height: 45px;
    background: url(/template/default/images/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 135px;
    right: 0px;
    z-index: 999;
}
#floatDivBoxs {
    /*background-image: url(/template/default/images/kefubg.png);
    background-size: cover;
    width: 147px;
    height: 431px;*/
    background-color: #fff;
    border-radius: 2%;
    padding-bottom: 5px;
    position:fixed;
    top:180px;
    right:0;
    z-index:999;
}
#floatDivBoxs .floatDtt{
    width:100%;
    height:45px;
    line-height:45px; 
    color:#fff;
    font-size:18px;
    text-indent:22px;
    position:relative;
}
#floatDivBoxs .floatShadow{
    /*margin-top: 40px;*/
    
}
@media(max-width: 1200px) {
    #rightArrow {
        display: none;
    }
    #floatDivBoxs {
        display: none;
    }
}

#recent-posts-3 li {
    display: block;
    float: left;
    margin-right: 15px;
}
#recent-posts-3 li a {
    
}