

* {
    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: 'Conv_GEORGIAI_0';

    src: url('../font/IMPACT.eot');

    src: local('?'), url('../font/IMPACT.woff') format('woff'), url('../font/IMPACT.ttf') format('truetype'), url('../font/IMPACT.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}



/* 顶部 */

.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 {

    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;

    vertical-align: middle;
}

.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 {

    color: #9f9f9f;

}

.header-search-box .header-form input::-ms-input-placeholder {

    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
}



/* 下拉侧边菜单 */





/*小于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;
    }
}



.bread {
    position: relative;
    padding: 0 15px;
    background-color: #e4e6e5;
    margin: 20px auto;
    border-radius: 5px 5px;
}
.bread .row{
    display: inline-block;
    padding: 0 10px;
    background-color: #48bbf7;
    border-radius: 5px 5px;
    color: #fff;
}
.bread a {
    font-size: 14px;
    color: #fff;
}

.nav-left-box {

    padding: 0px;

    margin-bottom: 30px;

}

.nav-left-box .nav-left {

    background-color: #f1f1f1;

    margin-bottom: 0px;

}


.nav-left-box .nav-left .nav-left-item .nav-left-link-box {
    line-height: 50px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #44b4f4;
    border-bottom: 2px solid #f1f1f1;
    transition: all .3s;
}
.nav-left-box .nav-left .nav-left-item.active .nav-left-link-box{
    background-color: #0273c9;
}
.nav-left-box .nav-left .nav-left-item:last-child .nav-left-link-box {
    border: none;
}

.nav-left-box .nav-left .nav-left-item .nav-left-link {
    font-size: 18px;
    color: #ffffff;
}

.nav-left-box .nav-left .nav-left-item .arrow {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 17px;
    background: url(/template/pc/images/nav-left-arrow.png) center center no-repeat;
    cursor: pointer;
}
.nav-left-box .nav-left .nav-left-item.active .arrow {
    background: url(/template/pc/images/nav-left-arrows.png) center center no-repeat;
}
.nav-left-box .nav-left .nav-left-item .nav-left-down{
    display: none;
    background-color: #0d94e1;
}
.nav-left-box .nav-left .nav-left-item.active .nav-left-down{
    display: block;
    background-color: #0d94e1;
}
.nav-left-box .nav-left .nav-left-item .nav-left-down .nav-left-down-item{
    position: relative;
    line-height: 40px;
    border-bottom: 2px solid #fff;
    padding-left: 54px;
}
.nav-left-box .nav-left .nav-left-item .nav-left-down .nav-left-down-item.active{
    background-color: #0273c9;
}
.nav-left-box .nav-left .nav-left-item .nav-left-down .nav-left-down-item:last-child{
    border: none;
}
.nav-left-box .nav-left .nav-left-item .nav-left-down .nav-left-down-item::before{
    content: "";
    position: absolute;
    left: 34px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 13px;
    background-image: url("/template/pc/images/nav-left-d-arrows.png");
}
.nav-left-box .nav-left .nav-left-item .nav-left-down .nav-left-down-item a{
    font-size: 14px;
    color: #fff;
}
.nav-left-box .online-tel {

    padding: 18px 0px 4px;

    background-color: #f1f1f1;

}

.nav-left-box .online-tel span {

    font-size: 24px;

    color: #666666;

}

.nav-left-box .online-tel span.phone {

    font-size: 28px;

}

.nav-left-box .online-tel img {

    margin-right: 12px;

}

/* 左侧新闻调用开始 */
.left-news {
    padding-top: 5px;
    border: 1px solid #f1f1f1;
    border-top: none;
}

.left-news .item {
    position: relative;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 28px;
    border-bottom: 1px solid #f1f1f1;
}

.left-news .item::before {
    position: absolute;
    content: "";
    display: block;
    left: 12px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #666666;
    border-radius: 50% 50%;
}

.left-news .item a {
    color: #333333;
    font-size: 14px;
}
.left-news .item a:hover{
    font-weight: bold;
}

/* 左侧新闻调用结束 */

.left-title-box {

    background-color: #f1f1f1;

    padding-bottom: 12px;

}

.left-title-box .mark-title {

    font-size: 24px;

    color: #f3f3f3;

    background-color: #0560c6;

    line-height: 60px;

    margin-bottom: 12px;

}

.left-title-box p {

    position: relative;

    padding: 0px 30px;

}

.left-title-box p::before {

    content: "";

    display: block;

    position: absolute;

    left: 11px;

    top: 50%;

    margin-top: -5px;

    width: 10px;

    height: 10px;

    background-color: #44b4f4;

    border-radius: 50% 50%;

}

.left-title-box p a {

    font-size: 16px;

    color: #444444;

}



/* 签证指南 生子政策 */

.nei-content-box {
    margin-bottom: 30px;
}

.nei-content p,.nei-content p span,.nei-content p b{
    font-size: 16px;
    color: #444444;
    margin: 0px;
}

.nei-content .yuanwen,
.nei-content .jieshi {

    width: 60px;

    height: 60px;

    float: left;

    text-align: center;

    line-height: 30px;

    margin-right: 30px;

    margin-bottom: 20px;

}

.nei-content .yuanwen span,
.nei-content .jieshi span {

    font-size: 14px;

    color: #ffffff;

    padding: 5px;

}

.yuanwen {

    background-color: #345278;

    border-radius: 6px 6px;

}

.jieshi {

    background-color: #57bbf4;

    border-radius: 6px 6px;

}


/* 入境指导 */

.direct-border-box .row {
    position: relative;
    border: 2px solid #b7b7b7;
    border-top: none;
    padding: 45px 74px 45px;
}

.direct-border-box .row:nth-child(odd) {
    border-right: none;
}

.direct-border-box .row:nth-child(even) {
    border-left: none;
}

.direct-title {
    z-index: 2;
    background: #44b4f4;
    width: 150px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    border-radius: 25px;
    margin: 0 0 0 78px;
    left: -28px;
    top: -18px;
}

.direct-border-box .row:first-child .direct-title::before {
    position: absolute;
    content: '';
    left: -50px;
    height: 2px;
    width: 50px;
    background: #b7b7b7;
    top: 18px;
}

.direct-border-box .row:nth-child(even) .direct-title {
    right: 50px;
    left: auto;
}

.direct-desc {
    overflow: hidden;
    zoom: 1;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

/* 服务流程 宝宝证件 */

.passport-item {

    position: relative;

    max-width: 820px;

    height: 200px;

    border: 1px solid #44b4f4;

    margin-left: 0px;

}

.baby-arrow {
    height: 66px;
    background: url(/template/pc/images/arrow-down.png) center center no-repeat;
    clear: both;
}

.passport-item .passport-item-imgbox {

    padding-top: 17px;

}

.passport-item .passport-item-contentbox {

    padding-top: 17px;

}

.passport-item .item-title {

    font-size: 20px;

    color: #333333;

    text-align: center;

    line-height: 60px;

}

.passport-item .item-desc {

    font-size: 16px;

    color: #333333;

}





/* 合作医院 */

.nei-title {

    font-size: 30px;

    color: #333333;

    font-weight: bold;

    line-height: 1em;

    margin: 20px auto 5px;

}

.nei-subtitle,
.content-subtitle {

    font-size: 16px;

    color: #333333;

    text-transform: capitalize;

    margin: 20px auto 30px;

}

.hospital-item {

    margin-bottom: 33px;

    border: 1px solid #999;

    padding-left: 10px;

}

.hospital-item .img-box {

    padding: 22px 0 0 5px;

}

.hospital-item .item-content {

    padding: 22px 10px 0;

}

.hospital-item .item-content .item-title {

    font-size: 16px;

    color: #333333;

    font-weight: bold;

    line-height: 60px;

}

.hospital-item .item-content .item-desc {

    font-size: 14px;

    color: #333;

    height: 104px;

    overflow: hidden;

    margin-bottom: 4px;

}

.hospital-item .item-content .item-more {

    text-transform: uppercase;

    text-align: right;

}

.hospital-item .item-content .item-more a {

    color: #333;

}



/* 案例 */
.case-item .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:hover .item-more {
    font-weight: bold;
    background-color: #2266af;
} */
/* 客户案例开始 */

.case {
    margin-bottom: 50px;
}

.case .case-item {
    min-height: 255px;
    margin-bottom: 42px;
}

.case .case-item .case-item-img {
    float: left;
}

.case .case-item-contentbox {
    position: relative;
    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-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: #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;
}
/* 客户案例结束 */

/* 资料下载 */
.ziliao-content .ziliao-file-desc{
    padding: 14px 0px;
    border-bottom: 6px solid #f8f8f8;
}
.ziliao-content .ziliao-file-desc .left{
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.ziliao-content .ziliao-file-desc .right{
    padding-top: 20px;
    float: none;
    text-align: right;
}
.ziliao-content .ziliao-file-desc .file-img{
    width: 60px;
    margin: 0 30px;
}
.ziliao-content .ziliao-file-desc .file-date,.ziliao-content .ziliao-file-desc .file-type{
    font-size: 16px;
    line-height: 30px;
}
.ziliao-content .ziliao-file-desc .file-d-btn{
    position: relative;
    display: inline-block;
    width: 146px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    background-color: #44b4f4;
    font-size: 20px;
    color: #fff;
    padding: 0px 15px 0px 0px;
    margin: 0px auto;
}
.ziliao-content .ziliao-file-desc .file-d-btn::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url("/template/pc/images/file_down.jpg");
}
.ziliao-content .ziliao-content-b,.ziliao-content .ziliao-content-b p,.ziliao-content .ziliao-content-b b{
    font-size: 16px;
}
.ziliao-content .ziliao-content-b .ziliao-content-b-title{
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
}
.ziliao-content .ziliao-content-text{
    padding-top: 16px;
}
/* 资料下载结束 */


/* 套餐详情 */
.nei-title{
    width: 130px;
    padding: 0px;
    margin: 20px auto 0px;
    position: relative;
}
.nei-title::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -34px;
    width: 30px;
    height: 51px;
    background: url(/template/pc/images/titleside.png) center center no-repeat;
    background-size: cover;
}
.nei-title::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -34px;
    width: 30px;
    height: 51px;
    background: url(/template/pc/images/titleside01.png) center center no-repeat;
    background-size: cover;
}
.feiyong-title{
    width: 240px;
    padding: 0px;
    margin: 20px auto 0px;
    position: relative;
    font-weight: bold;
}
.qianzheng-title{
    width: 270px;
    font-weight: bold;
    color: #333333;
}
.gongmin-title{
    width: 211px;
    font-weight: bold;
    color: #333333;
}
.feiyong-title::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -34px;
    width: 30px;
    height: 51px;
    background: url(/template/pc/images/titleside.png) center center no-repeat;
    background-size: cover;
}
.feiyong-title::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -34px;
    width: 30px;
    height: 51px;
    background: url(/template/pc/images/titleside01.png) center center no-repeat;
    background-size: cover;
}
.nei-subtitle, .content-subtitle{
    position: relative;
    font-weight: normal;
    display: inline-block;
    text-transform: capitalize;
}
.nei-subtitle::before, .content-subtitle::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #ccc;
    left: -56px;
    top: 50%;
}
.nei-subtitle::after, .content-subtitle::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #ccc;
    right: -56px;
    top: 50%;
}
.fenlei{
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
.fenlei a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 54px;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #fff;
    background: #44b4f4;
}
.food-item {

    padding: 10px 15px 0;

    margin: 0 auto 40px;

    transition: all 0.3s linear;

}

