html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'iconfont';
    src: url("//at.alicdn.com/t/font_1081228_mcwo4b8v2f.eot");
    src: url("//at.alicdn.com/t/font_1081228_mcwo4b8v2f.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1081228_mcwo4b8v2f.woff2") format("woff2"), url("//at.alicdn.com/t/font_1081228_mcwo4b8v2f.woff") format("woff"), url("//at.alicdn.com/t/font_1081228_mcwo4b8v2f.ttf") format("truetype"), url("//at.alicdn.com/t/font_1081228_mcwo4b8v2f.svg#iconfont") format("svg")
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

body {
    color: #000;
    background: #fff;
    font-size: 14px;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif
}

a {
    text-decoration: none;
    color: #000
}

a:hover,
a:focus {
    color: #2d9ac7;
    text-decoration: none
}

.more01 {
    display: block;
    width: 154px;
    height: 38px;
    line-height: 36px;
    color: #4c9daf;
    margin: 0 auto;
    border: 1px solid #4c9daf;
    text-align: left;
    border-radius: 18px;
    padding: 0 27px;
    position: relative;
    transition: all .5s
}

@media (max-width: 1380px) {
    .more01 {
        width: 120px;
        height: 34px;
        line-height: 32px;
        padding: 0 30px 0 20px
    }
}

.more01:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background: #4c9daf;
    position: absolute;
    right: 27px;
    top: 50%;
    transition: all .5s;
    transition-delay: .2s
}

@media (max-width: 1380px) {
    .more01:after {
        width: 20px;
        right: 16px
    }
}

@media (min-width: 1180px) {
    .more01:hover {
        border-color: #4c9daf;
        background: #4c9daf;
        color: #fff
    }

    .more01:hover:after {
        width: 40px;
        right: 17px;
        background: #fff
    }
}

@media (min-width: 1180px) and (max-width: 1380px) {
    .more01:hover:after {
        width: 30px;
        right: 6px
    }
}

a .more01 {
    display: block;
    width: 154px;
    height: 38px;
    line-height: 36px;
    color: #2d9ac7;
    margin: 0 auto;
    border: 1px solid #2d9ac7;
    text-align: left;
    border-radius: 18px;
    padding: 0 27px;
    position: relative;
    transition: all .5s
}

@media (max-width: 1380px) {
    a .more01 {
        width: 120px;
        height: 34px;
        line-height: 32px;
        padding: 0 30px 0 20px
    }
}

a .more01:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background: #2d9ac7;
    position: absolute;
    right: 27px;
    top: 50%;
    transition: all .5s;
    transition-delay: .2s
}

@media (max-width: 1380px) {
    a .more01:after {
        width: 20px;
        right: 16px
    }
}

@media (min-width: 1180px) {
    a:hover .more01 {
        border-color: #2d9ac7;
        background: #2d9ac7;
        color: #fff
    }

    a:hover .more01:after {
        width: 40px;
        right: 17px;
        background: #fff
    }
}

@media (min-width: 1180px) and (max-width: 1380px) {
    a:hover .more01:after {
        width: 30px;
        right: 6px
    }
}

.w {
    width: 100%;
    padding: 0 160px
}

@media (max-width: 1681px) {
    .w {
        padding: 0 80px
    }
}

@media (max-width: 1440px) {
    .w {
        padding: 0 40px
    }
}

@media (max-width: 1380px) {
    .w {
        padding: 0 20px
    }
}

@media (max-width: 1180px) {
    .w {
        width: 100%;
        padding: 0 10px
    }
}

.w_s {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto
}

@media (max-width: 1380px) {
    .w_s {
        max-width: 1040px
    }
}

@media (max-width: 1180px) {
    .w_s {
        width: 100%;
        padding: 0 10px
    }
}

.p20 {
    padding: 20px !important
}

.popup_video {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647;
    display: none
}

.popup_video .outer {
    width: 100%;
    height: 100%;
    display: table
}

.popup_video .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.popup_video .video {
    max-width: 800px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 668px) {
    .popup_video .video {
        width: 80%
    }
}

.popup_video .video span.video_close {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 10;
    background: url("../img/close.png") -31px 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    transition: all .5s
}

.popup_video .video span.video_close:hover {
    transform: rotate(90deg)
}

.popup_video.on {
    display: block
}

a span.more.ani-left-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

a span.more.ani-left-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2d9ac7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

a:hover span.more.ani-left-right:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.pages {
    text-align: center;
    padding: 0 10px
}

.pages a {
    display: block;
    width: 80px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    background: none;
    color: #999;
    border: 1px solid #999
}

.pages a:hover {
    color: #999
}

.text-center {
    text-align: center
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 0px 0;
    border-radius: 0px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 16px;
    margin-left: 0px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #f5f5f5;
    border: none;
    font-size: 14px;
    border-radius: 0px;
    margin-right: 15px;
    transition: all .5s
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 3;
    color: #fff;
    background: #2d9ac7
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2d9ac7;
    border-color: #2d9ac7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

@font-face {
    font-family: 'btb';
    src: url("/i/fonts/BrandonText-Bold.eot");
    src: url("/i/fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"), url("/i/fonts/BrandonText-Bold.woff") format("woff"), url("/i/fonts/BrandonText-Bold.ttf") format("truetype"), url("/i/fonts/BrandonText-Bold.svg#YourWebFontName") format("svg")
}

@font-face {
    font-family: 'btm';
    src: url("/i/fonts/BrandonText-Medium.eot");
    src: url("/i/fonts/BrandonText-Medium.eot?#iefix") format("embedded-opentype"), url("/i/fonts/BrandonText-Medium.woff") format("woff"), url("/i/fonts/BrandonText-Medium.ttf") format("truetype"), url("/i/fonts/BrandonText-Medium.svg#YourWebFontName") format("svg")
}

@font-face {
    font-family: 'agb';
    src: url("/i/fonts/AvantGardeBold.eot");
    src: url("/i/fonts/AvantGardeBold.eot?#iefix") format("embedded-opentype"), url("/i/fonts/AvantGardeBold.woff") format("woff"), url("/i/fonts/AvantGardeBold.ttf") format("truetype"), url("/i/fonts/AvantGardeBold.svg#YourWebFontName") format("svg")
}

@font-face {
    font-family: 'bebas';
    src: url("/i/fonts/bebas.eot");
    src: url("/i/fonts/bebas.eot?#iefix") format("embedded-opentype"), url("/i/fonts/bebas.woff") format("woff"), url("/i/fonts/bebas.ttf") format("truetype"), url("/i/fonts/bebas.svg#YourWebFontName") format("svg")
}

@font-face {
    font-family: 'Helvetica-Conth';
    src: url("/i/fonts/Helvetica-Conth.eot");
    src: url("/i/fonts/Helvetica-Conth.eot?#iefix") format("embedded-opentype"), url("/i/fonts/Helvetica-Conth.woff") format("woff"), url("/i/fonts/Helvetica-Conth.ttf") format("truetype"), url("/i/fonts/Helvetica-Conth.svg#YourWebFontName") format("svg")
}

.page_404 {
    position: relative
}

.page_404 .inner {
    width: 800px;
    height: 550px;
    padding: 425px 0 0;
    background: url("../img/404.jpg") center center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -275px
}

.page_404 .inner span.txt {
    display: block;
    font-size: 20px;
    color: #999;
    text-align: center;
    margin-bottom: 20px
}

.page_404 .inner .btn {
    width: 100%
}

.page_404 .inner .btn ul {
    text-align: center
}

.page_404 .inner .btn ul li {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 6px
}

.page_404 .inner .btn ul li a {
    display: block
}

.page_404 .inner .btn ul li:nth-child(1) a {
    background: #2d9ac7;
    color: #fff
}

.page_404 .inner .btn ul li:nth-child(2) {
    line-height: 36px
}

.page_404 .inner .btn ul li:nth-child(2) a {
    border: 2px solid #2d9ac7;
    color: #2d9ac7
}

#warper #sidebar-wrapper {
    width: 200px;
    height: 100%;
    padding: 20px;
    left: -250px;
    transition: all .5s
}

#warper #sidebar-wrapper a.logo {
    display: block;
    float: none;
    width: 100%
}

#warper #sidebar-wrapper a.logo img {
    width: 100%
}

#warper.toggled #sidebar-wrapper {
    left: 0;
    z-index: 201;
    overflow-y: scroll;
    background-color: #fff;
    border-color: #fff
}

.hamburger {
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 10000;
    width: 20px;
    height: 16px;
    background: transparent;
    border: none
}

@media (max-width: 668px) {
    .hamburger {
        right: 10px;
        top: 20px
    }
}

.hamburger.move {
    position: fixed
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #fff
}

.hamburger.is-closed .hamb-top {
    top: 0px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -1px
}

.hamburger.is-closed .hamb-bottom {
    bottom: 0px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #fff
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08)
}

.hamburger.is-open .hamb-middle {
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08)
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100
}

#warper {
    max-width: 1920px;
    margin: 0 auto
}

header {
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200
}

@media (max-width: 1380px) {
    header {
        height: 120px
    }
}

@media (max-width: 1180px) {
    header {
        height: 70px
    }
}

@media (max-width: 668px) {
    header {
        height: 60px
    }
}

header .top {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .top>.inner {
    width: 100%;
    height: 110px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13)
}

@media (max-width: 1380px) {
    header .top>.inner {
        height: 80px
    }
}

@media (max-width: 1180px) {
    header .top>.inner {
        height: 70px
    }
}

@media (max-width: 668px) {
    header .top>.inner {
        height: 60px
    }
}

header .top>.inner a.logo {
    display: block;
    width: 280px;
    height: 90px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -140px
}

@media (max-width: 1380px) {
    header .top>.inner a.logo {
        height: 50px;
        top: 15px
    }
}

@media (max-width: 1180px) {
    header .top>.inner a.logo {
        left: 10px;
        margin-left: 0px;
        top: 10px;
        width: 204px;
        height: 50px
    }
}

@media (max-width: 668px) {
    header .top>.inner a.logo {
        width: 163px;
        height: 40px
    }
}

header .top>.inner a.logo img {
    height: 100%
}

@media (max-width: 668px) {
    header .top>.inner a.logo img {
        float: left
    }
}

header .top>.inner p.tel {
    display: block;
    width: 210px;
    height: 30px;
    text-align: right;
    color: #fff;
    font-family: 'btm';
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 30px
}

header .top>.inner p.tel t{
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif
}

@media (max-width: 1380px) {
    header .top>.inner p.tel {
        top: 25px
    }
}

@media (max-width: 1180px) {
    header .top>.inner p.tel {
        display: none
    }
}

header .top>.inner p.tel i.iconfont {
    font-size: 28px;
    margin: 0 10px 0 0
}

header .top>.inner .lang {
    width: 120px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2
}

@media (max-width: 1380px) {
    header .top>.inner .lang {
        top: 25px
    }
}

@media (max-width: 1180px) {
    header .top>.inner .lang {
        display: none
    }
}

header .top>.inner .lang .m {
    display: block;
    width: 100%;
    color: #fff;
    position: relative
}

header .top>.inner .lang .m p {
    display: block;
    cursor: pointer
}

header .top>.inner .lang .m p i.iconfont {
    display: block;
    float: left;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

header .top>.inner .lang .m p span {
    float: left;
    margin: 0 0 0 5px
}

header .top>.inner .lang .m p .arrow {
    display: block;
    font-size: 12px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .top>.inner .lang .m .sub {
    display: none;
    width: 120px;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 30px
}

header .top>.inner .lang .m .sub ul {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 10px 0;
    border-top: 2px solid #2d9ac7;
    position: relative
}

header .top>.inner .lang .m .sub ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #2d9ac7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -6px
}

header .top>.inner .lang .m .sub ul li {
    display: block
}

header .top>.inner .lang .m .sub ul li a {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    header .top>.inner .lang .m .sub ul li a:hover {
        color: #2d9ac7
    }
}

header .top>.inner .lang .m.on p .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #2d9ac7
}

header .top>.inner .network {
    width: 120px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 140px;
    top: 30px;
    z-index: 2
}

@media (max-width: 1380px) {
    header .top>.inner .network {
        top: 25px
    }
}

@media (max-width: 1180px) {
    header .top>.inner .network {
        display: none
    }
}

header .top>.inner .network .m {
    display: block;
    width: 100%;
    color: #fff;
    position: relative
}

header .top>.inner .network .m p {
    display: block;
    cursor: pointer
}

header .top>.inner .network .m p i.iconfont {
    display: block;
    float: left;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

header .top>.inner .network .m p span {
    float: left;
    margin: 0 0 0 5px
}

header .top>.inner .network .m p .arrow {
    display: block;
    font-size: 12px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header .top>.inner .network .m .sub {
    display: none;
    width: 120px;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 30px
}

header .top>.inner .network .m .sub ul {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 10px 0;
    border-top: 2px solid #2d9ac7;
    position: relative
}

header .top>.inner .network .m .sub ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #2d9ac7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -6px
}

header .top>.inner .network .m .sub ul li {
    display: block
}

header .top>.inner .network .m .sub ul li a {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    header .top>.inner .network .m .sub ul li a:hover {
        color: #2d9ac7
    }
}

header .top>.inner .network .m.on p .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #2d9ac7
}

header nav {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1180px) {
    header nav {
        display: none
    }
}

header nav .nav {
    width: 100%;
    height: 50px;
    position: relative
}

@media (max-width: 1380px) {
    header nav .nav {
        height: 40px
    }
}

header nav .nav .nav_logo {
    display: none
}

header nav .nav>ul {
    text-align: center
}

header nav .nav>ul>li.m {
    display: inline-block;
    margin: 0 30px
}

@media (max-width: 1440px) {
    header nav .nav>ul>li.m {
        margin: 0 30px
    }
}

@media (max-width: 1380px) {
    header nav .nav>ul>li.m {
        margin: 0 25px
    }
}

header nav .nav>ul>li.m>a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    position: relative
}

@media (max-width: 1440px) {
    header nav .nav>ul>li.m>a {
        font-size: 16px
    }
}

@media (max-width: 1380px) {
    header nav .nav>ul>li.m>a {
        font-size: 14px;
        line-height: 40px
    }
}

header nav .nav>ul>li.m>a:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    line-height: 2px;
    background: #2d9ac7;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header nav .nav>ul>li.m.on>a {
    color: #2d9ac7
}

header nav .nav>ul>li.m.on>a:after {
    width: 100%;
    left: 0
}

header nav .nav>ul>li.m .sub {
    display: none;
    width: 100%;
    border-top: 2px solid #2d9ac7;
    background: url("../img/sub_nav_bg.png") center center repeat-y;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 100
}

@media (max-width: 1380px) {
    header nav .nav>ul>li.m .sub {
        top: 40px
    }
}

header nav .nav>ul>li.m .sub>.inner {
    max-width: 1400px;
    margin: 0 auto;
    text-align: left
}

header nav .nav>ul>li.m .sub>.inner .txt {
    float: left;
    width: 31.5%;
    padding: 40px;
    /*background: url("../img/sub_nav_logo.png") right bottom no-repeat*/
}

header nav .nav>ul>li.m .sub>.inner .txt b.t {
    display: block;
    font-size: 24px;
    color: #2d9ac7;
    font-weight: normal
}

@media (max-width: 1440px) {
    header nav .nav>ul>li.m .sub>.inner .txt b.t {
        font-size: 20px
    }
}

@media (max-width: 1380px) {
    header nav .nav>ul>li.m .sub>.inner .txt b.t {
        font-size: 16px
    }
}

header nav .nav>ul>li.m .sub>.inner .txt b.t:after {
    content: '';
    display: block;
    width: 55px;
    height: 1px;
    line-height: 1px;
    margin: 15px 0 10px;
    background: #2d9ac7
}

header nav .nav>ul>li.m .sub>.inner .txt .des {
    font-size: 14px;
    line-height: 26px;
    color: #555
}

@media (max-width: 1380px) {
    header nav .nav>ul>li.m .sub>.inner .txt .des {
        font-size: 12px;
        line-height: 24px
    }
}

header nav .nav>ul>li.m .sub>.inner .list {
    float: right;
    width: 68.5%;
    padding: 40px 40px 0;
    overflow: hidden
}

header nav .nav>ul>li.m .sub>.inner .list ul {
    margin: 0 -20px
}

@media (max-width: 1380px) {
    header nav .nav>ul>li.m .sub>.inner .list ul {
        margin: 0 -10px
    }
}

header nav .nav>ul>li.m .sub>.inner .list ul li {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px
}

@media (max-width: 1380px) {
    header nav .nav>ul>li.m .sub>.inner .list ul li {
        padding: 0 10px;
        margin-bottom: 20px
    }
}

header nav .nav>ul>li.m .sub>.inner .list ul li a {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 52px;
    border: 1px solid #9b9b9b;
    font-size: 16px;
    color: #666;
    padding: 0 30px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    header nav .nav>ul>li.m .sub>.inner .list ul li a {
        font-size: 14px
    }
}

