.ivf_service {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    background: url("../images/ivf_service_bg.png") left center no-repeat
}

@media (max-width: 1380px) {
    .ivf_service {
        padding-top: 30px;
        padding-bottom: 0px
    }
}

.ivf_service .inner {
    position: relative;
    padding: 0 0 0 500px
}

@media (max-width: 1440px) {
    .ivf_service .inner {
        padding-left: 400px
    }
}

@media (max-width: 1180px) {
    .ivf_service .inner {
        padding: 0
    }
}

.ivf_service .inner .title {
    width: 380px;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 1180px) {
    .ivf_service .inner .title {
        position: static;
        margin-bottom: 20px
    }
}

@media (max-width: 668px) {
    .ivf_service .inner .title {
        float: none;
        width: 100%
    }
}

.ivf_service .inner .title a.more01 {
    margin: 60px 0 0 50px
}

@media (max-width: 1180px) {
    .ivf_service .inner .title a.more01 {
        margin-top: 20px
    }
}

@media (max-width: 668px) {
    .ivf_service .inner .title a.more01 {
        float: none;
        display: block;
        margin: 20px 0 0 70px
    }
}

.ivf_service .inner .list {
    overflow: hidden
}

.ivf_service .inner .list ul {
    margin: 0 -15px
}

@media (max-width: 1180px) {
    .ivf_service .inner .list ul {
        margin: 0 -5px
    }
}

.ivf_service .inner .list ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px
}

@media (max-width: 1180px) {
    .ivf_service .inner .list ul li {
        padding: 0 5px;
        margin-bottom: 10px
    }
}

@media (max-width: 668px) {
    .ivf_service .inner .list ul li {
        float: none;
        width: 100%
    }
}

.ivf_service .inner .list ul li .col {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: #f0f9fe;
    padding: 40px;
    border-radius: 20px
}

@media (max-width: 1380px) {
    .ivf_service .inner .list ul li .col {
        padding: 20px
    }
}