.food-item .img-responsive {

    display: block;

    margin: 0 auto;

}

.food-item .item-title {

    line-height: 50px;

}

.food-item .item-title a {

    font-size: 20px;

    color: #333333;

}

.food-item .item-desc {

    font-size: 14px;

    color: #333333;

    line-height: 30px;

    padding-left: 20px;

    margin-bottom: 10px;

}

.food-item .item-btm {

    line-height: 30px;

}

.food-item .item-btm .item-more {

    background-color: #44b4f4;

    border: 1px solid #44b4f4;

    color: #fff;

}

.food-item .item-btm .item-comp {

    color: #333;

    background-color: #fff;

    border: 1px solid #44b4f4;

    box-sizing: border-box;

}

.food-item:hover {

    background-color: #f0f5f7;

    transform: translateY(-2px);

    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);

}
/* 套餐详情内页 */
.food-content .food-content-text{
    padding: 15px 0px;
}
.food-content .food-content-text p{
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 30px;
}
.food-content .food-content-text p.dujia{
    background: url(/template/pc/images/dujia.png) no-repeat;
    background-size: 18px 18px;
}
.food-title{
    width: 260px;
    height: 62px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 74px;
    padding-top: 16px;
}
.food-title01{
    background: url(/template/pc/images/food-title1.png) left center no-repeat;
    background-size: contain;
}
.food-title02{
    background: url(/template/pc/images/food-title2.png) left center no-repeat;
    background-size: contain;
}
.food-title03{
    background: url(/template/pc/images/food-title3.png) left center no-repeat;
    background-size: contain;
}
.food-title04{
    background: url(/template/pc/images/food-title4.png) left center no-repeat;
    background-size: contain;
}
.food-title05{
    background: url(/template/pc/images/food-title5.png) left center no-repeat;
    background-size: contain;
}
.food-title06{
    background: url(/template/pc/images/food-title6.png) left center no-repeat;
    background-size: contain;
}

/* 联系我们 */

.nei-content-box .content-title {

    margin: 0px auto;

}

.contact_form_img{
    vertical-align: top;
}
.nei-content-box form {
    margin: 0 auto;

    max-width: 400px;

    line-height: 40px;
    
}

.nei-content-box form .input-box {

    margin: 14px 0 4px;

}

.nei-content-box form .form-title {

    display: inline-block;

    width: 72px;

    font-size: 18px;

    color: #333333;

    margin-right: 10px;

}

.nei-content-box form input {
    padding-left: 50px;
}

.nei-content-box form label {

    margin-right: 10px;

    font-size: 15px;

}
.nei-content-box form .contact-name,
.nei-content-box form .contact-tel {
    width: 300px;
    height: 40px;
    border: 1px solid #999999;
}
.nei-content-box form .contact-yanzheng{
    width: 207px;
    height: 40px;
    border: 1px solid #999999;
}
.nei-content-box form .contact-name{
    background: url(/template/pc/images/form_name.png) 9px 9px no-repeat;
}
.nei-content-box form .contact-tel{
    background: url(/template/pc/images/form_tel.png) 9px 9px no-repeat;
}
.nei-content-box form .contact-yanzheng{
    background: url(/template/pc/images/form_safe.png) 9px 9px no-repeat;
}
.nei-content-box form .name-box,
.nei-content-box form .tel-box,
.nei-content-box form .safe-box{
    display: inline-block;
    position: relative;
}
.nei-content-box form .sex-box{
    position: relative;
    display: inline-block;
    width: 300px;
    height: 40px;
    padding-left: 50px;
    border: 1px solid #999999;
    background: url(/template/pc/images/form_sex.png) 9px 9px no-repeat;
}

.nei-content-box form .name-box::before,
.nei-content-box form .tel-box::before,
.nei-content-box form .sex-box::before,
.nei-content-box form .safe-box::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 39px;
    top: 0px;
    left: 40px;
    background-color: #999999;
}
.nei-content-box form textarea {
    width: 100%;
    height: 100px;
    line-height: 20px;
    resize: none;
    padding: 10px 0 10px 50px;
    background: url(/template/pc/images/form_text.png) 9px center no-repeat;
}
.nei-content-box form .text-box{
    margin: 27px 0 0;
    position: relative;
}
.nei-content-box form .text-box:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    top: 0px;
    left: 40px;
    background-color: #999999;
}

.nei-content-box form .contact-yanzheng {

    height: 40px;

}

.nei-content-box form .contact-button {

    width: 386px;

    height: 40px;

    border: none;

    background-color: #44b4f4;

    color: #ffffff;

}







/* 新闻中心 */
.news-title{
    display: inline-block;
    width: auto;
}
.news-item-box {
    margin-bottom: 30px;
    border: 1px solid transparent;
    background-color: #f5f5f5;
}

.news-item-box .col-lg-4 {
    padding-left: 0px;
}

.news-item-box:hover {
    border: 1px solid #999999;
    transition: all .3s;
}


.news-item-box .item-title,

.news-item-box .item-title a {

    font-size: 18px;

    color: #333333;

    font-weight: bold;

    line-height: 50px;

}



.news-item-box .item-desc {

    font-size: 14px;

    color: #333333;

    height: 84px;

    overflow: hidden;

}



.news-item-box .item-btm {
    overflow: hidden;
}



.news-item-box .item-btm .item-date {

    font-size: 14px;

    color: #333333;

    float: left;

}



.news-item-box .item-btm .item-more {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    width: 100px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: #2e84e2;
    border-radius: 19px 19px;
    margin-bottom: 15px;
}

/* 新闻热门新闻 */

.hot-read {

    margin-bottom: 20px;

}

.hot-read .hot-title {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #333333;
    border-bottom: 1px solid #ecebeb;
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.hot-read .hot-title::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -16px;
    width: 25px;
    height: 21px;
    background: url(/template/pc/images/hot.png) left center no-repeat;
    background-size: contain;
}
.hot-read .hot-new-title::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -15px;
    width: 25px;
    height: 21px;
    background: url(/template/pc/images/new.png) left center no-repeat;
    background-size: contain;
}
.hot-read .hot-item {

    position: relative;

    padding-left: 16px;

    line-height: 26px;

    overflow: hidden;

}

.hot-read .hot-item::before {

    content: "";

    position: absolute;

    left: 3px;

    top: 10px;

    width: 5px;

    height: 5px;

    background-color: #e2dfdf;

    border-radius: 50% 50%;

}

.hot-read .hot-item .hot-link {

    float: left;

    font-size: 14px;

    color: #333;

}

.hot-read .hot-item .hot-date {

    float: right;

    font-size: 14px;

    color: #333;

}



/* 美加对比 */
.mj-box {
    border: 1px solid #e8ac4e;
    margin-bottom: 20px;
}
.mj-box:first-child{
    border: none;
    margin-bottom: 20px;
}
.mj-box .mj-title{
    color: #44b4f4;
    margin-top: 14px;
    font-size: 24px;
}
.mj-box .mj-title span {
    font-size: 16px;
    color: #44b4f4;
}
.mj-vs{
    line-height: 80px;
    height: auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
}
.mj-arrow {
    background: url("/template/pc/images/arrow_bg_m.png") center center no-repeat;
    line-height: initial;
    height: auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
}
.mj-arrow img{
    width: 24px;
}
.mj-box:first-child .mj-arrow img{
    width: auto;
    margin-top: 8px;
}
.mjdb-box .item {
    font-size: 16px;
}
.mjdb-box .con1 h4,
.mjdb-box .con2 h4 {
    font-size: 24px;
}

.mjdb-box .con1 .desc,
.mjdb-box .con2 .desc {
    font-size: 16px;
}
/* 美加对比结束 */