@media (max-width: 1380px) {
    header nav .nav>ul>li.m .sub>.inner .list ul li a {
        font-size: 12px
    }
}

header nav .nav>ul>li.m .sub>.inner .list ul li a span.arrow {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -16px
}

header nav .nav>ul>li.m .sub>.inner .list ul li a span.arrow i.iconfont {
    font-size: 20px
}

@media (min-width: 1180px) {
    header nav .nav>ul>li.m .sub>.inner .list ul li a:hover {
        border-color: #2d9ac7;
        background: #2d9ac7;
        color: #fff
    }
}

header .m_icon {
    display: none
}

@media (max-width: 1180px) {
    header .m_icon {
        display: block
    }
}

@media (max-width: 1180px) {
    header.move {
        position: static
    }
}

header.move nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200
}

@media (max-width: 1180px) {
    header.move nav {
        position: static;
        background: rgba(0, 0, 0, 0)
    }
}

header.move nav .nav .nav_logo {
    display: block;
    height: 45px;
    position: absolute;
    left: 40px;
    top: 7px
}

@media (max-width: 1681px) {
    header.move nav .nav .nav_logo {
        left: 20px
    }
}

@media (max-width: 1380px) {
    header.move nav .nav .nav_logo {
        height: 30px;
        top: 5px
    }
}

header.move nav .nav .nav_logo img {
    height: 100%
}

header.move nav .nav>ul {
    text-align: right;
    padding: 0
}

@media (max-width: 1180px) {
    header.move .top {
        width: 100%;
        background: rgba(0, 0, 0, 0)
    }
}

.m_nav {
    margin: 30px 0 0
}

.m_nav .panel {
    border-radius: 0px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.m_nav .panel .panel-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0
}

.m_nav .panel .panel-heading .panel-title {
    height: 40px;
    line-height: 40px;
    position: relative
}

.m_nav .panel .panel-heading .panel-title a.t {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0
}

.m_nav .panel .panel-heading .panel-title a.switch {
    display: block;
    float: right;
    width: 20px;
    height: 40px;
    color: #333;
    position: relative
}

.m_nav .panel .panel-heading .panel-title a.switch i {
    display: block;
    width: 10px;
    height: 20px;
    text-align: right;
    font-style: normal;
    transform: rotate(0deg);
    transition: all .5s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 3
}

.m_nav .panel .panel-heading .panel-title a.switch i:after {
    content: '\e638';
    font-family: 'iconfont';
    font-size: 16px;
    display: block;
    width: 10px;
    height: 20px;
    line-height: 20px;
    color: #666
}

.m_nav .panel .panel-heading .panel-title a.switch[aria-expanded="true"] i {
    transform: rotate(90deg)
}

.m_nav .panel .panel-collapse .panel-body {
    border-top: none;
    padding: 15px 0
}

.m_nav .panel .panel-collapse .panel-body:before,
.m_nav .panel .panel-collapse .panel-body:after {
    display: none
}

.m_nav .panel .panel-collapse .panel-body ul {
    margin: 0;
    padding: 0
}

.m_nav .panel .panel-collapse .panel-body ul li {
    display: block
}

.m_nav .panel .panel-collapse .panel-body ul li a {
    display: block;
    line-height: 30px;
    color: #666;
    text-indent: 20px
}

.switch-lang input{
    margin-right: 10px;
    width: 32px;
}

.index_banner_w {
    position: relative
}

.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
}

@media (max-width: 1440px) {
    .index_banner .txt {
        font-size: 20px
    }
}

@media (max-width: 1380px) {
    .index_banner .txt {
        font-size: 20px
    }
}

@media (max-width: 1180px) {
    .index_banner .txt {
        font-size: 18px
    }
}

@media (max-width: 968px) {
    .index_banner .txt {
        margin-top: -50px
    }
}

@media (max-width: 668px) {
    .index_banner .txt {
        font-size: 16px;
        padding: 0 20px
    }
}

.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)
}

@media (max-width: 968px) {
    .index_banner .txt span {
        font-size: 40px;
        line-height: 40px
    }
}

@media (max-width: 668px) {
    .index_banner .txt span {
        font-size: 20px;
        line-height: 20px
    }
}

.index_banner .txt span:after {
    content: '';
    margin: 20px auto;
    background-color: #fff;
    display: block;
    width: 75px;
    height: 1px;
    line-height: 1px
}

@media (max-width: 668px) {
    .index_banner .txt span:after {
        margin: 15px auto 10px
    }
}

.index_banner .img {
    width: 100%;
    /*height: 100%;*/
    height: 1000px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width: 1180px) {
    .index_banner .img {
        height: 500px !important
    }
}

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

.index_banner .m_img {
    display: none
}

@media (max-width: 968px) {
    .index_banner .m_img {
        display: block
    }
}

.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
}

@media (max-width: 968px) {
    .index_banner .index_banner_page {
        bottom: 20px
    }
}

@media (max-width: 668px) {
    .index_banner .index_banner_page {
        bottom: 10px
    }
}

.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
}

@media (max-width: 1440px) {
    .index_banner_col {
        bottom: -110px
    }
}

@media (max-width: 968px) {
    .index_banner_col {
        position: static;
        padding: 10px 0 0
    }
}

.index_banner_col .w ul li {
    display: block;
    float: left;
    width: 33.33%;
    height: 188px;
    padding: 26px 100px 0 40px;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1180px) {
    .index_banner_col .w ul li {
        padding: 30px 30px 0 30px
    }
}

@media (max-width: 968px) {
    .index_banner_col .w ul li {
        float: none;
        width: 100%;
        height: 150px;
        margin-bottom: 10px
    }
}

@media (max-width: 668px) {
    .index_banner_col .w ul li {
        height: auto;
        padding: 30px
    }
}

.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
}

@media (max-width: 1180px) {
    .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 {
    position: relative;
    z-index: 2
}

.index_banner_col .w ul li .txt b.t {
    display: block;
    font-size: 20px
}

@media (max-width: 1440px) {
    .index_banner_col .w ul li .txt b.t {
        font-size: 16px
    }
}

@media (max-width: 1180px) {
    .index_banner_col .w ul li .txt b.t {
        font-size: 14px
    }
}

.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
}

@media (max-width: 1440px) {
    .index_banner_col .w ul li .txt p {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 668px) {
    .index_banner_col .w ul li .txt p {
        line-height: 24px
    }
}

.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("../img/index_banner_col01.png")
}

@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) {
    background-color: #2d9ac7
}

.index_banner_col .w ul li:nth-of-type(2):after {
    background-image: url("../img/index_banner_col02.png")
}

@media (min-width: 1180px) {
    .index_banner_col .w ul li:nth-of-type(2):hover {
        background-color: #3dacda
    }
}

.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("../img/index_banner_col03.png") */
}

@media (min-width: 1180px) {
    .index_banner_col .w ul li:nth-of-type(3):hover {
        background-color: #415d79
    }
}

.title01 {
    padding: 0 0 0 170px;
    font-size: 30px;
    color: #333;
    position: relative
}

@media (max-width: 1380px) {
    .title01 {
        font-size: 24px;
        padding: 0 0 0 120px
    }
}

@media (max-width: 1180px) {
    .title01 {
        font-size: 22px
    }
}

@media (max-width: 668px) {
    .title01 {
        float: none;
        padding: 0 0 0 70px;
        font-size: 20px
    }
}

.title01:before {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    line-height: 1px;
    background: #2d9ac7;
    position: absolute;
    left: 0;
    top: 20px
}

@media (max-width: 1380px) {
    .title01:before {
        width: 30px;
        top: 15px
    }
}

@media (max-width: 1180px) {
    .title01:before {
        top: 10px
    }
}

@media (max-width: 668px) {
    .title01:before {
        width: 20px
    }
}

.title01:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    line-height: 1px;
    background: #2d9ac7;
    position: absolute;
    left: 50px;
    top: 20px
}

@media (max-width: 1380px) {
    .title01:after {
        width: 80px;
        left: 30px;
        top: 15px
    }
}

@media (max-width: 1180px) {
    .title01:after {
        top: 10px
    }
}

@media (max-width: 668px) {
    .title01:after {
        width: 40px;
        left: 20px
    }
}

.title01 span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #616161;
    margin: 10px 0 0
}

@media (max-width: 1380px) {
    .title01 span {
        font-size: 14px;
        line-height: 28px
    }
}

.title02 span.t {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #333;
    text-align: center
}

@media (max-width: 1380px) {
    .title02 span.t {
        font-size: 24px
    }
}

@media (max-width: 1180px) {
    .title02 span.t {
        font-size: 22px
    }
}

@media (max-width: 668px) {
    .title02 span.t {
        font-size: 20px
    }
}

.title02 span.t i {
    display: block;
    width: 110px;
    height: 1px;
    line-height: 1px;
    background: #2d9ac7;
    position: relative;
    margin: 24px auto 20px
}

@media (max-width: 1380px) {
    .title02 span.t i {
        margin: 10px auto
    }
}

.title02 span.t i:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background: #2d9ac7;
    position: absolute;
    left: 0;
    top: 0px
}

.title02 .txt {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    color: #000
}

@media (max-width: 1380px) {
    .title02 .txt {
        max-width: 700px;
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 668px) {
    .title02 .txt {
        line-height: 24px
    }
}

.title02 .txt.center {
    text-align: center
}

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

@media (max-width: 1440px) {
    .index_service {
        padding-bottom: 80px
    }
}

@media (max-width: 1380px) {
    .index_service {
        margin-top: 140px;
        padding-bottom: 40px
    }
}

@media (max-width: 1180px) {
    .index_service {
        margin-top: 130px;
        padding-bottom: 20px
    }
}

@media (max-width: 968px) {
    .index_service {
        margin-top: 10px;
        padding-bottom: 0px
    }
}

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

@media (max-width: 1380px) {
    .index_service .title {
        padding: 0 0 30px
    }
}

@media (max-width: 1180px) {
    .index_service .title {
        padding: 0 0 20px
    }
}

.index_service .title .title01 {
    float: left
}

@media (max-width: 668px) {
    .index_service .title .title01 {
        float: none
    }
}

.index_service .title a.more01 {
    float: right;
    margin: 25px 0 0
}

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

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

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

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

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

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

.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
}

@media (max-width: 1440px) {
    .index_service .list ul li .li_col {
        height: 400px
    }
}

@media (max-width: 1180px) {
    .index_service .list ul li .li_col {
        height: 330px
    }
}

@media (max-width: 668px) {
    .index_service .list ul li .li_col {
        height: 250px
    }
}

.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
}

@media (max-width: 1180px) {
    .index_service .list ul li .li_col .col .title {
        font-size: 16px;
        padding: 0 20px
    }
}

.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
}

@media (max-width: 1180px) {
    .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: 14px;
    display: block;
    font-family: 'agb';
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}

@media (max-width: 1180px) {
    .index_service .list ul li .li_col .col .title_hover span {
        font-size: 12px
    }
}

.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;
}

@media (min-width: 1180px) {
    .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 .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
}

@media (min-width: 1180px) {
    .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)
    }
}

@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
    }
}

@media (min-width: 1180px) {
    .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_choose {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/index_choose_bg.jpg")
}

@media (max-width: 1380px) {
    .index_choose {
        padding: 30px 0
    }
}

@media (max-width: 1180px) {
    .index_choose {
        padding: 30px 10px 10px
    }
}

.index_choose>.inner {
    width: 100%;
    height: 660px;
    position: relative
}

@media (max-width: 1440px) {
    .index_choose>.inner {
        height: 600px
    }
}

@media (max-width: 1380px) {
    .index_choose>.inner {
        height: 500px
    }
}

@media (max-width: 1180px) {
    .index_choose>.inner {
        height: auto
    }
}

.index_choose>.inner>.title {
    width: 390px;
    position: absolute;
    left: 55%;
    top: 70px;
    z-index: 3
}

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

.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
}

@media (max-width: 1180px) {
    .index_choose>.inner .txt {
        width: 100%;
        position: static;
        border-radius: 20px;
        margin-bottom: 20px
    }
}

.index_choose>.inner .txt>.inner {
    width: 100%;
    position: relative;
    padding: 70px 170px 50px 160px;
    overflow: hidden
}

@media (max-width: 1681px) {
    .index_choose>.inner .txt>.inner {
        padding: 50px 150px 50px 80px
    }
}

@media (max-width: 1440px) {
    .index_choose>.inner .txt>.inner {
        padding: 50px 140px 50px 40px
    }
}

@media (max-width: 1380px) {
    .index_choose>.inner .txt>.inner {
        padding: 30px 120px 30px 20px
    }
}

@media (max-width: 1180px) {
    .index_choose>.inner .txt>.inner {
        width: 100%;
        padding: 20px
    }
}

.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("../img/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
}

@media (max-width: 1440px) {
    .index_choose>.inner .txt>.inner .des {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 1380px) {
    .index_choose>.inner .txt>.inner .des {
        font-size: 12px;
        line-height: 24px
    }
}

.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
}

@media (max-width: 1380px) {
    .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 .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
}

@media (max-width: 1380px) {
    .index_choose>.inner .txt>.inner .des .num01 ul li .t {
        font-size: 14px
    }
}

@media (max-width: 668px) {
    .index_choose>.inner .txt>.inner .des .num01 ul li .t {
        font-size: 12px
    }
}

.index_choose>.inner .charts {
    width: 36%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/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)
}

@media (max-width: 1681px) {
    .index_choose>.inner .charts {
        width: 40%;
        right: 80px
    }
}

@media (max-width: 1440px) {
    .index_choose>.inner .charts {
        width: 45%;
        right: 40px
    }
}

@media (max-width: 1380px) {
    .index_choose>.inner .charts {
        right: 20px
    }
}

@media (max-width: 1180px) {
    .index_choose>.inner .charts {
        position: static;
        width: 100%
    }
}

.index_choose>.inner .charts>.inner {
    width: 100%;
    position: relative;
    padding: 50px;
    overflow: hidden
}

@media (max-width: 1380px) {
    .index_choose>.inner .charts>.inner {
        padding: 30px
    }
}

@media (max-width: 668px) {
    .index_choose>.inner .charts>.inner {
        padding: 20px
    }
}

.index_choose>.inner .charts>.inner .title {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 66px
}

@media (max-width: 1380px) {
    .index_choose>.inner .charts>.inner .title {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.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
}

@media (max-width: 668px) {
    .index_choose>.inner .charts>.inner .num02 ul li {
        padding: 0 5px
    }
}

.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
}

@media (max-width: 668px) {
    .index_choose>.inner .charts>.inner .num02 ul li .img .num {
        font-size: 30px
    }
}

.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%
}

.index_team {
    padding: 70px 0;
    position: relative
}

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

@media (max-width: 1180px) {
    .index_team {
        padding: 30px 10px
    }
}

.index_team .index_team_page {
    width: 58%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20
}

@media (max-width: 1180px) {
    .index_team .index_team_page {
        position: static;
        width: 100%;
        margin-top: 20px
    }
}

.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
}

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

.index_team .index_team_list a {
    display: block;
    width: 100%;
    height: 620px;
    position: relative;
    z-index: 10
}

@media (max-width: 1380px) {
    .index_team .index_team_list a {
        height: 480px
    }
}

@media (max-width: 1180px) {
    .index_team .index_team_list a {
        height: auto
    }
}

.index_team .index_team_list a .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
}

@media (max-width: 1380px) {
    .index_team .index_team_list a .img {
        height: 450px
    }
}

@media (max-width: 1180px) {
    .index_team .index_team_list a .img {
        position: static;
        width: 100%;
        border-radius: 0
    }
}

@media (max-width: 668px) {
    .index_team .index_team_list a .img {
        height: 250px
    }
}

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

.index_team .index_team_list a .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)
}

@media (max-width: 1681px) {
    .index_team .index_team_list a .txt {
        left: 80px
    }
}

@media (max-width: 1440px) {
    .index_team .index_team_list a .txt {
        left: 40px;
        width: 50%
    }
}

@media (max-width: 1380px) {
    .index_team .index_team_list a .txt {
        left: 20px
    }
}

@media (max-width: 1180px) {
    .index_team .index_team_list a .txt {
        position: static;
        width: 100%;
        border-radius: 0
    }
}