.ivf_service .inner .list ul li .col span.icon {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

@media (max-width: 668px) {
    .ivf_service .inner .list ul li .col span.icon {
        float: none;
        width: 100%
    }
}

.ivf_service .inner .list ul li .col span.icon i.iconfont {
    font-size: 60px;
    color: #2d9ac7
}

.ivf_service .inner .list ul li .col p {
    display: block;
    padding: 0 0 0 95px;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

@media (max-width: 1440px) {
    .ivf_service .inner .list ul li .col p {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 1380px) {
    .ivf_service .inner .list ul li .col p {
        padding: 0 0 0 85px;
        font-size: 12px;
        line-height: 24px
    }
}

@media (max-width: 668px) {
    .ivf_service .inner .list ul li .col p {
        padding: 20px 0 0;
        text-align: center
    }
}

.ivf_service .inner .list ul li .col p b.t {
    display: block;
    color: #333;
    font-size: 20px;
    margin: 0 0 15px
}

@media (max-width: 1380px) {
    .ivf_service .inner .list ul li .col p b.t {
        font-size: 18px
    }
}

.ivf_service .inner .list ul li .col p b.t span {
    display: block;
    font-size: 18px;
    color: #ddd;
    font-family: 'btm';
    text-transform: uppercase;
    font-weight: normal
}

@media (max-width: 1380px) {
    .ivf_service .inner .list ul li .col p b.t span {
        font-size: 16px;
        line-height: 22px
    }
}

.ivf_adaptive_objects {
    padding-top: 90px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1440px) {
    .ivf_adaptive_objects {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 1380px) {
    .ivf_adaptive_objects {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.ivf_adaptive_objects .list {
    overflow: hidden;
    margin-top: 50px
}

@media (max-width: 1380px) {
    .ivf_adaptive_objects .list {
        margin-top: 30px
    }
}

@media (max-width: 668px) {
    .ivf_adaptive_objects .list {
        margin-top: 10px
    }
}

.ivf_adaptive_objects .list>ul {
    margin: 0 -10px
}

@media (max-width: 1180px) {
    .ivf_adaptive_objects .list>ul {
        margin: 0 -5px
    }
}

.ivf_adaptive_objects .list>ul>li {
    display: block;
    float: left;
    width: 25%;
    padding: 0 10px
}

@media (max-width: 1180px) {
    .ivf_adaptive_objects .list>ul>li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px
    }
}

@media (max-width: 668px) {
    .ivf_adaptive_objects .list>ul>li {
        width: 100%
    }
}

.ivf_adaptive_objects .list>ul>li .col {
    border-radius: 20px;
    overflow: hidden
}

.ivf_adaptive_objects .list>ul>li .col .img {
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width: 668px) {
    .ivf_adaptive_objects .list>ul>li .col .img {
        height: 180px
    }
}

.ivf_adaptive_objects .list>ul>li .col .txt {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 35px 10px;
    height: 364px;
}

@media (max-width: 1611px) {
    .ivf_adaptive_objects .list>ul>li .col .txt {
        padding: 20px 20px 10px
    }
}

.ivf_adaptive_objects .list>ul>li .col .txt b.t {
    display: block;
    font-size: 18px;
    color: #333
}

@media (max-width: 668px) {
    .ivf_adaptive_objects .list>ul>li .col .txt b.t {
        font-size: 16px
    }
}

.ivf_adaptive_objects .list>ul>li .col .txt p {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin: 10px 0
}

@media (max-width: 1611px) {
    .ivf_adaptive_objects .list>ul>li .col .txt p {
        font-size: 14px;
        line-height: 26px
    }
}


.ivf_adaptive_objects .list>ul>li .col .txt .tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    height: 32px;
    padding: 0 22px;
    border: 1px solid #2d9ac7;
    border-radius: 20px;
    line-height: 30px;
    color: #2d9ac7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1380px) {
    .ivf_adaptive_objects .list>ul>li .col .txt .tags a {
        font-size: 12px
    }
}

@media (min-width: 1180px) {
    .ivf_adaptive_objects .list>ul>li .col .txt .tags a:hover {
        background: #2d9ac7;
        color: #fff
    }
}

.ivf_compare {
    padding-top: 80px;
    padding-bottom: 180px;
    background: #f5f5f5
}

@media (max-width: 1440px) {
    .ivf_compare {
        padding-top: 60px;
        padding-bottom: 100px
    }
}

@media (max-width: 1180px) {
    .ivf_compare {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.ivf_compare .pc_list {
    margin-top: 50px;
    width: 100%;
    height: 260px;
    position: relative
}

@media (max-width: 1180px) {
    .ivf_compare .pc_list {
        display: none
    }
}

.ivf_compare .pc_list:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    line-height: 4px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px
}

.ivf_compare .pc_list span.flag {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 60px;
    font-size: 20px;
    background-image: url("../images/flag.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 6px;
    z-index: 3
}

.ivf_compare .pc_list span.flag.flag_th {
    background-position: 0 0;
    color: #2d9ac7;
    top: 6px
}

.ivf_compare .pc_list span.flag.flag_cn {
    background-position: 0 -40px;
    color: #de0d1d;
    bottom: 6px
}

.ivf_compare .pc_list .col {
    width: 100%
}

.ivf_compare .pc_list .col.col01,
.ivf_compare .pc_list .col.col02 {
    height: 52px;
    line-height: 50px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 40px;
    position: absolute;
    left: 0;
    z-index: 2
}

.ivf_compare .pc_list .col.col01 {
    top: 0
}

.ivf_compare .pc_list .col.col02 {
    bottom: 0
}

.ivf_compare .pc_list .list {
    width: 100%;
    height: 100%;
    padding: 0 0 0 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5
}

.ivf_compare .pc_list .list ul {
    display: block;
    width: 100%;
    height: 100%
}

.ivf_compare .pc_list .list ul li {
    display: block;
    float: left;
    width: 12.5%;
    height: 100%;
    position: relative
}

.ivf_compare .pc_list .list ul li span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 22px;
    text-align: center;
    color: #333;
    font-size: 16px;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1380px) {
    .ivf_compare .pc_list .list ul li span {
        font-size: 14px
    }
}

.ivf_compare .pc_list .list ul li span.t1 {
    top: 1px;
    padding-top:10px;
}

.ivf_compare .pc_list .list ul li span.square {
    top: 50%;
    margin-top: -25px;
    line-height: 42px;
}

.ivf_compare .pc_list .list ul li span.square:after {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -33px;
    margin-top: -33px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ivf_compare .pc_list .list ul li span.square em {
    font-style: normal;
    color: #666;
    font-size: 14px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ivf_compare .pc_list .list ul li span.t2 {
    bottom: 1px;
    padding-top: 10px;
}

@media (min-width: 1180px) {
    .ivf_compare .pc_list .list ul li:hover span {
        color: #2d9ac7
    }

    .ivf_compare .pc_list .list ul li:hover span.square:after {
        border: 1px solid #2d9ac7;
        background: #2d9ac7
    }

    .ivf_compare .pc_list .list ul li:hover span.square em {
        color: #fff
    }
}

.ivf_compare .m_list {
    display: none
}

@media (max-width: 1180px) {
    .ivf_compare .m_list {
        display: block
    }

    .ivf_compare .m_list img {
        width: 100%
    }
}

.ivf_process {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 1440px) {
    .ivf_process {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 1380px) {
    .ivf_process {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.ivf_process .list {
    overflow: hidden;
    margin: 50px auto 0;
    width: 1290px;
    height: 480px;
    padding: 20px 215px 0 0;
    position: relative
}

@media (max-width: 1180px) {
    .ivf_process .list {
        display: none
    }
}

.ivf_process .list ul li {
    display: block;
    float: left;
    width: 215px;
    position: relative
}

.ivf_process .list ul li:nth-of-type(1):after,
.ivf_process .list ul li:nth-of-type(2):after,
.ivf_process .list ul li:nth-of-type(3):after,
.ivf_process .list ul li:nth-of-type(4):after {
    content: '';
    display: block;
    width: 50px;
    height: 10px;
    position: absolute;
    right: -25px;
    top: 70px;
    background: url("../images/ivf_process_arrow01.png") center center no-repeat
}

.ivf_process .list ul li:nth-of-type(6):after,
.ivf_process .list ul li:nth-of-type(7):after,
.ivf_process .list ul li:nth-of-type(8):after,
.ivf_process .list ul li:nth-of-type(9):after {
    content: '';
    display: block;
    width: 50px;
    height: 10px;
    position: absolute;
    right: -25px;
    top: 70px;
    background: url("../images/ivf_process_arrow01.png") center center no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ivf_process .list ul li:nth-last-of-type(1) {
    float: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -80px
}

.ivf_process .list ul li:nth-last-of-type(1):before {
    content: '';
    display: block;
    width: 96px;
    height: 59px;
    position: absolute;
    right: 145px;
    top: -70px;
    background: url("../images/ivf_process_arrow02.png") center center no-repeat
}

.ivf_process .list ul li:nth-last-of-type(1):after {
    content: '';
    display: block;
    width: 67px;
    height: 41px;
    position: absolute;
    right: 165px;
    bottom: 70px;
    background: url("../images/ivf_process_arrow03.png") center center no-repeat
}

.ivf_process .list ul li .item {
    text-align: center
}

.ivf_process .list ul li .item .icon {
    display: block;
    width: 142px;
    height: 142px;
    line-height: 142px;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    color: #2d9ac7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ivf_process .list ul li .item .icon i.iconfont {
    font-size: 50px
}

.ivf_process .list ul li .item .t {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin: 20px 0 50px
}

@media (min-width: 1180px) {
    .ivf_process .list ul li:hover .item .icon {
        background-color: #2d9ac7;
        color: #fff
    }

    .ivf_process .list ul li:hover .item .t {
        color: #2d9ac7
    }
}

.ivf_process .m_img {
    display: none
}

@media (max-width: 1180px) {
    .ivf_process .m_img {
        display: block
    }
}

.ivf_process .m_img img {
    width: 100%
}

.ivf_advantage {
    padding-top: 90px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1440px) {
    .ivf_advantage {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 1380px) {
    .ivf_advantage {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.ivf_advantage .link {
    overflow: hidden;
    margin: 50px 0
}

@media (max-width: 1380px) {
    .ivf_advantage .link {
        margin: 30px 0
    }
}

@media (max-width: 668px) {
    .ivf_advantage .link {
        margin: 20px 0
    }
}

.ivf_advantage .link ul {
    text-align: center
}

.ivf_advantage .link ul li {
    display: inline-block;
    margin: 0 13px
}

@media (max-width: 668px) {
    .ivf_advantage .link ul li {
        margin: 0 5px
    }
}

.ivf_advantage .link ul li a {
    display: block;
    padding: 0 30px;
    color: #666;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border-radius: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    .ivf_advantage .link ul li a {
        padding: 0 20px;
        height: 30px;
        line-height: 30px
    }
}

@media (min-width: 1180px) {
    .ivf_advantage .link ul li a:hover {
        background: #2d9ac7;
        color: #fff
    }
}

.ivf_advantage .col {
    width: 100%;
    margin-top: 50px
}

@media (max-width: 668px) {
    .ivf_advantage .col {
        margin-top: 20px
    }
}

.ivf_advantage .col .video {
    float: right;
    width: 37.5%;
    height: 360px
}

@media (max-width: 1380px) {
    .ivf_advantage .col .video {
        height: 300px
    }
}

@media (max-width: 1180px) {
    .ivf_advantage .col .video {
        height: 200px
    }
}

@media (max-width: 968px) {
    .ivf_advantage .col .video {
        float: none;
        width: 100%;
        height: 400px
    }
}

@media (max-width: 668px) {
    .ivf_advantage .col .video {
        height: 220px
    }
}

.ivf_advantage .col .video>.inner {
    padding: 0 25px;
    height: 100%;
    position: relative
}

@media (max-width: 668px) {
    .ivf_advantage .col .video>.inner {
        padding: 0 10px
    }
}

.ivf_advantage .col .video>.inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 310px;
    background: #2d9ac7;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1
}

@media (max-width: 1380px) {
    .ivf_advantage .col .video>.inner:after {
        height: 250px
    }
}

@media (max-width: 1180px) {
    .ivf_advantage .col .video>.inner:after {
        height: 150px
    }
}

@media (max-width: 968px) {
    .ivf_advantage .col .video>.inner:after {
        height: 350px
    }
}

@media (max-width: 668px) {
    .ivf_advantage .col .video>.inner:after {
        height: 200px;
        top: 10px
    }
}

.ivf_advantage .col .video a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/intro_video_bg.jpg");
    position: relative;
    z-index: 2
}

.ivf_advantage .col .video a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ivf_advantage .col .video a i.iconfont {
    display: table-cell;
    vertical-align: middle;
    font-size: 55px;
    color: #fff;
    position: relative;
    z-index: 2
}

@media (max-width: 668px) {
    .ivf_advantage .col .video a i.iconfont {
        margin-bottom: 20px
    }
}

@media (min-width: 1180px) {
    .ivf_advantage .col .video a:hover:after {
        background: rgba(0, 0, 0, 0.3)
    }
}

.ivf_advantage .col .txt {
    width: 62.5%;
    padding: 0 100px 0 0;
    position: relative;
    z-index: 3;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

@media (max-width: 1440px) {
    .ivf_advantage .col .txt {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 1380px) {
    .ivf_advantage .col .txt {
        font-size: 12px;
        line-height: 24px
    }
}

@media (max-width: 1180px) {
    .ivf_advantage .col .txt {
        padding: 0 40px 0 0
    }
}

@media (max-width: 968px) {
    .ivf_advantage .col .txt {
        width: 100%;
        padding: 25px 25px 0
    }
}

@media (max-width: 668px) {
    .ivf_advantage .col .txt {
        width: 100%;
        padding: 20px 0px 0
    }
}

.ivf_advantage .col .txt p {
    margin-bottom: 15px
}

.ivf_advantage .col .txt .num01 {
    overflow: hidden;
    margin-top: 50px;
    width: 100%
}

@media (max-width: 968px) {
    .ivf_advantage .col .txt .num01 {
        width: 100%
    }
}

@media (max-width: 668px) {
    .ivf_advantage .col .txt .num01 {
        margin-top: 20px
    }
}

.ivf_advantage .col .txt .num01 ul li {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center
}

.ivf_advantage .col .txt .num01 ul li .num {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    color: #2d9ac7
}

@media (max-width: 1380px) {
    .ivf_advantage .col .txt .num01 ul li .num {
        height: 40px;
        line-height: 40px;
        font-size: 40px
    }
}

.ivf_advantage .col .txt .num01 ul li .num span {
    font-family: 'bebas'
}

.ivf_advantage .col .txt .num01 ul li .num em {
    font-style: normal
}

.ivf_advantage .col .txt .num01 ul li .t {
    display: block;
    margin: 20px 0 0;
    font-size: 16px;
    color: #515151
}

@media (max-width: 1380px) {
    .ivf_advantage .col .txt .num01 ul li .t {
        font-size: 14px
    }
}

@media (max-width: 668px) {
    .ivf_advantage .col .txt .num01 ul li .t {
        font-size: 12px
    }
}

@media (max-width: 668px) {
    .ivf_advantage .col .txt .num01 ul li:nth-of-type(1) {
        width: 40%
    }

    .ivf_advantage .col .txt .num01 ul li:nth-of-type(2),
    .ivf_advantage .col .txt .num01 ul li:nth-of-type(3) {
        width: 30%
    }
}

.ivf_team {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 1440px) {
    .ivf_team {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 1180px) {
    .ivf_team {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.ivf_team .ivf_team_pc {
    padding: 100px 0 40px
}

@media (max-width: 968px) {
    .ivf_team .ivf_team_pc {
        display: none
    }
}

.ivf_team .ivf_team_pc img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.ivf_team .ivf_team_pc .item {
    text-align: center;
    position: relative;
    cursor: pointer
}

.ivf_team .ivf_team_pc .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.ivf_team .ivf_team_pc .item .title {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: rgba(45, 154, 199, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .ivf_team .ivf_team_pc .item .title {
        width: 100px;
        height: 100px;
        right: -20px;
        top: -20px
    }
}

.ivf_team .ivf_team_pc .item .title .inner {
    width: 100%;
    height: 100%;
    display: table
}

.ivf_team .ivf_team_pc .item .title .inner p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-size: 12px
}

@media (max-width: 1440px) {
    .ivf_team .ivf_team_pc .item .title .inner p {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        font-size: 10px
    }
}

.ivf_team .ivf_team_pc .item .title .inner p span {
    display: block;
    font-weight: bold;
    font-size: 12px
}

.ivf_team .ivf_team_pc .item a {
    position: relative;
    display: block;
    width: 300px;
    height: 300px;
    z-index: 1
}

.ivf_team .ivf_team_pc .swiper-slide .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ivf_team .ivf_team_pc .swiper-slide-active {
    position: relative;
    z-index: 20
}

.ivf_team .ivf_team_pc .swiper-slide-active .item {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.ivf_team .ivf_team_pc .swiper-slide-active .item:before {
    display: none
}

.ivf_team .ivf_team_pc .swiper-slide-active .item .title {
    opacity: 1
}

.ivf_team .ivf_team_pc .ivf_team_pc_page {
    width: 100%;
    text-align: center;
    margin-top: 110px
}

.ivf_team .ivf_team_pc .ivf_team_pc_page .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #c2c2c2;
    border-radius: 100%;
    opacity: 1;
    margin: 0 8px
}

.ivf_team .ivf_team_pc .ivf_team_pc_page .swiper-pagination-bullet-active {
    width: 26px;
    height: 26px;
    background: none;
    border: 1px solid #2d9ac7;
    position: relative
}

.ivf_team .ivf_team_pc .ivf_team_pc_page .swiper-pagination-bullet-active:after {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #2d9ac7;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -1px
}

.ivf_team .ivf_team_mobile {
    display: none
}

@media (max-width: 968px) {
    .ivf_team .ivf_team_mobile {
        display: block;
        margin: 20px 0
    }
}

.ivf_team .ivf_team_mobile .item a {
    display: block
}

.ivf_team .ivf_team_mobile .item a img {
    width: 100%;
    border-radius: 100%
}

.ivf_team .ivf_team_mobile .ivf_team_mobile_page {
    width: 100%;
    text-align: center;
    margin-top: 25px
}

@media (max-width: 1380px) {
    .ivf_team .ivf_team_mobile .ivf_team_mobile_page {
        margin-top: 30px
    }
}

@media (max-width: 968px) {
    .ivf_team .ivf_team_mobile .ivf_team_mobile_page {
        margin-top: 10px
    }
}

@media (max-width: 668px) {
    .ivf_team .ivf_team_mobile .ivf_team_mobile_page {
        margin-top: 20px
    }
}

.ivf_team .ivf_team_mobile .ivf_team_mobile_page .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #c2c2c2;
    border-radius: 100%;
    opacity: 1;
    margin: 0 8px
}

.ivf_team .ivf_team_mobile .ivf_team_mobile_page .swiper-pagination-bullet-active {
    width: 26px;
    height: 26px;
    background: none;
    border: 1px solid #2d9ac7;
    position: relative
}

.ivf_team .ivf_team_mobile .ivf_team_mobile_page .swiper-pagination-bullet-active:after {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #2d9ac7;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -1px
}

.ivf_enviroment {
    width: 100%;
    height: 770px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden
}

@media (max-width: 1440px) {
    .ivf_enviroment {
        height: 600px
    }
}

@media (max-width: 1380px) {
    .ivf_enviroment {
        height: 500px
    }
}

@media (max-width: 968px) {
    .ivf_enviroment {
        height: auto;
        padding: 20px
    }
}

@media (max-width: 668px) {
    .ivf_enviroment {
        padding: 20px 10px
    }
}

.ivf_enviroment:after {
    content: '';
    display: block;
    width: 800px;
    height: 748px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/logo_color.png");
    opacity: 0.05;
    position: absolute;
    left: -200px;
    bottom: -60px;
    z-index: 1
}

.ivf_enviroment .img {
    display: block;
    width: 100%
}

.ivf_enviroment .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.ivf_enviroment .col_title {
    width: 25%;
    position: absolute;
    left: 160px;
    top: 80px;
    z-index: 2
}

@media (max-width: 1681px) {
    .ivf_enviroment .col_title {
        width: 28%;
        left: 80px
    }
}

@media (max-width: 1440px) {
    .ivf_enviroment .col_title {
        width: 32%;
        left: 40px
    }
}

@media (max-width: 1380px) {
    .ivf_enviroment .col_title {
        left: 20px;
        top: 30px
    }
}

@media (max-width: 1180px) {
    .ivf_enviroment .col_title {
        left: 10px
    }
}

@media (max-width: 968px) {
    .ivf_enviroment .col_title {
        width: 100%;
        position: static;
        margin-bottom: 20px
    }
}

.ivf_enviroment .col_title span {
    font-size: 16px
}

@media (max-width: 1440px) {
    .ivf_enviroment .col_title span {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 1380px) {
    .ivf_enviroment .col_title span {
        font-size: 12px
    }
}

.ivf_enviroment .ivf_environment_big {
    width: 63%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (max-width: 968px) {
    .ivf_enviroment .ivf_environment_big {
        width: 100%;
        position: static
    }
}

.ivf_enviroment .ivf_environment_big .img {
    height: 770px
}

@media (max-width: 1440px) {
    .ivf_enviroment .ivf_environment_big .img {
        height: 600px
    }
}

@media (max-width: 1380px) {
    .ivf_enviroment .ivf_environment_big .img {
        height: 500px
    }
}

@media (max-width: 968px) {
    .ivf_enviroment .ivf_environment_big .img {
        display: none
    }
}

.ivf_enviroment .inner {
    width: 37%;
    padding-left: 160px;
    position: absolute;
    left: 0;
    bottom: 110px;
    z-index: 2
}

@media (max-width: 1681px) {
    .ivf_enviroment .inner {
        padding-left: 80px
    }
}

@media (max-width: 1440px) {
    .ivf_enviroment .inner {
        padding-left: 40px;
        bottom: 70px
    }
}

@media (max-width: 1380px) {
    .ivf_enviroment .inner {
        padding-left: 20px
    }
}

@media (max-width: 1180px) {
    .ivf_enviroment .inner {
        padding-left: 10px
    }
}

@media (max-width: 968px) {
    .ivf_enviroment .inner {
        width: 100%;
        position: static;
        padding: 0
    }
}

.ivf_enviroment .small_pics {
    width: 100%
}

@media (max-width: 968px) {
    .ivf_enviroment .small_pics {
        width: 100% !important
    }
}

.ivf_enviroment .ivf_environment_small {
    width: 100%;
    position: relative
}

.ivf_enviroment .ivf_environment_small .col {
    width: 100%;
    height: 365px;
    position: relative
}

@media (max-width: 1440px) {
    .ivf_enviroment .ivf_environment_small .col {
        height: 280px
    }
}

@media (max-width: 1380px) {
    .ivf_enviroment .ivf_environment_small .col {
        height: 250px
    }
}

@media (max-width: 968px) {
    .ivf_enviroment .ivf_environment_small .col {
        height: 400px
    }
}

@media (max-width: 668px) {
    .ivf_enviroment .ivf_environment_small .col {
        height: 300px
    }
}

.ivf_enviroment .ivf_environment_small .col .title {
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    z-index: 3;
    font-size: 20px;
    line-height: 30px
}

.ivf_enviroment .ivf_environment_small .col .title i.iconfont {
    display: block;
    font-size: 20px;
    margin-top: 30px
}

@media (max-width: 968px) {
    .ivf_enviroment .ivf_environment_small .col .title {
        background: rgba(45, 154, 199, 0.8);
        height: 60px;
        line-height: 60px;
        top: auto;
        margin-top: 0;
        bottom: 0
    }
}

@media (max-width: 668px) {
    .ivf_enviroment .ivf_environment_small .col .title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }
}

.ivf_enviroment .ivf_environment_small .col .img {
    height: 100%;
    position: relative
}

.ivf_enviroment .ivf_environment_small .col .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 968px) {
    .ivf_enviroment .ivf_environment_small .col .img:after {
        display: none
    }
}

.ivf_enviroment .ivf_environment_small .col .img:before {
    content: '';
    display: block;
    width: 90%;
    height: 90%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 2
}

@media (max-width: 968px) {
    .ivf_enviroment .ivf_environment_small .col .img:before {
        display: none
    }
}

.ivf_enviroment .ivf_environment_small .arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-color: #e5e5e5;
    color: #ffff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 968px) {
    .ivf_enviroment .ivf_environment_small .arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 50%;
        margin-top: -20px
    }
}

@media (min-width: 1180px) {
    .ivf_enviroment .ivf_environment_small .arrow:hover {
        background-color: #2d9ac7
    }
}

.ivf_enviroment .ivf_environment_small .arrow.ivf_environment_prev {
    right: 60px
}

@media (max-width: 968px) {
    .ivf_enviroment .ivf_environment_small .arrow.ivf_environment_prev {
        left: 0
    }
}

.ivf_enviroment .ivf_environment_small .arrow.ivf_environment_next {
    right: 0px;
    background-color: #d9d9d9
}

@media (max-width: 968px) {
    .ivf_enviroment .ivf_environment_small .arrow.ivf_environment_next {
        right: 0
    }
}

@media (min-width: 1180px) {
    .ivf_enviroment .ivf_environment_small .arrow.ivf_environment_next:hover {
        background-color: #2d9ac7
    }
}


.ivf_faq {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #f5f5f5
}

@media (max-width: 1440px) {
    .ivf_faq {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 1380px) {
    .ivf_faq {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.faq_list {
    overflow: hidden;
    margin: 50px 0 30px
}

@media (max-width: 1380px) {
    .faq_list {
        margin: 30px 0 10px
    }
}

@media (max-width: 668px) {
    .faq_list {
        margin: 20px 0
    }
}

.faq_list .w {
    overflow: hidden
}

.faq_list ul {
    margin: 0 -10px
}

@media (max-width: 968px) {
    .faq_list ul {
        margin: 0 -5px
    }
}

.faq_list ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px
}

@media (max-width: 968px) {
    .faq_list ul li {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 10px
    }
}

@media (max-width: 668px) {
    .faq_list ul li {
        width: 100%
    }
}

.faq_list ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background-color: #fff;
    padding: 30px 50px
}

@media (max-width: 968px) {
    .faq_list ul li a {
        padding: 20px
    }
}

.faq_list ul li a em {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 38px;
    border-radius: 100%;
    font-size: 23px;
    border: 1px solid #2d9ac7;
    background-color: #2d9ac7;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-family: 'Helvetica-Conth';
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 1380px) {
    .faq_list ul li a em {
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 20px
    }
}

.faq_list ul li a b.t {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    color: #333;
    padding: 0 0 0 60px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1380px) {
    .faq_list ul li a b.t {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding-left: 40px
    }
}

@media (max-width: 968px) {
    .faq_list ul li a b.t {
        height: auto
    }
}

.faq_list ul li a .des {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #666;
    padding: 0 0 0 60px;
    margin: 20px 0 0
}

@media (max-width: 1380px) {
    .faq_list ul li a .des {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        padding-left: 40px;
        margin-top: 10px
    }
}

@media (max-width: 1180px) {
    .faq_list ul li a .des {
        height: 72px
    }
}

@media (max-width: 968px) {
    .faq_list ul li a .des {
        height: auto
    }
}

.faq_list ul li a .des em {
    background-color: #fff;
    color: #2d9ac7
}

@media (min-width: 1180px) {
    .faq_list ul li a:hover b.t {
        color: #2d9ac7
    }
}

@media (max-width: 1180px) {
    .faq_list.list {
        margin-top: 0
    }
}

.faq_list.list ul li a {
    background-color: #f0f9fe
}

.faq_list.list ul li a .des {
    height: 108px
}

@media (max-width: 1380px) {
    .faq_list.list ul li a .des {
        height: 90px
    }
}

.faq_list.list ul li a .des em {
    background: none
}