.index_banner_w {

    position: relative;

    min-height: 748px;

}



.index_banner {

    position: relative
}



.index_banner .txt {

    width: 100%;

    text-align: center;

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -75px;

    z-index: 2;

    font-size: 26px;

    line-height: 30px;

    color: #fff
}



.index_banner .txt span {

    display: block;

    font-family: 'agb';

    font-size: 50px;

    line-height: 50px;

    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.7)
}



.index_banner .txt span:after {

    content: '';

    margin: 20px auto;

    background-color: #fff;

    display: block;

    width: 75px;

    height: 1px;

    line-height: 1px
}



.index_banner .img {

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover
}



.index_banner .m_img {

    display: none
}



.index_banner .m_img img {

    width: 100%
}



.index_banner .index_banner_page {

    width: 100%;

    text-align: center;

    position: absolute;

    left: 0;

    bottom: 100px;

    z-index: 2
}



.index_banner .index_banner_page .swiper-pagination-bullet {

    width: 10px;

    height: 10px;

    background: #fff;

    opacity: .6
}



.index_banner .index_banner_page .swiper-pagination-bullet-active {

    background: #2d9ac7;

    opacity: 1
}



.index_banner_col {

    width: 100%;

    position: absolute;

    left: 0;

    bottom: -100px;

    position: absolute;

    z-index: 2
}



.index_banner_col .w ul li {

    display: block;

    float: left;

    width: 33.33%;

    height: 188px;

    padding: 26px 100px 0 40px;

    color: #fff;

    position: relative;

    transition: background-color 0.5s;

    -webkit-transition: background-color 0.5s;

    -moz-transition: background-color 0.5s;

    -ms-transition: background-color 0.5s;

    -o-transition: background-color 0.5s;

}



.index_banner_col .w ul li:after {

    content: '';

    display: block;

    width: 300px;

    height: 188px;

    background-repeat: no-repeat;

    background-position: right center;

    background-size: cover;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 1
}



.index_banner_col .w ul li .txt {

    position: relative;

    z-index: 2
}



.index_banner_col .w ul li .txt b.t {

    display: block;

    font-size: 20px
}



.index_banner_col .w ul li .txt b.t:after {

    content: '';

    display: block;

    width: 55px;

    height: 1px;

    line-height: 1px;

    background-color: #fff;

    margin: 10px 0 10px
}



.index_banner_col .w ul li .txt p {

    display: block;

    font-size: 14px;

    line-height: 26px
}



.index_banner_col .w ul li:nth-of-type(1) {

    background-color: #4c9daf
}



.index_banner_col .w ul li:nth-of-type(1):after {

    background-image: url("../images/index_banner_col01.png")
}





.index_banner_col .w ul li:nth-of-type(2) {

    background-color: #2d9ac7
}



.index_banner_col .w ul li:nth-of-type(2):after {

    background-image: url("../images/index_banner_col02.png")
}





.index_banner_col .w ul li:nth-of-type(3) {

    background-color: #283a4c
}



.index_banner_col .w ul li:nth-of-type(3):after {

    /* background-image: url("../images/index_banner_col03.png") */

}



.index_service {

    margin-top: 170px;

    padding-bottom: 130px
}



.index_service .title {

    padding: 0 0 70px
}



.index_service .title .title01 {

    float: left
}



.index_service .title a.more01 {

    float: right;

    margin: 25px 0 0
}



.index_service .list ul {

    margin: 0 -10px
}



.index_service .list ul li {

    display: block;

    float: left;

    width: 25%;

    padding: 0 10px
}