@media (max-width: 668px) {
    .index_team .index_team_list a .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 a .txt .inner {
    width: 100%;
    padding: 50px 60px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1440px) {
    .index_team .index_team_list a .txt .inner {
        padding: 40px
    }
}

@media (max-width: 668px) {
    .index_team .index_team_list a .txt .inner {
        padding: 20px
    }
}

.index_team .index_team_list a .txt .inner:after {
    content: '';
    display: block;
    width: 540px;
    height: 505px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/team_logo.png");
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.07
}

@media (max-width: 1440px) {
    .index_team .index_team_list a .txt .inner:after {
        width: 480px;
        height: 450px
    }
}

@media (max-width: 1380px) {
    .index_team .index_team_list a .txt .inner:after {
        width: 420px;
        height: 390px
    }
}

.index_team .index_team_list a .txt .inner b.t {
    display: block;
    font-size: 38px;
    font-family: 'agb';
    font-weight: normal
}

@media (max-width: 1380px) {
    .index_team .index_team_list a .txt .inner b.t {
        font-size: 24px
    }
}

@media (max-width: 668px) {
    .index_team .index_team_list a .txt .inner b.t {
        font-size: 20px
    }
}

.index_team .index_team_list a .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 a .txt .inner .t1 {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0
}

@media (max-width: 1440px) {
    .index_team .index_team_list a .txt .inner .t1 {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width: 1380px) {
    .index_team .index_team_list a .txt .inner .t1 {
        font-size: 16px;
        line-height: 26px;
        margin: 5px 0
    }
}

@media (max-width: 668px) {
    .index_team .index_team_list a .txt .inner .t1 {
        height: 26px;
        overflow: hidden
    }
}

.index_team .index_team_list a .txt .inner .t2 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px
}

@media (max-width: 1440px) {
    .index_team .index_team_list a .txt .inner .t2 {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 1380px) {
    .index_team .index_team_list a .txt .inner .t2 {
        font-size: 12px;
        line-height: 24px
    }
}

@media (max-width: 668px) {
    .index_team .index_team_list a .txt .inner .t2 {
        height: 72px;
        overflow: hidden
    }
}

.index_team .index_team_list a .txt .inner .list ul li {
    display: block;
    float: left;
    max-width: 80px;
    margin: 0 50px 0 0
}

@media (max-width: 668px) {
    .index_team .index_team_list a .txt .inner .list ul li {
        width: 25%;
        margin: 0
    }
}

.index_team .index_team_list a .txt .inner .list ul li span {
    display: block
}

.index_team .index_team_list a .txt .inner .list ul li span.icon {
    width: 55px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff
}

@media (max-width: 1380px) {
    .index_team .index_team_list a .txt .inner .list ul li span.icon {
        width: 45px;
        height: 45px;
        line-height: 43px
    }
}

@media (max-width: 668px) {
    .index_team .index_team_list a .txt .inner .list ul li span.icon {
        margin: 0 auto
    }
}

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

@media (max-width: 1380px) {
    .index_team .index_team_list a .txt .inner .list ul li span.icon i.iconfont {
        font-size: 16px
    }
}

.index_team .index_team_list a .txt .inner .list ul li span.st1 {
    text-align: center;
    font-size: 24px;
    font-family: 'bebas'
}

@media (max-width: 1380px) {
    .index_team .index_team_list a .txt .inner .list ul li span.st1 {
        font-size: 16px
    }
}

.index_team .index_team_list a .txt .inner .list ul li span.st1 em {
    font-style: normal;
    font-weight: normal;
    margin: 0 0 0 5px
}

.index_team .index_team_list a .txt .inner .list ul li span.st2 {
    font-size: 12px;
    text-align: center
}

.index_team .index_team_list a .txt .inner .more01 {
    color: #fff;
    margin: 25px 0 0;
    border: 1px solid #fff
}

@media (max-width: 668px) {
    .index_team .index_team_list a .txt .inner .more01 {
        float: none;
        display: block;
        margin: 20px auto 0
    }
}

.index_team .index_team_list a .txt .inner .more01 em {
    font-style: normal
}

.index_team .index_team_list a .txt .inner .more01:after {
    background: #fff
}

@media (min-width: 1180px) {
    .index_team .index_team_list a .txt .inner .more01:hover {
        border-color: #fff;
        background: #fff;
        color: #2d9ac7
    }

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

@media (min-width: 1180px) {
    .index_team .index_team_list a:hover .txt .inner .more01 {
        border-color: #fff;
        background: #fff;
        color: #283a4c
    }

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

.index_environment {
    background: #f5f5f5;
    padding-top: 85px;
    padding-bottom: 85px;
    overflow: hidden
}

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

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

@media (max-width: 1180px) {
    .index_environment {
        padding-bottom: 10px
    }
}

@media (max-width: 668px) {
    .index_environment {
        padding-top: 30px
    }
}

.index_environment>.inner {
    width: 100%;
    height: 570px;
    position: relative
}

@media (max-width: 1440px) {
    .index_environment>.inner {
        height: 500px
    }
}

@media (max-width: 1380px) {
    .index_environment>.inner {
        height: 480px
    }
}

@media (max-width: 1180px) {
    .index_environment>.inner {
        height: auto
    }
}

.index_environment>.inner .title {
    width: 560px;
    position: absolute;
    left: 0;
    top: 50px
}

@media (max-width: 1180px) {
    .index_environment>.inner .title {
        position: static;
        width: 100%
    }
}

.index_environment>.inner .title .txt {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin: 30px 0 0
}

@media (max-width: 1440px) {
    .index_environment>.inner .title .txt {
        font-size: 14px;
        line-height: 28px
    }
}

@media (max-width: 668px) {
    .index_environment>.inner .title .txt {
        line-height: 24px;
        margin-top: 20px
    }
}

.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
}

@media (max-width: 1180px) {
    .index_environment>.inner:before {
        display: none
    }
}

.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
}

@media (max-width: 1681px) {
    .index_environment>.inner:after {
        width: 53%
    }
}

@media (max-width: 1440px) {
    .index_environment>.inner:after {
        width: 50%
    }
}

@media (max-width: 1380px) {
    .index_environment>.inner:after {
        width: 48%;
        bottom: 13px
    }
}

@media (max-width: 1180px) {
    .index_environment>.inner:after {
        display: none;
        bottom: 0
    }
}

.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)
}

@media (max-width: 1180px) {
    .index_environment>.inner .video_small_title {
        display: none
    }
}

.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("../img/index_video_img.jpg");
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: table
}

@media (max-width: 1440px) {
    .index_environment>.inner .index_video {
        width: 300px;
        height: 200px
    }
}

@media (max-width: 1380px) {
    .index_environment>.inner .index_video {
        bottom: 13px
    }
}

@media (max-width: 1180px) {
    .index_environment>.inner .index_video {
        width: 100%;
        height: 400px;
        bottom: 0;
        position: static
    }
}

@media (max-width: 968px) {
    .index_environment>.inner .index_video {
        height: 300px
    }
}

@media (max-width: 668px) {
    .index_environment>.inner .index_video {
        height: 250px
    }
}

.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
}

@media (max-width: 1380px) {
    .index_environment>.inner .index_video .col a.showvideo {
        margin-bottom: 10px
    }
}

.index_environment>.inner .index_video .col a.showvideo i.iconfont {
    display: block;
    font-size: 30px;
    color: #fff
}

@media (min-width: 1180px) {
    .index_environment>.inner .index_video .col a.showvideo:hover {
        opacity: .3
    }
}

.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
}

@media (min-width: 1180px) {
    .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_environment>.inner .environment_thumb_page {
    width: 650px;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: -13px
}

@media (max-width: 1380px) {
    .index_environment>.inner .environment_thumb_page {
        bottom: 0
    }
}

@media (max-width: 1180px) {
    .index_environment>.inner .environment_thumb_page {
        width: 100%;
        text-align: center;
        position: static;
        margin: 10px 0
    }
}

.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
}

@media (max-width: 1681px) {
    .environment_big_w {
        width: 680px
    }
}

@media (max-width: 1440px) {
    .environment_big_w {
        width: 580px;
        height: 400px
    }
}

@media (max-width: 1380px) {
    .environment_big_w {
        width: 500px;
        height: 400px
    }
}

@media (max-width: 1180px) {
    .environment_big_w {
        width: 100%;
        height: auto;
        position: static
    }
}

.environment_big_w .environment_big {
    overflow: hidden;
    position: relative
}

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

@media (max-width: 1681px) {
    .environment_big_w .environment_big .img {
        width: 680px
    }
}

@media (max-width: 1440px) {
    .environment_big_w .environment_big .img {
        width: 580px;
        height: 400px
    }
}

@media (max-width: 1288px) {
    .environment_big_w .environment_big .img {
        width: 500px;
        height: 400px
    }
}

@media (max-width: 1180px) {
    .environment_big_w .environment_big .img {
        width: 100%;
        height: 500px
    }
}

@media (max-width: 968px) {
    .environment_big_w .environment_big .img {
        height: 380px
    }
}

@media (max-width: 668px) {
    .environment_big_w .environment_big .img {
        height: 200px
    }
}

.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
}

@media (max-width: 1180px) {
    .environment_thumb_w {
        width: 100%;
        position: static;
        margin-top: 10px
    }
}

@media (max-width: 668px) {
    .environment_thumb_w {
        height: auto
    }
}

.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
}

@media (max-width: 668px) {
    .environment_thumb_w .environment_thumb .swiper-slide .img {
        height: 100px
    }
}

.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 .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
}

@media (max-width: 1440px) {
    .index_news {
        padding-bottom: 30px
    }
}

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

@media (max-width: 668px) {
    .index_news {
        padding-bottom: 0
    }
}

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

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

.index_news .list>.inner {
    margin: 0 -10px
}

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

@media (max-width: 968px) {
    .index_news .list>.inner>.col {
        float: none
    }
}

.index_news .list>.inner>.col.list01 {
    width: 30%;
    padding: 0 5px 0 10px
}

@media (max-width: 968px) {
    .index_news .list>.inner>.col.list01 {
        width: 100%
    }
}

@media (max-width: 668px) {
    .index_news .list>.inner>.col.list01 {
        margin-top: 20px
    }
}

.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;
    display: table;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

@media (max-width: 1440px) {
    .index_news .list>.inner>.col.list01 a .txt b.t {
        font-size: 18px
    }
}

@media (max-width: 1380px) {
    .index_news .list>.inner>.col.list01 a .txt b.t {
        font-size: 16px
    }
}

.index_news .list>.inner>.col.list01 a .txt b.t span {
    display: table-cell;
    vertical-align: middle
}

.index_news .list>.inner>.col.list01 a .txt .des {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    height: 52px
}

@media (max-width: 1440px) {
    .index_news .list>.inner>.col.list01 a .txt .des {
        font-size: 14px
    }
}

@media (max-width: 1380px) {
    .index_news .list>.inner>.col.list01 a .txt .des {
        font-size: 12px
    }
}

.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
}

@media (min-width: 1180px) {
    .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 {
    width: 37.5%;
    padding: 0 10px 0 5px
}

@media (max-width: 968px) {
    .index_news .list>.inner>.col.list02 {
        width: 100%
    }
}

.index_news .list>.inner>.col.list02 ul li {
    display: block;
    width: 100%;
    height: 140px
}

@media (max-width: 668px) {
    .index_news .list>.inner>.col.list02 ul li {
        height: auto
    }
}

.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
}

@media (max-width: 668px) {
    .index_news .list>.inner>.col.list02 ul li a {
        padding: 10px 0
    }
}

.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
}

@media (max-width: 1380px) {
    .index_news .list>.inner>.col.list02 ul li a .date {
        font-size: 16px
    }
}

@media (max-width: 668px) {
    .index_news .list>.inner>.col.list02 ul li a .date {
        width: 80px;
        padding-left: 6px
    }
}

.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
}

@media (max-width: 1380px) {
    .index_news .list>.inner>.col.list02 ul li a .date span {
        font-size: 24px
    }
}

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

@media (max-width: 668px) {
    .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 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;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .index_news .list>.inner>.col.list02 ul li a .txt b.t {
        font-size: 16px
    }
}

@media (max-width: 1380px) {
    .index_news .list>.inner>.col.list02 ul li a .txt b.t {
        font-size: 14px
    }
}

@media (max-width: 668px) {
    .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.list02 ul li a .txt .des {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

@media (max-width: 1380px) {
    .index_news .list>.inner>.col.list02 ul li a .txt .des {
        font-size: 12px
    }
}

@media (max-width: 668px) {
    .index_news .list>.inner>.col.list02 ul li a .txt .des {
        line-height: 22px
    }
}

@media (min-width: 1180px) {
    .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
    }
}

.index_news .list>.inner>.col.list03 {
    width: 32.5%;
    padding: 0 10px
}

@media (max-width: 968px) {
    .index_news .list>.inner>.col.list03 {
        width: 100%
    }
}

.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("../img/index_news_right_btn01.jpg")
}

@media (max-width: 668px) {
    .index_news .list>.inner>.col.list03 ul li {
        height: auto;
        margin-bottom: 10px
    }
}

.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
}

@media (max-width: 1440px) {
    .index_news .list>.inner>.col.list03 ul li .col {
        padding: 20px
    }
}

@media (max-width: 668px) {
    .index_news .list>.inner>.col.list03 ul li .col {
        padding: 30px 20px
    }
}

.index_news .list>.inner>.col.list03 ul li .col .icon {
    float: left;
    width: 100px
}

@media (max-width: 1440px) {
    .index_news .list>.inner>.col.list03 ul li .col .icon {
        width: 80px
    }
}

@media (max-width: 668px) {
    .index_news .list>.inner>.col.list03 ul li .col .icon {
        width: 60px
    }
}

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

@media (max-width: 1440px) {
    .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: 0 0 0 100px;
    font-size: 16px;
    line-height: 26px
}

@media (max-width: 1440px) {
    .index_news .list>.inner>.col.list03 ul li .col .txt {
        padding-left: 80px
    }
}

@media (max-width: 1380px) {
    .index_news .list>.inner>.col.list03 ul li .col .txt {
        font-size: 14px
    }
}

@media (max-width: 668px) {
    .index_news .list>.inner>.col.list03 ul li .col .txt {
        padding: 0 0 0 80px
    }
}

.index_news .list>.inner>.col.list03 ul li .col .txt b.t {
    display: block;
    font-size: 20px;
    font-weight: bold
}

@media (max-width: 1440px) {
    .index_news .list>.inner>.col.list03 ul li .col .txt b.t {
        font-size: 16px
    }
}

.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
}

@media (max-width: 1380px) {
    .index_news .list>.inner>.col.list03 ul li .col .txt b.t:after {
        margin: 10px 0
    }
}

.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: 50px
}

.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("../img/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)
}

footer.w {
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/foot_bg.jpg")
}

@media (max-width: 1440px) {
    footer.w {
        padding-top: 50px
    }
}

@media (max-width: 1180px) {
    footer.w {
        padding-top: 20px
    }
}

footer.w .foot_top {
    width: 100%;
    position: relative;
    padding: 0 0 40px
}

@media (max-width: 1180px) {
    footer.w .foot_top {
        min-height: 200px
    }
}

@media (max-width: 668px) {
    footer.w .foot_top {
        padding-bottom: 20px
    }
}

footer.w .foot_top .foot_contact {
    /*width: 320px;*/
    width: 460px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    line-height: 28px
}

@media (max-width: 668px) {
    footer.w .foot_top .foot_contact {
        position: static;
        width: 100%;
        text-align: center
    }
}

footer.w .foot_top .foot_contact b.t {
    display: block;
    font-size: 16px
}

footer.w .foot_top .foot_contact b.t:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    line-height: 2px;
    background: #2d9ac7;
    margin: 10px 0
}

@media (max-width: 668px) {
    footer.w .foot_top .foot_contact b.t:after {
        margin: 10px auto
    }
}

footer.w .foot_top .foot_contact .txt p {
    display: block;
    width: 100%;
    line-height: 24px;
    position: relative;
    padding-left: 50px
}

footer.w .foot_top .foot_contact .txt p span {
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0
}

footer.w .foot_top .foot_contact .txt p a {
    color: #fff
}

footer.w .foot_top .foot_contact .share {
    margin-top: 20px
}

@media (max-width: 668px) {
    footer.w .foot_top .foot_contact .share ul {
        text-align: center
    }
}

footer.w .foot_top .foot_contact .share ul li {
    display: block;
    float: left;
    margin-right: 20px
}

@media (max-width: 668px) {
    footer.w .foot_top .foot_contact .share ul li {
        display: inline-block;
        float: none;
        margin: 0 10px
    }
}

footer.w .foot_top .foot_contact .share ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    color: #fff
}

footer.w .other-contact a{
    vertical-align: middle;
    color: #fff;
}
footer.w .other-contact li{
    list-style: none;
}
footer.w .other-contact img{
    width: 20px;
}
footer.w .other-contact span {
    margin-left: 10px;
    line-height: 16px;
    font-size: 16px;
}
@media (max-width: 668px) {
    footer.w .other-contact {
        display: none;
    }
}

footer.w .foot_top .foot_nav {
    float: right;
    width: 900px
}

@media (max-width: 1288px) {
    footer.w .foot_top .foot_nav {
        width: 800px
    }
}

@media (max-width: 1180px) {
    footer.w .foot_top .foot_nav {
        display: none
    }
}

