

* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    color: #000;
    font-size: 14px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none
}

body {
    color: #f5f5f5;
    overflow-x: hidden;
}

.block {
    padding: 20px 0;
}

.clearfix::after {
    clear: both;
}

a:focus,
a:hover {

    text-decoration: none;

}

.title-color {

    color: #333333;

}

@font-face {

    font-family: IMPACT;

    src: url("../font/IMPACT.eot"),

        /* url("../fonts/IMPACT.svg"), */

        url("../font/IMPACT.TTF"),

        url("../font/IMPACT.woff"),

        url("../font/IMPACT.woff2");

}



/* 顶部 */

.header-top {

    height: 56px;

    line-height: 56px;

    background: #f7f8fa;

    font-size: 14px;

}

.header-top .top-left {

    float: left;

}

.header-top .top-right {

    float: right;

}

.header-top img {

    vertical-align: middle;

    margin-right: 6px;

}

.header-top .top-right span {

    font-weight: bold;

    font-size: 12px;

    color: #555;

    margin-right: 10px;
}

.header-top .top-right span:first-of-type {

    /* margin-right: 20px; */

}

/* 搜索开始 */

.header-search-box {

    padding: 10px 0px;

    border-bottom: 1px solid #eeeeee;

}

.header-search-box .header-form {
    float: left;
    
    position: relative;

    width: 454px;

    height: 40px;

    border: 2px solid #44b4f4;

    margin-top: 20px;

}

.header-search-box .header-form input {

    height: 100%;

    border: none;

    outline: none;

}

.header-search-box .header-form input.search-text {

    position: relative;

    right: -1px;

    width: 360px;

    padding-left: 30px;

    background: url(/template/pc/images/search-icon.gif) left center no-repeat;

    font-size: 16px;

    color: #333;

    border: none;

}

.header-search-box .header-form input.search-text::-webkit-input-placeholder {

    color: #9f9f9f;

}

.header-search-box .header-form input.search-text::-moz-input-placeholder {
    /*Mozilla Firefox*/

    color: #9f9f9f;

}



.header-search-box .header-form input::-ms-input-placeholder {
    /*Internet Explorer*/

    color: #9f9f9f;

}

.header-search-box .header-form .search-link {

    display: block;

    width: 54px;

    height: 18px;

    background-color: #eeeeee;

    position: absolute;

    font-size: 12px;

    color: #9f9f9f;

    text-align: center;

    line-height: 18px;

}

.header-search-box .header-form .search-link01 {

    left: 227px;

    top: 9px;

}

.header-search-box .header-form .search-link02 {

    left: 297px;

    top: 9px;

}

.header-search-box .header-form input.button {

    position: relative;

    right: -1px;

    width: 85px;

    height: 36px;

    background: #48bbf7;

    line-height: 36px;

    font-size: 18px;

    color: #fff;

}

.header-search-box .header-phone {

    padding-top: 18px;

}

.header-search-box .header-phone img {

    position: relative;

    top: -5px;
}

.header-search-box .header-phone .header-num {

    font-size: 24px;
font-weight: bold;
    color: #666666;

    letter-spacing: 2px;

}

.header-search-box .header-phone span {

    font-size: 14px;

    color: #666666;

    letter-spacing: 1px;

}

/* 搜索结束 */







/* 主菜单 */



.head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 48px;
    z-index: 999
}

.head .navbox {
    width: 1200px;
    margin: 0 auto;
}

.head .nav {
    display: block;
    float: left;
    width: 100%;
}

.head .nav .nav_pc {
    width: 100%;
}

.head .nav ul li {
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 999;
}

.head .nav ul li .f_a {
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.head .nav ul li:hover .f_a {
    background-color: #2e84e2;
    color: #fff;
    transition: all .3s
}

.head .nav ul li.active .f_a {
    background-color: #2e84e2;
    color: #fff;
}

.head .nav ul li .s_navbox {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    background-color: #00a2ff;
    z-index: 9999;
    box-sizing: border-box
}

.head .nav ul li .s_navbox .s_a a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.head .nav ul li .s_navbox .s_a a:hover {
    background-color: #2e84e2;
    color: #fff;
}

.m_nav {
    display: none
}

.headlf .m_logo {
    display: none
}

.headrg .m_menuimg {
    display: none
}

/* .active{background-color: #2e84e2}

.activ2{background-color: #2e84e2} */



/* 下拉侧边菜单 */





/*小于1600大于1200稍微调整下字体*/

@media screen and (max-width: 1600px) and (min-width:1200px) {

    .nav ul li .f_a {
        font-size: 14px
    }

    .nav ul li .s_navbox .s_a a {
        font-size: 12px
    }

    .foot_top ul {
        margin-left: 60px
    }

    .nav ul li .s_navbox .s_a {
        width: 100%
    }

}





/*移动端导航*/

@media screen and (max-width: 1024px) and (min-width: 0px) {

    .m_img img,
    .a_closed img {
        display: block;
    }

    .msgNum {
        display: none;
    }

    .slider {
        margin-top: 44px;
    }

    .head {
        display: none
    }

    .m_img {
        display: block;
        height: 60px;
        background: rgba(255,255,255,.9);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

    .m_img .headlf {
        padding-top: 5px;
        padding-left: 5px;
        float: left;
    }

    .m_img .headlf .m_logo {
        height: 50px;
        display: block
    }

    .m_img .headrg {
        padding-right: 5%;
        padding-top: 22px;
        float: right;
    }

    .m_img .headrg a .m_menuimg {
        height: 16px;
        display: block
    }

    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 30px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #44b4f4;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }

    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%;
    }

    .m_nav .m_navList ul li {
        border-bottom: 1px solid #fff;
    }

    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
    .m_nav .m_navList ul li .m_f_a font {
        color: #fff;
    }

    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }
    .m_nav .m_navList ul li .m_f_a a img{
        width: 19px;
        height: 19px;
        margin-right: 8px;
    }
    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    .icon {
        background: url(/template/pc/images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .icon_on {
        background: url(/template/pc/images/reduce.jpg) 50% no-repeat !important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }

}





/* banner */

.banner-box {

    background-color: #fff;

}

.banner {

    margin-top: 35px;

}

.banner {

    margin-bottom: 80px;

}

.banner .banner-item {

    height: 160px;

    margin-top: 20px;

    padding: 0px 15px;

}

.banner .banner-item .content {

    width: 100%;

    height: 100%;

    background-color: #2e84e2;

    text-align: center;

    border-radius: 10px 10px;

    padding-top: 33px;

}

.banner .banner-item:first-child .content {

    background-color: #2e84e2;

}

.banner .banner-item:nth-child(2) .content {

    background-color: #3b9eeb;

}

.banner .banner-item:nth-child(3) .content {

    background-color: #2e86e0;

}

.banner .banner-item:nth-child(4) .content {

    background-color: #44b4f4;

}

.banner .banner-item .content a {

    color: #fff;

    font-size: 18px;

}

.banner .banner-item .content a img {

    margin-bottom: 16px;
}

.banner .banner-item .content a img.tel {
    -webkit-animation: telephone 2s 4s ease infinite both;
    -moz-animation: telephone 2s 4s ease infinite both;
}

.banner .banner-item:nth-child(2) .content a img,
.banner .banner-item:nth-child(4) .content a img {

    margin-bottom: 28px;

}



/* banner下导航开始 */

.advantage {

    background-color: #f7f8fa;

    padding-bottom: 70px;

}

.banner-btm {

    line-height: 100px;

    text-align: center;

}

.banner-btm .row .item {

    height: 100px;

    background-color: #fff;

    box-shadow: 0 0 4px 1px #eee;

}

.banner-btm .row .item a {

    color: #44b4f4;

    font-size: 18px;

}

.banner-btm .row .item a img {

    margin-right: 19px;

}

/* banner下导航结束 */

/* 优势开始 */

.title {

    margin-top: 38px;

}

.title .title-left {

    /* float: left; */
    text-align: center;
    margin-bottom: 10px;
}

.title a {

    font-size: 36px;

    color: #666666;

}

.title a span {
    font-size: 36px;

    color: #44b4f4;

}
.title h1,.title h2{
    display: inline-block;
    position: relative;
}
.title h1::before,.title h2::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -50px;
    width: 39px;
    height: 36px;
    background: url(/template/pc/images/fengye.png) center center no-repeat;
    background-size: cover;
}
.title h1::after,.title h2::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: -50px;
    width: 39px;
    height: 36px;
    background: url(/template/pc/images/fengye01.png) center center no-repeat;
    background-size: cover;
}
.title-en{
    font-size: 14px;
    color: #999999;
    text-transform: capitalize;
}
.title-desc {

    font-size: 16px;

    color: #666666;

    line-height: 38px;


    margin-bottom: 20px;

}

