@charset "utf-8";
    body {
        margin: 0 auto;
        font-family: "Microsoft YaHei";
        color: #525252;
        font-size: 12px;
        min-width: 1200px;
    }
    
    div,
    ul,
    li,
    span,
    p,
    img,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    dl,
    dd {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: 0px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 12px;
        font-weight: normal
    }
    
    .clear {
        clear: both;
        height: 0px;
        overflow: hidden;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .frame img {
        border: 1px solid #ccc;
        padding: 0px;
    }
    
    .frame a:hover img {
        border: 1px solid #2f2b75;
        padding: 0px;
    }
    
    a {
        color: #525252;
        text-decoration: none;
        font-family: "Microsoft YaHei";
    }
    
    a:hover {
        text-decoration: none;
        color: #2f2b75;
        font-family: "Microsoft YaHei";
    }
    
    .box {
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }
    
    .box_20 {
        width: 100%;
        height: 20px;
    }
    
    .box_30 {
        width: 100%;
        height: 30px;
    }
    
    .box_40 {
        width: 100%;
        height: 40px;
    }
    
    .box_50 {
        width: 100%;
        height: 50px;
    }
    
    .box_60 {
        width: 100%;
        height: 60px;
    }
    
    .A:link {
        font-size: 14px !important;
    }
    /*头部*/
    
    .heads {
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 999;
        top: 0;
    }
    
    .head_s {
        width: 100%;
        height: 60px;
        color: #fff;
        line-height: 60px;
        font-size: 14px;
background: #f8f8f8;
    }
    
    .head_sy a {
        color: #333;
        line-height: 60px;
        font-size: 14px;
    }
    
    .head_sy a:hover {
        color: #333;
    }
    
    .head_sz {
        font-family: "Arial";
        font-size: 20px;
        color: #2f2b75;
        font-weight: bold;
    }
    
    .tianmao {
        margin-right: 0px;
        margin-top: 19px;
    }
    
    .tianmao img {
        height: 22px;
    }
    
    .head_x {
        height: 100px;
        width: auto;
        background: #2f2b75;
    }
    .head_x .box{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
    
    .logo {
        
    }
    
    .logo img {
        height: 60px;
    }
    
    .head_con {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100px;
        line-height: 100px;
    }
    
    .head_nav {
        width: 100%;
        position: relative;
    }
    
    .head_nav>ul {
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    .head_nav>ul>li {
        width: 21%;
        white-space: nowrap;
        position: relative;
    }
    
    .head_nav>ul>li+li {
        margin: 0 0 0 2vw;
    }
    
    .head_nav>ul>li>a {
        font-size: 16px;
        color: #fff;
        position: relative;
    }
    
    .head_nav>ul>li>a:before {
        content: '';
        width: 0;
        height: 2px;
        background: #72b66b;
        position: absolute;
        bottom: -20px;
        left: 0;
        transition: 0.5s;
    }
    
    .head.on .head_nav li>a:before {
        background: #d83412;
    }
    
    .head_nav>ul>li>a:after {
        content: '';
        width: 100%;
        height: 3.2vw;
        position: absolute;
        left: 0;
    }
    
    .head_nav li:hover a:before,
    .head_nav>ul>li.cur a:before {
        width: 100%;
    }
    /*xiala*/
    
    .head_qit {
        position: absolute;
        top: 100px;
        left: -35px;
        width: 150px;
        background: #fff;
        opacity: 0;
        transition: 0.5s all ease;
        visibility: hidden;
        display: flex;
        flex-direction: column;
    }
    
    .head_qit ul {}
    
    .head_qit li {
        text-align: left;
        transition: 0.5s;
        position: relative;
        height: 55px;
        line-height: 55px;
        text-align: center;
    }
    
    .head_qit li+li {
        border-top: 1px solid #f8f8f8;
    }
    
    .head_qit li:before {
        content: '';
        width: 10%;
        height: 1px;
        background: #ddd;
        position: absolute;
        left: -5%;
        top: 0;
        bottom: 0;
        margin: auto;
        display: none;
    }
    
    .head_qit li a {
        font-size: 14px;
        white-space: nowrap;
        font-weight: lighter;
        transition: 0.5s;
    }
    
    .head_qit li a:hover {
        transform: translateX(100%);
    }
    
    .head_qit li dl {
        display: none;
    }
    
    .head_nav>ul>li:hover .head_qit {
        visibility: visible;
        top: 100px;
        opacity: 1;
    }
    
    .head_qit>a:hover,
    .head_qit>div>ul>li:hover>a {
        color: #fff;
    }
    
    .head_qit>a:hover,
    .head_qit>div>ul>li:hover {
        background: #72b66b;
    }
    
    .ssuo {
        margin-top: 12px;
    }
    /*幻灯片*/
    
    #flash_bg {
        width: 1200px;
        margin: 0 auto;
        height: 380px;
    }
    
    .focus {
        width: 100%;
        ;
        height: 380px;
        overflow: hidden;
        position: relative;
    }
    
    .focus ul {
        height: 380px;
        position: absolute;
    }
    
    .focus ul li {
        float: left;
        width: 1200px;
        height: 380px;
        overflow: hidden;
        position: relative;
    }
    
    .focus ul li div {
        position: absolute;
        overflow: hidden;
    }
    
    .focus .btnBg {
        position: absolute;
        width: 100%;
        height: 20px;
        left: 0;
        bottom: 0;
        background: #000;
        display: none;
    }
    
    .focus .btn {
        display: none;
        position: absolute;
        width: 760px;
        height: 23px;
        padding: 0px 340px 0px 10px;
        right: 0;
        bottom: 15px;
        text-align: right;
    }
    
    .focus .btn span {
        display: inline-block;
        _display: inline;
        _zoom: 1;
        width: 25px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        _font-size: 0;
        margin-left: 5px;
        cursor: pointer;
        background: #fff;
    }
    
    .focus .btn span.on {
        background: #fff;
    }
    
    .focus .preNext {
        width: 45px;
        height: 69px;
        position: absolute;
        top: 200px;
        background: url() no-repeat 0 0;
        cursor: pointer;
        opacity: 0.5 !important;
    }
    
    .focus .pre {
        left: 0;
    }
    
    .focus .next {
        right: 0;
        background-position: right top;
    }
    
    .bt_t {
        font-size: 38px;
        font-weight: bold;
        margin-top: 3%;
        color: #444;
    }
    
    .bt_tw {
        line-height: 26px;
        font-size: 16px;
        margin-top: 1%;
        margin-bottom: 4%;
        color: #888;
    }
    /*prot*/
    
    .prot {
        padding: 3% 1%;
        overflow: hidden;
    }
    
    .prot_box {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .prot_con {}
    
    .prot_call {
        width: 100%;
        flex-shrink: 0
    }
    
    .prot_call>div {
        margin-bottom: 0 !important;
    }
    
    .prot_call:nth-child(n+4) {}
    
    .prot_call:first-child,
    .pro_call:last-child {
        /* width: 50%; */
    }
    
    .prot_call ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 0 !important;
    }
    
    .prot_call li {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        width: 24%;
        margin-right: 1.1%;
        border: 1px solid #eee;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
        border-radius: 30px;
        
    }
    
    .prot_call li:nth-child(n+5) {
        margin: 1.5% 0 0;
        margin-right: 1.1%;
    }
    
    .prot_call li a {
        overflow: hidden;
    }
    
    .prot_call li a img {
        width: 100%;
        height: auto;
        transition: 0.8s;
        /* filter: brightness(105%); */
        object-fit: cover;
    }
    
    .prot_call li:hover img {
        transform: scale(1.1);
    }
    
    .prot_call li br {
        display: none;
    }
    
    .prot_call li:hover span {
        background: #dd1810;
    }
    
    .prot_call li:hover span a {
        color: #fff;
    }
    
    .prot_call li span {
        bottom: 0;
        /* width: 100%; */
        padding: 5%;
        text-align: center;
        background: #2f2b75;
        transition: 0.5s;
    }
    
    .prot_call li span a {
        font-size: 1rem;
        transition: 0.5s;
        display: inline-block;color: #fff;
    }
    
    .prot_call li:hover span a {
        transform: translateX(10px);
    }
    /*hat*/
    
    .hat {
        position: relative;
        overflow: hidden;
        background: url(https://memberpic.114my.com.cn/hengfeng988/uploadfile/image/20241122/20241122203251_1265644511.jpg)no-repeat center;
        padding: 1% 0% 1%;
        margin-top: 3%;
    }
    
    .hat_box {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .hat_txt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hat_txt p {
        font-size: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
    }
    
    .hat_txt p span {
        font-size: 2.9rem;
        text-transform: uppercase;
        padding: 3% 0 2%;
        line-height: 60px;
    }
    
    .about_num {
        width: 100%;
        /* position: absolute; */
        left: 46%;
        bottom: 0;
    }
    
    .about_num ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin: 0% 0 0;
    }
    
    .about_num li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2% 0;
        transition: 0.5s;
        /* background: rgba(255,255,255,0.5); */
        /* box-shadow: 0 0 20px #eee; */
    }
    
    .about_num li span {
        display: flex;
        align-items: flex-end;
    }
    
    .about_num li span b {
        font-size: 60px;
        font-family: Arial;
        color: #fff;
        transition: 0.5s;
        font-weight: bold;
    }
    
    .about_num li span i {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #72b66b;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        line-height: 20px;
    }
    
    .about_num li p {
        font-size: 16px;
        margin: 3% 0 0;
        color: #fff;
    }
    
    .dfs {
        display: flex;
        justify-content: space-between;
    }
}
.num {}
.num_con {
    margin: 8% auto;
}
.num_le {
    position: relative;
    width: 30%;
}
.ripple {}
.ripple,
.ripple:before,
.ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 55px;
    width: 55px;
    margin-top: -27.5px;
    margin-left: -27.5px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.2);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    z-index: 2;
}
.ripple img {}
.ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.video_box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: 600ms ease;
    visibility: hidden;
}
.video_box.cur {
    opacity: 1;
    z-index: 999;
    transition: 600ms ease;
    visibility: inherit;
}
.video {
    position: fixed;
    top: -100%;
    left: 50%;
    margin-top: -250px;
    margin-left: -500px;
    transition: 600ms ease;
}
.video_box.cur .video,
.video_box.cur .video_x {
    top: 50%;
    transition: 600ms ease;
}
.video_x {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    position: fixed;
    top: -100%;
    left: 50%;
    margin-left: 520px;
    margin-top: -250px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: lighter;
    cursor: pointer;
    transition: 600ms ease;
}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, .0);
    }
    
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, .0);
    }
    
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
    }
}
.num_ri {
    width: 60%;
}
.num_ri p {
    line-height: 18px;
    font-size: 16px;
    color: #525252;
}
.num_ri em {
    font-size: 40px;
    color: #666;
    line-height: 45px;
    margin-bottom: 24px;
    display: block;
    font-style: normal;
}
.num_ri b {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
.num_ri i {
    display: block;
    width: 32px;
    height: 2px;
    background: #ddd;
    margin: 50px 5px;
}
.proadv_con ul {
    display: flex;
    justify-content: space-between;
}
.proadv_con li {
    width: 32%;
    text-align: center;
    background: rgba(205, 205, 205, 0.4);
    padding: 40px 0;
    border-radius: 30px;
}
.proadv_con li em {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    background: #fff;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
}
.proadv_con li b {
    font-size: 30px;
    color: #333;
    display: block;
    font-weight: bold;
    margin-top: 40px;
}
.proadv_con li p {
    font-size: 15px;
    line-height: 35px;
    color: #444;
    margin-top: 26px;
    padding: 0px 16px;
    text-align: left;
}
.proadv_con li:hover {
    background: #2f2b75;
    transition: all 0.3s ease;
}
.proadv_con li:hover b {
    color: #72b66b;
    transition: all 0.3s ease;
}
.proadv_con li:hover p {
    color: #fff;
    transition: all 0.3s ease;
}

/*hz */
.hz {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.hz h2 {
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px;
}
.hz .jt a {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 42px;
}
.hz .hzprev a {
    background: url() no-repeat 0 0;
    left: -48px;
}
.hz .hznext a {
    background: url() no-repeat 0 0;
    right: -48px;
}
.m_hz {
    width: 1200px;
    margin-top: 0px;
}
.m_hz ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.m_hz li {
    width: 19%;
    position: relative;
}
.m_hz li img {
    display: block;
    width: 100%;
    border: 1px #eee solid;
    border-radius: 20px;
    
    
}
.m_hz li em {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    display: block;
    background: rgba(102, 205, 1, 0.9);
    position: absolute;
    top: 130px;
    left: 0;
    width: 230px;
    text-align: center;
    height: 30px;
    font: 14px "Microsoft YaHei";
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}
.m_hz li:hover em {
    top: 90px;
}
.hz_bg {
    background: rgba(205, 205, 205, 0.4);
    width: 100%;
padding: 5% 0% 5% 0%;
    margin-top: 4%;
}
    
        /*版权*/
    
    .footWrap {
        background: #222;
        color: #fff;
        position: relative;
        z-index: 951;
        line-height: 25px;
        font-size: 14px;
        margin-top: 0px;
    }
    
    .footWrap>.gy {
        border-top: 10px solid #2f2b75;
        transform: translateY(-10px);
    }
    
    .footWrap>.gyc {
        border-top: 10px solid #2f2b75;
        transform: translateY(-10px);
    }
    

    
    .footWrap .f_shouy a {
        color: #fff;
        font-size: 16px;
        padding-top: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .hh {
        font-size: 18px;
        position: relative;
        color: #fff;
        font-weight: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        line-height: 62px;
        background: url(https://memberpic.114my.com.cn/hengfeng988/uploadfile/image/20241125/20241125142414_366467263.png) no-repeat right center;
    }
    
    .f_con {
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        padding: 20px 0 0;
        display: flex;
        justify-content: space-between;
    }
    
    .f_code {
        width: 12%;
    }
    
    .f_code p {
        text-align: center;
        float: left;
    }
    
    .f_code p:nth-child(3) {
        margin-left: 12px;
    }
    
    .f_code p img {
        display: block;
        height: 120px;
        background: #fff;
        padding: 7px;
        width: 120px;
        margin-bottom: 8px;
    }
    
    .f_text {
        width: 80%;
    }
    
    .f_text li {
        float: left;
        font-size: 18px;
        color: #fff;
        width: 38%;
    }
    
    .f_text li:nth-child(3n) {
        width: 226px;
    }
    
    .f_text li span {
        display: block;
        font-size: 17px;
        color: #fff;
        margin-top: 10px;
    }
    
    .f_text li em {
        display: block;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 0px;
        font-style: normal;
    }
    
    .f_wz {
        height: 57px;
        line-height: 47px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .f_nav {
        height: 64px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .f_nav a {
        color: #fff;
        font-size: 16px
    }
    
    .f_text li span a {
        font-size: 17px;
        text-align: left;
        padding-top: 0;
        color: #fff;
    }
    
    .f_text>ul {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 20px;
    }
    
    .f_text li:nth-child(4),
    .f_text li:nth-child(5),
    .f_text li:nth-child(6) {
        margin-top: 28px;
    }
    
    .ewm {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }
    
    .linkTagcs li a {
        font-size: 14px;
    }
    
    .links_r a {
        font-family: "hji" !important;
        font-size: 42px;
        font-style: normal;
        color: rgba(255, 255, 255, 0.3);
        display: inline;
        height: 80px;
        display: block;
        line-height: 80px;
        padding-left: 32px;
    }
    .links_l {
        display: flex;
        align-items: center;
        width: 7.5%;
        min-width: 86px;
    }
    
    .l_wz {
        position: relative;
    }
    
    .l_wz b {
        font-size: 25px;
        color: #fff;
        line-height: 21px;
    }
    
    .l_wz p {
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 5px;
    }
    
    .links {
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
        height: 100%;
        position: relative;
    }
    
    .links>div {
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .links_m {
        width: 97%;
    }
    
    .linkTagcs li a {
        color: rgba(255, 255, 255, 0.38)!important;
    }
    
    .link_bc {
        height: 56px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    
    .lin_ic {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 1px solid #fff;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 25px;
    }
    
    .linkTagcs li {
        line-height: 18px!important;
        padding-right: 10px!important;
    }
    
    .linkTagcs li a {
        font-size: 13px!important;
    }
    
    .links>div:nth-child(1) {
        width: calc(100% - 34px);
    }
    
    .links>div:nth-child(2) {}
    
    .linkTagcs {
        width: 100%!important;
    }
    
    .food_wbg {
        background: #2f2b75;
    }
    
    .foot_to {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
    }
    
    .foot_to>a {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .copy_b {
        display: flex;
        justify-content: space-between;
        height: 66px;
    } 
    .copy_b>div {
        line-height: 66px;
        color: rgba(255, 255, 255, 0.6);
    }
    
    .copy_b>div a {
        color: rgba(255, 255, 255, 0.6);
    }
    
    .copy_b>div a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
        
    .gyc {
        margin: 0 auto;
        width: 1200px;
    }


.h_cr>p {
    font-size: 28px;
    color: #525252;
}

.h_cr>b {
    display: block;
    font-size: 24px;
    color: #333;
    margin-top: 8px;
}

.hea_cr {  width: 20%;}


.hea_cr>p {
display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hea_cr>p>span {
    display: inline-block;
    font-size: 15px;
    margin-left: 0px;
    color: #fff;
}

.hea_cr>b {
    display: block;
    font-size: 28px;
    color: #fff;
    margin-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
}


/*在线客服*/
    
    .kf.on {
        right: 15px
    }
    
    .kf .kf_div {
        box-shadow: 0 0 18px rgba(0, 0, 0, .1);
        margin-bottom: 8px
    }
    
    .kf .kf_div:last-child {
        margin-bottom: 0
    }
    
    .kf .item {
        width: 50px;
        height: 50px;
        background: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        position: relative
    }
    
    .kf .item:first-child {
        border-top-left-radius: 6px
    }
    
    .kf .item:last-child {
        border-bottom-left-radius: 6px
    }
    
    .kf {
        position: fixed;
        right: -100px;
        bottom: 10%;
        width: 50px;
        z-index: 9999;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    
    .kf .item .box {
        font-weight: bold;
        position: absolute;
        left: 90px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        width: 298px;
        height: 50px;
        background: #fff;
        box-shadow: 0 0 18px rgba(0, 0, 0, .1);
        border-radius: 25px;
        margin-right: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 29px;
        color: #04287e;
    }
    
    .kf .item .box:before {
        width: 10px;
        height: 100%;
        position: absolute;
        right: -9px;
        top: 0;
        content: ''
    }
    
    .kf .item .box i {
        width: 32px;
        height: 32px;
        display: block;
        border-radius: 50%;
        margin: 0 18px 0 17px;
        background: url(http://114my.cn.114.114my.net/hxp/kf5.png) no-repeat center #68b92e;
    }
    
    .kf .item .box2 {
        width: 154px;
        position: absolute;
        left: 90px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        box-shadow: 0 0 18px rgba(0, 0, 0, .1);
        padding: 15px 0 20px;
        border-radius: 6px
    }
    
    .kf .item .box2:before {
        width: 10px;
        height: 100%;
        position: absolute;
        right: -9px;
        top: 0;
        content: ''
    }
    
    .kf .item .box2 h3 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #68b92e;
        font-weight: 700
    }
    
    .kf .item .box2 img {
        width: 133px;
        height: 133px;
        margin: 5px 0
    }
    
    .kf .item .box2 div {
        font-size: 16px;
        line-height: 22px;
        color: #666;
        text-align: center
    }
    
    .kf .item:hover {
        background: #68b92e;
    }
    
    .kf .item:hover .box {
        left: -306px
    }
    
    .kf .item:hover .box2 {
        left: -164px
    }
    
    .kf .item:hover a img {
        display: none
    }
    
    .kf .item:hover a img.on {
        display: block
    }
    
    .kf .item a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        z-index: 1
    }
    
    .kf .item a img {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        max-width: 50%
    }
    
    .kf .item a img.on {
        display: none;
        max-width: 50%
    }
    
    @media (max-width:768px) {
        .kf {
            top: auto;
            bottom: 10px;
            left: 50%;
            margin-left: -80px;
            transform: translateY(0);
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row
        }
        .kf .kf_div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            height: 40px
        }
        .kf .item {
            width: 40px;
            height: 40px;
            border-radius: 0!important
        }
        .kf .item a img {
            max-width: 50%
        }
        .kf .item:hover .box {
            left: -50px;
            opacity: 1;
            top: -30px
        }
        .kf .item:hover .box2 {
            left: -40px;
            opacity: 1;
            top: -70px
        }
        .kf .item .box {
            left: -50px;
            top: -20px;
            opacity: 0;
            width: 140px;
            font-size: 14px;
            height: 40px;
            border-radius: 20px;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center
        }
        .kf .item .box:before,
        .kf .item .box i {
            display: none
        }
        .kf .item .box2 {
            left: -40px;
            top: -50px;
            opacity: 0;
            width: 120px;
            height: 120px;
            padding: 5px
        }
        .kf .item .box2:before,
        .kf .item .box2 h3,
        .kf .item .box2 div {
            display: none
        }
        .kf .item .box2 img {
            width: 110px;
            height: 110px
        }
    }