footer.w .foot_top .foot_nav>ul {
    /*text-align: right*/
}

footer.w .foot_top .foot_nav>ul>li {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    padding: 0 0 0 40px;
    text-align: left
}

@media (max-width: 1288px) {
    footer.w .foot_top .foot_nav>ul>li {
        padding: 0
    }
}

footer.w .foot_top .foot_nav>ul>li>a {
    display: block;
    font-size: 15px;
    color: #fff
}

footer.w .foot_top .foot_nav>ul>li>a:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    line-height: 2px;
    background: #2d9ac7;
    margin: 10px 0
}

footer.w .foot_top .foot_nav>ul>li ul li {
    display: block
}

footer.w .foot_top .foot_nav>ul>li ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    footer.w .foot_top .foot_nav>ul>li ul li a:hover {
        color: #fff
    }
}

footer.w .foot_top .foot_qr {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 1681px) {
    footer.w .foot_top .foot_qr {
        right: 20px
    }
}

@media (max-width: 1380px) {
    footer.w .foot_top .foot_qr {
        right: 40px
    }
}

@media (max-width: 668px) {
    footer.w .foot_top .foot_qr {
        position: static;
        margin: 0 auto
    }
}

footer.w .foot_top .foot_qr img {
    width: 100%
}

footer.w .foot_top .foot_qr span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

footer.w .foot_top .foot_qr span i.iconfont {
    margin: 0 5px 0 0
}

footer.w .foot_copyright {
    line-height: 70px;
    border-top: 1px solid rgba(83, 183, 232, 0.09);
    text-align: center;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 668px) {
    footer.w .foot_copyright {
        line-height: 24px;
        padding: 20px 0 70px
    }
}

footer.w .foot_copyright a {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    footer.w .foot_copyright a {
        display: block
    }
}

@media (min-width: 1180px) {
    footer.w .foot_copyright a:hover {
        color: #fff
    }
}

footer.w .foot_copyright p {
    display: block;
    float: left;
    width: 70%;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 668px) {
    footer.w .foot_copyright p {
        float: none;
        width: 100%;
        text-align: center
    }
}

footer.w .foot_copyright p:nth-last-of-type(1) {
    width: 30%;
    text-align: right
}

@media (max-width: 668px) {
    footer.w .foot_copyright p:nth-last-of-type(1) {
        float: none;
        width: 100%;
        text-align: center
    }
}

.side_float {
    width: 60px;
    height: 246px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -123px;
    z-index: 99
}

@media (max-width: 1440px) {
    .side_float {
        right: 2px;
        width: 40px;
        height: 210px;
        margin-top: -105px
    }
}

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

.side_float ul li.m {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
    -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1)
}

@media (max-width: 1440px) {
    .side_float ul li.m {
        width: 40px;
        height: 40px
    }
}

.side_float ul li.m:last-child {
    margin-bottom: 0
}

.side_float ul li.m a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .side_float ul li.m a {
        height: 40px;
        line-height: 40px
    }
}

.side_float ul li.m a i.iconfont {
    display: block;
    width: 40px;
    height: 30px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 26px;
    margin: 0 auto
}

@media (max-width: 1440px) {
    .side_float ul li.m a i.iconfont {
        width: 30px;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }
}

.side_float ul li.m a em {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #666;
    font-style: normal
}

@media (max-width: 1440px) {
    .side_float ul li.m a em {
        display: none
    }
}

.side_float ul li.m a:hover {
    background: #2d9ac7
}

.side_float ul li.m a:hover i.iconfont,
.side_float ul li.m a:hover em {
    color: #fff
}

.side_float ul li.m.tel {
    position: relative
}

.side_float ul li.m.tel a {
    width: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .side_float ul li.m.tel a {
        width: 40px
    }
}

.side_float ul li.m.tel a p {
    display: block;
    width: 220px;
    height: 60px;
    position: relative
}

@media (max-width: 1440px) {
    .side_float ul li.m.tel a p {
        height: 40px
    }
}

.side_float ul li.m.tel a p i.iconfont {
    display: block;
    position: absolute;
    left: 10px;
    top: 0
}

@media (max-width: 1440px) {
    .side_float ul li.m.tel a p i.iconfont {
        left: 5px
    }
}

.side_float ul li.m.tel a p em {
    display: block;
    width: 60px;
    position: absolute;
    left: 0px;
    bottom: 0
}

@media (max-width: 1440px) {
    .side_float ul li.m.tel a p em {
        display: none
    }
}

.side_float ul li.m.tel a p span {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 160px;
    position: absolute;
    left: 60px;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .side_float ul li.m.tel a p span {
        width: 160px;
        left: 40px
    }
}

.side_float ul li.m.tel a:hover {
    width: 220px;
    left: -160px
}

@media (max-width: 1440px) {
    .side_float ul li.m.tel a:hover {
        width: 200px
    }
}

.side_float ul li.m.tel a:hover p i.iconfont {
    top: 10px
}

@media (max-width: 1440px) {
    .side_float ul li.m.tel a:hover p i.iconfont {
        top: 0
    }
}

.side_float ul li.m.tel a:hover p em {
    display: none
}

.side_float ul li.m.tel a:hover p span {
    opacity: 1
}

.side_float ul li.m.qr {
    position: relative
}

.side_float ul li.m.qr a {
    display: block;
    position: relative
}

.side_float ul li.m.qr a .qr_box {
    display: block;
    width: 112px;
    height: 142px;
    background: #fff;
    position: absolute;
    left: -120px;
    top: 50%;
    margin-top: -71px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.side_float ul li.m.qr a .qr_box span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.side_float ul li.m.qr a .qr_box .inner {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2)
}

.side_float ul li.m.qr a .qr_box .inner img {
    width: 100%
}

.side_float ul li.m.qr a .qr_box .inner:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -4px
}

.side_float ul li.m.qr a:hover .qr_box {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.m_foot_bar {
    display: none
}

@media (max-width: 968px) {
    .m_foot_bar {
        display: block;
        width: 100%;
        height: 60px;
        background: #fff;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 90;
        box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, 0.1)
    }

    .m_foot_bar ul {
        margin: 0;
        padding: 0
    }

    .m_foot_bar ul li {
        display: block;
        float: left;
        width: 25%;
        padding: 4px 0 0
    }

    .m_foot_bar ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #666
    }

    .m_foot_bar ul li a i.iconfont {
        display: block;
        font-size: 24px
    }

    .m_foot_bar ul li a span {
        display: block
    }
}

.n_banner {
    width: 100%;
    position: relative;
    z-index: 1
}

.n_banner img {
    width: 100%
}

.n_banner .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: table
}

.n_banner .txt>.inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.n_banner .txt>.inner b.t {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    font-family: 'agb', "Microsoft YaHei"
}

@media (max-width: 968px) {
    .n_banner .txt>.inner b.t {
        font-size: 24px
    }
}

.n_banner .txt>.inner b.t span {
    display: block;
    text-transform: uppercase;
    font-size: 70px
}

@media (max-width: 1440px) {
    .n_banner .txt>.inner b.t span {
        font-size: 50px
    }
}

@media (max-width: 968px) {
    .n_banner .txt>.inner b.t span {
        font-size: 30px
    }
}

.n_banner .img {
    display: block
}

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

.n_banner .m_img {
    display: none
}

@media (max-width: 968px) {
    .n_banner .m_img {
        display: block
    }
}

.n_banner .bg {
    display: block;
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width: 968px) {
    .n_banner .bg {
        height: 400px
    }
}

@media (max-width: 668px) {
    .n_banner .bg {
        height: 250px
    }
}

.n_banner_w {
    position: relative
}

.n_banner_w .sub_nav {
    width: 100%;
    height: 62px;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 2
}

@media (max-width: 1180px) {
    .n_banner_w .sub_nav {
        height: auto;
        padding: 20px 10px;
        position: static;
        overflow: hidden
    }
}

@media (max-width: 668px) {
    .n_banner_w .sub_nav {
        padding: 10px 10px 0
    }
}

.n_banner_w .sub_nav ul {
    text-align: center
}

@media (max-width: 1180px) {
    .n_banner_w .sub_nav ul {
        margin: 0 -10px
    }
}

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

.n_banner_w .sub_nav ul li {
    display: inline-block;
    width: 135px
}

@media (max-width: 1180px) {
    .n_banner_w .sub_nav ul li {
        display: block;
        float: left;
        width: 25%;
        padding: 0 10px
    }
}

@media (max-width: 968px) {
    .n_banner_w .sub_nav ul li {
        padding: 0 5px
    }
}

@media (max-width: 668px) {
    .n_banner_w .sub_nav ul li {
        width: 50%;
        margin-bottom: 10px
    }
}

.n_banner_w .sub_nav ul li a {
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1180px) {
    .n_banner_w .sub_nav ul li a {
        height: 42px;
        line-height: 40px;
        border: 1px solid #888;
        color: #888
    }
}

@media (max-width: 668px) {
    .n_banner_w .sub_nav ul li a {
        height: 36px;
        line-height: 34px;
        font-size: 14px
    }
}

.n_banner_w .sub_nav ul li a:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    line-height: 2px;
    background: #2d9ac7;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1180px) {
    .n_banner_w .sub_nav ul li a:after {
        display: none
    }
}

.n_banner_w .sub_nav ul li a.cur,
.n_banner_w .sub_nav ul li a:hover {
    color: #2d9ac7
}

@media (max-width: 1180px) {

    .n_banner_w .sub_nav ul li a.cur,
    .n_banner_w .sub_nav ul li a:hover {
        border-color: #2d9ac7
    }
}

.n_banner_w .sub_nav ul li a.cur:after,
.n_banner_w .sub_nav ul li a:hover:after {
    width: 100%;
    left: 0
}

.intro_about {
    position: relative;
    padding: 120px 0 110px
}

@media (max-width: 1440px) {
    .intro_about {
        padding: 60px 0
    }
}

@media (max-width: 1380px) {
    .intro_about {
        padding: 30px 0
    }
}

@media (max-width: 668px) {
    .intro_about {
        padding: 10px 0 30px
    }
}

.intro_about:after {
    content: '';
    display: block;
    width: 970px;
    height: 560px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/logo_color.png");
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -450px;
    z-index: 2
}

@media (max-width: 1440px) {
    .intro_about:after {
        width: 770px;
        height: 445px;
        margin-left: -385px
    }
}

@media (max-width: 1180px) {
    .intro_about:after {
        width: 550px;
        height: 318px;
        margin-left: -275px
    }
}

@media (max-width: 968px) {
    .intro_about:after {
        width: 400px;
        height: 231px;
        margin-left: -150px
    }
}

@media (max-width: 668px) {
    .intro_about:after {
        width: 280px;
        height: 162px;
        margin-left: -100px
    }
}

.intro_about>.txt {
    width: 61.5%;
    position: relative;
    z-index: 3;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

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

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

@media (max-width: 968px) {
    .intro_about>.txt {
        width: 70%
    }
}

@media (max-width: 668px) {
    .intro_about>.txt {
        width: 100%
    }
}

.intro_about>.txt .title {
    margin-bottom: 45px
}

@media (max-width: 1380px) {
    .intro_about>.txt .title {
        margin-bottom: 30px
    }
}

@media (max-width: 668px) {
    .intro_about>.txt .title {
        margin-bottom: 20px;
        margin-top: -50px
    }
}

.intro_about>.txt p {
    margin-bottom: 15px
}

.intro_about>.txt .num01 {
    overflow: hidden;
    margin-top: 70px;
    width: 70%
}

@media (max-width: 1380px) {
    .intro_about>.txt .num01 {
        margin-top: 30px
    }
}

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

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

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

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

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

.intro_about>.txt .num01 ul li .num span {
    font-family: 'bebas'
}

.intro_about>.txt .num01 ul li .num em {
    font-style: normal
}

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

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

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

@media (max-width: 668px) {
    .intro_about>.txt .num01 ul li:nth-of-type(1) {
        width: 44%
    }

    .intro_about>.txt .num01 ul li:nth-of-type(2),
    .intro_about>.txt .num01 ul li:nth-of-type(3) {
        width: 28%
    }
}

.intro_about .about_slogn {
    width: 198px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (max-width: 1611px) {
    .intro_about .about_slogn {
        right: 60px
    }
}

@media (max-width: 1440px) {
    .intro_about .about_slogn {
        width: 160px
    }
}

@media (max-width: 1380px) {
    .intro_about .about_slogn {
        width: 130px
    }
}

@media (max-width: 968px) {
    .intro_about .about_slogn {
        right: 40px;
        width: 120px
    }
}

@media (max-width: 668px) {
    .intro_about .about_slogn {
        position: static;
        width: 100%;
        margin-bottom: 20px
    }
}

.intro_about .about_slogn img {
    width: 100%
}

.intro_about .about_slogn .img {
    display: block
}

@media (max-width: 668px) {
    .intro_about .about_slogn .img {
        display: none
    }
}

.intro_about .about_slogn .m_img {
    display: none
}

@media (max-width: 668px) {
    .intro_about .about_slogn .m_img {
        display: block
    }
}

.intro_video {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/intro_video_bg.jpg")
}

@media (max-width: 1440px) {
    .intro_video {
        height: 500px
    }
}

@media (max-width: 1380px) {
    .intro_video {
        height: 420px
    }
}

@media (max-width: 1180px) {
    .intro_video {
        height: 400px
    }
}

@media (max-width: 668px) {
    .intro_video {
        height: 300px
    }
}

.intro_video a {
    width: 100%;
    height: 100%;
    position: relative;
    display: table
}

.intro_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
}

.intro_video a .txt {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle
}

.intro_video a .txt i.iconfont {
    display: block;
    font-size: 55px;
    margin-bottom: 40px
}

@media (max-width: 1380px) {
    .intro_video a .txt i.iconfont {
        margin-bottom: 20px
    }
}

.intro_video a .txt span {
    display: block
}

.intro_video a .txt span.t1 {
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 32px
}

.intro_video a .txt span.t2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #2d9ac7;
    line-height: 32px
}

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

.intro_environment {
    padding-top: 80px;
    padding-bottom: 50px
}

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

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

@media (max-width: 668px) {
    .intro_environment {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.intro_environment .intro_environment_list {
    margin-top: 60px
}

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

@media (max-width: 1180px) {
    .intro_environment .intro_environment_list {
        margin-top: 30px
    }
}

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

.intro_environment .intro_environment_list a.img {
    display: block;
    width: 100%;
    height: 330px
}

@media (max-width: 1180px) {
    .intro_environment .intro_environment_list a.img {
        height: 220px
    }
}

@media (max-width: 968px) {
    .intro_environment .intro_environment_list a.img {
        height: 180px
    }
}

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

.intro_environment .intro_environment_list_page {
    width: 100%;
    text-align: center;
    margin-top: 50px
}

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

@media (max-width: 1180px) {
    .intro_environment .intro_environment_list_page {
        margin-top: 30px
    }
}

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

.intro_environment .intro_environment_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
}

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

.intro_environment .intro_environment_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
}

.intro_vision {
    width: 100%;
    height: 740px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/intro_vision.jpg")
}

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

@media (max-width: 1380px) {
    .intro_vision {
        height: 420px
    }
}

@media (max-width: 668px) {
    .intro_vision {
        height: 400px
    }
}

.intro_vision:after {
    content: '';
    display: block;
    width: 1px;
    height: 190px;
    background: #2d9ac7;
    position: absolute;
    left: 50%;
    bottom: -95px;
    z-index: 2
}

@media (max-width: 1440px) {
    .intro_vision:after {
        bottom: -50px
    }
}

@media (max-width: 668px) {
    .intro_vision:after {
        height: 120px;
        bottom: -30px
    }
}

.intro_vision .w {
    width: 100%;
    height: 100%;
    display: table
}

.intro_vision .w .col {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff
}

.intro_vision .w .col .txt {
    max-width: 975px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 1380px) {
    .intro_vision .w .col .txt {
        max-width: 600px
    }
}

@media (max-width: 1180px) {
    .intro_vision .w .col .txt {
        width: 80%
    }
}

@media (max-width: 668px) {
    .intro_vision .w .col .txt {
        width: 75%
    }
}

.intro_vision .w .col .txt:before,
.intro_vision .w .col .txt:after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/single-quote-mark.svg");
    position: absolute
}

@media (max-width: 1380px) {

    .intro_vision .w .col .txt:before,
    .intro_vision .w .col .txt:after {
        width: 30px;
        height: 30px
    }
}

.intro_vision .w .col .txt:before {
    left: -60px;
    top: -60px
}

@media (max-width: 1380px) {
    .intro_vision .w .col .txt:before {
        left: -20px;
        top: -20px
    }
}

@media (max-width: 668px) {
    .intro_vision .w .col .txt:before {
        left: -30px;
        top: -30px
    }
}

.intro_vision .w .col .txt:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -60px;
    bottom: -60px
}