.title-line {

    height: 1px;

    background-color: #e9e9e9;

    margin-bottom: 44px;

}

.title-more {

    float: right;

    width: 180px;

    height: 50px;

    line-height: 50px;

    margin-top: 14px;

}

.title-more .more-link {

    display: block;

    width: 100%;

    height: 100%;

    color: #333;

    font-size: 18px;

    border: 1px solid #999;

}

.title-more .more-link:hover {

    background: #44b4f4;

    color: #fff;

    border: none;

    transition: 0.5s;

}

.advantage .title {

    margin-top: 0px;

}

.ad-content .item .cir {

    width: 160px;

    height: 160px;

    border-radius: 50% 50%;

    background-color: #ffffff;

    text-align: center;

    padding-top: 39px;

}

.ad-content .item .cir .img {

    width: 40px;

    height: 40px;

    margin: 0 auto 20px;

}

.ad-content .item:nth-child(1) .cir .img {

    background: url(/template/pc/images/ad01s.png) center center no-repeat;

}

.ad-content .item:nth-child(2) .cir .img {

    background: url(/template/pc/images/ad02s.png) center center no-repeat;

}

.ad-content .item:nth-child(3) .cir .img {

    background: url(/template/pc/images/ad03s.png) center center no-repeat;

}

.ad-content .item:nth-child(4) .cir .img {

    background: url(/template/pc/images/ad04s.png) center center no-repeat;

}

.ad-content .item:nth-child(5) .cir .img {

    background: url(/template/pc/images/ad05s.png) center center no-repeat;

}

.ad-content .item:nth-child(6) .cir .img {

    background: url(/template/pc/images/ad06s.png) center center no-repeat;

}



.ad-content .item:nth-child(1) .cir .img.active {

    background: url(/template/pc/images/ad01.png) center center no-repeat;

}

.ad-content .item:nth-child(2) .cir .img.active {

    background: url(/template/pc/images/ad02.png) center center no-repeat;

}

.ad-content .item:nth-child(3) .cir .img.active {

    background: url(/template/pc/images/ad03.png) center center no-repeat;

}

.ad-content .item:nth-child(4) .cir .img.active {

    background: url(/template/pc/images/ad04.png) center center no-repeat;

}

.ad-content .item:nth-child(5) .cir .img.active {

    background: url(/template/pc/images/ad05.png) center center no-repeat;

}

.ad-content .item:nth-child(6) .cir .img.active {

    background: url(/template/pc/images/ad06.png) center center no-repeat;

}



.ad-content .item .cir span {

    color: #44b4f4;

    font-size: 16px;

}

.ad-content .text-box {

    height: 450px;

    border: 6px solid #44b4f4;

    margin-top: 48px;

}

.ad-content .text-box .text {

    display: none;

}

.ad-content .text-box .text .text-title {

    font-size: 26px;

    color: #333333;

    margin: 66px auto 14px;

}
@keyframes shining{
    0%{
        background-color: #fff;
    }
    50%{
        background-color: #44b4f4;
    }
    100%{
        background-color: #fff;
    }
}
@-moz-keyframes shining{
    0%{
        background-color: #fff;
    }
    50%{
        background-color: #44b4f4;
    }
    100%{
        background-color: #fff;
    }
}
.ad-content .text-box .text .text-title i{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-color: #44b4f4;
    border-radius: 50% 50%;
    margin: 0 5px;
}
.ad-content .text-box .text .text-title i:nth-child(1){
    animation: shining 3s ease infinite;
}
.ad-content .text-box .text .text-title i:nth-child(2){
    animation: shining 3s 0.2s ease infinite;
    margin-right: 10px;
}
.ad-content .text-box .text .text-title i:nth-child(3){
    animation: shining 3s 0.2s ease infinite;
    margin-left: 10px;
}
.ad-content .text-box .text .text-title i:nth-child(4){
    animation: shining 3s ease infinite;
}
.ad-content .youshi-desc{
    max-height: 120px;
    line-height: 1.5em;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #333;
}
.ad-content .text-box .text .text-desc {

    width: 370px;

    max-width: 100%;

    margin: 0 auto;

    line-height: 24px;

}

.ad-content .text-box .text .text-desc i {

    position: relative;

    top: -4px;

    display: inline-block;

    width: 5px;

    height: 5px;

    background-color: #44b4f4;

    border-radius: 50% 50%;

    margin-right: 12px;

}

.ad-content .text-box .text .text-desc a {

    font-size: 14px;

    color: #666666;

}

.ad-content .text-box .text .right-imgbox {

    padding: 41px 64px 0;

}