.duibi-autobox {
    overflow: auto;
}
.duibi {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    width: 1170px;
}
.duibi,
.duibi th {
    text-align: center;
    line-height: 30px;
}
.duibi-title {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin: 20px 0 0;
    background-color: #44b4f4;
    color: #fff;
}
.duibibox {
    position: relative;
}
.compare-table {
    display: table;
}
.part-title {
    border: 1px solid #ddd;
    border-top: none;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-weight: bold;
    background: url(/template/pc/images/comparebg.png) no-repeat;
    color: #fff;
}
.part-content {
    display: table;
}

.compare-pickbox {
    margin-bottom: 20px;
}

.compare-pickbox .col-lg-2 {
    text-align: center;
    background-color: #44b4f4;
    color: #ffffff;
    font-size: 20px;
    border-right: 2px solid #fff;
}

.compare-pickbox .col-lg-2:last-child {
    border: none;
}

.has {
    width: 300px;
    height: 40px;
    background: url("/template/pc/images/has.jpg") center center no-repeat;
}

.nohas {
    width: 300px;
    height: 30px;
    background: url("/template/pc/images/nohas.jpg") center center no-repeat;
}

.title-cell {
    display: table;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.item-name-left,
.item-name-right {
    display: table-cell;
    width: 600px;
    vertical-align: middle;
}

.title-cell .item-name-left,
.content-cell .item-name-left {
    padding: 10px;
}

.title-cell .item-name-right {
    border-left: 1px solid #ddd;
    position: relative;
}

.title-cell .item-name-left,
.title-cell .item-name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.title-cell .item-name-right .xuanze-wrapper {
    position: relative;
    height: 30px;
    margin: 0 auto;
}

.title-cell .item-name-right .xuanze-wrapper .xuanze-title {
    color: #44b4f4;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.title-cell .item-name-right .xuanze-wrapper .xuanze-box {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 20;
    margin-left: -80px;
    width: 160px;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
}

.title-cell .item-name-right .xuanze-wrapper .xuanze-box .xuanze-item {
    font-size: 14px;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.content-cell {
    display: table-row;
    vertical-align: middle;
    text-align: center;
}

.content-cell:nth-child(even){
    background-color: #e6f4ff;
}

.content-cell .item-name-left {
    border: 1px solid #ddd;
}

.content-cell .item-name-right {
    border: 1px solid #ddd;
    padding: 0;
    position: relative;
}

.title-cell .item-name-right:first-child,
.content-cell .item-name-right:first-child {
    border: 1px solid #ddd;
}

.title-cell .item-name {
    float: left;
    width: 50%;
    height: 62px;
    line-height: 62px;
    display: block;
    text-align: center;
}

.title-cell .item-name:first-child {
    border-right: 1px solid #ddd;
}

.content-cell .item-name {
    float: left;
    display: block;
    width: 50%;
    height: 62px;
    line-height: 62px;
    font-weight: bold;
}

.content-cell .item-name-right::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background-color: #ddd;
}
#scenic img{
    display: inline-block;
}
#scenic .jd-text{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.swiper-button-prev{
    width: 30px;
    height: 30px;
    background: url("http://www.jennerbaby.com/static/default/qiye/qiye/img/swiper_button.png") left center no-repeat;
}
.swiper-button-next{
    width: 30px;
    height: 30px;
    background: url("http://www.jennerbaby.com/static/default/qiye/qiye/img/swiper_button.png") right center no-repeat;
}

/* 直营保障开始 */
.f-heading {
    margin: 0 auto 30px;
}

.f-heading h3 {
    background: url("/template/pc/images/biaodiback.png") center center no-repeat;
    width: 261px;
    margin: 0px auto 0px;
    font-size: 22px;
    color: #21b7fd;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;

    
    text-shadow: .2rem 0rem .5rem #fff,-.2rem 0rem .5rem #fff,0rem .2rem .5rem #fff,0rem -.2rem .5rem #fff;
}

.zybz-box .f-heading h3 {
    width: 394px;
}

.zygs-box {
    position: relative;
    z-index: 1;
    min-height: 386px;
    margin: 25px 0 60px;
}

/* .zygs-box .db-item {
    z-index: -1;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 0px;
    width: 500px;
    height: 386px;
} */

.zygs-box .desc {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    border: 1px solid #1669ad;
    border-radius: 15px;
    background-color: #21b7fd;
    padding: 10px 32px;
    margin-bottom: 18px;
}

/* .zygs-box .item {
    padding-top: 62px;
}

 .zygs-box .item-left {
    text-align: right;
    margin-right: 202px;
}

.zygs-box .item-right {
    text-align: left;
    margin-left: 202px;
}

.zygs-box .item.con3,
.zygs-box .item.con4 {
    padding-top: 87px;
}

.zygs-box .item.con5,
.zygs-box .item.con6 {
    padding-top: 91px;
}

.zygs-box .item-left.con3 {
    text-align: right;
    margin-right: 240px;
}

.zygs-box .item-right.con4 {
    text-align: left;
    margin-left: 240px;
}

.zygs-box .item-left.con5 {
    text-align: right;
    margin-right: 192px;
}

.zygs-box .item-right.con6 {
    text-align: left;
    margin-left: 192px;
} */

.sjztxs-box {
    margin-bottom: 60px;
}

.sjztxs-box .row {
    margin-left: 0;
    margin-right: 0;
}

.sjztxs-box .row>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.sjztxs-box .media-img img {
    width: 100%;
    border: 2px solid #21b7fd;
}

.yyzz-box .media-img {
    margin-top: 20px;
}

.yyzz-box .content {
    font-size: 18px;
    margin: 20px 0 50px;
    line-height: 1.8
}
.dingfang-box{
    margin: 0px;
    text-align: center;
    border: 2px solid #21b7fd;
    padding: 20px 0px;
}
.dingfang-box img{
    border: 2px solid #2cb8fa;
    margin: 0 15px;
}
.dingfang-box img:first-child{
    margin-right: 80px;
}
/* 直营保障结束 */


/* 加拿大生子优势开始 */

.tocanada-title {
    position: relative;

    font-size: 24px;

    color: #333;

    padding-left: 15px;

    margin-top: 20px;

}

.tocanada-title::before {

    content: "";

    position: absolute;

    left: 0px;

    top: 50%;

    margin-top: -5px;

    width: 10px;

    height: 10px;

    background-color: #44b4f4;

    border-radius: 50% 50%;

}

.tocanada-subtitle {

    font-size: 20px;

    color: #333;


    line-height: 30px;

    margin-top: 10px;

}

.youshi_box {
    height: 336px;
    padding: 20px 10px;
}

.youshi_box:first-child {
    margin-top: 20px;
}

.youshi_box:nth-child(even) {
    background-color: #e0f1fb;
}

.youshi_box .left,
.youshi_box .right {
    float: left;
    width: 50%;
    padding-left: 10px;
}

.youshi_box:nth-child(odd) .left {
    padding-right: 10px;
}

.youshi_box .left {
    padding-left: 10px;
    text-align: center;
}

.youshi_box .left .youshi_title {
    display: inline-block;
    font-size: 16px;
    color: #44b4f4;
    font-weight: bold;
    line-height: 30px;
}
@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;
    }
}
.youshi_box .left .youshi_title i{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-color: #44b4f4;
    border-radius: 50% 50%;
    margin: 0 2px;
}
.youshi_box .left .youshi_title i:nth-child(1){
    animation: shining 3s ease infinite;
}
.youshi_box .left .youshi_title i:nth-child(2){
    animation: shining 3s 0.2s ease infinite;
    margin-right: 5px;
}
.youshi_box .left .youshi_title i:nth-child(4){
    animation: shining 3s 0.2s ease infinite;
    margin-left: 5px;
}
.youshi_box .left .youshi_title i:nth-child(5){
    animation: shining 3s ease infinite;
}
.service .service-left .service-btm-desc{
    margin-bottom: 10px;
}
.youshi_box .left .youshi_title b{
    font-size: 16px;
    color: #005f96;
    font-weight: bold;
}
.youshi_box .left .youshi_desc {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-align: left;
}

.youshi_box .right {
    position: relative;
    border-radius: 50% 50%;
    overflow: hidden;
}

.youshi_box .right img{
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
    max-width: 100%;
    width: 256px;
    height: 256px;
}


/* 赴加优势 */

.mao-box {

    margin-top: 30px;

}

.mao-box .mao-title {

    font-size: 24px;

    color: #f3f3f3;

    line-height: 60px;

    background-color: #3181b0;

}

.mao-box dt {

    position: relative;

    padding: 0 30px;

}

.mao-box dt::before {

    content: "";

    position: absolute;

    left: 10px;

    top: 50%;

    margin-top: -5px;

    width: 10px;

    height: 10px;

    border-radius: 50% 50%;

    background-color: #44b4f4;

}

.mao-box dt a {

    line-height: 30px;

    font-size: 16px;

    color: #333333;

    font-weight: normal;

}

.mao-box dd {

    padding: 0 30px;

}

.mao-box dd a {

    font-size: 14px;

    color: #333333;

}



/* 资料下载 */

.info-item-box {

    padding-top: 10px;

    padding-bottom: 10px;

    border: 1px solid transparent;

    border-bottom: 1px solid #cccccc;

    margin-bottom: 20px;

    transition: all 0.2s ease-in;

}


.info-item-box .item-title {

    margin-bottom: 10px;

}

.info-item-box .item-title a {

    font-size: 18px;

    color: #333333;

    font-weight: bold;

}

