.content-headimg{
    background: url(https://bhtcdn.bhuitong.com/HuiRenLi/static/images/Banner/banner_gh.png) no-repeat;
    background-size: 100% 100%;
    height: 121px;
    position: relative;
    display: flex;
    align-items: center;
}
.content-head{
    position: absolute;
    left: 8%;
    text-align: left;
}
.content-head-1{
    font-weight: 600;
    font-size: 16px;
}
.content-head-2{
    font-size: 12px;
    margin: 5px 0;
}
.content-head-3{
    width: 80px;
    height: 28px;
    line-height: 26px;
    border-radius: 23px;
    font-size: 12px;
    font-weight: 400;
    background: #1cb37a;
    color: #FFFFFF;
    text-align: center;
}
.temp1-main{ 
    display: flex; 
    flex-direction: column;
    width: 100%;
}
.temp1-right{
    width: 90%;
    transition: all .3s;
    pointer-events: none; 
    margin: 0 auto 15px auto;
}
.xians{
    display: inline-block;
    height: 1px;
    width: 60%;
    margin-left: 20%;
    background: linear-gradient(to left, #fff 0%, #1CB37A 50%, #fff 100%);
}
.bontdiv{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.TiYanButton{
    display: inline-block;
    width: 38%;
    height: 48px;
    background: #1CB37A;
    box-shadow: 0px 6px 11px 0px rgba(28,179,122,0.32);
    border-radius: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-right: 20px;
}
.TiYanButton a{
    color: #fff;
}
.DetailButton{
    display: inline-block;
    width: 38%;
    height: 48px;
    border: 1px solid #1cb37a;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}
.DetailButton a{
    color: #189F78;
}
.template-5{
    background: linear-gradient(189deg, #fff 0%, #FFFFFF 100%);
}
.temp-title-title{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}
.section-1{
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.section-2{
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999;
}
.section img{
    width: 90%;
}
.buts{
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff;
    background: #0085FF;
    font-size: 12px;
    display: inline-block;
}
.temp5-info-box{
    position: relative;
}
.boxImg{
    overflow: hidden;
}
.ghBannerList{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    animation:rolling 28s linear infinite;
}
.ghBannerItem{
    padding: 5px;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 5px;
    margin-right: 10px;
    box-shadow: 0px 5px 5px 0px rgba(196,196,196,0.3500);
}
.ghBannerItem img{
    border-radius: 5px;
    width: 156px;
}
@keyframes rolling {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-150%);
    }
}

.swiperdivs{
    width: 156px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 5px;
    margin-left: 10px;
    box-shadow: 0px 5px 5px 0px rgba(196,196,196,0.3500);
}
.swiperdivs img{
    width: 156px;
    border-radius: 5px;
}