.ad-content .text-box .text .text-desc .text-more {

    width: 178px;

    height: 40px;

    line-height: 40px;

    border: 1px solid #44b4f4;

    border-radius: 5px 5px;

    font-size: 20px;

    color: #666666;

    margin: 24px auto 0;

}

.ad-content .text-box .text .text-desc .text-more:hover {

    border: none;

    background-color: #44b4f4;

    color: #fff;

    transition: .5s;

}





.ad-content .item .cir.active {

    background-color: #44b4f4;

}

.ad-content .item .cir.active span {

    color: #ffffff;

}

.ad-content .text-box .text.active {

    display: block;

}

/* 优势结束 */



/* 套餐开始 */

.food {

    margin-bottom: 40px;

}

.food .container .row .food-item {

    margin-bottom: 30px;

}

.food .container .row .food-item .food-contentbox {

    padding: 22px 43px;

    border: 1px solid #eeeeee;

}

.food .container .row .food-item .item-title {

    margin-top: 18px;

}

.food .container .row .food-item .item-title .item-link {

    color: #333333;

    font-size: 20px;

    font-weight: bold;

}

.food .container .row .food-item .item-img {

    margin: 0 auto;

}

.food .container .row .food-item .food-contentbox .item-img .img-responsive {

    transition: .5s;

}

.food .container .row .food-item .food-contentbox:hover .item-img .img-responsive {

    transform: scale(1.1);

}

.food .container .row .food-item .item-desc {

    font-size: 14px;

    color: #999;

    min-height: 40px;

    margin-top: 8px;

    max-height: 40px;

    overflow: hidden;

}

.food .container .row .food-item .item-more {

    margin-top: 8px;

}

.food .container .row .food-item .item-more .item-link {

    font-size: 16px;

    color: #44b4f4;

}

/* 套餐结束 */



/* 广告开始 */

.advert {

    height: 130px;

    /* background-color: #dbedf8; */
    background: url(/template/pc/images/ad-bg.jpg) center center no-repeat;
    background-attachment: fixed ;

    overflow: hidden;

}

.advert .container {

    line-height: 130px;

}

.advert .container .order {

    width: 240px;

    height: 70px;

    line-height: 70px;

    background-color: #256fd9;

    color: #eeeeee;

    font-size: 30px;

    float: left;

    margin-top: 30px;

    margin-left: 56px;

}

.advert .container .ad-tel {

    float: right;

    margin-right: 28px;

}

.advert .container .ad-tel img {

    position: relative;

    top: -6px;

    margin-right: 6px;

}

.advert .container .ad-tel span {

    font-size: 30px;

    color: #256fd9;

}

.advert .container .ad-tel span a {

    color: #256fd9;

    font-size: 40px;
    font-weight: bold;

}

/* 广告结束 */



/* 服务流程开始 */

.service {

    /* padding-bottom: 90px; */

}

.service .service-item-box {

    margin-bottom: 50px;

}

.service .ser-imgbox {

    position: relative;

    width: 60px;

    height: 60px;

    border-radius: 50% 50%;

    margin: 0 auto;

}

.service .service-item-title .ser-imgbox {

    position: relative;

}

.service .service-item-title .ser-imgbox::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background: url(/template/pc/images/recir.png) center center no-repeat #fff;

    z-index: -1;

}

.service .service-item-title .ser-imgbox::after {

    content: "";

    position: absolute;

    right: -158px;

    top: 23px;

    display: block;

    width: 158px;

    height: 13px;

    background-image: url(/template/pc/images/line-arrow.png);

    z-index: -2;

}

.service .service-item-box .service-item-title:last-child .ser-imgbox::after {

    display: none;

}



.service .service-item-title:first-child .ser-imgbox {

    background: url(/template/pc/images/ser01.png) center center no-repeat;

    background-position-x: 17px;

}

.service .service-item-title:first-child .ser-imgbox.active {

    background: url(/template/pc/images/ser01s.png) center center no-repeat #44b4f4;

    background-position-x: 17px;

}

.service .service-item-title:nth-child(2) .ser-imgbox {

    background: url(/template/pc/images/ser02.png) center center no-repeat;

}

.service .service-item-title:nth-child(2) .ser-imgbox.active {

    background: url(/template/pc/images/ser02s.png) center center no-repeat #44b4f4;

}

.service .service-item-title:nth-child(3) .ser-imgbox {

    background: url(/template/pc/images/ser03.png) center center no-repeat;

}

.service .service-item-title:nth-child(3) .ser-imgbox.active {

    background: url(/template/pc/images/ser03s.png) center center no-repeat #44b4f4;

}

.service .service-item-title:nth-child(4) .ser-imgbox {

    background: url(/template/pc/images/ser04.png) center center no-repeat;

}

.service .service-item-title:nth-child(4) .ser-imgbox.active {

    background: url(/template/pc/images/ser04s.png) center center no-repeat #44b4f4;

}

.service .service-item-title:nth-child(5) .ser-imgbox {

    background: url(/template/pc/images/ser05.png) center center no-repeat;

}

.service .service-item-title:nth-child(5) .ser-imgbox.active {

    background: url(/template/pc/images/ser05s.png) center center no-repeat #44b4f4;

}

.service .service-item-title:nth-child(6) .ser-imgbox {

    background: url(/template/pc/images/ser06.png) center center no-repeat;

}

.service .service-item-title:nth-child(6) .ser-imgbox.active {

    background: url(/template/pc/images/ser06s.png) center center no-repeat #44b4f4;

}

.service .ser-imgbox img {

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -15px;

    margin-top: -15px;

}





.service .service-item-title .ser-img-text {

    text-align: center;

    font-size: 20px;

    color: #44b4f4;

    margin-top: 19px;

    font-weight: bold;

}

.service-item-content {

    display: none;

}

.service-item-content.active {

    display: block;

}
.service .service-left .service-btm-title {
    text-align: center;
}
.service .service-left .service-btm-title i{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-color: #44b4f4;
    border-radius: 50% 50%;
    margin: 0 5px;
}
.service .service-left .service-btm-title i:nth-child(1){
    animation: shining 3s ease infinite;
}
.service .service-left .service-btm-title i:nth-child(2){
    animation: shining 3s 0.2s ease infinite;
    margin-right: 10px;
}
.service .service-left .service-btm-title i:nth-child(4){
    animation: shining 3s 0.2s ease infinite;
    margin-left: 10px;
}
.service .service-left .service-btm-title i:nth-child(5){
    animation: shining 3s ease infinite;
}
.service .service-desc {

    height: 80px;

    font-size: 18px;

    color: #333333;

    padding-top: 30px;

    padding-left: 45px;

}