.info-item-box .item-desc {
    font-size: 16px;
    color: #282828;
}
.info-item-box .ziliao-date{
    font-size: 14px;
    color: #282828;
    line-height: 34px;
}
.info-item-box .item-desc p{
    margin: 0px;
}
.info-item-box .item-download {
    display: block;
    width: 80px;
    font-size: 14px;
    color: #44b4f4;
    text-align: center;
    line-height: 34px;
    border: 1px solid #44b4f4;
    transition: all 0.3s ease-in;
}

.info-item-box{
    overflow: hidden;
    border: none;
    padding-top: 0px;
    margin: 0px 0px 40px;
    border-bottom: 1px solid #e1e1e1;
}
.info-item-box .item-title{
    width: 80px;
}
.info-item-box .item-desc{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.ziliao .info-item-box .ziliao-title{
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}
.ziliao .info-item-box .ziliao-desc{
    margin: 10px 0px;
}
.ziliao .info-item-box .ziliao-desc p{
    color: #282828;
    font-size: 16px;
}
.info-item-box .col-md-2{
    float: left;
    width: 80px;
    padding: 0px;
}
.info-item-box .item-download{
    float: right;
    border-radius: 5px;
}
.info-item-box .item-title a{
    font-size: 16px;
    color: #fff;
    line-height: 80px;
}
.info-item-box .col-md-10{
    float: left;
    width: calc(100% - 95px);
    margin-left: 15px;
    padding: 0 0 5px;
}

/* 详情页开始 */
.info-wrapper p {
    font-size: 16px;
}

.nei-content-box img,
.info-wrapper img {
    max-width: 100%;
    margin: 0 auto;
}

/* 详情页结束 */


.showtime {
    font-size: 12px;
    margin: 10px auto 20px;
}

/* 新闻详情页结束 */

/* 费用评估开始 */
@media (min-width: 768px){

.nei-subtitle, .content-subtitle{
    margin-bottom: 20px;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    text-align: left;
    padding-left: 184px;
    padding-top: 0px;
}
.qianzhengpingu.form-horizontal .control-label {
    padding-left: 97px;
}
.portlet-title {
    display: none;
}

.col-md-9 label {
    color: #333;
    margin-right: 5px;
}

.required {
    color: #e02121;
}

.button-show {
    width: 250px;
    height: 60px;
    line-height: 60px;
    background: url("/template/pc/images/money-submit.png") center center no-repeat;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
}

.input-group-btn {
    float: left;
}
}
/* 费用评估结束 */

/* 费用详情页 */
.box-background {
    margin: 20px auto;
}

.box-background .content {
    max-width: 860px;
    height: 550px;
    margin: 0 auto;
    background: url(/template/pc/images/gailvbackimg.jpg) center center #e9e6c1;
    background-size: cover;
    text-align: center;
}

.box-background .content .pg-title {
    color: #d44443;
    font-size: 30px;
    font-weight: bold;
    line-height: 120px;
}

.box-background .content .pg-desc {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}

.box-background .content .gailv {
    font-size: 40px;
    line-height: 120px;
    color: #d44443;
}

.box-background .content .btm-box {
    margin: 40px 0 50px;
}

.box-background .content .btm-box .btm-item {
    display: inline-block;
    padding: 10px 10px;
    margin: 0 20px;
    background-color: #d44443;
    border-radius: 5px 5px;
    color: #fff;
    font-size: 16px;
}

.box-background .content .pg-tips {
    text-align: right;
    font-size: 14px;
    color: #d44443;
    margin-right: 30px;
}

/* 翻页开始 */
.page-box {
    margin: 30px auto 90px;
}

.page-box ul {

    text-align: center;

}

.page-box ul li {

    display: inline-block;

    border: 1px solid #44b4f4;

    line-height: 23px;

    padding-left: 8px;

    padding-right: 8px;

    margin: 0 3px;

}

.page-box ul li.active {

    background-color: #44b4f4;

}

.page-box ul li.active a {

    color: #fff;

}

/* 翻页结束 */
/* 上一页、下一页 */
.blog-single-foot{
    margin-top: 50px;
}
.blog-single-foot a{
    color: #2e84e2;
    font-weight: bold;
}
/* 上一页、下一页结束 */
/* 优势-出生为加拿大公民 */
.advantage01 .advantage01-item{
    float: left;
    width: 100%;
    padding: 18px 15px 24px;
}
.advantage01 .advantage01-item:first-child{
    padding-top: 0px;
}
.advantage01 .advantage01-item:nth-child(even){
    background-color: #eaf4fb;
}
.advantage01 .advantage01-item .img-box{
    text-align: center;
}
.advantage01 .advantage01-item .img-box img{
    margin-top: 24px;
}
.advantage01 .advantage01-item .desc{
    float: right;
    font-size: 16px;
    line-height: 26px;
}
.advantage01 .advantage01-item .desc .desc-title{
    width: 143px;
    height: 47px;
    font-size: 18px;
    color: #fff;
    margin: 0 0 12px;
    background: url(/template/pc/images/advantage01_titlebg.png) center center no-repeat;
    background-size: cover;
    padding-left: 52px;
    padding-top: 13px;
}
.advantage01 .media{
    font-size: 16px;
    line-height: 22px;
    background-color: #eaf4fb;
    padding: 24px 15px;
    margin-bottom: 20px;
}
/* 优势-出生为加拿大公民结束 */
/* 优势-免费教育 */
.advantage02 .advantage02-item{
    padding: 25px 36px;
    margin: 10px auto;
    background-color: #e7f8ff;
    box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.6);
}
.advantage02 .advantage02-item .img-box{
    float: left;
    width: 100%;
    text-align: center;
}
.advantage02 .advantage02-item .desc{
    float: left;
    font-size: 16px;
    line-height: 26px;
}
.advantage02 .advantage02-item .desc .desc-title{
    font-size: 18px;
    color: #44b4f4;
    margin: 10px 0px;
    text-align: center;
}
/* 优势-免费教育结束 */
/* 生子优势-高保障社会福利 */
.info-wrapper .info-stitle {
    position: relative;
    height: 200px;
    line-height: 200px;
}

.info-wrapper .info-stitle .title-text {
    position: relative;
    z-index: 10;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    color: #222;
}

.info-wrapper .info-stitle .text-bg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0px;
    margin-left: -100px;
    width: 202px;
    height: 202px;
    border-radius: 50% 50%;
    background-color: rgba(255, 255, 255, .6);
    transition: all .5s;
}

.info-wrapper .advantage03 .col-lg-9 {
    position: relative;
    margin-bottom: 20px;
    min-height: 200px;
    padding-right: 0px;
}
.info-wrapper .advantage03 .col-lg-9 .title-text-m{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 10px 0;
    text-align: center;
}
.advantage03 .info-text {
    font-size: 16px;
    line-height: 2em;
}

.text-line {
    height: 1px;
    background-color: #eee;
    clear: both;
    margin-bottom: 20px;
}

.advantage03 .info-stitle01 {
    background: url("/template/pc/images/fuli01.jpg") center top no-repeat;
}

.advantage03 .info-stitle02 {
    background: url("/template/pc/images/fuli02.jpg") center top no-repeat;
}

.advantage03 .info-stitle03 {
    background: url("/template/pc/images/fuli03.jpg") center top no-repeat;
}

.advantage03 .info-stitle04 {
    background: url("/template/pc/images/fuli04.jpg") center top no-repeat;
}

.advantage03 .info-stitle05 {
    background: url("/template/pc/images/fuli05.jpg") center top no-repeat;
}

.advantage03 .info-stitle06 {
    background: url("/template/pc/images/fuli06.jpg") right top no-repeat;
}

.advantage03 .info-stitle07 {
    background: url("/template/pc/images/fuli07.jpg") center top no-repeat;
}

.advantage03 .info-stitle08 {
    background: url("/template/pc/images/fuli08.jpg") center top no-repeat;
}

.advantage03 .info-stitle09 {
    background: url("/template/pc/images/fuli09.jpg") center top no-repeat;
}

.advantage03 .info-stitle10 {
    background: url("/template/pc/images/fuli10.jpg") center top no-repeat;
}

.advantage03 .info-stitle11 {
    background: url("/template/pc/images/fuli11.jpg") center top no-repeat;
}

.advantage03 .info-stitle12 {
    background: url("/template/pc/images/fuli12.jpg") center top no-repeat;
}

.advantage03 .info-stitle13 {
    background: url("/template/pc/images/fuli13.jpg") center top no-repeat;
}

