
/* tammy - start */
.t_b1k4bg{
    width: 100%;
}
.t_b1k4bg img{
    width: 100%;
}
.t_b1k4nr{
    width: 100%;
    position: relative;
    z-index: 10;
}
.t_b1k4xin .t_duanp p{
    line-height: 1.5;
}
.t_b1k4xin .t_b1k4le{
    width: 34%;
}
.t_b1k4rg{
    width: 100%;
    float: none;

}
.t_b1k4cir{
    width: 422px;
    height: 422px;
    border-radius: 50%;
    background: rgb(37 37 37 / 49%);
    border: 1px solid rgb(126 126 126);
    position: relative;
}
.t_b1k4{
    position: relative;
}
.t_b1k4bg{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.t_b1k4bg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.t_b1k4 .t_titleh1 h2{
    color:#fff;
}
.t_b1k4xin {
    padding-top: 127px;
    padding-bottom: 95px;
}
.t_b1k4xin .t_titleh1 {
    margin-bottom: 23px
}
.t_b1k4cir{
    text-align: center;
    margin-right: 390px;
}
.t_b1k4cir img{
    width: 242px;
    display: inline-block;
    margin-top: 72px;
    margin-bottom: 14px;
}
.t_b1k4city{
    font-size: 30px;
    line-height: 1.5;
    color:#fff;
    text-align: center;
}
.t_b1k4biao,.t_b1k4rong{
    font-size: 14px;
    font-family: 'opposansbold'!important;
    color:#fff;
    line-height: 1.75;
}
.t_b1k4rong a{
    color:#fff;
    font-family: 'opposansbold'!important;
}
.t_b1k4biao{
    margin-right: 14px;
}
.l_title1 {
    margin-bottom: 14px;
    font-size: 18px;
    color: #fff;
}
.l_title1 h3 {
    font-size: 24px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.t_b1k4wen{
    width: 350px;
    position: absolute;
    right: 0 ;
    top: 35%;
    transform: translateY(-50%);
}
.t_b1k4rg{
    position: relative;
}
.t_b1k4xliz{
    width: 66px;
    height: 66px;
    background: rgba(255,255,255,0);
    transition: all 0.36s;
    border: 1px solid rgba(255,255,255,.4);
    position: relative;
    margin-bottom: 7px;
}
.t_b1k4xliz img{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.t_b1k4zi{
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color:#fff;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.t_b1k4xli{
    position: relative;
}
.t_b1k4xli::before{
    content: '';
    background: rgba(255,255,255,.43);
    height: 1px;
    width: 50px;
    position: absolute;
    top: 33px;
    left: -60px;
}
.t_b1k4xli:first-of-type::before{
    display: none;
}
.t_b1k4xli{
    margin: 0 46px;
    cursor: pointer;

}
.slick-track {
    width: 100% !important;
}

.t_b1k4up {
    margin-bottom: 60px;
}
.t_b1k4xrg {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.t_b1k4xli.slick-slide.slick-active:first-of-type::before{
    display: none;
}
.t_b1k4xli.slick-slide.slick-active.slick-current::before{
    display: none;
}
.t_b1k4xli.slick-slide.slick-active::before{
    display: block;
}

.t_b1k4xrg .slick-prev,.t_b1k4xrg .slick-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:4px solid rgba(255,255,255,.4);
    transform: translate(0);
    top: calc(100% - 20px);
    display: none !important;
}
.t_b1k4xrg .slick-next{
    right: 46px;
}
.t_b1k4xrg .slick-prev{
    left: auto;
    right: 116px;
}
.t_b1k4xrg .slick-prev::before,.t_b1k4xrg .slick-next::before{
    content: url(../image/jianbai.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.15);
}
.t_b1k4xrg .slick-next::before{
    transform: translate(-50%,-50%) scale(0.15) rotate(180deg);
}
.t_b1k4xrg .slick-next{
    position: relative;
    float: right;
    margin-top: 10px;
    top: 30px;
}
.t_b1k4tli{
    position: relative;
    display: none;
    transition: all 0.36s;
    opacity: 0;
    width: 850px;
    margin: 0 auto;
}
.t_b1k4tli.on{
    display: block;
    opacity: 1;
}
.t_b1k4xli.act .t_b1k4xliz{
    background: rgba(255,255,255,.35);
}

.t_fadeup.animated{
    -webkit-animation: fadeup1 1s ease both;
    animation: fadeup1 1s ease both;
    animation-delay: 0.3s;
}
@keyframes fadeup1 {
    0%{
        transform: translateY(40px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeout1 {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.t_b1k4tli.on .t_b1k4cir img{
    -webkit-animation: fadeup1 1s ease both;
    animation: fadeup1 1s ease both;
    animation-delay: 0.3s;
}
.t_b1k4tli.on .t_b1k4cir .t_b1k4city{
    -webkit-animation: fadeup1 1s ease both;
    animation: fadeup1 1s ease both;
    animation-delay: 0.3s;
}
.t_b1k4tli.on .t_b1k4wen{
    -webkit-animation: fadeup1 1s ease both;
    animation: fadeup1 1s ease both;
    animation-delay: 0.3s;
}
.t_b1k4zi{
    white-space: nowrap;
    text-align: center;
    width: 81px;
    left: -7.5px;
    position: relative;
}
.t_b1k4xli{
    text-align: center;
    padding: 0 7.5px;
    padding:0;
    width: 50px !important;
    float: none;
    display: inline-block !important;
}
.t_b1k4xliz{
    display: inline-block;
}

.t_b1k4xin .t_b1k4le {
    padding-top: 50px;
}