.service .service-left {

    position: relative;

    height: 248px;

    background-color: #f7f8fa;

    padding-left: 45px;

    padding-top: 10px;

    padding-bottom: 10px;

    margin-top: 47px;
}

.service .service-left::after {

    content: "";

    display: block;

    width: 100px;

    height: 248px;

    position: absolute;

    top: 0px;

    right: -100px;

    background-color: #f7f8fa;

}

.service .service-left .service-btm-title {

    color: #333333;

    line-height: 48px;

}

.service .service-left .service-btm-title .title-color {

    font-size: 26px;

}

.service .service-left .service-btm-desc {

    font-size: 16px;

    color: #333333;

    margin-bottom: 24px;

}

.service .service-left .service-ques {

    color: #999999;

    margin-bottom: 8px;

}

.service .service-left .service-ques i {

    display: inline-block;

    width: 5px;

    height: 5px;

    background-color: #44b4f4;

    border-radius: 50% 50%;

    margin-right: 5px;

}

.service .service-left .service-ques a {

    font-size: 14px;

    color: #999999;

}

.service .service-left .service-ques a:hover {

    color: #333;

}





/* 服务流程结束 */



/* 客户案例开始 */

.case {

    margin-bottom: 50px;

}

.case .case-item {

    margin-bottom: 42px;

}

.case .case-item .case-item-img {

    float: left;

}

.case .case-item-contentbox {

    position: relative;

    height: 240px;

    border-left: none;

    overflow: hidden;

    padding-left: 0px;

}

.case .case-item-contentbox .case-item-content {

    padding-right: 15px;

}

.case .case-item-contentbox::before {

    content: "";

    position: absolute;

    left: -50px;

    top: 0px;

    display: block;

    width: 50px;

    height: 1px;

    background: #f5f5f5;

    z-index: -1;

}

.case .case-item-contentbox::after {

    content: "";

    position: absolute;

    left: -50px;

    bottom: 0px;

    display: block;

    width: 50px;

    height: 1px;

    background: #f5f5f5;

    z-index: -1;

}

.case-item .case-item-content .case-title {

    margin-top: 30px;

    margin-bottom: 52px;

}

.case-item .case-item-content .case-title .item-link {

    color: #333;

    font-size: 18px;

    font-weight: bold;

}

.case-item .case-item-content .case-line {

    width: 80%;

    height: 1px;

    background-color: #e9e9e9;

    margin-bottom: 15px;

}

.case-item .case-item-content .case-meal {

    color: #999999;

    font-size: 14px;

    margin-bottom: 30px;

}



.case-item .case-item-content .case-desc {

    font-size: 14px;

    color: #333333;

    line-height: 30px;

    padding-top: 18px;

    padding-bottom: 5px;
    padding-left: 10px;

}
.case-item .case-item-content .case-desc .stitle {

    position: relative;
    color: #2e84e2;
    font-weight: bold;
    margin-right: 5px;

}
.case-item .case-item-content .case-desc .stitle::before{
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #2e84e2;
    border-radius: 50% 50%;
}
.case-item .case-item-content .item-more {
    width: 140px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    transition: 0.5s;
    background-color: #2e84e2;
    border-radius: 5px;
    margin: 14px auto 0;
}

.case-item .case-item-content a {

    /* color: #2e84e2; */
    color: #333;

}
.case-item .case-item-content .item-more a{
    display: block;
    height: 100%;
    color: #ffffff;
}
.case-item img.img-responsive {

    transition: .5s;

}

.case-item:hover img.img-responsive {

    transform: scale(0.9);

}
.case-item .case-item-content .case-item:hover .item-more {
    font-weight: bold;
    background-color: #2266af;
}
/* 客户案例结束 */



/* 政策开始 */

.policy {

    background: #f7f8fa;

    padding-bottom: 70px;

}

.policy .policy-item .policy-border{
    border: 1px solid #D8D8D8;
    transition: all .5s;
}
.policy .policy-item .policy-border:hover{
    box-shadow: 0px 0px 1px 1px #D8D8D8;
}
.policy .policy-item .img-responsive{
    margin-bottom: 14px;
}
.policy .policy-item .item-title {

    text-align: center;

}

.policy .policy-item .item-title .item-title-link {

    color: #333333;

    font-size: 18px;

    font-weight: bold;

    line-height: 54px;

}

.policy .policy-item .item-text {

    padding-left: 24px;

    margin-top: 8px;

    margin-bottom: 15px;

}

.policy .policy-item .item-text .item-text-num,
.policy .policy-item .item-text .visa-num,
.policy .policy-item .item-text .ques-num {

    display: inline-block;

    width: 18px;

    height: 18px;

    background-color: #bbbbbb;

    text-align: center;

    line-height: 18px;

    font-size: 12px;

    color: #fff;

    border-radius: 2px 2px;

    margin-right: 24px;

}

.policy .policy-item .item-text .item-text-title {

    font-size: 14px;

    color: #333333;

}

/* 政策结束 */





/* 联系我们开始 */

.contact {

    padding: 20px;

}

.contact .contact-imgbox {

    margin-top: 24px;

}

.contact .col-lg-7 {

    padding-left: 36px;

}

.contact .cont-title {

    max-width: 620px;

    color: #333333;

    font-size: 30px;

    margin-top: 20px;

}
.contact .title-en{
    margin-bottom: 0px;
    line-height: 26px;
}
.contact .cont-desc {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}
.contact .contact-form input {

    width: 300px;

    height: 40px;

    background-color: #f9f9f9;

    outline: none;

    border: none;

    margin-bottom: 27px;

    padding: 0 10px;

}

.contact .contact-form .yanzheng {

    /* margin-left: 20px; */

    width: 207px;
    background: url(/template/pc/images/form_safe.png) 9px center no-repeat #f9f9f9;
}

.contact .contact-form input::-webkit-input-placeholder {

    color: #cccccc;

}

.contact .contact-form input::-moz-input-placeholder {
    /*Mozilla Firefox*/

    color: #cccccc;

}



.contact .contact-form input::-ms-input-placeholder {
    /*Internet Explorer*/

    color: #cccccc;

}
.contact .contact-form .input-box{
    display: inline-block;
    position: relative;
}
.contact .contact-form .input-box input{
    padding-left: 50px;
}
.contact .contact-form .form-name {
    margin-right: 20px;
    background: url(/template/pc/images/form_name.png) 9px center no-repeat #f9f9f9;
}
.contact .contact-form .input-tel input{
    background: url(/template/pc/images/form_tel.png) 9px center no-repeat #f9f9f9;
}
.contact .contact-form .form-yanzheng {
    margin-left: 20px;
}

/* .contact .contact-form textarea{

    width: 620px;

    height: 40px;

    padding: 8px 10px 0;

    resize:none;

    margin-bottom: 20px;

    border: none;

    background-color: #f9f9f9;

} */