/* 生子优势3结束 */
/* 生子优势-生活环境 */
.advantage04 .advantage04-info{
    font-size: 14px;
    color: #000;
    line-height: 26px;
    padding: 0 30px 20px;
    background-color: #f0f9fe;
}
.advantage04 .advantage04-info .text{
    font-size: 16px;
    text-align: left;
    margin: 20px -25px 0px;
}
.advantage04 .advantage04-info .text-color {
    font-size: 16px;
    color: #1376ae;
    font-weight: bold;
    margin: 5px 0px;
}
.advantage04 .img-box{
    margin: 30px auto 15px;
}
.advantage04-info-desc{
    padding: 16px 5px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.advantage04-desc-box{
    background-color: #f0f9fe;
    padding: 38px 0px 0px;
    margin-bottom: 40px;
}
.advantage04 .advantage04-item{
    text-align: center;
    padding: 0px;
}
.advantage04 .advantage04-item .desc{
    background-color: #fff;
    padding: 16px 5px;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    box-shadow: 0 2px 4px 2px rgba(210,210,210,0.6);
}
.advantage04-btm{
    margin-bottom: 30px;
}
/* 生子优势-生活环境结束 */
/* 生子优势-父母移民 */
.advantage05 .advantage05-subtitle{
    font-size: 18px;
    color: #3772bd;
    margin-bottom: 20px;
}
.advantage05 .advantage05-item{
    padding: 30px 0px;
    overflow: hidden;
}
.advantage05 .advantage05-item .desc{
    float: left;
    font-size: 16px;
    line-height: 26px;
}
.advantage05 .advantage05-item .img-box{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 22px;
}
.advantage05 .decr-line{
    height: 8px;
    border-top: 2px solid #969696;
    border-bottom: 2px solid #969696;
    margin: 27px 0 20px;
}
.advantage05 .advantage05-item .desc.desc02{
    margin-bottom: 30px;
}
.advantage05-img-text{
    position: relative;
    overflow: hidden;
}
.advantage05 .advantage05-img-text .desc03{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,0.7);
    padding: 10px 20px;
    font-size: 16px;
}
.advantage05 .desc04{
    font-size: 16px;
    line-height: 26px;
    margin: 34px auto;
}
/* 生子优势-父母移民结束 */
/* 生子优势-护照全球 */
.advantage06 .desc-box .desc{
    padding-top: 0px;
}
.advantage06 .desc{
    font-size: 16px;
    line-height: 26px;
    margin: 25px auto;
}
.advantage06 .desc:first-child{
    margin-top: 0px;
}
.advantage06 .desc .desc-title{
    color: #44b4f4;
    font-size: 16px;
    font-weight: bold;
}
/* 生子优势-护照全球结束 */
/* 服务流程开始 */
.liucheng-text-box{
    border: 1px solid #44b4f4;
    border-radius: 10px 10px;
    overflow: hidden;
}
.service-index-title{
    height: 30px;
    font-size: 16px;
    background: url(/template/pc/images/liucheng_title.png) left center no-repeat;
    padding-left: 50px;
    padding-top: 8px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.liucheng-text-box .left-title{
    padding: 5px 15px;
}
.liucheng-text-box .left-title img{
    width: 80px;
    margin: 0 auto;
    border-radius: 50% 50%;
}
.liucheng-text-box .left-title .img-text{
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
    font-weight: bold;
}
.liucheng-text-box .right-text{
    padding: 0 5px;
}
.service-content p, .service01-content p{
    font-size: 16px;
}
/* 服务流程内页标题 */
.service-title-box{
    text-align: center;
}
.service-title-box h2{
    display: inline-block;
    vertical-align: middle;
}
.service-title-box  i{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-color: #44b4f4;
    border-radius: 50% 50%;
    margin: 0 5px;
}
.service-title-box i:nth-child(1){
    animation: shining 3s ease infinite;
}
.service-title-box i:nth-child(2){
    animation: shining 3s 0.2s ease infinite;
    margin-right: 10px;
}
.service-title-box i:nth-child(4){
    animation: shining 3s 0.2s ease infinite;
    margin-left: 10px;
}
.service-title-box i:nth-child(5){
    animation: shining 3s ease infinite;
}
/* 签证指南 生子政策 */
.service01-content .yuanwen,
.service01-content .jieshi {
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-right: 30px;
}

.service01-content .yuanwen span,
.service01-content .jieshi span {
    font-size: 14px;
    color: #ffffff;
    padding: 5px;
}

.yuanwen {
    background-color: #345278;
    border-radius: 6px 6px;
}

.jieshi {
    background-color: #57bbf4;
    border-radius: 6px 6px;
}
.service01-content .service-title-box .nei-subtitle{
    font-size: 16px;
    color: #333333;
    text-transform: capitalize;
    margin: 10px auto 30px;
}
.service01-content .qianzheng-title{
    width: auto;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}
.service01-content .qianzheng-desc{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin: 10px 0 15px;
    padding: 0px;
    border-radius: 10px;
}
.service01-content .qianzheng-desc b{
    font-size: 14px;
    color: #666;
}
.service01-content img{
    margin: 0px;
    line-height: 1.5em;
}

/* 产检及待产 */
.pregnancy .preg-doctor-box{
    background-color: #f7f5f4;
    margin: 10px auto;
}
.pregnancy .preg-doctor-box .pregnancy-title01{
    width: 198px;
    margin: 14px 0px;
}
.pregnancy .preg-doctor-box .doc-title{
    display: inline-block;
    font-size: 16px;
    color: #000;
    background-color: #f3e0bd;
    padding: 4px 6px;
    border-radius: 7.5px 7.5px;
    margin: 20px 5px;
    text-align: center;
}
.pregnancy .preg-doctor-box .doc-desc{
    font-size: 14px;
    line-height: 26px;
    padding: 0 6px;
    margin-bottom: 20px;
}
.pregnancy .preg-doctor-box .doc-desc b{
    font-size: 16px;
    color: #282828;
}
.pregnancy .pregnancy02-desc{
    background-color: #faf3f0;
    line-height: 26px;
    padding: 20px 15px;
    margin-top: 20px;
    font-size: 16px;
}
.pregnancy .pregnancy02-desc b{
    font-size: 16px;
}
.pregnancy .pregnancy-item-box{
    background-color: #faf3f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.pregnancy .pregnancy-item-box .pregnancy-item .pregnancy-item-title{
    display: inline-block;
    margin: 22px auto;
    text-align: center;
    padding: 5px 30px;
    background-color: #facd89;
    border-radius: 7.5px 7.5px;
    font-size: 18px;
    color: #282828;
    font-weight: bold;
}

/* 安心分娩 */
.paragraph{
    margin: 25px auto;
    font-size: 16px;
}
.reassurance01-box{
    border: 1px solid #dfdbd8;
    padding: 9px 11px;
}
.reassurance02-desc{
    background-color: #f7efec;
    padding: 5px 10px;
    margin-top: 15px;
    font-size: 16px;
}

/* 月子护理 */
.nursing01-desc{
    width: 82%;
    margin: 0 auto;
    padding: 10px 30px;
    background-color: #ceebfb;
    position: relative;
    top: -25px;
    line-height: 26px;
    font-size: 16px;
}
.nursing02{
    background-color: #ceebfb;
    padding: 0px 30px 30px;
    margin-bottom: 40px;
}
.nursing02 .nursing02-desc{
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
}
.nursing03-desc{
    padding: 10px 15px;
    border: 3px solid #ceebfb;
    margin-bottom: 18px;
    line-height: 26px;
    font-size: 16px;
}
.nursing03-desc .nursing03-desc-text{
    position: relative;
    padding-left: 24px;
}
.nursing03-desc .nursing03-desc-text::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url("/template/pc/images/nursing-ico.png") center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
}
.nursing-title-box img{
    position: relative;
    top: 10px;
    z-index: 2;
}
.nursing .nursing-img{
    margin-bottom: 15px;
}
.nursing .nursing-foodbox .col-lg-6{
    padding-left: 5px;
    padding-right: 5px;
}
/* 服务流程结束 */
/* 关于我们 */
.about-desc-box{
    padding: 12px 16px 0px;
    border: 1px solid #0881c7;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.about-desc,
.address-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 30px;
}
.about-logo-box{
    text-align: center;
    margin: 15px 0;
}
.about-desc-box .about-add-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.about-desc-box .about-add-text{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* 关于我们内页 */
.about .about-title-m{
    margin: 25px 0px;
}
.about .about-ser .about-ser-title{
    font-size: 18px;
    color: #44b4f4;
    font-weight: bold;
}
.about .about-ser .about-ser-title span{
    font-size: 40px;
    color: #44b4f4;
    font-weight: bold;
}
.about-desc,.about-desc p{
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #6e6e6e;
}
.about .about-ser .about-ser-desc{
    overflow: hidden;
    background-image: linear-gradient(100deg,#8bcff6,#ffffff);
    padding-top: 6px;
    margin-bottom: 20px;
}
.about .about-ser .about-ser-desc img{
    width: 90px;
}
.about .about-ser .about-ser-desc .left{
    float: left;
}
.about .about-ser .about-ser-desc .left.text{
    width: calc(100% - 99px);
    padding: 10px 9px 0px;
    font-size: 16px;
    color: #282828;
    font-weight: bold;
}
.about .about-sys{
    margin-bottom: 5px;
}
.about .about-sys .about-sys-num{
    font-size: 36px;
    color: #1a7ab1;
    background-color: #ceebfc;
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 5px;
}
.about .about-sys .about-sys-desc{
    float: left;
    width: calc(100% - 49px);
    background-image: linear-gradient(100deg,#ceebfc,#ffffff);
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #1c7bb2;
    font-weight: bold;
    padding-left: 10px;
}
.about .about-sys-box .about-sys:nth-child(even) .about-sys-num{
    background-color: transparent;
}
.about .about-sys-box .about-sys:nth-child(even) .about-sys-desc{
    background: transparent;
}
/* 关于我们结束 */
/* 右侧锚链接开始 */
.mao-parent {
    position: relative;
}



.service01-content p {
    float: left;
}

.shuoming-right {
    width: calc(100% - 90px);
}

.mao-wrapper {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 300px;
    border-left: 1px solid #e6e6e6;
    padding-left: 12px;
}

/* 404页面 */
.no_page_wrapper{
    padding: 50px 0px;
}
.no_page_btn{
    padding: 6px 9px;
    border-radius: 3px 3px;
    color: #fff;
}
.no_page_wrapper .btn_box_r{
    padding-top: 30px;
}
.no_page_btn_home{
    background-color: #003567;
    margin-right: 19px;
}
.no_page_btn_back{
    background-color: #ed620f;
}
.no_page_btn:hover,.no_page_btn:active,.no_page_btn:focus{
    color: #fff;
}


@media (max-width: 1920px) and (min-width: 1860px) {
    .mao-wrapper {
        display: block;
    }
}

.mao-wrapper .mao-back {
    height: 100%;
    background-color: #eee;
    padding: 15px;
}

.mao-wrapper .mao-item a {
    position: relative;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}

.mao-wrapper .mao-item a.active::before {
    position: absolute;
    content: "";
    left: -12px;
    top: 50%;
    margin-top: -20px;
    width: 1px;
    height: 40px;
    background-color: #00a4ff;
}

/* 右侧锚链接结束 */
/* 公共底部开始 */

.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);

}

.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 .beian span {

    font-size: 14px;

    color: #999da5;

}


#btm {
    display: none;
}