@media (max-width: 1380px) {
    .intro_vision .w .col .txt:after {
        right: -20px;
        bottom: -20px
    }
}

@media (max-width: 668px) {
    .intro_vision .w .col .txt:after {
        right: -30px;
        bottom: -30px
    }
}

.intro_vision .w .col .txt h3.title {
    display: block;
    font-size: 30px;
    margin-bottom: 36px
}

@media (max-width: 1380px) {
    .intro_vision .w .col .txt h3.title {
        font-size: 24px;
        margin-bottom: 10px
    }
}

@media (max-width: 668px) {
    .intro_vision .w .col .txt h3.title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.intro_vision .w .col .txt .des {
    font-size: 18px;
    line-height: 36px
}

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

.intro_honor {
    padding-top: 160px;
    padding-bottom: 50px
}

@media (max-width: 1440px) {
    .intro_honor {
        padding-top: 100px
    }
}

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

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

@media (max-width: 668px) {
    .intro_honor {
        padding-top: 50px;
        padding-bottom: 20px
    }
}

.intro_honor .intro_honor_list {
    margin-top: 60px
}

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

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

.intro_honor .intro_honor_list a.img {
    display: block;
    width: 100%;
    height: 330px;
    border: 1px solid #b7b7b7;
    border-radius: 20px
}

@media (max-width: 1440px) {
    .intro_honor .intro_honor_list a.img {
        height: 300px
    }
}

@media (max-width: 1380px) {
    .intro_honor .intro_honor_list a.img {
        height: 270px
    }
}

@media (max-width: 1180px) {
    .intro_honor .intro_honor_list a.img {
        height: 220px
    }
}

@media (max-width: 968px) {
    .intro_honor .intro_honor_list a.img {
        height: 180px
    }
}

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

.intro_honor .intro_honor_list_page {
    width: 100%;
    text-align: center;
    margin-top: 50px
}

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

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

.intro_honor .intro_honor_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
}

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

.intro_honor .intro_honor_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
}

.ivf_service {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    background: url("../img/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 170px
}

@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%;
    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;
    background-image: url("../img/ivf_adaptive_objects.jpg")
}

@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
}

@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 ul li {
    display: inline-block;
    margin: 0 16px 10px 0
}

@media (max-width: 1440px) {
    .ivf_adaptive_objects .list>ul>li .col .txt ul li {
        margin: 0 10px 10px 0
    }
}

@media (max-width: 1380px) {
    .ivf_adaptive_objects .list>ul>li .col .txt ul li {
        margin: 0 6px 10px 0
    }
}

.ivf_adaptive_objects .list>ul>li .col .txt ul li a {
    display: block;
    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 ul li a {
        font-size: 12px
    }
}

@media (min-width: 1180px) {
    .ivf_adaptive_objects .list>ul>li .col .txt ul li 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("../img/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: 50px;
    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
}

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

.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
}

@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("../img/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("../img/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("../img/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("../img/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;
    background-image: url("../img/ivf_advantage.jpg")
}

@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("../img/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 {
    width: 100%;
    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 {
    display: block;
    position: relative;
    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("../img/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: -60px;
    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_case {
    padding-top: 80px;
    padding-bottom: 70px
}

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

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

.ivf_case .case_list {
    overflow: hidden;
    margin: 50px 0
}

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

@media (max-width: 1180px) {
    .ivf_case .case_list {
        margin: 30px 0 10px
    }
}

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

.case_list {
    overflow: hidden;
    margin: 50px 0
}

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

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

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

.case_list ul {
    margin: 0 -10px
}

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

#pagination li {
    width: auto;
}

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

@media (max-width: 1180px) {
    .case_list ul li {
        width: 50%;
        margin-bottom: 20px
    }
}

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

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

.case_list ul li a {
    display: block;
    overflow: hidden;
    border-radius: 12px
}

.case_list ul li a .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #f5f5f5
}

@media (max-width: 668px) {
    .case_list ul li a .img {
        height: 200px
    }
}

.case_list ul li 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
}

.case_list ul li a .txt {
    background-color: #f1f9fd;
    padding: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.case_list ul li a .txt b.t {
    display: block;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    .case_list ul li a .txt b.t {
        height: auto
    }
}

.case_list ul li a .txt .des {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
    margin: 20px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.case_list ul li a .txt i.line {
    display: block;
    width: 65px;
    height: 1px;
    line-height: 1px;
    background-color: #2d9ac7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    .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
    }
}


.supply_list {
    overflow: hidden;
    margin: 50px 0
}

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

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

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

.supply_list ul {
    margin: 0 -10px
}

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

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

@media (max-width: 1180px) {
    .supply_list ul li {
        width: 50%;
        margin-bottom: 20px
    }
}

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

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

.supply_list ul li a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f1f9fd;
    padding: 10px;
}

.supply_list ul li a .img {
    width: 100%;
    /*height: 250px;*/
    height: 330px;
    overflow: hidden;
    background-color: white;
    border-radius: 50%;
    padding: 20px;
}

@media (max-width: 1650px) {
    .supply_list ul li a .img {
        height: 330px
    }
}

@media (max-width: 1550px) {
    .supply_list ul li a .img {
        height: 300px
    }
}

@media (max-width: 1300px) {
    .supply_list ul li a .img {
        height: 275px
    }
}


@media (max-width: 668px) {
    .supply_list ul li a .img {
        height: 315px
    }
}

.supply_list ul li 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
}

.supply_list ul li a .txt {
    padding: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.supply_list ul li a .txt b.t {
    display: block;
    font-size: 24px;
    color: #333;
    height: 40px;
    /*vertical-align: middle;*/
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    .supply_list ul li a .txt b.t {
        height: auto
    }
}

.supply_list ul li a .txt .des {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
    margin: 20px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    .supply_list ul li a:hover .img span {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07)
    }

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

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

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

.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
}

.foot_appointment {
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/foot_appointment_bg.jpg")
}

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

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

@media (max-width: 668px) {
    .foot_appointment {
        padding-bottom: 10px
    }
}

.foot_appointment .inner {
    position: relative;
    padding: 0 0 0 550px
}

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

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

@media (max-width: 968px) {
    .foot_appointment .inner {
        padding: 0
    }
}

.foot_appointment .inner .title {
    width: 450px;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 1380px) {
    .foot_appointment .inner .title {
        width: 350px
    }
}

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

@media (max-width: 668px) {
    .foot_appointment .inner .title {
        float: none
    }
}

.foot_appointment .inner .foot_appointment_form .appointment_form_col {
    overflow: hidden
}

@media (max-width: 968px) {
    .foot_appointment .inner .foot_appointment_form .appointment_form_col {
        padding: 0
    }
}

.foot_appointment .inner .foot_appointment_form .row {
    margin: 0 -20px
}

@media (max-width: 1440px) {
    .foot_appointment .inner .foot_appointment_form .row {
        margin: 0 -10px
    }
}

@media (max-width: 1380px) {
    .foot_appointment .inner .foot_appointment_form .row {
        margin: 0 -7px
    }
}

.foot_appointment .inner .foot_appointment_form .row .item {
    padding: 0 20px;
    margin-bottom: 40px
}

@media (max-width: 1440px) {
    .foot_appointment .inner .foot_appointment_form .row .item {
        padding: 0 10px;
        margin-bottom: 20px
    }
}

@media (max-width: 1380px) {
    .foot_appointment .inner .foot_appointment_form .row .item {
        padding: 0 7px;
        margin-bottom: 14px
    }
}

.foot_appointment .inner .foot_appointment_form .row .item input {
    width: 100%;
    height: 54px;
    line-height: 52px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.8)
}

.foot_appointment .inner .foot_appointment_form .row .item textarea {
    width: 100%;
    height: 200px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8)
}

@media (max-width: 1440px) {
    .foot_appointment .inner .foot_appointment_form .row .item textarea {
        height: 180px
    }
}

.foot_appointment .inner .foot_appointment_form .row .item.item_submit {
    margin-bottom: 0
}

.foot_appointment .inner .foot_appointment_form .row .item .submit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    background: #2d9ac7;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    .foot_appointment .inner .foot_appointment_form .row .item .submit:hover {
        opacity: .8
    }
}

@media (max-width: 1380px) {
    .foot_appointment .inner .foot_appointment_form .row .item .submit {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
}

.expert_list {
    padding: 70px 0 0;
    overflow: hidden
}

@media (max-width: 1380px) {
    .expert_list {
        padding: 30px 0 0
    }
}

@media (max-width: 1180px) {
    .expert_list {
        padding: 20px 20px 0
    }
}

@media (max-width: 668px) {
    .expert_list {
        padding: 10px 10px 0
    }
}

.expert_list>ul>li {
    display: block;
    width: 100%;
    height: 660px;
    position: relative;
    margin: 0 0 50px
}

@media (max-width: 1440px) {
    .expert_list>ul>li {
        height: 550px
    }
}

@media (max-width: 1380px) {
    .expert_list>ul>li {
        height: 500px;
        margin: 0 0 30px
    }
}

@media (max-width: 1180px) {
    .expert_list>ul>li {
        height: auto;
        margin: 0 0 20px
    }
}

@media (max-width: 668px) {
    .expert_list>ul>li {
        margin: 0 0 10px
    }
}

.expert_list>ul>li:before {
    content: '';
    display: block;
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background-image: url("../img/team_logo02.png");*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

@media (max-width: 1180px) {
    .expert_list>ul>li:before {
        width: 605px;
        height: 350px;
        left: auto;
        top: auto;
        right: 0;
        bottom: 0
    }
}

@media (max-width: 668px) {
    .expert_list>ul>li:before {
        width: 432px;
        height: 250px
    }
}

.expert_list>ul>li:after {
    content: '';
    display: block;
    width: 60%;
    height: 100%;
    background: #f1f9fd;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

@media (max-width: 1180px) {
    .expert_list>ul>li:after {
        width: 100%
    }
}

.expert_list>ul>li a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 3
}

@media (max-width: 1180px) {
    .expert_list>ul>li a {
        padding: 0
    }
}

.expert_list>ul>li a .img {
    display: block;
    float: right;
    width: 54%;
    height: 550px;
    border-radius: 14px;
    overflow: hidden;
    margin: 55px 0 0
}

@media (max-width: 1440px) {
    .expert_list>ul>li a .img {
        height: 480px;
        margin: 35px 0 0
    }
}

@media (max-width: 1380px) {
    .expert_list>ul>li a .img {
        height: 400px;
        margin: 50px 0 0
    }
}

@media (max-width: 1180px) {
    .expert_list>ul>li a .img {
        float: none;
        width: 100%;
        height: 450px;
        margin: 0;
        border-radius: 0
    }
}

@media (max-width: 668px) {
    .expert_list>ul>li a .img {
        height: 250px
    }
}

.expert_list>ul>li a .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.expert_list>ul>li a .txt {
    float: left;
    width: 46%;
    height: 100%;
    padding: 0 7% 0 0;
    color: #333;
    display: table;
    position: relative
}

@media (max-width: 1180px) {
    .expert_list>ul>li a .txt {
        float: none;
        width: 100%;
        padding: 40px
    }
}

@media (max-width: 668px) {
    .expert_list>ul>li a .txt {
        padding: 20px
    }
}

.expert_list>ul>li a .txt:after {
    content: '';
    display: block;
    width: 640px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/logo_color.png");
    opacity: 0.04;
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -300px;
    z-index: 1
}

@media (max-width: 1380px) {
    .expert_list>ul>li a .txt:after {
        width: 428px;
        height: 400px;
        margin-top: -200px
    }
}

.expert_list>ul>li a .txt .inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2
}

.expert_list>ul>li a .txt .inner b.t {
    display: block;
    font-size: 38px;
    font-family: 'agb';
    font-weight: normal;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1380px) {
    .expert_list>ul>li a .txt .inner b.t {
        font-size: 24px
    }
}

@media (max-width: 1180px) {
    .expert_list>ul>li a .txt .inner b.t {
        height: 24px;
        line-height: 24px
    }
}

@media (max-width: 668px) {
    .expert_list>ul>li a .txt .inner b.t {
        font-size: 20px
    }
}

.expert_list>ul>li a .txt .inner .t1 {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0
}

@media (max-width: 1440px) {
    .expert_list>ul>li a .txt .inner .t1 {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width: 1380px) {
    .expert_list>ul>li a .txt .inner .t1 {
        font-size: 16px;
        line-height: 26px;
        margin: 5px 0
    }
}

.expert_list>ul>li a .txt .inner .t2 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 35px
}

@media (max-width: 1440px) {
    .expert_list>ul>li a .txt .inner .t2 {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 1380px) {
    .expert_list>ul>li a .txt .inner .t2 {
        font-size: 12px;
        line-height: 24px
    }
}

.expert_list>ul>li a .txt .inner .list ul li {
    display: block;
    float: left;
    max-width: 80px;
    margin: 0 50px 0 0
}

@media (max-width: 668px) {
    .expert_list>ul>li a .txt .inner .list ul li {
        width: 25%;
        margin: 0
    }
}

.expert_list>ul>li a .txt .inner .list ul li span {
    display: block
}

.expert_list>ul>li a .txt .inner .list ul li span.icon {
    width: 55px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #666
}

@media (max-width: 1380px) {
    .expert_list>ul>li a .txt .inner .list ul li span.icon {
        width: 45px;
        height: 45px;
        line-height: 43px
    }
}

@media (max-width: 668px) {
    .expert_list>ul>li a .txt .inner .list ul li span.icon {
        margin: 0 auto
    }
}

.expert_list>ul>li a .txt .inner .list ul li span.icon i.iconfont {
    font-size: 24px;
    color: #666
}

@media (max-width: 1380px) {
    .expert_list>ul>li a .txt .inner .list ul li span.icon i.iconfont {
        font-size: 16px
    }
}

.expert_list>ul>li a .txt .inner .list ul li span.st1 {
    text-align: center;
    font-size: 24px;
    font-family: 'bebas';
    color: #2d9ac7
}

@media (max-width: 1380px) {
    .expert_list>ul>li a .txt .inner .list ul li span.st1 {
        font-size: 16px
    }
}

.expert_list>ul>li a .txt .inner .list ul li span.st1 em {
    font-style: normal;
    font-weight: normal;
    margin: 0 0 0 5px
}

.expert_list>ul>li a .txt .inner .list ul li span.st2 {
    font-size: 12px;
    text-align: center
}

.expert_list>ul>li a .txt .inner .more01 {
    margin: 35px 0 0
}

@media (max-width: 668px) {
    .expert_list>ul>li a .txt .inner .more01 {
        float: none;
        display: block;
        margin: 20px auto 0
    }
}

.expert_list>ul>li a .txt .inner .more01 em {
    font-style: normal
}

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

.expert_list>ul>li:nth-of-type(even):before {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0
}

.expert_list>ul>li:nth-of-type(even):after {
    left: auto;
    right: 0
}

.expert_list>ul>li:nth-of-type(even) .img {
    float: left
}

.expert_list>ul>li:nth-of-type(even) .txt {
    float: right;
    padding: 0 0 0 7%
}

@media (max-width: 1180px) {
    .expert_list>ul>li:nth-of-type(even) .txt {
        float: none;
        padding: 40px
    }
}

@media (max-width: 668px) {
    .expert_list>ul>li:nth-of-type(even) .txt {
        padding: 20px
    }
}

.expert_content_top {
    padding: 110px 0 90px;
    overflow: hidden
}

@media (max-width: 1440px) {
    .expert_content_top {
        padding: 50px 0
    }
}

@media (max-width: 1380px) {
    .expert_content_top {
        padding: 50px 0 30px
    }
}

@media (max-width: 1180px) {
    .expert_content_top {
        padding: 20px 20px 0
    }
}

@media (max-width: 668px) {
    .expert_content_top {
        padding: 10px 0 0;
        margin-top: 10px
    }
}

.expert_content_top>.inner {
    height: 580px
}

@media (max-width: 1380px) {
    .expert_content_top>.inner {
        height: 450px
    }
}

@media (max-width: 1180px) {
    .expert_content_top>.inner {
        height: auto
    }
}

.expert_content_top>.inner .img {
    display: block;
    float: right;
    width: 505px;
    height: 100%;
    position: relative
}

@media (max-width: 1380px) {
    .expert_content_top>.inner .img {
        width: 450px
    }
}

@media (max-width: 1180px) {
    .expert_content_top>.inner .img {
        float: none;
        width: 100%;
        height: 450px;
        margin: 0;
        border-radius: 0
    }
}

@media (max-width: 668px) {
    .expert_content_top>.inner .img {
        height: 250px
    }
}

.expert_content_top>.inner .img:after {
    content: '';
    display: block;
    width: 320px;
    height: 270px;
    background: #2d9ac7;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 1
}

@media (max-width: 1180px) {
    .expert_content_top>.inner .img:after {
        left: -10px;
        top: -10px
    }
}

@media (max-width: 668px) {
    .expert_content_top>.inner .img:after {
        width: 50%;
        height: 50%;
        left: -5px;
        top: -5px
    }
}

.expert_content_top>.inner .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2
}

.expert_content_top>.inner .txt {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 7% 0 0;
    color: #333;
    display: table;
    position: relative
}

@media (max-width: 1180px) {
    .expert_content_top>.inner .txt {
        float: none;
        width: 100%;
        padding: 40px 0
    }
}

@media (max-width: 668px) {
    .expert_content_top>.inner .txt {
        padding: 20px 0
    }
}

.expert_content_top>.inner .txt>.inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2
}