.contact .contact-form .button {

    width: 620px;

    max-width: 100%;

    background-color: #44b4f4;

    font-size: 20px;

    color: #fff;

}

/* 联系我们结束 */





/* 公共底部开始 */

.footer {

    background-color: #f7f8fa;

    padding-top: 46px;

}

.footer .footer-nav-title {

    font-size: 18px;

    color: #666666;

    font-weight: bold;

    margin-bottom: 20px;

}

.footer .footer-nav-title .item-link {

    font-size: 18px;

    color: #666666;

    font-weight: bold;

}

.footer .footer-nav-item {

    margin-bottom: 7px;

}

.footer .footer-nav-item .item-link {

    color: #999da5;

    font-size: 16px;

}

.footer .footer-nav-item .item-link:hover {

    color: #333;

}

.footer .footer-nav-title.footer-tel-box {

    padding-left: 0px;

    padding-right: 0px;

}

.footer .footer-nav-title .footer-erweima {

    margin-top: 10px;

}

.footer .footer-nav-title .footer-tel a {

    color: #666666;

    font-size: 32px;

}

.footer .footer-nav-title .footer-tel-text {

    font-size: 14px;

    color: #999da5;

}

.footer .friend-box {

    text-align: center;

    padding: 0 0 15px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}
.friend-link-item a{
    color: #a3acba;
}
.footer .friend-box .friend-title {

    cursor: pointer;

}

.footer .friend-box .friend-link {

    color: #999da5;

    margin: 0 10px;

}

.footer .friend-box .friend-link:hover {

    color: #333;

}

.footer .friend-box .friend-content {
    /* display: none; */
}

.footer .friend-box .friend-content .friend-item {

    margin-right: 20px;

    font-size: 14px;

    color: #666666;

}

.footer .beian {

    position: relative;

    line-height: 72px;

}

.footer .beian .footer-logo {

    position: absolute;

    left: 14px;

    top: 10px;

}

.footer .beianhao{
    font-size: 14px;
    color: #999da5;
}

.footer .beian span {

    font-size: 14px;

    color: #999da5;

}


#btm {
    display: none;
  }

  @media (max-width: 768px) {
    #btm {
      display: block;
    }
  }

  #btm {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    height: 50px;
  }

  #btm>div {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }

  #btm>div.left {
    float: left;
    color: #fff;
    background: #d80d1c;
  }

  #btm>div.right {
    float: left;
    color: #fff;
    background: #1e3ee9;
  }

  #btm img {
    position: relative;
    width: 28px;
    height: 28px;
  }

  #btm a {
    color: #fff;
    display: block;
    height: 100%;
  }

  #btm .left a {
    -webkit-animation: telephone 2s 2s ease infinite both;
    -moz-animation: telephone 2s 2s ease infinite both;
  }

  #btm .talkonline {
    -webkit-animation: talkmove 4s 0s ease infinite both;
    -moz-animation: talkmove 4s 0s ease infinite both;

  }

  @-webkit-keyframes talkmove {
    0% {
      -webkit-transform: scale(1)
    }

    25% {
      -webkit-transform: scale(0.9)
    }

    50% {
      -webkit-transform: scale(1.2)
    }

    75% {
      -webkit-transform: scale(0.9)
    }

    100% {
      -webkit-transform: scale(1)
    }
  }

  @-moz-keyframes talkmove {
    0% {
      -webkit-transform: scale(1)
    }

    25% {
      -webkit-transform: scale(0.9)
    }

    50% {
      -webkit-transform: scale(1.2)
    }

    75% {
      -webkit-transform: scale(0.9)
    }

    100% {
      -webkit-transform: scale(1)
    }
  }

  /* 手机端底部弹出框 */
  .mobile-bottom-card {
    background: rgb(58, 60, 76);
    height: 10.6em;
    border: 0.1em solid rgb(221, 229, 237);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.1em 0.6em 0px, rgba(0, 0, 0, 0.09) 0px 0.2em 3.2em 0px;
    border-radius: 0.2em;
    position: fixed;
    left: 1.6em;
    right: 1.6em;
    bottom: -8.4em;
    box-sizing: border-box;
    padding: 0.8em;
    margin-left: 0.07px;
    opacity: 0;
    transition: bottom 0.3s ease 0s, opacity 0.3s ease 0s;
    z-index: 999999;
    font-size: 10px;
  }

  .mobile-bottom-card .close-icon {
    position: absolute;
    right: 5px;
    top: 0.8em;
  }

  .mobile-bottom-card .kefu-m{
    border-radius: 50% 50%;
  }

  .mobile-bottom-card .chat-box .chat-head {
    color: #ffffff;
    width: 12.86em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.6px;
    line-height: 1.714em;
    font-size: 1.4em;
  }

  .mobile-bottom-card .chat-box .chat-body-box {
    position: relative;
  }

  .mobile-bottom-card .chat-box .chat-body-box .chat-body {
    position: absolute;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #ffffff;
    letter-spacing: 0.6px;
    line-height: 1.5em;
    margin-top: 0.5em;
    font-size: 1.2em;
  }
/* 电话动画 */
.letter {
    color: #fff;
    font-size: 20px;
    animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    margin-top: 0.5em;
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
}

.letter:nth-child(1) {
    animation-delay: 0s;
}

.letter:nth-child(2) {
    animation-delay: 0.0833333333s;
}

.letter:nth-child(3) {
    animation-delay: 0.1666666667s;
}

.letter:nth-child(4) {
    animation-delay: 0.25s;
}

.letter:nth-child(5) {
    animation-delay: 0.3333333333s;
}

.letter:nth-child(6) {
    animation-delay: 0.4166666667s;
}

.letter:nth-child(7) {
    animation-delay: 0.4933333333s;
}

.letter:nth-child(8) {
    animation-delay: 0.5766666667s;
}

.letter:nth-child(9) {
    animation-delay: 0.6533333333s;
}

.letter:nth-child(10) {
    animation-delay: 0.7366666667s;
}

.letter:nth-child(11) {
    animation-delay: 0.8133333333s;
}

.letter:nth-child(12) {
    animation-delay: 0.8966666667s;
}


@keyframes bounce {
    0% {
        transform: translate3d(0, 0, 0);
        text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
    }

    100% {
        transform: translate3d(0, -0.5em, 0);
        text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
    }
}
/* 公共底部结束 */

/* 右侧悬浮栏开始 */

.slide {

    width: 54px;

    height: 162px;

    position: fixed;

    top: 50%;

    margin-top: -75px;

    background: #48bbf7;

    right: 0;

    border-radius: 5px 0 0 5px;

    z-index: 1000;

    transition-duration: .5s;

}