.nei-content-box form .name-box, .nei-content-box form .tel-box, .nei-content-box form .safe-box,.nei-content-box form .sex-box{
    display: block;
}
.nei-content-box form .contact-name, .nei-content-box form .contact-tel,.nei-content-box form .sex-box,.nei-content-box form .contact-yanzheng{
    width: 100%;
}
@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%;

}

/* 公民法案开始 */
.gongmin_nei img{
    margin-top: 40px;
}
.gongmin_nei img:first-child{
    margin-top: 0px;
}
.nei-content p.gongmin-text {
    float: right;
    width: calc(100% - 90px);
}

.gongmin_nei .gongmin-text b{
    font-size: 16px;
    font-weight: normal;
    background: #dddddd;
}
.gongmin-line {
    height: 20px;
}

.ywtitle,
.jstitle {
    position: relative;
    top: 15px;
    display: inline-block;
    line-height: 30px;
    padding: 0px 25px;
    background: #345278;
    border-radius: 12px;
    color: #fff;
    margin: 20px auto 0px 10px;
    font-size: 16px;
    box-shadow: 1px 1px 2px 1px #888;
}

.jstitle {
    background: #57bbf4;
}

.ywdesc {
    font-size: 16px;
    padding: 23px 10px 10px 10px;
    border: 1px dashed #666;
    border-radius: 10px;
}

.ywdesc b {
    font-size: 16px;
    font-weight: normal;
    background: #dddddd;
}
/* 公民法案结束 */
/*控制菜单的按钮*/