.expert_content_top>.inner .txt>.inner b.t {
    display: block;
    font-size: 38px;
    font-family: 'agb';
    font-weight: normal;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1380px) {
    .expert_content_top>.inner .txt>.inner b.t {
        font-size: 24px
    }
}

@media (max-width: 1180px) {
    .expert_content_top>.inner .txt>.inner b.t {
        line-height: 24px
    }
}

@media (max-width: 668px) {
    .expert_content_top>.inner .txt>.inner b.t {
        font-size: 20px
    }
}

.expert_content_top>.inner .txt>.inner b.t:before {
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    line-height: 4px;
    background: #2d9ac7;
    margin: 0 0 40px
}

@media (max-width: 1180px) {
    .expert_content_top>.inner .txt>.inner b.t:before {
        margin-bottom: 20px
    }
}

.expert_content_top>.inner .txt>.inner .t1 {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0
}

@media (max-width: 1440px) {
    .expert_content_top>.inner .txt>.inner .t1 {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width: 1380px) {
    .expert_content_top>.inner .txt>.inner .t1 {
        font-size: 16px;
        line-height: 26px;
        margin: 5px 0
    }
}

.expert_content_top>.inner .txt>.inner .t2 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 35px
}

@media (max-width: 1440px) {
    .expert_content_top>.inner .txt>.inner .t2 {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 1380px) {
    .expert_content_top>.inner .txt>.inner .t2 {
        font-size: 12px;
        line-height: 24px
    }
}

@media (max-width: 1180px) {
    .expert_content_top>.inner .txt>.inner .t2 {
        margin-bottom: 10px
    }
}

.expert_content_top>.inner .txt>.inner .list ul li {
    display: block;
    float: left;
    max-width: 80px;
    margin: 0 50px 0 0
}

@media (max-width: 668px) {
    .expert_content_top>.inner .txt>.inner .list ul li {
        width: 25%;
        margin: 0
    }
}

.expert_content_top>.inner .txt>.inner .list ul li span {
    display: block
}

.expert_content_top>.inner .txt>.inner .list ul li span.icon {
    width: 55px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #666
}

@media (max-width: 1380px) {
    .expert_content_top>.inner .txt>.inner .list ul li span.icon {
        width: 45px;
        height: 45px;
        line-height: 43px
    }
}

@media (max-width: 668px) {
    .expert_content_top>.inner .txt>.inner .list ul li span.icon {
        margin: 0 auto
    }
}

.expert_content_top>.inner .txt>.inner .list ul li span.icon i.iconfont {
    font-size: 24px;
    color: #666
}

@media (max-width: 1380px) {
    .expert_content_top>.inner .txt>.inner .list ul li span.icon i.iconfont {
        font-size: 16px
    }
}

.expert_content_top>.inner .txt>.inner .list ul li span.st1 {
    text-align: center;
    font-size: 24px;
    font-family: 'bebas';
    color: #2d9ac7
}

@media (max-width: 1380px) {
    .expert_content_top>.inner .txt>.inner .list ul li span.st1 {
        font-size: 16px
    }
}

.expert_content_top>.inner .txt>.inner .list ul li span.st1 em {
    font-style: normal;
    font-weight: normal;
    margin: 0 0 0 5px
}

.expert_content_top>.inner .txt>.inner .list ul li span.st2 {
    font-size: 12px;
    text-align: center
}

.expert_content_detail {
    padding: 70px 0 40px;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 30px;
    color: #666
}

.expert_content_detail strong {
    color: #333;
    font-size: 18px
}

@media (max-width: 1440px) {
    .expert_content_detail {
        padding: 40px 0 30px;
        font-size: 14px;
        line-height: 26px
    }

    .expert_content_detail strong {
        font-size: 16px
    }
}

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

    .expert_content_detail strong {
        font-size: 14px
    }
}

.video_list {
    padding: 70px 0
}

@media (max-width: 1440px) {
    .video_list {
        padding: 50px 0
    }
}

@media (max-width: 1380px) {
    .video_list {
        padding: 30px 0
    }
}

@media (max-width: 1180px) {
    .video_list {
        padding: 0 0 20px
    }
}

.video_list .w {
    margin-bottom: 50px;
    overflow: hidden
}

@media (max-width: 1440px) {
    .video_list .w {
        margin-bottom: 30px
    }
}

@media (max-width: 1380px) {
    .video_list .w {
        margin-bottom: 10px
    }
}

.video_list .w ul {
    margin: 0 -10px
}

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

.video_list .w ul li {
    display: block;
    float: left;
    width: 33.33%;
    height: 340px;
    padding: 0 10px;
    margin-bottom: 20px
}

@media (max-width: 1440px) {
    .video_list .w ul li {
        height: 300px
    }
}

@media (max-width: 1380px) {
    .video_list .w ul li {
        height: 250px
    }
}

@media (max-width: 1180px) {
    .video_list .w ul li {
        width: 50%
    }
}

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

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

.video_list .w ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.video_list .w ul li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.video_list .w ul li a .img {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    overflow: hidden
}

.video_list .w ul li 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
}

.video_list .w ul li a i.iconfont {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 2
}

@media (max-width: 1440px) {
    .video_list .w ul li a i.iconfont {
        width: 40px;
        height: 40px;
        font-size: 40px;
        margin-left: -20px;
        margin-top: -20px
    }
}

.video_list .w ul li a b.t {
    display: block;
    width: 100%;
    height: 68px;
    padding: 10px 36px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .video_list .w ul li a b.t {
        height: 60px;
        padding: 10px 20px
    }
}

.video_list .w ul li a b.t span {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: normal
}

@media (max-width: 1440px) {
    .video_list .w ul li a b.t span {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width: 1380px) {
    .video_list .w ul li a b.t span {
        font-size: 14px
    }
}

@media (min-width: 1180px) {
    .video_list .w ul li a:hover:after {
        background: rgba(0, 0, 0, 0)
    }

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

    .video_list .w ul li a:hover b.t {
        background: rgba(0, 0, 0, 0.7)
    }
}

.news_list {
    padding: 70px 0
}

@media (max-width: 1440px) {
    .news_list {
        padding: 50px 0
    }
}

@media (max-width: 1380px) {
    .news_list {
        padding: 30px 0
    }
}

@media (max-width: 1180px) {
    .news_list {
        padding: 0 0 20px
    }
}

.news_list .w {
    margin-bottom: 50px;
    overflow: hidden
}

@media (max-width: 1440px) {
    .news_list .w {
        margin-bottom: 30px
    }
}

@media (max-width: 1380px) {
    .news_list .w {
        margin-bottom: 10px
    }
}

.news_list .w ul li {
    display: block;
    float: left;
    width: 100%;
    height: 380px;
    background-color: #f1f9fd;
    padding: 40px;
    margin-bottom: 30px
}

@media (max-width: 1380px) {
    .news_list .w ul li {
        height: 300px;
        padding: 30px
    }
}

@media (max-width: 1180px) {
    .news_list .w ul li {
        margin-bottom: 10px
    }
}

@media (max-width: 968px) {
    .news_list .w ul li {
        padding: 20px;
        height: auto
    }
}

@media (max-width: 668px) {
    .news_list .w ul li {
        width: 100%;
        padding: 10px
    }
}

.news_list .w ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

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

.news_list .w ul li a .img {
    display: block;
    float: left;
    width: 400px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2
}

@media (max-width: 968px) {
    .news_list .w ul li a .img {
        float: none;
        width: 100%;
        height: 300px
    }
}

@media (max-width: 668px) {
    .news_list .w ul li a .img {
        height: 200px
    }
}

.news_list .w ul li a .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s
}

.news_list .w ul li a .txt {
    width: 100%;
    height: 100%;
    padding: 0 300px 0 450px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: table
}

@media (max-width: 1380px) {
    .news_list .w ul li a .txt {
        padding: 0 200px 0 450px
    }
}

@media (max-width: 968px) {
    .news_list .w ul li a .txt {
        height: auto;
        padding: 20px 0 0;
        position: static
    }
}

.news_list .w ul li a .txt .inner {
    display: table-cell;
    vertical-align: middle
}

.news_list .w ul li a .txt .inner b {
    display: block;
    font-size: 20px;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1380px) {
    .news_list .w ul li a .txt .inner b {
        font-size: 14px
    }
}

.news_list .w ul li a .txt .inner .m_date {
    display: none
}

@media (max-width: 968px) {
    .news_list .w ul li a .txt .inner .m_date {
        display: block;
        font-family: 'btm';
        font-size: 16px;
        color: #b5b5b5
    }
}

.news_list .w ul li a .txt .inner .des {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin: 20px 0 40px
}

@media (max-width: 1380px) {
    .news_list .w ul li a .txt .inner .des {
        font-size: 12px;
        line-height: 22px
    }
}

@media (max-width: 968px) {
    .news_list .w ul li a .txt .inner .des {
        margin: 20px 0
    }
}

@media (max-width: 668px) {
    .news_list .w ul li a .txt .inner .des {
        margin: 10px 0
    }
}

.news_list .w ul li a .txt .inner .more01 {
    margin: 0
}

.news_list .w ul li a .date {
    float: right;
    width: 240px;
    height: 100%;
    border-left: 1px solid #e7edf0;
    text-align: right;
    font-size: 42px;
    color: #b5b5b5;
    position: relative;
    z-index: 2;
    font-family: 'btm';
    padding: 30px 0 0
}

@media (max-width: 1380px) {
    .news_list .w ul li a .date {
        width: 160px
    }
}

@media (max-width: 968px) {
    .news_list .w ul li a .date {
        display: none
    }
}

.news_list .w ul li a .date span {
    display: block;
    font-size: 68px
}

@media (max-width: 1440px) {
    .news_list .w ul li a .date span {
        font-size: 50px
    }
}

@media (min-width: 1180px) {
    .news_list .w ul li a:hover .img span {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .news_list .w ul li a:hover .txt .inner b {
        color: #2d9ac7
    }
}

.news_content {
    padding: 70px 0
}

@media (max-width: 1440px) {
    .news_content {
        padding: 50px 0
    }
}

@media (max-width: 1380px) {
    .news_content {
        padding: 30px 0
    }
}

@media (max-width: 1180px) {
    .news_content {
        padding: 20px 0
    }
}

.news_content .content_title {
    text-align: center
}

.news_content .content_title h1.t {
    display: block;
    font-size: 20px;
    line-height: 24px
}

@media (max-width: 1440px) {
    .news_content .content_title h1.t {
        font-size: 18px
    }
}

.news_content .content_title .info {
    font-size: 16px;
    line-height: 40px;
    color: #333
}

.news_content .content_title .info i.iconfont {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    color: #2d9ac7;
    margin: 0 5px 0 0
}

.news_content .txt {
    padding: 40px 0;
    font-size: 18px;
    line-height: 36px;
    color: #333
}

@media (max-width: 1440px) {
    .news_content .txt {
        font-size: 16px;
        line-height: 30px;
        padding: 30px 0
    }
}

@media (max-width: 1380px) {
    .news_content .txt {
        font-size: 14px;
        line-height: 26px;
        padding: 20px 0
    }
}

@media (max-width: 1180px) {
    .news_content .txt {
        padding: 10px 0
    }
}

.news_content .txt img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0
}

.news_content .bottom {
    padding-top: 40px;
    border-top: 1px solid #eee
}

@media (max-width: 1440px) {
    .news_content .bottom {
        padding-top: 30px
    }
}

@media (max-width: 1380px) {
    .news_content .bottom {
        padding-top: 20px
    }
}

@media (max-width: 1180px) {
    .news_content .bottom {
        padding-top: 10px
    }
}

.updown {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    position: relative
}

@media (max-width: 1380px) {
    .updown {
        font-size: 14px
    }
}

.updown a {
    color: #666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    .updown a:hover {
        color: #2d9ac7
    }
}

.updown a.back {
    display: block;
    width: 154px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #2d9ac7;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    border-radius: 40px;
    font-size: 16px
}

@media (max-width: 1180px) {
    .updown a.back {
        position: static;
        margin: 10px auto 0
    }
}

@media (min-width: 1180px) {
    .updown a.back:hover {
        opacity: .8;
        color: #fff
    }
}

.ivf_tube {
    padding: 70px 0 130px
}

@media (max-width: 1440px) {
    .ivf_tube {
        padding: 50px 0 110px
    }
}

@media (max-width: 1380px) {
    .ivf_tube {
        padding: 30px 0 90px
    }
}

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

.ivf_tube .w>.inner {
    width: 100%;
    height: 580px;
    position: relative
}

@media (max-width: 1440px) {
    .ivf_tube .w>.inner {
        height: 400px
    }
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner {
        height: auto
    }
}

.ivf_tube .w>.inner .title {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 2
}

@media (max-width: 1440px) {
    .ivf_tube .w>.inner .title {
        top: 20px
    }
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner .title {
        height: auto;
        position: static
    }
}

.ivf_tube .w>.inner .hd {
    width: 50%;
    position: absolute;
    left: 0;
    top: 160px;
    z-index: 2
}

@media (max-width: 1440px) {
    .ivf_tube .w>.inner .hd {
        top: 70px
    }
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner .hd {
        width: 100%;
        position: static;
        overflow: hidden;
        margin: 20px 0
    }
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner .hd ul {
        margin: 0 -5px
    }
}

.ivf_tube .w>.inner .hd ul li {
    display: inline-block;
    margin: 0 30px 0 0
}

@media (max-width: 968px) {
    .ivf_tube .w>.inner .hd ul li {
        margin: 0 10px 0 0
    }
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner .hd ul li {
        display: block;
        float: left;
        width: 33.33%;
        padding: 0 5px;
        margin: 0
    }
}

.ivf_tube .w>.inner .hd ul li span {
    cursor: pointer;
    display: block;
    width: 117px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #f5f5f5;
    color: #666;
    font-size: 14px;
    border-radius: 30px
}

@media (max-width: 968px) {
    .ivf_tube .w>.inner .hd ul li span {
        width: 110px
    }
}

.ivf_tube .w>.inner .hd ul li.on span {
    background-color: #2d9ac7;
    color: #fff
}

.ivf_tube .w>.inner .arrows {
    width: 120px;
    height: 60px;
    position: absolute;
    left: 52%;
    bottom: -60px;
    z-index: 2
}

@media (max-width: 1440px) {
    .ivf_tube .w>.inner .arrows {
        left: 55%
    }
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner .arrows {
        width: 100%;
        height: 40px;
        left: 0;
        top: 205px;
        bottom: auto
    }
}