.slide:hover {

    border-radius: 0px 0px;

}

.slide ul {

    list-style: none;

}

.slide .icon li {

    width: 54px;

    height: 54px;

    background: url(/template/pc/images/icon.png) no-repeat;

}

.slide .icon .up {

    background-position: -330px -120px;

    border-bottom: 1px solid #ccc;

}

.slide .icon li.tel {

    background-position: -382px -156px;

    border-bottom: 1px solid #ccc;

}

.slide .icon li.wx {

    background-position: -382px -114px;

}

.slide .icon li.down {

    background-position: -330px -160px;

}

.footertop {

    cursor: pointer;

}

.slide .info {

    top: 50%;

    height: 162px;

    position: absolute;

    right: 100%;

    background: #48bbf7;

    width: 0px;

    overflow: hidden;

    margin-top: -81px;

    transition: 0.5s;

    border-radius: 4px 0 0 4px;

}

.slide .info.hover {

    width: 145px;



}

.slide .info li {

    width: 145px;

    color: #CCCCCC;

    text-align: center;
    

}
.slide .info li p span{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.slide .info li.wx{
    margin-top: 23px;
}

.slide .info li p {
    color: #fff;
    font-size: 1.1em;
    line-height: 2em;
    padding: 15px;
    text-align: left;
}
.slide .info li p img{
    margin: 8px auto 0px;
}
.slide .info li.qq p a {

    display: block;

    margin-top: 12px;

    width: 100px;

    height: 32px;

    line-height: 32px;

    color: #00DFB9;

    font-size: 16px;

    text-align: center;

    text-decoration: none;

    border: 1px solid #00DFB9;

    border-radius: 5px;

}

.slide .info li.qq p a:hover {

    color: #FFFFFF;

    border: none;

    background: #00E0DB;

}

.slide .info li div.img {

    height: 100%;

    background: #DEFFF9;

    margin: 15px;

}

.slide .info li div.img img {

    width: 100%;

    height: 100%;

}

/*控制菜单的按钮*/

.index_cy {

    width: 30px;

    height: 30px;

    background: url(http://www.jennerbaby.com/static/default/qiye/img/index_cy.png);

    position: fixed;

    right: 0;

    top: 50%;

    margin-top: 140px;

    background-position: 62px 0;

    cursor: pointer;

}

.index_cy2 {

    width: 30px;

    height: 30px;

    background: url(http://www.jennerbaby.com/static/default/qiye/img/index_cy.png);

    position: fixed;

    right: 0;

    top: 50%;

    margin-top: 140px;

    background-position: 30px 0;

    cursor: pointer;

}

/*自适应 当屏小于1050时隐藏*/

@media screen and (max-width: 1050px) {

    .slide {

        display: none;

    }

    #btn {

        display: none;

    }



}

/* 右侧悬浮栏结束 */



@media screen and (max-width: 1920px) and (min-width: 1200px) {

    .banner-btm {

        position: relative;

        top: -50px;

    }

    .policy .policy-item .item-text .item-text-title:hover{
        text-decoration: underline #666;
    }

    .service .service-left .service-btm-title i{
        position: relative;
        top:-5px;
    }


}

@media screen and (max-width: 1200px) and (min-width: 300px) {

    /* .header-search-box .header-logo-box{

        text-align: center;

        padding-top: 44px;

    } */

    .service .service-left::after {

        display: none;

    }

}

@media screen and (max-width: 768px) {
    /* .header-top{
        height: auto;
        background-color: #fff;
    }
    .header-top .top-right{
        position: absolute;
        left: 144px;
        top: 4px;
        z-index: 10000;
        float: initial;
        text-align: center;
        line-height: 26px;
    }
    .header-top .m-kong{
        height: 60px;
    }
    .header-top img{
        margin: 0px;
    }
    .header-top .top-right span{
        display: inline;
    } */
    .banner {
        margin-bottom: 35px;
    }
    .banner .banner-item{
        height: 113px;
    }
    .banner .banner-item .content{
        padding-top: 22px;
    }
    .banner .banner-item .content a{
        font-size: 16px;
    }
    .banner .banner-item .content a img{
        width: 30px;
    }
    .banner .banner-item:nth-child(2) .content a img, .banner .banner-item:nth-child(4) .content a img{
        margin-bottom: 14px;
    }
    .banner-btm {
        padding: 20px 15px;
        line-height: 66px;
    }
    .banner-btm .row .box{
        padding: 0px;
    }
    .banner-btm .row .box .item{
        height: 68px;
    }
    .banner-btm .row .box .item a{
        font-size: 16px;
    }
    .banner-btm .row .box .item a img{
        width: 28px;
    }
    .advantage .title,
    .title {

        text-align: center;

        margin-top: 10px;

    }

    .title .title-left {

        float: none;

    }
    .title h1{
        font-size: 26px;
    }
    h1,
    .title a,
    .title a span {

        font-size: 30px;

        font-weight: bold;

    }

    .title-desc {

        font-size: 14px;

    }

    .title-more {

        float: none;

        margin: 0 auto 10px;

    }

    .title-line {

        margin-bottom: 10px;

    }
    .food{
        margin-bottom: 0px;
    }
    .food .container .row .food-item {
        padding: 0px;
        margin-bottom: 0px;
    }
    .food .container .row .food-item .food-contentbox{
        padding: 22px 15px;
        border: none;
    }

    .advantage {

        padding-bottom: 0;

    }
    .ad-content .text-box{
        border: 5px solid #44b4f4;
    }
    .ad-content .item .cir {
        width: 110px;
        height: 110px;
        line-height: 110px;
        padding-top: 0px;
        margin: 5px auto;
    }
    .ad-content .item .cir .img{
        display: none;
    }
    .ad-content .item .cir span {
        font-size: 12px;
    }

    .ad-content .text-box .text .text-title {
        font-size: 20px;
    }

    .ad-content .text-box {
        height: auto;
        margin-top: 16px;
    }
    .ad-content .text-box .text .text-desc .text-more{
        margin-top: 16px;
        background-color: #2e84e2;
        border-radius: 5px;
        color: #ffffff;
    }
    .ad-content .text-box .text .text-title {
        margin: 23px auto 10px;
    }
    .ad-content .text-box .text .text-desc a {
        font-size: 14px;
    }
    .ad-content .text-box .text .right-imgbox{
        padding: 16px 41px 30px;
    }


    /* 广告 */

    .advert {

        height: auto;
        background: #fff;

    }

    .advert .container {

        line-height: 1.5em;

        padding-bottom: 0px;

    }

    .advert .container .order {

        float: none;

        margin: 20px auto;

    }

    .advert .container .ad-tel {

        float: none;

        text-align: center;

        margin-right: 0px;

    }

    .advert .container .ad-tel span {

        font-size: 18px;

    }
    .advert .container .ad-tel span a{
        font-size: 24px;
    }
    .service {

        padding: 0px;

    }
    .service .service-left {
        margin-top: 30px;
    }
    .service .service-item-title .ser-imgbox::after {

        right: -115px;

    }

    .service .service-item-title:nth-child(3) .ser-imgbox::after {

        display: none;

    }

    .service .service-item-title .ser-img-text {

        font-size: 18px;

        margin-top: 10px;

        margin-bottom: 10px;

    }

    .service .service-item-box {

        margin-bottom: 0px;

    }
    .service .service-left{
        height: auto;
    }
    
    .service .service-left .service-btm-desc{
        margin-bottom: 10px;
    }
    .service .service-left .service-btm-title .title-color {

        font-size: 22px;

    }

    .service .service-desc {

        padding: 0px;

        display: none;

    }

    .service .service-left {

        padding: 0 10px;

    }



    .case {

        margin-bottom: 0px;
        overflow: hidden;

    }
    .case .case-item{
        margin-bottom: 10px;
    }
    
    .case .case-item .row::before{
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 20;
        width: 15px;
        height: 40px;
        background: #fff;
    }
    .case .case-item .row::after{
        content: "";
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 20;
        width: 15px;
        height: 40px;
        background: #fff;
    }
    .case .case-item .case-item-img {
        float: none;
    }

    .case .case-item .case-item-img .imp-responsive {

        display: block;

        margin: 0 auto;

    }
    .case .case-item-contentbox {

        padding: 0 0 10px;

        height: auto;

        border: none;
        
        overflow: initial;

    }
    .case .case-item-contentbox::before {
        display: none;
    }
    .case .case-item-contentbox::after {
        display: none;
    }
    .case-item .case-item-content .case-title {

        margin: 20px 0 20px;

        text-align: center;

    }
    .case-item .case-item-content .case-desc{
        padding: 0px;
        padding-right: 15px;
    }
    .case-item .case-item-content .case-line {
        margin: 0 auto 15px;
    }

    .case-item .case-item-content .case-meal {
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .case-item .case-item-content .item-more{
        position: relative;
        border-radius: 19px 19px;
    }
    .case-item .case-item-content .item-more a{
        position: relative;
        z-index: 1;
        background-color: #2e84e2;
        border-radius: 19px 19px;
        font-weight: bold;
    }
    .case-item .case-item-content .item-more::before{
        content: "";
        position: absolute;
        left: -500px;
        top: 50%;
        width: 700px;
        height: 1px;
        background: #2e84e2;
    }

    .news-title-box{
        height: 54px;
        /* background-color: #e9e9e9; */
    }
    .news-title-box .news-title{
        text-align: center;
        color: #333333;
        font-size: 15px;
        font-weight: bold;
        line-height: 54px;
        padding: 0 5px;
    }
    .news-title-box .news-title .border-box{
        border-radius: 10px;
        background-color: #aaa;
        color: #fff;
    }
    .news-title-box .news-title.active .border-box{
        color: #fff;
        background-color: #44b4f4;
        border: none;
    }
    .policy{
        padding-bottom: 0px;
    }
    .policy-item{
        display: none;
        padding: 15px 0;
    }
    .policy-item.active{
        display: block;
    }
    .contact .cont-desc{
        margin-bottom: 0px;
    }
    .case .case-item-contentbox .case-item-content {
        padding: 0;
    }

    .contact{
        background: url(/template/pc/images/biaodan_bg_m.jpg) center center no-repeat;
        background-attachment: fixed;
    }
    .contact .col-lg-7 {
        padding-left: 15px;
    }
    .contact .cont-title{
        font-size: 24px;
    }
    .contact .contact-form .input-name,.contact .contact-form .input-tel{
        width: 100%;
    }
    .contact .contact-form input{
        width: 100%;
        color: #fff;
    }
    .contact .contact-form .form-name {
        margin-right: 0px;
        background: url(/template/pc/images/form_name.png) 9px center no-repeat rgba(0, 0, 0, 0.4);
    }
    .contact .contact-form .input-tel input{
        background: url(/template/pc/images/form_tel.png) 9px center no-repeat rgba(0, 0, 0, 0.4);
    }
    .contact .contact-form .input-safe{
        width: calc(100% - 120px);
    }
    .contact .contact-form .yanzheng{
        width: 100%;
        background: url(/template/pc/images/form_safe.png) 9px center no-repeat rgba(0, 0, 0, 0.4);
    }
    .footer {
        padding-top: 14px;
        padding-bottom: 50px;
    }

    .footer .footer-nav-title.footer-tel-box {
        text-align: center;
    }

    .footer .footer-nav-title .footer-tel a {

        font-size: 20px;

    }

    .footer .beian {

        line-height: 1em;

        text-align: center;

    }

    .footer .beian .footer-logo {

        display: block;

        position: static;

        margin: 5px auto;

    }

    .footer .beian span {

        line-height: 1.5em;

    }

}


/* 右侧悬浮栏 */
.kefu {
    background: rgba(208, 235, 252, 0.8);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.kefu * {
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -ms-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s
}

.kefu {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -283px;
    z-index: 1000;
}

.kefu ul {
    margin: 0px;
}

.kefu ul li {
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 80px;
    margin-bottom: 1px;
    padding: 10px;
}

.kefu ul li#scroll {
    cursor: pointer;
}

.kefu ul li a {
    display: block;
    border-bottom: 1px solid #fff;
}

.kefu ul li:nth-child(1) {
    border-top-left-radius: 10px;
}

.kefu ul li p {
    text-align: center;
    text-align: center;
    color: #003670;
    padding-top: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
}

.kefu ul li .kefu1 {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 11;
    width: 40px;
    height: 40px;
}

.kefu ul li .kefu1,
.kefu ul li .kefu2 {
    padding-right: 10px;
    padding-top: 12.5px;
}

.kefu ul li .kefu2 {
    position: absolute;
    right: -200px;
    top: 10px;
    z-index: 10;
    width: 40px;
    height: 40px;
}

.kefu ul li .kefu3 {
    position: absolute;
    right: 90px;
    top: 0;
    z-index: 10;
    background: rgba(0, 80, 165, 0.6);
    padding: 10px;
    -webkit-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.kefu ul li .kefu2.kefu5 {
    padding-right: 0;
    width: 90px;
    font-size: 12px;
    top: 0px;
}

.kefu ul li:hover .kefu2.kefu5 {
    right: 0;
}

body div.jiathis_style {
    left: auto !important;
    right: 80px !important;
}

.kefu ul li.kefu4 a {
    width: 100% !important;
    line-height: 80px !important;
    height: 80px !important;
    background: none !important;
    padding: 0 !important;
}

.kefu ul li .kefu3 p {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.kefu ul li:hover {
    background: rgba(0, 80, 165, 0.4);
}

.kefu ul li:hover .kefu1 {
    right: 40px;
    opacity: 0;
}

.kefu ul li:hover .kefu2 {
    right: 20px;
}

.kefu ul li:hover .kefu3 {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(11, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.kefu ul li:hover p {
    color: #fff;
}
/* 顶部微信 */
.header-search-box .header-form {
    float: left;
}

.head_wx{
position: relative;
float: right;
padding-top: 16px;
z-index: 1000;
cursor: pointer;
text-align: center;
}
.head_wx .wechatbox {
position: absolute;
left: 50%;
margin-left: -76px;
top: 72px;
opacity: 0;
height: 0;
overflow: hidden;
}
.head_wx:hover .wechatbox {
top: 72px;
opacity: 1;
height: auto;
overflow: visible;
}
.head_wx .wechatimg {
  background: #fff;
  padding: 5px;
  position: relative;
  border: 1px solid #d7d7d7;
}
.head_wx .wechatimg img {
  width: 140px;
}
.head_wx .wechatimg::after {
display: block;
position: absolute;
left: 50%;
top: -8px;
margin-left: -8px;
content: "";
border-left: 1px solid #d7d7d7;
border-top: 1px solid #d7d7d7;
width: 15px;
height: 15px;
background: #fff;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/* 手机footer有闪动 */
@-webkit-keyframes talkmove {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(1.2)
    }

    75% {
        -webkit-transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes talkmove {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(1.2)
    }

    75% {
        -webkit-transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes talkmove {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(1.2)
    }

    75% {
        -webkit-transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes telephone {
    0% {
        -webkit-transform: scale(1)
    }

    5%,
    10% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }

    15%,
    25%,
    35%,
    45% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    20%,
    30%,
    40% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    50% {
        -webkit-transform: scale(1) rotate(0)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes telephone {
    0% {
        -webkit-transform: scale(1)
    }

    5%,
    10% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }

    15%,
    25%,
    35%,
    45% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    20%,
    30%,
    40% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    50% {
        -webkit-transform: scale(1) rotate(0)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@keyframes telephone {
    0% {
        -webkit-transform: scale(1)
    }

    5%,
    10% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }

    15%,
    25%,
    35%,
    45% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    20%,
    30%,
    40% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    50% {
        -webkit-transform: scale(1) rotate(0)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.footer-btn-wrapper {
    display: none;
}

.footer-btn-wrapper a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .footer-btn-wrapper {
        display: flex;
    }
}

.footer-btn-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 0;
    height: 60px;
    padding-top: 5px;
    background-color: #fff;
    justify-content: space-evenly;
    overflow: hidden;
}

.footer-btn-wrapper .button {
    position: relative;
    border-radius: 15px;
    width: 46%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}

.footer-btn-wrapper .button-phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-btn-wrapper .button-click .img-box,
.footer-btn-wrapper .button-weixin .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-btn-wrapper .button img {
    width: 26px;
    height: 26px;
}

.footer-btn-wrapper .button-phone img {
    -webkit-animation: telephone 2s 2s ease infinite both;
    -moz-animation: telephone 2s 2s ease infinite both;
    animation: telephone 2s 2s ease infinite both;
}

.footer-btn-wrapper .button-click .img-box,
.footer-btn-wrapper .button-weixin .img-box {
    -webkit-animation: telephone 4s 0s ease infinite both;
    -moz-animation: telephone 4s 0s ease infinite both;
    animation: telephone 4s 0s ease infinite both;
}

.footer-btn-wrapper .button-click .img-box{
    color: #fff;
}


.footer-btn-wrapper .button-phone {
    border-color: #d80d1c;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb6047), to(#d80d1c));
    background: linear-gradient(#fb6047, #d80d1c);
}

.footer-btn-wrapper .button-phone:hover,
.footer-btn-wrapper .button-phone:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#fb6047), to(#d80d1c));
    background: linear-gradient(top, #fb6047, #d80d1c);
}

.footer-btn-wrapper .button-phone:active {
    border-color: #d80d1c;
    background: #d80d1c;
}


.footer-btn-wrapper .button-click {
    border-color: #1e3ee9;
    background: -webkit-gradient(linear, left top, left bottom, from(#8091f1), to(#1e3ee9));
    background: linear-gradient(#8091f1, #1e3ee9);
}

.footer-btn-wrapper .button-click:hover,
.footer-btn-wrapper .button-click:focus {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#8091f1), to(#1e3ee9));
    background: linear-gradient(top, #8091f1, #1e3ee9);
}

.footer-btn-wrapper .button-click:active {
    border-color: #1e3ee9;
    background: #1e3ee9;
}

.footer-btn-wrapper .button-weixin {
    border-color: #06790d;
    background: -webkit-gradient(linear, left top, left bottom, from(#04dd52), to(#06790d));
    background: linear-gradient(#04dd52, #06790d);
}

.footer-btn-wrapper .button-weixin:hover,
.footer-btn-wrapper .button-weixin:focus {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#04dd52), to(#06790d));
    background: linear-gradient(top, #04dd52, #06790d);
}

.footer-btn-wrapper .button-weixin:active {
    border-color: #06790d;
    background: #06790d;
}

.footer-btn-wrapper:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    z-index: 101;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 5s ease-in-out infinite;
}

/* 微信 */
.wx_wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    margin: 0 auto;
    padding: 15px;
    align-items: center;
    display: none;
}

.wx_wrapper .wx_zhezhao {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}

.wx_wrapper .wx_content {
    position: relative;
    z-index: 2;
    width: 90%;
    text-align: center;
    background: #fff;
    border-radius: .8125rem;
    padding: 15px 5px;
    margin: auto;
}

.wx_wrapper .wx_content .wx_success {
    width: 2.75rem;
    height: 2.75rem;
}

.wx_wrapper .wx_content .wx_tip {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: .4375rem 0 .625rem;
}

.wx_wrapper .wx_content .wx_text {
    color: #333;
    font-size: 15px;
}

.wx_wrapper .wx_content .wx_open {
    display: block;
    color: #fff;
    text-decoration: initial;
    background-color: #1aad19;
    border-radius: .25rem;
    width: 9rem;
    height: 2.75rem;
    line-height: 2.75rem;
    margin: .9375rem auto 0;

}

.wx_wrapper .wx_content .wx_img {
    max-width: 100%;
    margin-top: 17px;
}

.wx_wrapper .wx_close {
    position: absolute;
    right: 5px;
    top: 5px;
}