.index_cy {
    width: 250px;
    height: 60px;
    background: url("/template/pc/images/money-submit.png");
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.index_cy2 {
    width: 250px;
    height: 60px;
    background: url("/template/pc/images/money-submit.png");
    border: none;
    font-size: 18px;
    color: #fff;
    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) {
    .nei-content-box{
        padding-left: 30px;
    }
    .lg-img{
        width: 100%;
    }
    .banner-btm {
        position: relative;
        top: -50px;
    }

    .show_hospital{
        width: 704px;
        margin: 0 auto;
    }

    .col-5-1 {
        width: 20%;
    }
    /* 医院 */
    .hospital-item .img-box{
        padding: 22px 0 22px;
    }
    /* 关于我们 */
    .about-desc-box{
        padding: 12px 12px 30px;
        border-radius: 20px;
    }
    .about-desc,
    .address-desc {
        font-size: 14px;
    }
    .about-logo-box{
        text-align: left;
    }
    .about-desc-box .left{
        float: left;
        width: 194px;
    }
    .about-desc-box .right{
        float: right;
        width: 574px;
    }
    .about-desc-box .about-add-title{
        font-size: 18px;
        font-weight: bold;
    }
    .about-desc-box .about-add-text{
        font-size: 14px;
        font-weight: bold;
    }
    /* 关于我们结束 */
    /* 联系我们 */
    .nei-content-box form {
        margin: 0 auto;
        display: inline-block;
        
    }
    /* 联系我们结束 */
    .youshi_box {
        height: 240px;
        padding: 20px 10px;
    }
    .youshi_box .left .youshi_desc {
        line-height: 24px;
        margin-top: 20px;
    }
    .youshi_box .right {
        position: relative;
        border-radius: 0px 0px;
        overflow: hidden;
        height: auto;
    }
    
    .youshi_box .right img{
        position: relative;
        top: 0px;
        left: 0px;
        transform: none;
        max-width: 100%;
        display: block;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        border-radius: 50% 50%;
    }
    /* 生子优势 */
    .advantage01 .advantage01-item{
        float: left;
        width: 100%;
        padding: 12px 32px 28px;
    }
    
    .advantage01 .advantage01-item:nth-child(even){
        background-color: #eaf4fb;
    }
    .advantage01 .advantage01-item:nth-child(odd) .img-box{
        float: right;
    }
    .advantage01 .advantage01-item:nth-child(2) .desc{
        float: right;
        padding-left: 48px;
        padding-right: 0;
    }
    .advantage01 .advantage01-item:nth-child(3) .img-box{
        padding-top: 48px;
    }
    .advantage01 .advantage01-item .img-box{
        float: right;
        padding-top: 24px;
    }
    .advantage01 .advantage01-item .desc{
        float: left;
        width: 476px;
        font-size: 14px;
        line-height: 26px;
        padding-right: 48px;
    }
    .advantage01 .advantage01-item .desc .desc-title{
        width: 143px;
        height: 47px;
        font-size: 18px;
        color: #fff;
        margin: 3px 0 19px;
        background: url(/template/pc/images/advantage01_titlebg.png) center center no-repeat;
        background-size: cover;
        padding-left: 52px;
        padding-top: 13px;
    }
    .advantage01 .advantage01-item:nth-child(2) .desc .desc-title{
        float: right;
    }
    .advantage01 .advantage01-item:nth-child(2) .desc .desc-title::after{
        content: "";
        display: block;
        height: 0px;
        clear: both;
    }
    .advantage01 .media{
        font-size: 14px;
        line-height: 22px;
        background-color: #eaf4fb;
        padding: 15px 30px;
        margin-bottom: 40px;
    }
    .advantage02 .advantage02-item{
        padding: 25px 36px;
        margin: 10px auto;
        background-color: #e7f8ff;
        box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.6);
    }
    .advantage02 .advantage02-item .img-box{
        float: left;
        width: 188px;
    }
    .advantage02 .advantage02-item .desc{
        float: left;
        width: 580px;
        line-height: 26px;
        padding-left: 15px;
    }
    .advantage02 .advantage02-item .desc .desc-title{
        font-size: 18px;
        color: #44b4f4;
        margin: 0px;
        text-align: left;
    }
    .advantage02 .advantage02-item:nth-child(even) .img-box{
        float: right;
    }
    .advantage02 .advantage02-item:nth-child(even) .desc{
        padding-left: 0px;
        padding-right: 15px;
    }
    /* 流程 */
    .service01-content .qianzheng-desc{
        padding: 30px 25px 0px;
    }
    
    .reassurance02-desc{
        height: 248px;
        line-height: 26px;
        display: flex;
        align-items: center;
        margin-top: 0px;
        font-size: 14px;
    }
    .advantage04 .advantage04-info{
        width: 815px;
        height: 425px;
        background: url("/template/pc/images/advantage04_01.jpg") center center no-repeat;
        padding: 140px 27px 0px 0px;
        font-size: 14px;
        color: #000;
        line-height: 26px;
    }
    .advantage04 .advantage04-info .text{
        font-size: 14px;
        text-align: right;
        float: right;
        width: 360px;
    }
    .advantage04 .advantage04-info .text-color {
        color: #1376ae;
    }
    .advantage04 .img-box{
        margin: 60px auto 40px;
    }
    .advantage04-info-desc{
        margin-bottom: 20px;
    }
    .advantage04-desc-box{
        background-color: #f0f9fe;
        padding: 38px 0px;
        margin-bottom: 60px;
    }
    .advantage04 .advantage04-item{
        text-align: center;
        padding: 0px 20px 0px 40px;
    }
    .advantage04 .advantage04-item:last-child{
        padding-left: 20px;
        padding-right: 40px;
    }
    .advantage04 .advantage04-item .desc{
        height: 176px;
        background-color: #fff;
        padding: 10px 10px;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
    }
    .advantage05 .advantage05-subtitle{
        font-size: 18px;
        color: #3772bd;
        margin-bottom: 20px;
    }
    .advantage05 .advantage05-item{
        padding: 34px 0px;
        overflow: hidden;
    }
    .advantage05 .advantage05-item .desc{
        float: left;
        font-size: 14px;
        line-height: 26px;
    }
    .advantage05 .advantage05-item .desc.desc01{
        margin-left: 50px;
        width: 406px;
    }
    .advantage05 img{
        display: block;
    }
    .advantage05 .advantage05-item .img-box{
        float: left;
        width: auto;
        padding: 22px 0 0 109px;
    }
    .advantage05 .decr-line{
        width: 715px;
        height: 8px;
        border-top: 2px solid #969696;
        border-bottom: 2px solid #969696;
        margin: 27px auto 20px;
    }
    .advantage05 .advantage05-item .desc.desc02{
        margin-left: 50px;
        margin-top: 9px;
        margin-bottom: 0px;
        width: 350px;
    }
    .advantage05 .advantage05-item .img-box01{
        float: right;
        margin-right: 50px;
    }
    .advantage05 .advantage05-item .img-box01 img{
        width: 332px;
    }
    .advantage05-img-text{
        position: relative;
        overflow: hidden;
        width: 715px;
        margin: 0 auto;
    }
    .advantage05 .advantage05-img-text .desc03{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: rgba(255,255,255,0.7);
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
        padding: 10px 30px;
        font-size: 14px;
    }
    .advantage05 .desc04{
        font-size: 14px;
        line-height: 26px;
        margin: 34px auto;
        padding: 0px 50px;
    }
    .advantage06 .desc-box .desc{
        width: 292px;
        float: right;
        padding-top: 40px;
    }
    .advantage06 .desc-box img{
        float: left;
    }
    .advantage06 .desc{
        font-size: 14px;
        line-height: 26px;
        margin: 25px auto;
    }
    .advantage06 .desc:first-child{
        margin-top: 0px;
    }
    .advantage06 .desc .desc-title{
        color: #44b4f4;
        font-size: 14px;
        font-weight: bold;
    }
    /* 流程 */
    .nursing .nursing02{
        margin-top: 30px;
    }
    .nursing .nursing02 .left-imgbox img{
        position: relative;
        top: -12px;
    }
    .nursing-title-box img{
        top: 0px;
        margin: 20px auto 36px;
    }
    .nursing .nursing-foodbox .col-lg-6:nth-child(odd){
        padding-left: 75px;
        padding-right: 45px;
    }
    .nursing .nursing-foodbox .col-lg-6:nth-child(even){
        padding-left: 45px;
        padding-right: 75px;
    }
    .nursing .nursing-img{
        margin-bottom: 45px;
    }
    /* 产检及待产 */
    .pregnancy .preg-doctor-box .preg-doctor-item{
        margin: 0px 0px 10px;
    }
    .pregnancy .preg-doctor-box .doc-title{
        display: block;
        width: 172px;
        margin: 20px auto;
        border-radius: 15px 15px;
    }
    .pregnancy .preg-doctor-box .doc-desc{
        font-size: 14px;
        line-height: 26px;
    }
    .pregnancy .preg-doctor-box .doc-desc b{
        font-size: 14px;
        color: #282828;
    }
    .pregnancy .pregnancy-box{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .pregnancy .pregnancy02-desc,.pregnancy .pregnancy02-desc b {
        font-size: 14px;
    }
    .pregnancy .pregnancy-item-box{
        background-color: #faf3f0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .pregnancy .pregnancy-item-box .pregnancy-item .pregnancy-item-title{
        display: inline-block;
        margin: 40px auto 30px;
        text-align: center;
        padding: 5px 30px;
        background-color: #facd89;
        border-radius: 15px 15px;
        font-size: 20px;
        color: #282828;
        font-weight: bold;
    }
    /* 产检及待产结束 */
    .direct .direct-desc{
        font-size: 14px;
    }
    .paragraph{
        font-size: 14px;
        line-height: 26px;
    }
    .rujing-img-box{
        margin: 0 -15px;
    }
    .rujing-img-box img{
        width: 100%;
    }
    /* 关于我们 */
    .about .about-sys-box{
        margin-bottom: 30px;
    }
    .about .about-nei-title{
        width: 328px;
        height: 66px;
        line-height: 58px;
        text-align: center;
        font-size: 26px;
        color: #fff;
        margin: 20px auto;
        background: url("/template/pc/images/about-titlebg.jpg") center center no-repeat;
    }
    .about .about-ser .about-ser-desc .left.text{
        width: calc(100% - 99px);
        padding: 10px 9px 0px;
        font-size: 14px;
        line-height: 26px;
        color: #282828;
        font-weight: bold;
    }

    /* 资料下载内页 */
    .ziliao-content .ziliao-file-desc{
        padding: 14px 0px;
        border-bottom: 6px solid #f8f8f8;
    }
    .ziliao-content .ziliao-file-desc .left{
        float: left;
    }
    .ziliao-content .ziliao-file-desc .right{
        float: right;
        text-align: center;
        padding-top: 0px;
    }
    .ziliao-content .ziliao-file-desc .file-d-btn{
        position: relative;
        display: block;
        width: 146px;
        height: 40px;
        line-height: 40px;
        text-align: right;
        background-color: #44b4f4;
        font-size: 20px;
        color: #fff;
        padding: 0px 15px 0px 0px;
        margin-top: 10px;
        margin-right: 46px;
    }
    .ziliao-content .ziliao-content-b,.ziliao-content .ziliao-content-b p,.ziliao-content .ziliao-content-b b{
        font-size: 14px;
    }
    .ziliao-content .ziliao-content-b .ziliao-content-b-title{
        font-size: 16px;
        color: #282828;
        font-weight: bold;
        line-height: 50px;
        border-bottom: 1px solid #f0f0f0;
    }
    .ziliao-content .ziliao-content-text{
        padding-top: 14px;
    }

    /* 美加对比 */
    
    .glyphicon-chevron-down:before {
        color: #44b4f4;
    }
    .mj-box {
        margin-bottom: 30px;
        border: none;
    }
    .mj-box .mj-title {
        font-size: 36px;
        color: #44b4f4;
        margin-top: 14px;
    }
    .mj-box .mj-title span {
        font-size: 16px;
        color: #44b4f4;
    }
    .mj-left,
    .mj-right {
        line-height: 30px;
    }
    .mj-arrow {
        font-size: 16px;
        color: #333333;
        height: 60px;
        line-height: 60px;
        background: url("/template/pc/images/arrow-compare.png") center center no-repeat;
    }

    .meijia_nei_box{
        padding: 0 20px;
    }
    .mj-box .mj-title {
        font-size: 24px;
    }
    .mj-left,
    .mj-right {
        line-height: 20px;
        padding: 0 10px;
    }
    .nei-content-box .mj_title_img{
        margin: 0 0 35px;
    }
    .mj-left, .mj-right{
        position: relative;
        border: 1px solid #44b4f4;
        border-radius: 10px;
        padding: 10px 15px;
        text-align: left;
        width: 265px;
    }
    .mj-box-odd .mj-text{
        color: #fff;
        background-color: #44b4f4;
    }
    .mj-box-even .mj-text{
        color: #44b4f4;
        background-color: #fff;
    }
    .mj-has::after{
        content: "";
        position: absolute;
        right: -11px;
        bottom: -11px;
        width: 22px;
        height: 22px;
        background: url("/template/pc/images/mj_has.png") center center no-repeat transparent;
        border: 3px solid #fff;
        border-radius: 50%;
    }
    .mj-none::after{
        content: "";
        position: absolute;
        right: -11px;
        bottom: -11px;
        width: 22px;
        height: 22px;
        background: url("/template/pc/images/mj_none.png") center center no-repeat transparent;
        border: 3px solid #fff;
        border-radius: 50%;
    }
    .mj-arrow{
        font-size: 20px;
        color: #44b4f4;
        height: 60px;
        line-height: 60px;
        background: transparent;
    }
    /* 美加对比结束 */

    /* 套餐对比 */
    .duibi-title{
        height: 54px;
        line-height: 30px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 7px 0;
        margin: 20px 0 48px;
        background: url("/template/pc/images/compare_sub_title.png") center center no-repeat;
        color: #58b9f8;
    }
    .duibi-title01{
        margin-top: 66px;
    }
    .duibi-autobox .add-item{
        position: relative;
        float: left;
        width: 311px;
        height: 103px;
        background: url("/template/pc/images/compare_add_bg.jpg") center center no-repeat;
        padding-left: 48px;
        padding-top: 5px;
        padding-right: 18px;
        margin-right: 116px;
        margin-bottom: 54px;
    }
    .duibi-autobox .add-item .add-item-num{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 38px;
        height: 103px;
        text-align: center;
        line-height: 103px;
        font-size: 33px;
        color: #fff;
        font-weight: bold;
    }
    .duibi-autobox .add-item:nth-child(3n){
        margin-right: 0px;
    }
    .duibi-autobox .add-item .add-item-title{
        font-size: 22px;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .duibi-autobox .add-item .add-item-desc{
        font-size: 15px;
        color: #fff;
    }
    /* 套餐对比结束 */

    /* 404页面 */
    .no_page_wrapper .no_page_text{
        padding: 20px 30px;
    }
    .no_page_wrapper .btn_box_r{
        padding-top: 72px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 300px) {
    .m-kong{
        height: 60px;
    }
    .service .service-left::after {

        display: none;

    }

    /* 生子优势3开始 */
    .no-padding {
        padding: 0px;
    }

    .info-wrapper .advantage03 .info-stitle img {
        display: none;
    }

    .info-wrapper .advantage03 .row:hover .info-stitle .text-bg {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 0 0;
        width: 202px;
    }
}

@media screen and (max-width: 768px) {
    .bread{
        display: none;
    }
    .nei-title{
        padding: 10px 0px;
    }
    .nei-subtitle, .content-subtitle{
        margin: 10px auto 30px;
    }
    .food-content .food-content-text p{
        font-size: 16px;
    }
    .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;

    }

    /* 关于我们 */
    .about-desc,
    .address-desc {
        font-size: 16px;
    }
    .nei-content-box form textarea {
        width: 100%;
    }

    .nei-content-box form .contact-button {
        width: 100%;
    }
    /* 生子优势 */
    .youshi_box {
        height: auto;
        padding: 20px 5px;
    }
    .youshi_box .left{
        padding: 0px;
    }
    .youshi_box .right img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: initial;
        border-radius: 50% 50%;
    }
    .youshi_box .left .youshi_title i:nth-child(1){
        display: none;
    }
    .youshi_box .left .youshi_title i:nth-child(5){
        display: none;
    }
    /* 生子优势3 */
    .info-wrapper .advantage03 .col-lg-9 {
        min-height: auto;
        padding: 0 30px;
    }

    .advantage03 .info-text {
        position: static;
        transform: none;
        min-height: auto;
    }
    .info-wrapper .info-stitle{
        height: auto;
        line-height: initial;
        background: transparent;
        font-size: 18px;
        font-weight: 600;
        color: #222;
    }
    .title-text-m{
        font-size: 18px;
        font-weight: 600;
        color: #222;
        margin: 20px 0 10px;
    }
    .info-wrapper .advantage03 .col-lg-9 img{
        margin: 0px;
    }
    .info-wrapper .text-line{
        margin: 0 15px;
    }
    /* 宝宝证件 */
    .passport-item {
        margin: 0px;
        height: auto;
        padding-bottom: 17px;
    }

    .paper-item-img {
        width: 100%;
    }

    /* 入境指导 */
    .direct .direct-border-box {
        padding-top: 39px;
    }

    .direct .direct-border-box .row {
        padding: 45px 15px 45px;
        margin: 0px;
    }

    /* 医院 */
    .hospital-item .img-box {
        padding-left: 0px;
    }

    .hospital-item .img-box img {
        margin: 0 auto;
    }

    .hospital-item .item-content .item-desc {
        height: auto;
        padding-bottom: 15px;
    }

    .hospital-item .item-content .item-more {
        padding-bottom: 15px;
    }
    /* 案例 */
    .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;
    }
    .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-item-box .col-xs-5{
        padding: 0px;
    }
    .news-item-box .item-title, .news-item-box .item-title a{
        line-height: 1.5em;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-item-box .item-btm{
        margin-top: 5px;
    }
    .news-item-box .item-btm .item-more {
        float: right;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        width: 86px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        background-color: #2e84e2;
        border-radius: 9px 9px;
        margin-bottom: 5px;
    }
    .news-item-box .item-desc{
        height: 60px;
        text-overflow: ellipsis;
    }
    /* 资料下载 */
    .info-item-box .item-title{
        width: 80px;
    }
    .info-item-box .item-desc{
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2; 
    }
    .info-item-box .item-desc p{
        margin: 0px;
    }
    .info-item-box .col-md-2{
        float: left;
        width: 80px;
        padding: 0px;
    }
    .info-item-box .item-download{
        float: right;
        border-radius: 5px;
    }
    .info-item-box .item-title a{
        font-size: 16px;
        color: #fff;
        line-height: 80px;
    }
    .info-item-box .col-md-10{
        float: left;
        width: calc(100% - 95px);
        margin-left: 15px;
        padding: 0 0 5px;
    }

    .hot-read{
        padding: 0px;
    }
    /* 翻页 */
    .page-box {
        margin: 30px auto 15px;
    }
    /* 签证办理 */
    .service-title-box{
        margin-top: 20px;
    }
    .service01-content img{
        margin: 0px;
        line-height: 1.5em;
    }
    .service01-content img.qianzhengad{
        margin: 20px -15px;
        width: calc(100% + 30px);
        max-width: initial;
    }
    .service01-content img.visa_case{
        margin: 0px -15px;
        width: calc(100% + 30px);
        max-width: initial;
    }
    /* 直营保障开始 */
    /* .f-heading h3 {
        width: 336px;
        height: 74px;
        font-size: 22px;
        line-height: 50px;
        margin-bottom: 10px;
        background: url(../img/biaodiback_m.png) center center no-repeat;
    } */
    .f-heading{
        text-align: center;
    }
    .f-heading h3 {
        position: relative;
        display: inline-block;
        width: auto;
        height: 40px;
        font-size: 22px;
        line-height: 40px;
        padding: 0 10px;
        background-color: #56baf3;
        border-radius: 8px 8px;
    }
    .f-heading h3::before{
        content: "";
        position: absolute;
        top: 50%;
        left: -55px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background-image: url(/template/pc/images/zhiying_title_line.png);
    }
    .f-heading h3::after{
        content: "";
        position: absolute;
        top: 50%;
        right: -55px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background-image: url(/template/pc/images/zhiying_title_line.png);
    }
    .zygs-box{
        min-height: auto;
        margin: 0 0 30px;
        padding: 0 15px;
    }
    .zygs-box .container{
        border: 1px dashed #f86843;
        border-radius: 10px 10px;
        overflow: hidden;
    }
    .zygs-box .container .show-item p{
        margin: 0px;
        padding: 5px 0;
    }

    .zygs-box .db-item {
        display: none;
    }

    .zygs-box .item {
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        position: relative;
        padding-left: 18px !important;
    }

    .zygs-box .item:before {
        position: absolute;
        content: '';
        background: #f86843;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        left: 0;
        top: 14px;
    }

    .zygs-box .desc {
        font-size: 16px;
        color: #000;
        line-height: 1.6;
        border: none;
        border-radius: 0px;
        background-color: transparent;
        padding: 0px;
        margin-bottom: 0px;
    }
    .sjztxs-box .media-img img{
        border: none;
    }
    .dingfang-box{
        padding: 0 15px;
        margin: 0px;
        border: none;
    }
    .dingfang-box img{
        float: left;
        width: 48%;
        border: 1px solid #333333;
        margin: 0 1%;
    }
    .dingfang-box img:first-child{
        margin: 0 1%;
    }
    /* 直营保障结束 */
    
    .feiyong-adbox{
        height: 50px;
        background-color: #44b4f4;
        border-radius: 5px 5px;
        margin-top: 10px;
    }
    .feiyong-adbox .left{
        float: left;
        width: 50%;
        height: 50px;
        color: #fff;
        text-align: center;
        padding-top: 6px;
    }
    .feiyong-adbox .right{
        float: left;
        width: 50%;
        height: 50px;
        text-align: left;
        background-color: #39383d;
        padding-top: 6px;
        padding-left: 40px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
    }
    .feiyong-adbox .right a{
        display: block;
        height: 50px;
        color: #fff;
    }
    .feiyong-adbox .right a img{
        line-height: 38px;
    }
    .feiyong-adbox .right a span{
        display: inline-block;
        color: #fff;
        position: relative;
    }
    .feiyong-adbox .right a span::before{
        content: "";
        position: absolute;
        left: -36px;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: url(/template/pc/images/feiyong_tel.png) center center no-repeat;
    }
    /* 费用评估 */
    .feiyong-box>.row{
        margin: 0px;
    }
    .form-horizontal {
        padding: 15px 15px;
        margin-top: 30px;
        border: 1px dashed #ddd;
    }
    .fc-form-body .form-group:nth-child(even){
        padding: 8px 0px;
        background-color: rgba(68,180,244,.3);
    }
    .fc-form-body .control-label{
        margin-left: 15px;
        font-size: 16px;
    }
    .input-group-addon,
    .input-group-btn {
        width: 100%;
    }
    .control-label {
        display: inline-block;
        background: #44b4f4;
        color: #fff;
        padding: 0 10px;
        border-radius: 5px 5px;
    }
    .mt-checkbox {
        margin-right: 20px;
    }
    .mt-radio{
        margin-right: 20px;
        font-size: 16px;
    }
    .button-show {
        width: 250px;
        height: 60px;
        line-height: 60px;
        background: url("/template/pc/images/money-submit.png") center center no-repeat;
        border: none;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        margin: 0 auto;
    }
    form #btn {

        display: inline-block;

    }
    
    /* 套餐对比手机端 */
    .duibi-subtitle{
        width: 162px;
    }
    .content-cell .item-name-left{
        border: none;
        border-bottom: 1px dashed #ddd;
    }
    .part-title,.duibi-title{
        background: url(/template/pc/images/comparebg.png) right top no-repeat;
    }
    .content-cell .item-name-right{
        border: none;
        border-bottom: 1px dashed #ddd;
    }
    .content-cell .item-name-right::after{
        display: none;
    }
    .title-cell{
        display: block;
        border: none;
        text-align: center;
    }
    .title-cell .item-name-left{
        position: relative;
        display: block;
        width: 120px;
        font-size: 30px;
        color: #333333;
        font-weight: bold;
        line-height: 1em;
        margin: 20px auto 0px;
        padding: 10px 0px;
    }
    .duibi-subtitle{
        display: block;
        width: 162px;
        margin: 0 auto;
        position: relative;
        font-weight: normal;
        text-transform: capitalize;
    }
    .title-cell .item-name-left::before{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: -34px;
        width: 30px;
        height: 51px;
        background: url(/template/pc/images/titleside.png) center center no-repeat;
        background-size: cover;
    }
    .title-cell .item-name-left::after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        right: -34px;
        width: 30px;
        height: 51px;
        background: url(/template/pc/images/titleside01.png) center center no-repeat;
        background-size: cover;
    }
    .title-cell .item-name-right{
        float: right;
        display: block;
        width: 50%;
        border: none;
    }
    .title-cell .item-name-right .xuanze-wrapper .xuanze-title {
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
    }
    .title-cell .item-name:first-child {
        border: none;
    }
    .title-cell .item-name{
        height: 36px;
        line-height: 48px;
    }
    
    

    .mobile_zengzhi .duibi-title{
        margin-bottom: 20px;
    }
    .mobile_zengzhi .more-box .row{
        padding: 0px 10px;
        margin-bottom: 15px;
    }
    .mobile_zengzhi .left,.right{
        float: left;
    }
    .mobile_zengzhi .left{
        width: 60%;
    }
    .mobile_zengzhi .right{
        width: 40%;
        padding: 0 4px;
    }
    .mobile_zengzhi .left .item-title{
        font-size: 14px;
        color: #44b4f4;
        font-weight: bold;
        text-align: center;
    }
    .mobile_zengzhi .left .item-desc{
        font-size: 12px;
    }
    .mobile_zengzhi .right img{
        border-radius: 50% 50%;
    }
    .mobile_zengzhi .jd-box{
        width: 20%;
        float: left;
        padding: 0 5px;
    }
    .mobile_zengzhi .jd-box .jd-text{
        font-size: 12px;
        color: #44b4f4;
        text-align: center;
    }
    /* 费用评估结果 */
    .box-background .content .pg-desc {
        padding: 0 10px;
    }
}


/* 右侧悬浮栏 */
.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;
}