.ivf_tube .w>.inner .arrows .arrow {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner .arrows .arrow {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media (min-width: 1180px) {
    .ivf_tube .w>.inner .arrows .arrow:hover {
        background-color: #53b7e8
    }
}

.ivf_tube .w>.inner .arrows .arrow.next {
    background-color: rgba(0, 0, 0, 0.15)
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner .arrows .arrow.next {
        float: right;
        background-color: rgba(0, 0, 0, 0.1)
    }
}

@media (min-width: 1180px) {
    .ivf_tube .w>.inner .arrows .arrow.next:hover {
        background-color: #53b7e8
    }
}

.ivf_tube .w>.inner .ivf_tube_c {
    height: 100%
}

.ivf_tube .w>.inner .ivf_tube_c .img {
    width: 55%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner .ivf_tube_c .img {
        width: 100%;
        height: 250px;
        position: static
    }
}

.ivf_tube .w>.inner .ivf_tube_c .txt {
    width: 52%;
    height: 410px;
    padding: 5%;
    background: url("../img/tube_txt_bg.png") right center no-repeat #f0f9fe;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 2
}

@media (max-width: 1440px) {
    .ivf_tube .w>.inner .ivf_tube_c .txt {
        width: 55%;
        height: 320px;
        padding: 3%
    }
}

@media (max-width: 668px) {
    .ivf_tube .w>.inner .ivf_tube_c .txt {
        width: 100%;
        height: auto;
        position: static;
        padding: 20px
    }
}

.ivf_tube .w>.inner .ivf_tube_c .txt b.t {
    display: block;
    font-size: 24px;
    color: #2d9ac7
}

@media (max-width: 1440px) {
    .ivf_tube .w>.inner .ivf_tube_c .txt b.t {
        font-size: 22px
    }
}

.ivf_tube .w>.inner .ivf_tube_c .txt b.t span {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: normal
}

@media (max-width: 1440px) {
    .ivf_tube .w>.inner .ivf_tube_c .txt b.t span {
        font-size: 16px
    }
}

.ivf_tube .w>.inner .ivf_tube_c .txt .des {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding: 30px 0 0
}

@media (max-width: 1440px) {
    .ivf_tube .w>.inner .ivf_tube_c .txt .des {
        font-size: 14px;
        line-height: 26px;
        padding: 20px 0 0
    }
}

.ivf_tube .w>.inner .ivf_tube_c .txt .des:after {
    content: '';
    margin: 30px 0 0;
    display: block;
    width: 75px;
    height: 1px;
    line-height: 1px;
    background-color: #2d9ac7
}

@media (max-width: 1440px) {
    .ivf_tube .w>.inner .ivf_tube_c .txt .des:after {
        margin: 20px 0 0
    }
}

.ivf_tube_specification {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/tube_specification.jpg")
}

@media (max-width: 1440px) {
    .ivf_tube_specification {
        padding: 50px 0
    }
}

@media (max-width: 1380px) {
    .ivf_tube_specification {
        padding: 30px 0
    }
}

@media (max-width: 1180px) {
    .ivf_tube_specification {
        padding: 20px 0
    }
}

@media (max-width: 668px) {
    .ivf_tube_specification {
        padding: 20px 0 0
    }
}

.ivf_tube_specification .w .inner {
    margin-top: 96px
}

@media (max-width: 1440px) {
    .ivf_tube_specification .w .inner {
        margin-top: 70px
    }
}

.ivf_tube_specification .w .inner ul {
    margin: 0 -40px
}

@media (max-width: 1440px) {
    .ivf_tube_specification .w .inner ul {
        margin: 0 -15px
    }
}

@media (max-width: 1380px) {
    .ivf_tube_specification .w .inner ul {
        margin: 0 -10px
    }
}

.ivf_tube_specification .w .inner ul li {
    display: block;
    float: left;
    width: 25%;
    padding: 0 40px
}

@media (max-width: 1440px) {
    .ivf_tube_specification .w .inner ul li {
        padding: 0 15px
    }
}

@media (max-width: 1380px) {
    .ivf_tube_specification .w .inner ul li {
        padding: 0 10px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_specification .w .inner ul li {
        width: 50%;
        margin: 0 0 60px
    }

    .ivf_tube_specification .w .inner ul li:nth-of-type(3),
    .ivf_tube_specification .w .inner ul li:nth-of-type(4) {
        margin-bottom: 0
    }
}

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

    .ivf_tube_specification .w .inner ul li:nth-of-type(3) {
        margin-bottom: 60px
    }

    .ivf_tube_specification .w .inner ul li:nth-of-type(4) {
        margin-bottom: 20px
    }
}

.ivf_tube_specification .w .inner ul li .item {
    padding: 90px 40px 60px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    position: relative
}

@media (max-width: 1440px) {
    .ivf_tube_specification .w .inner ul li .item {
        padding: 70px 30px 30px
    }
}

.ivf_tube_specification .w .inner ul li .item .img {
    width: 100px;
    height: 100px;
    background-color: #283a4c;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px
}

.ivf_tube_specification .w .inner ul li .item .img img {
    width: 60px
}

.ivf_tube_specification .w .inner ul li .item b.t {
    display: block;
    font-size: 22px;
    color: #333;
    text-align: center
}

.ivf_tube_specification .w .inner ul li .item b.t:after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    line-height: 2px;
    background-color: #283a4c;
    margin: 20px auto 25px
}

@media (max-width: 668px) {
    .ivf_tube_specification .w .inner ul li .item b.t:after {
        margin: 10px auto
    }
}

.ivf_tube_specification .w .inner ul li .item .des {
    font-size: 16px;
    line-height: 28px;
    color: #666
}

@media (max-width: 1440px) {
    .ivf_tube_specification .w .inner ul li .item .des {
        font-size: 14px;
        line-height: 26px
    }
}

.ivf_tube_success {
    padding: 80px 0 50px
}

@media (max-width: 1440px) {
    .ivf_tube_success {
        padding: 50px 0
    }
}

@media (max-width: 1380px) {
    .ivf_tube_success {
        padding: 30px 0
    }
}

@media (max-width: 1180px) {
    .ivf_tube_success {
        padding: 20px 0 0
    }
}

@media (max-width: 668px) {
    .ivf_tube_success {
        padding: 20px 0 0
    }
}

.ivf_tube_success .w .inner {
    margin-top: 50px
}

@media (max-width: 1440px) {
    .ivf_tube_success .w .inner {
        margin-top: 30px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_success .w .inner {
        margin-top: 20px
    }
}

.ivf_tube_success .w .inner ul {
    margin: 0 -20px
}

@media (max-width: 1440px) {
    .ivf_tube_success .w .inner ul {
        margin: 0 -10px
    }
}

@media (max-width: 1380px) {
    .ivf_tube_success .w .inner ul {
        margin: 0 -10px
    }
}

.ivf_tube_success .w .inner ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 20px
}

@media (max-width: 1440px) {
    .ivf_tube_success .w .inner ul li {
        padding: 0 10px
    }
}

@media (max-width: 1380px) {
    .ivf_tube_success .w .inner ul li {
        padding: 0 10px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_success .w .inner ul li {
        width: 100%;
        margin-bottom: 10px
    }
}

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

.ivf_tube_success .w .inner ul li img {
    width: 100%
}

.ivf_tube_lab {
    padding-top: 90px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/ivf_advantage.jpg")
}

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

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

.ivf_tube_lab .inner {
    width: 100%;
    position: relative
}

.ivf_tube_lab .inner .title {
    width: 44%;
    position: absolute;
    right: 0;
    top: 100px
}

@media (max-width: 968px) {
    .ivf_tube_lab .inner .title {
        width: 100%;
        position: static
    }
}

.ivf_tube_lab .inner .title .t {
    padding: 0 0 0 140px;
    font-size: 30px;
    color: #333;
    position: relative
}

@media (max-width: 1380px) {
    .ivf_tube_lab .inner .title .t {
        font-size: 24px;
        padding: 0 0 0 120px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_lab .inner .title .t {
        font-size: 22px
    }
}

@media (max-width: 668px) {
    .ivf_tube_lab .inner .title .t {
        float: none;
        padding: 0 0 0 70px;
        font-size: 20px
    }
}

.ivf_tube_lab .inner .title .t:before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    line-height: 1px;
    background: #2d9ac7;
    position: absolute;
    left: 0;
    top: 20px
}

@media (max-width: 1380px) {
    .ivf_tube_lab .inner .title .t:before {
        width: 30px;
        top: 15px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_lab .inner .title .t:before {
        top: 10px
    }
}

@media (max-width: 668px) {
    .ivf_tube_lab .inner .title .t:before {
        width: 20px
    }
}

.ivf_tube_lab .inner .title .t:after {
    content: '';
    display: block;
    width: 74px;
    height: 1px;
    line-height: 1px;
    background: #2d9ac7;
    position: absolute;
    left: 32px;
    top: 20px
}

@media (max-width: 1380px) {
    .ivf_tube_lab .inner .title .t:after {
        width: 60px;
        left: 30px;
        top: 15px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_lab .inner .title .t:after {
        top: 10px
    }
}

@media (max-width: 668px) {
    .ivf_tube_lab .inner .title .t:after {
        width: 40px;
        left: 20px
    }
}

.ivf_tube_lab .inner .title .des {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 60px
}

@media (max-width: 1440px) {
    .ivf_tube_lab .inner .title .des {
        margin-top: 30px;
        font-size: 14px;
        line-height: 28px
    }
}

@media (max-width: 668px) {
    .ivf_tube_lab .inner .title .des {
        margin-top: 20px;
        line-height: 26px
    }
}

.ivf_tube_lab .list {
    width: 49%;
    position: relative
}

@media (max-width: 968px) {
    .ivf_tube_lab .list {
        width: 100%;
        margin-top: 20px
    }
}

.ivf_tube_lab .ivf_tube_lab_list a.img {
    display: block;
    width: 100%;
    height: 525px
}

@media (max-width: 1440px) {
    .ivf_tube_lab .ivf_tube_lab_list a.img {
        height: 450px
    }
}

@media (max-width: 1380px) {
    .ivf_tube_lab .ivf_tube_lab_list a.img {
        height: 400px
    }
}

@media (max-width: 968px) {
    .ivf_tube_lab .ivf_tube_lab_list a.img {
        height: 400px
    }
}

@media (max-width: 668px) {
    .ivf_tube_lab .ivf_tube_lab_list a.img {
        height: 250px
    }
}

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

.ivf_tube_lab .arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dedede;
    color: #ffff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: 230px;
    z-index: 2
}

@media (max-width: 1440px) {
    .ivf_tube_lab .arrow {
        top: 180px
    }
}

@media (max-width: 1380px) {
    .ivf_tube_lab .arrow {
        opacity: .8
    }
}

@media (max-width: 968px) {
    .ivf_tube_lab .arrow {
        top: 160px
    }
}

@media (max-width: 668px) {
    .ivf_tube_lab .arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 105px
    }
}

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

.ivf_tube_lab .arrow.ivf_tube_lab_list_prev {
    left: -30px
}

@media (max-width: 1380px) {
    .ivf_tube_lab .arrow.ivf_tube_lab_list_prev {
        left: 10px
    }
}

@media (max-width: 668px) {
    .ivf_tube_lab .arrow.ivf_tube_lab_list_prev {
        left: 0px
    }
}

.ivf_tube_lab .arrow.ivf_tube_lab_list_next {
    right: -30px
}

@media (max-width: 1380px) {
    .ivf_tube_lab .arrow.ivf_tube_lab_list_next {
        right: 10px
    }
}

@media (max-width: 668px) {
    .ivf_tube_lab .arrow.ivf_tube_lab_list_next {
        right: 0px
    }
}

.ivf_tube_lab .ivf_tube_lab_list_page {
    width: 100%;
    text-align: center;
    margin-top: 25px
}

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

@media (max-width: 968px) {
    .ivf_tube_lab .ivf_tube_lab_list_page {
        margin-top: 10px
    }
}

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

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

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

.ivf_tube_lab .ivf_tube_lab_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
}

.ivf_tube_advantage {
    background: #f8f8f8;
    padding-top: 75px;
    padding-bottom: 150px;
    overflow: hidden
}

@media (max-width: 1440px) {
    .ivf_tube_advantage {
        padding-top: 50px;
        padding-bottom: 125px
    }
}

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

@media (max-width: 1180px) {
    .ivf_tube_advantage {
        padding-bottom: 10px
    }
}

@media (max-width: 668px) {
    .ivf_tube_advantage {
        padding-top: 30px
    }
}

.ivf_tube_advantage>.inner {
    width: 100%;
    height: 500px;
    position: relative
}

@media (max-width: 1380px) {
    .ivf_tube_advantage>.inner {
        height: 450px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_advantage>.inner {
        height: auto
    }
}

.ivf_tube_advantage>.inner .title {
    width: 30%;
    padding: 0 50px 0 0;
    position: absolute;
    left: 0;
    top: 100px
}

@media (max-width: 1440px) {
    .ivf_tube_advantage>.inner .title {
        padding: 0 20px 0 0
    }
}

@media (max-width: 1180px) {
    .ivf_tube_advantage>.inner .title {
        position: static;
        width: 100%
    }
}

.ivf_tube_advantage>.inner .title .txt {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin: 30px 0 0
}

@media (max-width: 1440px) {
    .ivf_tube_advantage>.inner .title .txt {
        font-size: 14px;
        line-height: 28px
    }
}

@media (max-width: 668px) {
    .ivf_tube_advantage>.inner .title .txt {
        line-height: 24px;
        margin-top: 20px
    }
}

.ivf_tube_advantage>.inner .title .txt p {
    margin-bottom: 15px
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor {
    width: 20%;
    height: 500px;
    padding: 0 0 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

@media (max-width: 1380px) {
    .ivf_tube_advantage>.inner .ivf_tube_advantage_doctor {
        height: 450px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_advantage>.inner .ivf_tube_advantage_doctor {
        position: static;
        width: 100%;
        padding: 0
    }
}

@media (max-width: 668px) {
    .ivf_tube_advantage>.inner .ivf_tube_advantage_doctor {
        height: auto
    }
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list {
    width: 100%;
    height: 100%;
    background-color: #fff
}

@media (max-width: 668px) {
    .ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list {
        padding-bottom: 50px
    }
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list a {
    display: block;
    padding: 30px
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list a .img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto
}

@media (max-width: 1380px) {
    .ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list a .img {
        width: 150px;
        height: 150px
    }
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list a .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list a .txt b.t {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #2d9ac7;
    font-weight: normal;
    margin: 10px 0
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list a .txt b.t em {
    display: block;
    font-size: 14px;
    color: #333
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list a .txt .des {
    font-size: 16px;
    line-height: 28px;
    color: #666
}

@media (max-width: 1440px) {
    .ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list a .txt .des {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 1380px) {
    .ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list a .txt .des {
        font-size: 12px;
        line-height: 22px
    }
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list_page {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_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
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_list_page .swiper-pagination-bullet-active {
    width: 26px;
    height: 26px;
    background: none;
    border: 1px solid #2d9ac7;
    position: relative
}

.ivf_tube_advantage>.inner .ivf_tube_advantage_doctor_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
}

.ivf_tube_advantage_big_w {
    width: 50%;
    height: 500px;
    position: absolute;
    left: 30%;
    top: 0px
}

@media (max-width: 1380px) {
    .ivf_tube_advantage_big_w {
        height: 450px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_advantage_big_w {
        width: 100%;
        height: auto;
        position: static
    }
}

.ivf_tube_advantage_big_w .ivf_tube_advantage_big {
    overflow: hidden;
    position: relative
}

.ivf_tube_advantage_big_w .ivf_tube_advantage_big .img {
    width: 100%;
    height: 500px
}

@media (max-width: 1380px) {
    .ivf_tube_advantage_big_w .ivf_tube_advantage_big .img {
        height: 450px
    }
}

@media (max-width: 668px) {
    .ivf_tube_advantage_big_w .ivf_tube_advantage_big .img {
        height: 250px
    }
}

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

.ivf_tube_advantage_thumb_w {
    width: 39%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: -75px
}

@media (max-width: 1380px) {
    .ivf_tube_advantage_thumb_w {
        height: 120px;
        bottom: -60px
    }
}

@media (max-width: 1180px) {
    .ivf_tube_advantage_thumb_w {
        width: 100%;
        margin-top: 10px;
        position: relative;
        bottom: auto
    }
}

@media (max-width: 668px) {
    .ivf_tube_advantage_thumb_w {
        height: auto
    }
}

.ivf_tube_advantage_thumb_w .arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dedede;
    color: #ffff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    bottom: 45px;
    z-index: 2
}

@media (max-width: 1380px) {
    .ivf_tube_advantage_thumb_w .arrow {
        opacity: .8;
        bottom: 25px
    }
}

@media (max-width: 668px) {
    .ivf_tube_advantage_thumb_w .arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        bottom: 210px
    }
}

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

.ivf_tube_advantage_thumb_w .arrow.ivf_tube_advantage_prev {
    left: -30px
}

@media (max-width: 1180px) {
    .ivf_tube_advantage_thumb_w .arrow.ivf_tube_advantage_prev {
        left: 0px
    }
}

.ivf_tube_advantage_thumb_w .arrow.ivf_tube_advantage_next {
    right: -30px
}

@media (max-width: 1180px) {
    .ivf_tube_advantage_thumb_w .arrow.ivf_tube_advantage_next {
        right: 0px
    }
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb {
    width: 100%;
    overflow: hidden
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide {
    cursor: pointer
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide .img {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1380px) {
    .ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide .img {
        height: 120px
    }
}

@media (max-width: 668px) {
    .ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide .img {
        height: 100px
    }
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide .img span em {
    display: block;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 30;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide .img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide .img:after {
    content: '\e65b';
    font-family: 'iconfont';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 21;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide.active-nav .img span em {
    opacity: 1
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide.active-nav .img:before {
    opacity: 1
}

.ivf_tube_advantage_thumb_w .ivf_tube_advantage_thumb .swiper-slide.active-nav .img:after {
    margin-left: -11px;
    opacity: 1
}

.ivf_tube_knowledge {
    padding-top: 80px;
    padding-bottom: 70px
}

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

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

@media (max-width: 1180px) {
    .ivf_tube_knowledge {
        padding-bottom: 20px
    }
}

@media (max-width: 668px) {
    .ivf_tube_knowledge {
        padding-top: 20px
    }
}

.ivf_tube_knowledge a.more01 {
    margin-top: 50px
}

@media (max-width: 1440px) {
    .ivf_tube_knowledge a.more01 {
        margin-top: 30px
    }
}

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

@media (max-width: 968px) {
    .ivf_tube_knowledge a.more01 {
        margin-top: 10px
    }
}

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

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

.ivf_tube_knowledge .list ul {
    margin: 0 -10px
}

.ivf_tube_knowledge .list ul li {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 10px
}

@media (max-width: 968px) {
    .ivf_tube_knowledge .list ul li {
        width: 100%;
        margin-bottom: 10px
    }
}

.ivf_tube_knowledge .list ul li a {
    display: block;
    width: 100%;
    height: 455px;
    position: relative
}

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

.ivf_tube_knowledge .list ul li a .img {
    width: 100%;
    height: 275px;
    overflow: hidden
}

@media (max-width: 668px) {
    .ivf_tube_knowledge .list ul li a .img {
        height: 250px
    }
}

.ivf_tube_knowledge .list ul li 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
}

.ivf_tube_knowledge .list ul li a .txt {
    width: 100%;
    height: 180px;
    background-color: #f1f9fd;
    padding: 20px
}

@media (max-width: 968px) {
    .ivf_tube_knowledge .list ul li a .txt {
        height: auto
    }
}

.ivf_tube_knowledge .list ul li a .txt b.t {
    display: block;
    font-size: 20px;
    color: #333;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .ivf_tube_knowledge .list ul li a .txt b.t {
        font-size: 18px
    }
}

@media (max-width: 1380px) {
    .ivf_tube_knowledge .list ul li a .txt b.t {
        font-size: 16px
    }
}

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

.ivf_tube_knowledge .list ul li a .txt .des {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #666;
    margin: 20px 0
}

@media (max-width: 1440px) {
    .ivf_tube_knowledge .list ul li a .txt .des {
        font-size: 14px;
        line-height: 24px;
        height: 48px
    }
}

@media (max-width: 1380px) {
    .ivf_tube_knowledge .list ul li a .txt .des {
        font-size: 12px
    }
}

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

.ivf_tube_knowledge .list ul li a .txt span.date {
    display: block;
    font-size: 18px;
    color: #2d9ac7
}

@media (min-width: 1180px) {
    .ivf_tube_knowledge .list ul li a:hover .img span {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07)
    }

    .ivf_tube_knowledge .list ul li a:hover .txt b.t {
        color: #2d9ac7
    }
}

.ivf_tube_knowledge .list ul li:nth-of-type(odd) .img {
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width: 968px) {
    .ivf_tube_knowledge .list ul li:nth-of-type(odd) .img {
        position: static
    }
}

.ivf_tube_knowledge .list ul li:nth-of-type(odd) .txt {
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 968px) {
    .ivf_tube_knowledge .list ul li:nth-of-type(odd) .txt {
        position: static
    }
}

.medical_guide_appointment {
    padding-top: 120px;
    padding-bottom: 130px
}

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

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

@media (max-width: 1180px) {
    .medical_guide_appointment {
        padding-bottom: 20px
    }
}

@media (max-width: 668px) {
    .medical_guide_appointment {
        padding-top: 20px;
        padding-bottom: 0
    }
}

@media (max-width: 668px) {
    .medical_guide_appointment {
        overflow: hidden
    }
}

.medical_guide_appointment .list {
    margin-top: 80px
}

@media (max-width: 1440px) {
    .medical_guide_appointment .list {
        margin-top: 50px
    }
}

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

.medical_guide_appointment .list ul {
    margin: 0 -20px
}

.medical_guide_appointment .list ul li {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 20px
}

.medical_guide_appointment .list ul li:nth-of-type(1) {
    margin-left: 16.66%
}

@media (max-width: 968px) {
    .medical_guide_appointment .list ul li:nth-of-type(1) {
        margin-left: 0
    }
}

@media (max-width: 968px) {
    .medical_guide_appointment .list ul li {
        width: 100%;
        margin-bottom: 10px
    }
}

.medical_guide_appointment .list ul li .item {
    background: #fff;
    -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)
}

@media (max-width: 668px) {
    .medical_guide_appointment .list ul li .item {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)
    }
}

.medical_guide_appointment .list ul li .item .txt {
    position: relative;
    z-index: 2
}

.medical_guide_appointment .list ul li .item .txt b.t {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #333
}

@media (max-width: 1380px) {
    .medical_guide_appointment .list ul li .item .txt b.t {
        font-size: 18px
    }
}

.medical_guide_appointment .list ul li .item .txt b.t:after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    line-height: 2px;
    background-color: #777;
    margin: 15px auto
}

.medical_guide_appointment .list ul li .item .txt .des {
    font-size: 16px;
    line-height: 28px;
    color: #666
}

@media (max-width: 1380px) {
    .medical_guide_appointment .list ul li .item .txt .des {
        font-size: 14px;
        line-height: 24px
    }
}

.medical_guide_appointment .list ul li .item .txt .des.center {
    text-align: center
}

.medical_guide_appointment .list ul li .item .txt .des.qr img {
    max-width: 140px
}

.medical_guide_appointment .list ul li .item .txt .des.qr span {
    display: block
}

.medical_guide_appointment .list ul li .item .txt .des p.phone {
    display: block;
    width: 210px;
    margin: 0 auto;
    line-height: 28px;
    position: relative;
    padding-left: 80px;
    text-align: left
}

.medical_guide_appointment .list ul li .item .txt .des p.phone span {
    display: block;
    width: 80px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0
}

.medical_guide_appointment .list ul li .item .txt a.btn_appointment {
    display: block;
    width: 180px;
    height: 47px;
    border: 1px solid #2d9ac7;
    text-align: center;
    line-height: 45px;
    text-align: center;
    color: #2d9ac7;
    margin: 30px auto 0;
    border-radius: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1380px) {
    .medical_guide_appointment .list ul li .item .txt a.btn_appointment {
        width: 160px;
        height: 42px;
        line-height: 40px
    }
}

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

.medical_guide_appointment .list ul li .col {
    width: 100%;
    height: 100%;
    padding: 75px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1440px) {
    .medical_guide_appointment .list ul li .col {
        padding: 40px
    }
}

@media (max-width: 668px) {
    .medical_guide_appointment .list ul li .col {
        padding: 20px
    }
}

.medical_guide_appointment .list ul li .col:after {
    content: '';
    display: block;
    width: 330px;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: -60px;
    bottom: -30px;
    z-index: 1
}

@media (max-width: 1440px) {
    .medical_guide_appointment .list ul li .col:after {
        width: 260px;
        height: 260px
    }
}

@media (max-width: 1380px) {
    .medical_guide_appointment .list ul li .col:after {
        width: 200px;
        height: 200px
    }
}

.medical_guide_appointment .list ul li:nth-of-type(1) .col:after {
    background-image: url("../img/medical_guide_appointment01.png")
}

.medical_guide_appointment .list ul li:nth-of-type(2) .col:after {
    background-image: url("../img/medical_guide_appointment02.png")
}

.medical_guide_appointment .list ul li:nth-of-type(3) .col:after {
    background-image: url("../img/medical_guide_appointment03.png")
}

.popup_appointment {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none
}

.popup_appointment .outer {
    width: 100%;
    height: 100%;
    display: table
}

.popup_appointment .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.popup_appointment .form {
    max-width: 570px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 668px) {
    .popup_appointment .form {
        width: 80%
    }
}

.popup_appointment .form span.form_close {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: -30px;
    top: -20px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/close02.png");
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    .popup_appointment .form span.form_close:hover {
        transform: rotate(90deg)
    }
}

.popup_appointment .form .title {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #2d9ac7;
    color: #fff;
    font-size: 30px
}

@media (max-width: 968px) {
    .popup_appointment .form .title {
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }
}

.popup_appointment .form .appointment_form_col {
    overflow: hidden;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9)
}

@media (max-width: 1380px) {
    .popup_appointment .form .appointment_form_col {
        padding: 20px
    }
}

@media (max-width: 968px) {
    .popup_appointment .form .appointment_form_col {
        padding: 10px
    }
}

.popup_appointment .form .row {
    margin: 0 -15px
}

@media (max-width: 1440px) {
    .popup_appointment .form .row {
        margin: 0 -10px
    }
}

@media (max-width: 1380px) {
    .popup_appointment .form .row {
        margin: 0 -7px
    }
}

.popup_appointment .form .row .item {
    padding: 0 15px;
    margin-bottom: 30px
}

@media (max-width: 1440px) {
    .popup_appointment .form .row .item {
        padding: 0 10px;
        margin-bottom: 20px
    }
}

@media (max-width: 1380px) {
    .popup_appointment .form .row .item {
        padding: 0 7px;
        margin-bottom: 10px
    }
}

.popup_appointment .form .row .item.item_input {
    width: 50%
}

@media (max-width: 668px) {
    .popup_appointment .form .row .item.item_input {
        width: 100%
    }
}

.popup_appointment .form .row .item.item_time {
    width: 100%
}

.popup_appointment .form .row .item input {
    width: 100%;
    height: 44px;
    line-height: 42px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.8)
}

.popup_appointment .form .row .item textarea {
    width: 100%;
    height: 200px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8)
}

@media (max-width: 1440px) {
    .popup_appointment .form .row .item textarea {
        height: 180px
    }
}

.popup_appointment .form .row .item.item_submit {
    margin-bottom: 0
}

.popup_appointment .form .row .item .submit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #2d9ac7;
    border-radius: 40px;
    background: none;
    color: #2d9ac7;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    .popup_appointment .form .row .item .submit:hover {
        background: #2d9ac7;
        color: #fff
    }
}

@media (max-width: 1380px) {
    .popup_appointment .form .row .item .submit {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
}

.popup_appointment.on {
    display: block
}

.popup_checkcode {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none
}

.popup_checkcode .outer {
    width: 100%;
    height: 100%;
    display: table
}

.popup_checkcode .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.popup_checkcode .form {
    max-width: 570px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 668px) {
    .popup_checkcode .form {
        width: 80%
    }
}

.popup_checkcode .form span.form_close {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: -30px;
    top: -20px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/close02.png");
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    .popup_checkcode .form span.form_close:hover {
        transform: rotate(90deg)
    }
}

.popup_checkcode .form .title {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #2d9ac7;
    color: #fff;
    font-size: 30px
}

@media (max-width: 968px) {
    .popup_checkcode .form .title {
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }
}

.popup_checkcode .form .appointment_form_col {
    overflow: hidden;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9)
}

@media (max-width: 1380px) {
    .popup_checkcode .form .appointment_form_col {
        padding: 20px
    }
}

@media (max-width: 968px) {
    .popup_checkcode .form .appointment_form_col {
        padding: 10px
    }
}

.popup_checkcode .form .row {
    margin: 0 -15px
}

@media (max-width: 1440px) {
    .popup_checkcode .form .row {
        margin: 0 -10px
    }
}

@media (max-width: 1380px) {
    .popup_checkcode .form .row {
        margin: 0 -7px
    }
}

.popup_checkcode .form .row .item {
    padding: 0 15px;
    margin-bottom: 30px
}

@media (max-width: 1440px) {
    .popup_checkcode .form .row .item {
        padding: 0 10px;
        margin-bottom: 20px
    }
}

@media (max-width: 1380px) {
    .popup_checkcode .form .row .item {
        padding: 0 7px;
        margin-bottom: 10px
    }
}

.popup_checkcode .form .row .item.item_input {
    width: 50%
}

@media (max-width: 668px) {
    .popup_checkcode .form .row .item.item_input {
        width: 100%
    }
}

.popup_checkcode .form .row .item.item_time {
    width: 100%
}

.popup_checkcode .form .row .item input {
    width: 100%;
    height: 44px;
    line-height: 42px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.8)
}

.popup_checkcode .form .row .item textarea {
    width: 100%;
    height: 200px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8)
}

@media (max-width: 1440px) {
    .popup_checkcode .form .row .item textarea {
        height: 180px
    }
}

.popup_checkcode .form .row .item.item_submit {
    margin-bottom: 0
}

.popup_checkcode .form .row .item .submit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #2d9ac7;
    border-radius: 40px;
    background: none;
    color: #2d9ac7;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (min-width: 1180px) {
    .popup_checkcode .form .row .item .submit:hover {
        background: #2d9ac7;
        color: #fff
    }
}

@media (max-width: 1380px) {
    .popup_checkcode .form .row .item .submit {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
}

.popup_checkcode.on {
    display: block
}

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

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

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

@media (max-width: 1180px) {
    .medical_guide_route {
        padding-bottom: 20px
    }
}

@media (max-width: 668px) {
    .medical_guide_route {
        padding-top: 20px;
        padding-bottom: 0
    }
}

@media (max-width: 668px) {
    .medical_guide_route {
        overflow: hidden
    }
}

.medical_guide_route .col {
    margin: 0 -15px
}

.medical_guide_route .col .item {
    float: left;
    width: 50%;
    padding: 0 15px
}

@media (max-width: 968px) {
    .medical_guide_route .col .item {
        width: 100%
    }
}

.medical_guide_route .col .item .title {
    margin: 20px 0 60px
}

@media (max-width: 1440px) {
    .medical_guide_route .col .item .title {
        margin: 20px 0
    }
}

.medical_guide_route .col .item .list ul li {
    display: block;
    padding: 40px;
    background-color: #fff
}

@media (max-width: 668px) {
    .medical_guide_route .col .item .list ul li {
        padding: 20px
    }
}

.medical_guide_route .col .item .list ul li:nth-of-type(1) {
    margin-bottom: 30px
}

@media (max-width: 1380px) {
    .medical_guide_route .col .item .list ul li:nth-of-type(1) {
        margin-bottom: 10px
    }
}

.medical_guide_route .col .item .list ul li b.t {
    display: block;
    font-size: 20px;
    color: #333
}

@media (max-width: 1440px) {
    .medical_guide_route .col .item .list ul li b.t {
        font-size: 16px
    }
}

.medical_guide_route .col .item .list ul li b.t:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background-color: #2d9ac7;
    margin: 15px 0
}

.medical_guide_route .col .item .list ul li .des {
    font-size: 16px;
    line-height: 26px;
    color: #666
}

@media (max-width: 1440px) {
    .medical_guide_route .col .item .list ul li .des {
        font-size: 14px;
        line-height: 24px
    }
}

.medical_guide_route .col .item #map01,.medical_guide_route .col .item #map02 {
    width: 100%;
    height: 49%;
    border: 1px solid #000;
}

@media (max-width: 968px) {
    .medical_guide_route .col .item #map01 {
        height: 400px !important;
        margin: 10px 0
    }
}

@media (max-width: 668px) {
    .medical_guide_route .col .item #map01 {
        height: 250px !important
    }
}

.medical_guide_time {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px
}

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

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

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

@media (max-width: 668px) {
    .medical_guide_time {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.medical_guide_time .inner {
    width: 100%;
    height: 640px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/medical_guide_time.jpg");
    position: relative
}

@media (max-width: 1440px) {
    .medical_guide_time .inner {
        height: 500px
    }
}

@media (max-width: 1380px) {
    .medical_guide_time .inner {
        height: 450px
    }
}

@media (max-width: 668px) {
    .medical_guide_time .inner {
        height: 350px;
        padding: 20px
    }
}

.medical_guide_time .inner .txt {
    width: 420px;
    padding: 50px 80px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 130px;
    bottom: 100px;
    z-index: 2
}

@media (max-width: 668px) {
    .medical_guide_time .inner .txt {
        width: 100%;
        height: 50%;
        padding: 20px;
        position: static;
        margin-top: 155px
    }
}

.medical_guide_time .inner .txt b.t {
    display: block;
    font-size: 30px;
    font-weight: normal
}

.medical_guide_time .inner .txt b.t span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #333
}

@media (max-width: 1380px) {
    .medical_guide_time .inner .txt b.t span {
        font-size: 24px
    }
}

@media (max-width: 1180px) {
    .medical_guide_time .inner .txt b.t span {
        font-size: 22px
    }
}

@media (max-width: 668px) {
    .medical_guide_time .inner .txt b.t span {
        font-size: 20px
    }
}

.medical_guide_time .inner .txt b.t span i {
    display: block;
    width: 110px;
    height: 1px;
    line-height: 1px;
    background: #2d9ac7;
    position: relative;
    margin: 24px 0 20px
}

@media (max-width: 1380px) {
    .medical_guide_time .inner .txt b.t span i {
        margin: 10px 0
    }
}

.medical_guide_time .inner .txt b.t span i:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background: #2d9ac7;
    position: absolute;
    left: 0;
    top: 0px
}

.medical_guide_time .inner .txt .des {
    font-size: 16px;
    line-height: 30px;
    color: #666
}
/* srarch.html start*/
.page_side{
    text-align: center;
    margin: 12px;
    color: #2d9ac7;
}
.search_keyword{
    color: #2d9ac7;
    margin-left: 5%;
}
/* srarch.html end*/
/*# sourceMappingURL=cn.min.css.map */