.index_service .list ul li .li_col {

    display: block;

    width: 100%;

    height: 480px;

    position: relative;

    border-radius: 10px;

    overflow: hidden;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.index_service .list ul li .li_col:after {

    content: '';

    display: block;

    width: 100%;

    height: 100%;

    background: #2d9ac7;

    opacity: 0;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 2;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.index_service .list ul li .li_col .col {

    width: 100%;

    height: 100%;

    position: relative;

    z-index: 3;

    border: 1px solid rgba(255, 255, 255, 0);

    border-radius: 10px;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.index_service .list ul li .li_col .col .title {

    font-size: 18px;

    font-weight: bold;

    color: #fff;

    padding: 0 20px 0 40px;

    position: absolute;

    left: 0;

    bottom: 30px;

    z-index: 3;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.index_service .list ul li .li_col .col .title span {

    display: block;

    font-family: 'agb';

    color: rgba(255, 255, 255, 0.5);

    text-transform: uppercase
}



.index_service .list ul li .li_col .col .title_hover {

    width: 100%;

    font-weight: bold;

    color: #fff;

    font-size: 20px;

    text-align: center;

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -50px;

    z-index: 3;

    opacity: 0;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.index_service .list ul li .li_col .col .title_hover span {

    font-size: 14px;

    display: block;

    font-family: 'agb';

    color: rgba(255, 255, 255, 0.5);

    text-transform: uppercase
}



.index_service .list ul li .li_col .col .title_hover a.show_popup_appointment {

    display: block;

    width: 90px;

    height: 28px;

    line-height: 26px;

    border: 1px solid #fff;

    color: #fff;

    text-align: center;

    margin: 20px auto 0;

    font-size: 12px;

    font-weight: normal;

    font-style: normal;

    border-radius: 20px;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    cursor: pointer;

}





.index_service .list ul li .li_col .col .arrow {

    display: block;

    width: 100%;

    height: 26px;

    line-height: 26px;

    text-align: center;

    position: absolute;

    left: 0;

    bottom: 30px;

    z-index: 3
}



.index_service .list ul li .li_col .col .arrow i.iconfont {

    color: rgba(255, 255, 255, 0);

    font-size: 28px;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.index_service .list ul li .li_col .img {

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 1
}



.index_service .list ul li .li_col .img span {

    display: block;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover
}



.index_choose {

    padding: 80px 0;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    background-image: url("../images/index_choose_bg.jpg")
}



.index_choose>.inner {

    width: 100%;

    height: 660px;

    position: relative
}



.index_choose>.inner>.title {

    width: 390px;

    position: absolute;

    left: 55%;

    top: 70px;

    z-index: 3
}



.index_choose>.inner .txt {

    width: 60%;

    height: auto;

    background: rgba(255, 255, 255, 0.66);

    border-top-right-radius: 20px;

    border-bottom-right-radius: 20px;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 2
}



.index_choose>.inner .txt>.inner {

    width: 100%;

    position: relative;

    padding: 70px 170px 50px 160px;

    overflow: hidden
}







.index_choose>.inner .txt>.inner:after {

    content: '';

    display: block;

    width: 540px;

    height: 505px;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    background-image: url("../images/logo_color.png");

    opacity: .11;

    position: absolute;

    left: -100px;

    bottom: -100px;

    z-index: 2
}



.index_choose>.inner .txt>.inner .des {

    position: relative;

    z-index: 4;

    font-size: 16px;

    line-height: 28px;

    color: #666
}



.index_choose>.inner .txt>.inner .des p {

    margin-bottom: 15px
}



.index_choose>.inner .txt>.inner .des .num01 {

    overflow: hidden;

    margin-top: 30px
}



.index_choose>.inner .txt>.inner .des .num01 ul li {

    display: block;

    float: left;

    width: 33.33%;

    text-align: center
}



.index_choose>.inner .txt>.inner .des .num01 ul li .num {

    width: 100%;

    height: 60px;

    line-height: 60px;

    font-size: 60px;

    color: #2d9ac7
}



.index_choose>.inner .txt>.inner .des .num01 ul li .num span {

    font-family: 'bebas'

}



.index_choose>.inner .txt>.inner .des .num01 ul li .num em {

    font-style: normal
}



.index_choose>.inner .txt>.inner .des .num01 ul li .t {

    display: block;

    margin: 20px 0 0;

    font-size: 16px;

    color: #515151
}



.index_choose>.inner .charts {

    width: 36%;

    height: auto;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    background-image: url("../images/index_choose_charts_bg.jpg");

    border-radius: 20px;

    position: absolute;

    right: 160px;

    bottom: 0;

    z-index: 2;

    -webkit-box-shadow: 0px 0px 30px 0px rgba(83, 183, 232, 0.8);

    box-shadow: 0px 0px 30px 0px rgba(83, 183, 232, 0.8)
}



.index_choose>.inner .charts>.inner {

    width: 100%;

    position: relative;

    padding: 50px;

    overflow: hidden
}



.index_choose>.inner .charts>.inner .title {

    font-size: 18px;

    line-height: 30px;

    color: #fff;

    margin-bottom: 66px
}



.index_choose>.inner .charts>.inner .title strong {

    display: block
}



.index_choose>.inner .charts>.inner .num02 {

    overflow: hidden
}



.index_choose>.inner .charts>.inner .num02 ul li {

    display: block;

    float: left;

    width: 33.33%;

    padding: 0 10px;

    text-align: center
}



.index_choose>.inner .charts>.inner .num02 ul li .img {

    max-width: 174px;

    margin: 0 auto;

    position: relative;

    text-align: center
}



.index_choose>.inner .charts>.inner .num02 ul li .img .num {

    width: 100%;

    height: 40px;

    line-height: 40px;

    font-size: 40px;

    color: #fff;

    font-family: 'bebas';

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -20px
}



.index_choose>.inner .charts>.inner .num02 ul li .img .num em {

    font-style: normal
}



.index_choose>.inner .charts>.inner .num02 ul li .img img {

    width: 100%
}



.index_choose>.inner .charts>.inner .num02 ul li .t {

    text-align: center;

    margin: 10px 0 0
}



.index_choose>.inner .charts>.inner .num02 ul li .t img {

    max-width: 100%
}



#pagination li {

    width: auto;

}



.ivf_case {

    padding-top: 60px;

    padding-bottom: 30px;

}



.index_team {

    padding: 30px 0;

    position: relative
}



.index_team .index_team_page {

    width: 58%;

    position: absolute;

    right: 0;

    bottom: 0;

    z-index: 20
}



.index_team .index_team_page .index_team_list_page {

    width: 100%;

    text-align: center
}



.index_team .index_team_page .index_team_list_page .swiper-pagination-bullet {

    display: inline-block;

    vertical-align: middle;

    width: 5px;

    height: 5px;

    background: #c2c2c2;

    border-radius: 100%;

    opacity: 1;

    margin: 0 8px
}



.index_team .index_team_page .index_team_list_page .swiper-pagination-bullet-active {

    width: 26px;

    height: 26px;

    background: none;

    border: 1px solid #2d9ac7;

    position: relative
}



.index_team .index_team_page .index_team_list_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
}



.index_team .index_team_list {

    margin-top: 30px
}



.index_team .index_team_list {

    display: block;

    width: 100%;

    height: 620px;

    position: relative;

    z-index: 10
}



.index_team .index_team_list .img {

    width: 58%;

    height: 550px;

    overflow: hidden;

    border-top-left-radius: 20px;

    border-bottom-left-radius: 20px;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 1
}



.index_team .index_team_list .img span {

    display: block;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover
}



.index_team .index_team_list .txt {

    width: 40%;

    color: #fff;

    position: absolute;

    left: 160px;

    bottom: 0;

    z-index: 10;

    background-color: #283a4c;

    border-radius: 20px;

    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);

    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5)
}



.index_team .index_team_list .txt .inner {

    width: 100%;

    padding: 50px 60px;

    position: relative;

    overflow: hidden
}



.index_team .index_team_list .txt .inner:after {

    content: '';

    display: block;

    width: 540px;

    height: 505px;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    background-image: url("../images/team_logo.png");

    position: absolute;

    right: 0px;

    bottom: 0px;

    z-index: -1;

    opacity: 0.07
}



.index_team .index_team_list .txt .inner b.t {

    display: block;

    font-size: 38px;

    font-family: 'agb';

    font-weight: normal
}



.index_team .index_team_list .txt .inner b.t:before {

    content: '';

    display: block;

    width: 65px;

    height: 1px;

    line-height: 1px;

    background-color: #fff;

    margin-bottom: 20px
}



.index_team .index_team_list .txt .inner .t1 {

    font-size: 20px;

    line-height: 32px;

    margin: 15px 0
}



.index_team .index_team_list .txt .inner .t2 {

    font-size: 16px;

    line-height: 28px;

    margin: 0 0 20px
}



.index_team .index_team_list .txt .inner .list ul li {

    display: block;

    float: left;

    max-width: 80px;

    margin: 0 50px 0 0
}



.index_team .index_team_list .txt .inner .list ul li span {

    display: block
}



.index_team .index_team_list .txt .inner .list ul li span.icon {

    width: 55px;

    height: 55px;

    line-height: 53px;

    text-align: center;

    border-radius: 100%;

    border: 1px solid #fff
}



.index_team .index_team_list .txt .inner .list ul li span.icon i.iconfont {

    font-size: 24px
}



.index_team .index_team_list .txt .inner .list ul li span.st1 {

    text-align: center;

    font-size: 24px;

    font-family: 'bebas'

}



.index_team .index_team_list .txt .inner .list ul li span.st1 em {

    font-style: normal;

    font-weight: normal;

    margin: 0 0 0 5px
}



.index_team .index_team_list .txt .inner .list ul li span.st2 {

    font-size: 12px;

    text-align: center
}

.index_team .index_team_list .txt .inner .mores {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.index_team .index_team_list .txt .inner .more01,
.index_team .index_team_list .txt .inner .more02 {

    color: #fff;

    margin: 25px 0 0;

    border: 1px solid #fff
}



.index_team .index_team_list .txt .inner .more01 em,
.index_team .index_team_list .txt .inner .more02 em {

    font-style: normal
}



.index_team .index_team_list .txt .inner .more01:after,
.index_team .index_team_list .txt .inner .more02:after {

    background: #fff
}

.index_team .index_team_list .txt .inner .more02 {
    margin-left: 12px;
}


.index_environment {

    background: #f5f5f5;

    padding-top: 85px;

    padding-bottom: 85px;

    overflow: hidden
}



.index_environment>.inner {

    width: 100%;

    height: 570px;

    position: relative
}



.index_environment>.inner .title {

    width: 560px;

    position: absolute;

    left: 0;

    top: 50px
}



.index_environment>.inner .title .txt {

    font-size: 16px;

    line-height: 30px;

    color: #666;

    margin: 30px 0 0
}



.index_environment>.inner .title .txt p {

    margin-bottom: 15px
}



.index_environment>.inner:before {

    content: '';

    display: block;

    width: 1px;

    height: 420px;

    background: #ddd;

    position: absolute;

    right: 0;

    bottom: 0;

    z-index: 2
}



.index_environment>.inner:after {

    content: '';

    display: block;

    width: 58%;

    height: 1px;

    line-height: 1px;

    background: #ddd;

    position: absolute;

    right: 0;

    bottom: 0;

    z-index: 2
}



.index_environment>.inner .video_small_title {

    display: block;

    width: 70px;

    height: 20px;

    line-height: 20px;

    text-align: center;

    font-size: 12px;

    font-family: 'btb';

    color: #2d9ac7;

    position: absolute;

    right: -35px;

    bottom: 450px;

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg)
}



.index_environment>.inner .video_small_title:before {

    content: '';

    display: inline-block;

    vertical-align: top;

    width: 5px;

    height: 5px;

    background: #2d9ac7;

    margin: 7px 10px 0 0
}



.index_environment>.inner .index_video {

    width: 360px;

    height: 275px;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    background-image: url("../images/index_video_img.jpg");

    position: absolute;

    right: 0;

    bottom: 0;

    z-index: 10;

    display: table
}



.index_environment>.inner .index_video .col {

    display: table-cell;

    vertical-align: middle;

    width: 100%;

    height: 100%;

    position: relative
}



.index_environment>.inner .index_video .col: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
}



.index_environment>.inner .index_video .col a.showvideo {

    display: block;

    width: 100%;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin-bottom: 20px;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    position: relative;

    z-index: 4
}



.index_environment>.inner .index_video .col a.showvideo i.iconfont {

    display: block;

    font-size: 30px;

    color: #fff
}



.index_environment>.inner .index_video .col a.more {

    width: 100%;

    position: relative;

    z-index: 4
}



.index_environment>.inner .index_video .col a.more .txt {

    text-align: center;

    color: #fff;

    position: relative;

    z-index: 2
}



.index_environment>.inner .index_video .col a.more .txt span {

    display: block
}



.index_environment>.inner .index_video .col a.more .txt span.t1 {

    font-size: 12px;

    font-weight: lighter;

    text-transform: uppercase;

    line-height: 24px
}



.index_environment>.inner .index_video .col a.more .txt span.t2 {

    font-size: 16px;

    text-transform: uppercase;

    color: #2d9ac7;

    line-height: 24px
}



.index_environment>.inner .index_video .col a.more .txt span.more {

    width: 102px;

    height: 30px;

    line-height: 28px;

    border: 1px solid #fff;

    border-radius: 20px;

    text-align: center;

    margin: 10px auto 0;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.index_environment>.inner .environment_thumb_page {

    width: 650px;

    text-align: right;

    position: absolute;

    left: 0;

    bottom: -13px
}



.index_environment>.inner .environment_thumb_page .swiper-pagination-bullet {

    display: inline-block;

    vertical-align: middle;

    width: 5px;

    height: 5px;

    background: #c2c2c2;

    border-radius: 100%;

    opacity: 1;

    margin: 0 8px
}



.index_environment>.inner .environment_thumb_page .swiper-pagination-bullet-active {

    width: 26px;

    height: 26px;

    background: none;

    border: 1px solid #2d9ac7;

    position: relative
}



.index_environment>.inner .environment_thumb_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
}



.environment_big_w {

    width: 780px;

    height: 500px;

    position: absolute;

    left: 660px;

    bottom: 70px
}



.environment_big_w .environment_big {

    overflow: hidden;

    position: relative
}



.environment_big_w .environment_big .img {

    width: 780px;

    height: 500px
}





.environment_big_w .environment_big .img span {

    display: block;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover
}



.environment_thumb_w {

    width: 650px;

    height: 130px;

    position: absolute;

    left: 0;

    bottom: 70px
}



.environment_thumb_w .environment_thumb {

    width: 100%;

    overflow: hidden
}



.environment_thumb_w .environment_thumb .swiper-slide {

    cursor: pointer
}



.environment_thumb_w .environment_thumb .swiper-slide .img {

    width: 100%;

    height: 130px;

    position: relative;

    overflow: hidden
}



.environment_thumb_w .environment_thumb .swiper-slide .img span {

    display: block;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover
}



.environment_thumb_w .environment_thumb .swiper-slide .img:before {

    content: '';

    display: block;

    width: 100%;

    height: 100%;

    background: rgba(83, 183, 232, 0.7);

    position: absolute;

    left: 0;

    top: 0;

    z-index: 20;

    opacity: 0;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}


.environment_thumb_w .environment_thumb .swiper-slide.active-nav .img:before {
    opacity: 1;
}


.environment_thumb_w .environment_thumb .swiper-slide .img:after {

    content: '\e65b';

    font-family: 'iconfont';

    display: block;

    width: 22px;

    height: 22px;

    line-height: 22px;

    text-align: center;

    font-size: 20px;

    color: #fff;

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -22px;

    margin-top: -11px;

    z-index: 21;

    opacity: 0;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.environment_thumb_w .environment_thumb .swiper-slide.active-nav .img:before {

    opacity: 1
}



.environment_thumb_w .environment_thumb .swiper-slide.active-nav .img:after {

    margin-left: -11px;

    opacity: 1
}



.index_videos {

    padding-top: 50px;

    padding-bottom: 80px;

}



.index_videos .video_slide {

    background-position: center;

    background-size: cover;

    width: 500px;

    height: 300px;

}



.index_videos .showvideo {

    display: block;

    width: 100%;

    text-align: center;

    margin-bottom: 20px;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    position: relative;

    z-index: 4;

}



.index_videos .showvideo i {

    display: block;

    font-size: 30px;

    color: #fff;

    margin-top: 30%;

}



.index_news {

    padding-top: 50px;

    padding-bottom: 80px
}



.index_news .list {

    overflow: hidden;

    margin-top: 50px
}



.index_news .list>.inner {

    margin: 0 -10px
}



.index_news .list>.inner>.col {

    float: left
}



.index_news .list>.inner>.col.list01 {

    width: 30%;

    padding: 0 5px 0 10px
}



.index_news .list>.inner>.col.list01 a {

    display: block;

    width: 100%
}



.index_news .list>.inner>.col.list01 a .txt {

    width: 100%;

    height: 150px;

    background: #f1f9fd;

    padding: 20px 20px 0
}



.index_news .list>.inner>.col.list01 a .txt b.t {

    display: block;

    font-size: 20px;

    color: #333;

    height: 50px;

    line-height: 25px;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    overflow: hidden
}



.index_news .list>.inner>.col.list01 a .txt b.t span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.index_news .list>.inner>.col.list01 a .txt .des {

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    font-size: 16px;

    line-height: 26px;

    color: #666;

    margin-top: 10px;

    overflow: hidden;

    height: 52px
}



.index_news .list>.inner>.col.list01 a .img {

    display: block;

    width: 100%;

    height: 270px;

    position: relative;

    overflow: hidden;

    background-color: #f5f5f5
}



.index_news .list>.inner>.col.list01 a .img em.date {

    display: block;

    width: 135px;

    height: 55px;

    line-height: 55px;

    text-align: center;

    background: #2d9ac7;

    color: #fff;

    font-style: normal;

    font-size: 20px;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 2
}



.index_news .list>.inner>.col.list01 a .img span {

    display: block;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    -webkit-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s
}



.index_news .list>.inner>.col.list02 {

    width: 37.5%;

    padding: 0 10px 0 5px
}



.index_news .list>.inner>.col.list02 ul li {

    display: block;

    width: 100%;

    height: 140px
}



.index_news .list>.inner>.col.list02 ul li a {

    display: block;

    width: 100%;

    height: 100%;

    border: 1px solid #fff;

    padding: 20px;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.index_news .list>.inner>.col.list02 ul li a .date {

    float: left;

    width: 100px;

    position: relative;

    font-size: 20px;

    color: #797979;

    font-family: 'btm';

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s
}



.index_news .list>.inner>.col.list02 ul li a .date:after {

    content: '';

    display: block;

    width: 1px;

    height: 50px;

    background: #c6c6c6;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -25px
}



.index_news .list>.inner>.col.list02 ul li a .date span {

    display: block;

    font-size: 32px
}



.index_news .list>.inner>.col.list02 ul li a .txt {

    padding: 0 0 0 120px
}



.index_news .list>.inner>.col.list02 ul li a .txt b.t {

    display: block;

    font-size: 18px;

    color: #333;

    height: 24px;

    line-height: 24px;

    margin: 0 0 10px;

    overflow: hidden !important;

    white-space: nowrap !important;

    -o-text-overflow: ellipsis !important;

    text-overflow: ellipsis !important;

    word-break: normal !important;

    transition: color .5s;

    -webkit-transition: color .5s;

    -moz-transition: color .5s;

    -ms-transition: color .5s;

    -o-transition: color .5s;

}



.index_news .list>.inner>.col.list02 ul li a .txt .des {

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    color: #333;

    font-size: 14px;

    line-height: 24px;

    height: 48px;

    overflow: hidden
}



.index_news .list>.inner>.col.list03 {

    width: 32.5%;

    padding: 0 10px
}



.index_news .list>.inner>.col.list03 ul li {

    display: block;

    width: 100%;

    height: 200px;

    position: relative;

    margin-bottom: 20px;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    background-image: url("../images/index_news_right_btn01.jpg")
}



.index_news .list>.inner>.col.list03 ul li:after {

    content: '';

    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 1;

    background-color: rgba(76, 157, 175, 0.9)
}



.index_news .list>.inner>.col.list03 ul li .col {

    position: relative;

    z-index: 2;

    padding: 30px 40px;

    color: #fff
}



.index_news .list>.inner>.col.list03 ul li .col .icon {

    float: left;

    width: 100px
}



.index_news .list>.inner>.col.list03 ul li .col .icon i.iconfont {

    font-size: 60px
}



.index_news .list>.inner>.col.list03 ul li .col .txt {

    padding: 0 0 0 100px;

    font-size: 16px;

    line-height: 26px
}



.index_news .list>.inner>.col.list03 ul li .col .txt b.t {

    display: block;

    font-size: 20px;

    font-weight: bold
}



.index_news .list>.inner>.col.list03 ul li .col .txt b.t:after {

    content: '';

    display: block;

    width: 30px;

    height: 1px;

    line-height: 1px;

    background: #fff;

    margin: 15px 0 10px
}



.index_news .list>.inner>.col.list03 ul li .col .txt p {

    display: block;

    position: relative;

    line-height: 24px
}



.index_news .list>.inner>.col.list03 ul li .col .txt p a {

    color: #fff
}



.index_news .list>.inner>.col.list03 ul li .col .txt p.col_p {

    padding-left: 80px
}



.index_news .list>.inner>.col.list03 ul li .col .txt p.col_p span {

    display: block;

    width: 80px;

    height: 24px;

    text-align: justify;

    position: absolute;

    left: 0;

    top: 0
}



.index_news .list>.inner>.col.list03 ul li .col .txt p.col_p.t_small {

    padding-left: 70px
}



.index_news .list>.inner>.col.list03 ul li .col .txt p.col_p.t_small span {

    width: 50px
}



.index_news .list>.inner>.col.list03 ul li:nth-last-of-type(1) {

    background-image: url("../images/index_news_right_btn02.jpg")
}



.index_news .list>.inner>.col.list03 ul li:nth-last-of-type(1):after {

    background-color: rgba(40, 58, 76, 0.9)
}



/* (?<=@media \(max-width: 1440px\) \{)[ .a-z_0-9;!\->%#\{:]+\} */



@media (max-width: 1681px) {

    .index_choose>.inner .txt>.inner {

        padding: 50px 150px 50px 80px
    }

    .index_choose>.inner .charts {

        width: 40%;

        right: 80px
    }

    .index_team .index_team_list .txt {

        left: 80px
    }

    .index_environment>.inner:after {

        width: 53%
    }

    .environment_big_w {

        width: 680px
    }

    .environment_big_w .environment_big .img {

        width: 680px
    }

}



@media (max-width: 1440px) {

    .index_banner .txt {
        font-size: 20px
    }

    .index_banner_col {
        bottom: -110px
    }

    .index_banner_col .w ul li .txt b.t {
        font-size: 16px
    }

    .index_banner_col .w ul li .txt p {
        font-size: 14px;
        line-height: 26px
    }

    .index_service {
        padding-bottom: 80px
    }

    .index_service .list ul li .li_col {
        height: 400px
    }

    .index_choose>.inner {
        height: 600px
    }

    .index_choose>.inner .txt>.inner {
        padding: 50px 140px 50px 40px
    }

    .index_choose>.inner .txt>.inner .des {
        font-size: 14px;
        line-height: 26px
    }

    .index_choose>.inner .charts {
        width: 45%;
        right: 40px
    }

    .index_team .index_team_list .txt {
        left: 40px;
        width: 50%
    }

    .index_team .index_team_list .txt .inner {
        padding: 40px
    }

    .index_team .index_team_list .txt .inner:after {
        width: 480px;
        height: 450px
    }

    .index_team .index_team_list .txt .inner .t1 {
        font-size: 18px;
        line-height: 30px
    }

    .index_team .index_team_list .txt .inner .t2 {
        font-size: 14px;
        line-height: 26px
    }



    .index_environment {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .index_environment>.inner {
        height: 500px
    }

    .index_environment>.inner .title .txt {
        font-size: 14px;
        line-height: 28px
    }

    .index_environment>.inner:after {
        width: 50%
    }

    .index_environment>.inner .index_video {
        width: 300px;
        height: 200px
    }

    .environment_big_w {
        width: 580px;
        height: 400px
    }

    .environment_big_w .environment_big .img {
        width: 580px;
        height: 400px
    }

    .index_news {
        padding-bottom: 30px
    }

    .index_news .list>.inner>.col.list01 a .txt b.t {
        font-size: 18px
    }

    .index_news .list>.inner>.col.list01 a .txt .des {
        font-size: 14px
    }

    .index_news .list>.inner>.col.list02 ul li a .txt b.t {
        font-size: 16px
    }

    .index_news .list>.inner>.col.list03 ul li .col {
        padding: 20px
    }

    .index_news .list>.inner>.col.list03 ul li .col .icon {
        width: 80px
    }

    .index_news .list>.inner>.col.list03 ul li .col .icon i.iconfont {
        font-size: 50px
    }

    .index_news .list>.inner>.col.list03 ul li .col .txt {
        padding-left: 80px
    }

    .index_news .list>.inner>.col.list03 ul li .col .txt b.t {
        font-size: 16px
    }

}



@media (max-width: 1380px) {

    .index_banner .txt {
        font-size: 20px
    }

    .index_service {
        margin-top: 140px;
        padding-bottom: 40px
    }

    .index_service .title {
        padding: 0 0 30px
    }

    .index_choose {
        padding: 30px 0
    }

    .index_choose>.inner {
        height: 500px
    }

    .index_choose>.inner .txt>.inner {
        padding: 30px 120px 30px 20px
    }

    .index_choose>.inner .txt>.inner .des {
        font-size: 12px;
        line-height: 24px
    }

    .index_choose>.inner .txt>.inner .des .num01 ul li .num {
        height: 40px;
        line-height: 40px;
        font-size: 40px
    }

    .index_choose>.inner .txt>.inner .des .num01 ul li .t {
        font-size: 14px
    }

    .index_choose>.inner .charts {
        right: 20px
    }

    .index_choose>.inner .charts>.inner {
        padding: 30px
    }

    .index_choose>.inner .charts>.inner .title {
        font-size: 16px;
        margin-bottom: 30px
    }

    .index_team {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .index_team .index_team_list {
        height: 480px
    }

    .index_team .index_team_list .img {
        height: 450px
    }

    .index_team .index_team_list .txt {
        left: 20px
    }

    .index_team .index_team_list .txt .inner:after {
        width: 420px;
        height: 390px
    }

    .index_team .index_team_list .txt .inner b.t {
        font-size: 24px
    }

    .index_team .index_team_list .txt .inner .t1 {
        font-size: 16px;
        line-height: 26px;
        margin: 5px 0
    }

    .index_team .index_team_list .txt .inner .t2 {
        font-size: 12px;
        line-height: 24px
    }

    .index_team .index_team_list .txt .inner .list ul li span.icon {
        width: 45px;
        height: 45px;
        line-height: 43px
    }

    .index_team .index_team_list .txt .inner .list ul li span.icon i.iconfont {
        font-size: 16px
    }

    .index_team .index_team_list .txt .inner .list ul li span.st1 {
        font-size: 16px
    }

    .index_environment {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .index_environment>.inner {
        height: 480px
    }

    .index_environment>.inner:after {
        width: 48%;
        bottom: 13px
    }

    .index_environment>.inner .index_video {
        bottom: 13px
    }

    .index_environment>.inner .index_video .col a.showvideo {
        margin-bottom: 10px
    }

    .index_environment>.inner .environment_thumb_page {
        bottom: 0
    }

    .environment_big_w {
        width: 500px;
        height: 400px
    }

    .index_news {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .index_news .list {
        margin-top: 30px
    }

    .index_news .list>.inner>.col.list01 a .txt b.t {
        font-size: 16px
    }

    .index_news .list>.inner>.col.list01 a .txt .des {
        font-size: 12px
    }

    .index_news .list>.inner>.col.list02 ul li a .date {
        font-size: 16px
    }

    .index_news .list>.inner>.col.list02 ul li a .date span {
        font-size: 24px
    }

    .index_news .list>.inner>.col.list02 ul li a .txt b.t {
        font-size: 14px
    }

    .index_news .list>.inner>.col.list02 ul li a .txt .des {
        font-size: 12px
    }

    .index_news .list>.inner>.col.list03 ul li .col .txt {
        font-size: 14px
    }

    .index_news .list>.inner>.col.list03 ul li .col .txt b.t:after {
        margin: 10px 0
    }



}



@media (max-width: 1288px) {

    .environment_big_w .environment_big .img {

        width: 500px;

        height: 400px
    }

}



@media (max-width: 1180px) {

    .index_banner .txt {
        font-size: 18px
    }

    .index_banner .img {
        height: 500px !important
    }

    .index_banner_col .w ul li {
        padding: 30px 30px 0 30px
    }

    .index_banner_col .w ul li:after {
        width: 260px;
        height: 163px;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: cover;
        bottom: 0;
        top: auto
    }

    .index_banner_col .w ul li .txt b.t {
        font-size: 14px
    }



    .index_service {
        margin-top: 130px;
        padding-bottom: 20px
    }

    .index_service .title {
        padding: 0 0 20px
    }

    .index_service .list ul li .li_col {
        height: 330px
    }

    .index_service .list ul li .li_col .col .title {
        font-size: 16px;
        padding: 0 20px
    }

    .index_service .list ul li .li_col .col .title_hover {
        font-size: 14px
    }

    .index_service .list ul li .li_col .col .title_hover span {
        font-size: 12px
    }

    .index_choose {
        padding: 30px 10px 10px
    }

    .index_choose>.inner {
        height: auto
    }

    .index_choose>.inner>.title {
        width: 100%;
        position: static;
        margin-bottom: 20px
    }

    .index_choose>.inner .txt {
        width: 100%;
        position: static;
        border-radius: 20px;
        margin-bottom: 20px
    }

    .index_choose>.inner .txt>.inner {
        width: 100%;
        padding: 20px
    }

    .index_choose>.inner .charts {
        position: static;
        width: 100%
    }

    .index_team {
        padding: 30px 10px
    }

    .index_team .index_team_page {
        position: static;
        width: 100%;
        margin-top: 20px
    }

    .index_team .index_team_list {
        height: auto
    }

    .index_team .index_team_list .img {
        position: static;
        width: 100%;
        border-radius: 0
    }

    .index_team .index_team_list .txt {
        position: static;
        width: 100%;
        border-radius: 0
    }

    .index_environment {
        padding-bottom: 10px
    }

    .index_environment>.inner {
        height: auto
    }

    .index_environment>.inner .title {
        position: static;
        width: 100%
    }

    .index_environment>.inner:before {
        display: none
    }

    .index_environment>.inner:after {
        display: none;
        bottom: 0
    }

    .index_environment>.inner .video_small_title {
        display: none
    }

    .index_environment>.inner .index_video {
        width: 100%;
        height: 400px;
        bottom: 0;
        position: static
    }

    .index_environment>.inner .environment_thumb_page {
        width: 100%;
        text-align: center;
        position: static;
        margin: 10px 0
    }

    .environment_big_w {
        width: 100%;
        height: auto;
        position: static
    }

    .environment_big_w .environment_big .img {
        width: 100%;
        height: 500px
    }

    .environment_thumb_w {
        width: 100%;
        position: static;
        margin-top: 10px
    }



}



@media (max-width: 968px) {

    .index_banner .txt {
        margin-top: -50px
    }

    .index_banner .txt span {
        font-size: 40px;
        line-height: 40px
    }

    .index_banner .img {
        display: none
    }

    .index_banner .m_img {
        display: block
    }

    .index_banner .index_banner_page {
        bottom: 20px
    }

    .index_banner_col {
        position: static;
        padding: 10px 0 0
    }

    .index_banner_col .w ul li {
        float: none;
        width: 100%;
        height: 150px;
        margin-bottom: 10px
    }

    .index_service {
        margin-top: 10px;
        padding-bottom: 0px
    }

    .index_service .list ul {
        margin: 0 -5px
    }

    .index_service .list ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .index_environment>.inner .index_video {
        height: 300px
    }

    .environment_big_w .environment_big .img {
        height: 380px
    }

    .index_news .list>.inner>.col {
        float: none
    }

    .index_news .list>.inner>.col.list01 {
        width: 100%
    }

    .index_news .list>.inner>.col.list02 {
        width: 100%
    }

    .index_news .list>.inner>.col.list03 {
        width: 100%
    }

    .case_list ul {
        margin: 0 -5px
    }

    .case_list ul li {
        padding: 0 5px;
        margin-bottom: 10px
    }

}



@media (max-width: 668px) {

    .index_banner .txt {
        font-size: 16px;
        padding: 0 20px
    }

    .index_banner .txt span {
        font-size: 20px;
        line-height: 20px
    }

    .index_banner .txt span:after {
        margin: 15px auto 10px
    }

    .index_banner .index_banner_page {
        bottom: 10px
    }

    .index_banner_col .w ul li {
        height: auto;
        padding: 30px
    }

    .index_banner_col .w ul li .txt p {
        line-height: 24px
    }



    .index_service .title .title01 {
        float: none
    }

    .index_service .title a.more01 {
        float: none;
        display: block;
        margin: 20px 0 0 70px
    }

    .index_service .list ul li {
        width: 100%
    }

    .index_service .list ul li .li_col {
        height: 250px
    }

    .index_choose>.inner .txt>.inner .des .num01 ul li .t {
        font-size: 12px
    }

    .index_choose>.inner .charts>.inner {
        padding: 20px
    }

    .index_choose>.inner .charts>.inner .num02 ul li {
        padding: 0 5px
    }

    .index_choose>.inner .charts>.inner .num02 ul li .img .num {
        font-size: 30px
    }

    .index_team .index_team_list {
        margin-top: 10px
    }

    .index_team .index_team_list .img {
        height: 250px
    }

    .index_team .index_team_list .txt {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(166, 206, 56, 0);
        box-shadow: 0px 0px 30px 0px rgba(166, 206, 56, 0)
    }

    .index_team .index_team_list .txt .inner {
        padding: 20px
    }

    .index_team .index_team_list .txt .inner b.t {
        font-size: 20px
    }

    .index_team .index_team_list .txt .inner .t1 {
        height: 26px;
        overflow: hidden
    }

    .index_team .index_team_list .txt .inner .t2 {
        height: 72px;
        overflow: hidden
    }

    .index_team .index_team_list .txt .inner .list ul li {
        width: 25%;
        margin: 0
    }

    .index_team .index_team_list .txt .inner .list ul li span.icon {
        margin: 0 auto
    }

    .index_team .index_team_list .txt .inner .more01,
    .index_team .index_team_list .txt .inner .more02 {
        float: none;
        display: block;
        margin: 20px 0 0
    }
    .index_team .index_team_list .txt .inner .mores {
        justify-content: space-between;
    }
    .index_team .index_team_list .txt .inner .more02 {
        margin-left: 0;
    }

    .index_environment {
        padding-top: 30px
    }

    .index_environment>.inner .title .txt {
        line-height: 24px;
        margin-top: 20px
    }

    .index_environment>.inner .index_video {
        height: 250px
    }

    .environment_big_w .environment_big .img {
        height: 200px
    }

    .environment_thumb_w {
        height: auto
    }

    .environment_thumb_w .environment_thumb .swiper-slide .img {
        height: 100px
    }

    .index_news {
        padding-bottom: 0
    }

    .index_news .list>.inner>.col.list01 {
        margin-top: 20px
    }

    .index_news .list>.inner>.col.list02 ul li {
        height: auto
    }

    .index_news .list>.inner>.col.list02 ul li a {
        padding: 10px 0
    }

    .index_news .list>.inner>.col.list02 ul li a .date {
        width: 80px;
        padding-left: 6px
    }

    .index_news .list>.inner>.col.list02 ul li a .txt {
        padding: 0 0 0 90px
    }

    .index_news .list>.inner>.col.list02 ul li a .txt .des {
        line-height: 22px
    }

    .index_news .list>.inner>.col.list02 ul li a .txt b.t {
        height: auto;
        margin: 0 0 5px;
        white-space: normal !important;
        -o-text-overflow: none !important;
        text-overflow: none !important;
        word-break: normal !important
    }

    .index_news .list>.inner>.col.list03 ul li {
        height: auto;
        margin-bottom: 10px
    }

    .index_news .list>.inner>.col.list03 ul li .col {
        padding: 30px 20px
    }

    .index_news .list>.inner>.col.list03 ul li .col .icon {
        width: 60px
    }

    .index_news .list>.inner>.col.list03 ul li .col .txt {
        padding: 0 0 0 80px
    }

}



@media (min-width: 1180px) {

    .index_banner_col .w ul li:nth-of-type(1):hover {
        background-color: #5fb0c2
    }

    .index_banner_col .w ul li:nth-of-type(2):hover {
        background-color: #3dacda
    }

    .index_banner_col .w ul li:nth-of-type(3):hover {
        background-color: #415d79
    }

    .index_service .list ul li .li_col .col .title_hover a.show_popup_appointment:hover {
        background-color: #fff;
        color: #2d9ac7
    }

    .index_service .list ul li:hover .li_col {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 3;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(83, 183, 232, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(83, 183, 232, 0.5)
    }

    .index_service .list ul li:hover .li_col:after {
        opacity: .66
    }

    .index_service .list ul li:hover .li_col .col {
        border: 1px solid rgba(255, 255, 255, 0.66);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }

    .index_service .list ul li:hover .li_col .col .title {
        opacity: 0
    }

    .index_service .list ul li:hover .li_col .col .title_hover {
        opacity: 1
    }

    .index_service .list ul li:hover .li_col .col .arrow i.iconfont {
        color: #fff
    }

    .index_team .index_team_list .txt .inner .more01:hover,
    .index_team .index_team_list .txt .inner .more02:hover {
        border-color: #fff;
        background: #fff;
        color: #2d9ac7
    }

    .index_team .index_team_list .txt .inner .more01:hover:after,
    .index_team .index_team_list .txt .inner .more02:hover:after {
        background: #2d9ac7
    }

    .index_team .index_team_list .txt .inner .more01:hover,
    .index_team .index_team_list .txt .inner .more02:hover {
        border-color: #fff;
        background: #fff;
        color: #283a4c
    }

    .index_team .index_team_list .txt .inner .more01:hover :after,
    .index_team .index_team_list .txt .inner .more02:hover :after {
        background: #283a4c
    }

    .index_environment>.inner .index_video .col a.showvideo:hover {
        opacity: .3
    }

    .index_environment>.inner .index_video .col:hover:after {
        background: rgba(0, 0, 0, 0.3)
    }

    .index_environment>.inner .index_video .col:hover .txt span.more {
        border-color: #2d9ac7;
        background: #2d9ac7;
        color: #fff
    }

    .index_news .list>.inner>.col.list01 a:hover .txt b.t {
        color: #2d9ac7
    }

    .index_news .list>.inner>.col.list01 a:hover .img span {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07)
    }

    .index_news .list>.inner>.col.list02 ul li a:hover {
        border-color: #f3f3f3
    }

    .index_news .list>.inner>.col.list02 ul li a:hover .date {
        color: #2d9ac7
    }

    .index_news .list>.inner>.col.list02 ul li a:hover .txt b.t {
        color: #2d9ac7;
        font-weight: bold
    }

    .case_list ul li a:hover .img span {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07)
    }

    .case_list ul li a:hover .txt {
        background-color: #2d9ac7
    }

    .case_list ul li a:hover .txt b.t {
        color: #fff
    }

    .case_list ul li a:hover .txt .des {
        color: #fff
    }

    .case_list ul li a:hover .txt i.line {
        width: 50%;
        background-color: #fff
    }

}



@media (min-width: 1180px) and (max-width: 1380px) {

    .index_service .list ul li:hover .li_col {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

}



@media (min-width: 1180px) and (max-width: 1180px) {

    .index_service .list ul li:hover .li_col {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        padding: 10px
    }

}