@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0
}

li {
    list-style: none
}

html,
body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden
}

html {
    font-size: 5.2083333333333vw
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw
    }
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}

* html .clearfix {
    height: 0%
}

*+html .clearfix {
    min-height: 0%
}

*+html .clearfix {
    min-height: 0%
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('../fonts/SourceHanSans-Regular.otf')
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url('../fonts/SourceHanSans-Medium.otf')
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url('../fonts/SourceHanSans-Bold.otf')
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf')
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../fonts/SourceHanSerifCN-Regular.otf')
}

body {
    color: #333;
    background: #ffffff;
    font: .18rem  'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px
    }
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #0961BF
}

.di_in {
    display: inline-block
}

.di_no {
    display: none
}

.di_bl {
    display: block
}

.te_c {
    text-align: center
}

.p_r {
    position: relative
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.container {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem
    }
}

.guide-page {
    width: 100%;
    height: 100vh;
    background: url(../images/home.jpg)no-repeat center bottom;
    background-size: cover;
    overflow: hidden
}

.guide-page .head {
    padding-left: .9rem;
    padding-right: 1.8rem;
    margin-top: .3rem
}

.guide-page .head .logo {
    height: .8rem
}

.guide-page .head .logo img {
    height: 100%
}

.guide-page .head .search-btn {
    cursor: pointer;
    color: #FFF;
    font-size: .14rem
}

.guide-page .head .search-btn .icon {
    width: .2rem;
    height: .2rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/search.svg)no-repeat center;
    background-size: .11rem;
    margin-right: .1rem
}

.guide-page .menu {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4.48rem;
    z-index: 10
}

.guide-page .menu .item {
    height: 1.25rem;
    margin: .15rem 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #FFF;
    width: 3.3rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding-left: .55rem;
    color: #666
}

.guide-page .menu .item .icon {
    width: .66rem;
    height: .66rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .35rem
}

.guide-page .menu .item .tit {
    font-size: .28rem;
    font-family: 'SourceHanSans-Medium'
}

.guide-page .menu .item .en {
    font-size: .14rem;
    font-family: 'SourceHanSerifCN-Medium'
}

.guide-page .menu .item span {
    font-size: .14rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.12);
    width: 1rem;
    height: .3rem;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    line-height: .3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -1.1rem;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.guide-page .menu .item:nth-child(1) .icon {
    background-image: url(../images/h-icon1.png)
}

.guide-page .menu .item:nth-child(2) .icon {
    background-image: url(../images/h-icon2.png)
}

.guide-page .menu .item:nth-child(3) .icon {
    background-image: url(../images/h-icon3.png)
}

.search-content {
    background: #0961BF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem
}

.search-content .content input[type='text']::placeholder {
    color: #FFF
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .3rem
}

.header {
    background-color: #0961BF;
    height: 1rem;
    padding-left: .6rem;
    padding-right: .6rem;
    align-items: flex-end
}

.header .logo {
    height: 1rem
}

.header .logo img {
    height: .7rem
}

.header .top {
    justify-content: flex-end;
    color: #FFF;
    margin-top: .1rem
}

.header .top a {
    color: #FFF;
    margin-right: .2rem
}

.header .top .search-btn {
    width: .22rem;
    height: .22rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: 100%;
    cursor: pointer
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.menu-btn.close {
    background-image: url(../images/close.svg)
}

.nav li {
    margin: 0 .2rem
}

.nav li:last-child {
    margin-right: 0
}

.nav li>a {
    line-height: .63rem;
    font-size: .22rem;
    font-family: 'SourceHanSans-Medium';
    color: #FFF;
    margin: 0 .2rem
}

.nav li:last-child>a {
    margin-right: 0
}

.nav .drop {
    width: 100%;
    left: 0;
    top: .63rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, 0.1);
    font-size: .16rem
}

.nav .on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #67D5C8
}

.banner-content {
    background-color: #0961BF;
    padding-left: 1.2rem
}

.banner .swiper-container {
    border-radius: 1.1rem 0 0 0;
    -webkit-border-radius: 1.1rem 0 0 0;
    -moz-border-radius: 1.1rem 0 0 0;
    -ms-border-radius: 1.1rem 0 0 0;
    -o-border-radius: 1.1rem 0 0 0
}

.banner .swiper-slide {
    overflow: hidden;
    height: 8.6rem;
    border-radius: 1.1rem 0 0 0;
    -webkit-border-radius: 1.1rem 0 0 0;
    -moz-border-radius: 1.1rem 0 0 0;
    -ms-border-radius: 1.1rem 0 0 0;
    -o-border-radius: 1.1rem 0 0 0
}

.banner .swiper-slide img {
    transition: all 4.5s;
    -webkit-transition: all 4.5s;
    -moz-transition: all 4.5s;
    -ms-transition: all 4.5s;
    -o-transition: all 4.5s
}

.banner .swiper-slide-active img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.banner .swiper-pagination {
    width: 1.2rem;
    bottom: 0;
    left: -1.2rem
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    margin-bottom: .3rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    opacity: 1
}

.banner .swiper-pagination-bullet-active {
    width: .28rem;
    height: .29rem;
    background: url(../images/banner-icon.png)no-repeat center;
    background-size: 100%
}

.pub-menu {
    width: 1.2rem;
    position: absolute;
    left: 0;
    top: 1.3rem
}

.pub-menu .item {
    width: 100%;
    height: .42rem;
    line-height: .42rem;
    color: #FFF;
    padding-left: .15rem;
    margin-bottom: .2rem;
    z-index: 11
}

.pub-menu .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.14);
    width: 0;
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.pub-menu .item .icon {
    width: .2rem;
    height: .2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .1rem;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.pub-menu .item:nth-child(1) .icon {
    background-image: url(../images/h-icon1-on.png)
}

.pub-menu .item:nth-child(2) .icon {
    background-image: url(../images/h-icon2-on.png)
}

.pub-menu .item:nth-child(3) .icon {
    background-image: url(../images/h-icon3-on.png)
}

.pub-menu .item.on .flex-1 {
    font-family: 'SourceHanSans-Bold'
}

.pub-menu .item.on::after {
    width: 100%
}

.pub-menu .item.on .icon {
    opacity: 1
}

.footer {
    background-color: #0961BF;
    color: #FFF;
    padding-top: .2rem;
    font-size: .16rem
}

.footer a {
    color: #FFF
}

.footer .link .tit {
    font-size: .24rem;
    font-family: 'SourceHanSans-Bold';
    margin-right: .2rem;
    line-height: .4rem
}

.footer .link a {
    line-height: .4rem;
    margin-right: .2rem;
    padding-right: .2rem
}

.footer .link a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: .15rem;
    background-color: #FFF
}

.footer .link a:last-child {
    margin-right: 0;
    padding-right: 0
}

.footer .link a:last-child::after {
    display: none
}

.footer .copyright {
    padding: .2rem 0;
    margin-top: .5rem
}

.footer .info {
    margin-top: .6rem
}

.footer .logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.footer .logo img {
    height: .8rem
}

.footer .erwma-con .item {
    margin-left: .25rem
}

.footer .erwma-con .pic {
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.footer .erwma-con .pic img {
    width: 100%
}

.footer .erwma-con .txt {
    margin-top: .1rem
}

.footer .f-us .tit {
    font-size: .24rem;
    font-family: 'SourceHanSans-Bold'
}

.footer .f-us .tit-con {
    margin-top: .2rem
}

.footer .f-us .tit-con>div {
    width: 25%
}

.footer .f-us .tit-con>div span {
    cursor: pointer
}

.footer .f-us .tit-con>div.on span {
    padding-right: .2rem
}

.footer .f-us .tit-con>div.on span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.footer .f-us .tit-con>div.on span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.5rem;
    height: 2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.footer .f-us .content {
    font-size: .14rem
}

.footer .f-us .content p {
    margin-top: .1rem
}

@media (min-width:1025px) {
    .guide-page .menu .item:hover {
        background: url(../images/tbg1.png)no-repeat center;
        background-size: 100% 100%;
        color: #FFF;
        width: 100%
    }

    .guide-page .menu .item:nth-child(1):hover .icon {
        background-image: url(../images/h-icon1-on.png)
    }

    .guide-page .menu .item:nth-child(2):hover .icon {
        background-image: url(../images/h-icon2-on.png)
    }

    .guide-page .menu .item:nth-child(3):hover .icon {
        background-image: url(../images/h-icon3-on.png)
    }

    .guide-page .menu .item:hover span {
        opacity: 1;
        color: #666
    }

    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg)
    }

    .pub-menu .item:hover::after {
        width: 100%
    }

    .pub-menu .item:hover .icon {
        opacity: 1
    }

    .footer a:hover {
        text-decoration: underline;
        color: rgba(255, 255, 255, .7)
    }
}

@media (max-width:1199px) {
    .guide-page .head {
        padding-left: .2rem;
        padding-right: .2rem
    }

    .guide-page .head .search-btn,
    .guide-page .menu .item .en {
        font-size: 12px
    }

    .guide-page .head .search-btn .icon {
        width: .38rem;
        height: .38rem;
        background-size: .24rem
    }

    .guide-page .menu {
        left: .6rem
    }

    .guide-page .menu .item .tit {
        font-size: 18px
    }

    .search-content .content input[type='text'] {
        font-size: 14px
    }

    .header {
        align-items: center;
        padding-left: .2rem;
        padding-right: .9rem
    }

    .header .top {
        margin-top: 0
    }

    .header .top a {
        display: none
    }

    .header .top .search-btn {
        width: .36rem;
        height: .36rem
    }

    .menu-btn {
        display: block
    }

    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll !important;
        display: none;
        background-color: #0961BF;
        z-index: 999;
        height: calc(100vh - 1rem);
        padding: .2rem .3rem
    }

    .nav li {
        margin: 0
    }

    .nav li>a {
        margin: 0;
        line-height: .9rem
    }

    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem
    }

    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg)
    }

    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        box-shadow: none;
        padding-left: .2rem
    }

    .nav .drop a {
        color: #FFF
    }

    .footer .f-us .content,
    .pub-menu .item,
    .footer .copyright {
        font-size: 12px
    }

    .footer,
    .footer .link .tit,
    .nav .drop {
        font-size: 14px
    }

    .nav li>a {
        font-size: 16px
    }

    .footer .f-us .tit {
        font-size: 18px
    }
}

@media (max-width:950px) {
    .guide-page .menu .item {
        width: 100%;
        height: 1.6rem
    }
}

@media (max-width:767px) {
    .pub-menu {
        top: .53rem
    }

    .banner .swiper-slide {
        height: 5rem
    }

    .banner .swiper-slide,
    .banner .swiper-container {
        border-radius: .7rem 0 0 0;
        -webkit-border-radius: .7rem 0 0 0;
        -moz-border-radius: .7rem 0 0 0;
        -ms-border-radius: .7rem 0 0 0;
        -o-border-radius: .7rem 0 0 0
    }

    .footer .erwma-con {
        width: 100%;
        margin-top: .3rem;
        justify-content: center
    }

    .footer .logo {
        position: inherit;
        width: 100%
    }

    .footer .info {
        margin-top: .3rem
    }

    .footer .f-us {
        margin-top: .3rem
    }

    .footer .f-us .tit-con>div {
        width: 40%
    }

    .footer .copyright {
        margin-top: 0
    }
}

.pub-wrap {
    margin-bottom: 1.5rem
}

.pub-wrap .banner-content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.6rem;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%)
}

.n-banner {
    overflow: hidden;
    height: 6rem;
    border-radius: 1.3rem 0 0 0;
    -webkit-border-radius: 1.3rem 0 0 0;
    -moz-border-radius: 1.3rem 0 0 0;
    -ms-border-radius: 1.3rem 0 0 0;
    -o-border-radius: 1.3rem 0 0 0
}

.pub {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    width: 100%
}

.sidebar {
    width: 2.4rem;
    margin-top: .5rem;
    background: linear-gradient(#FFFFFF 38%, #EBF0F9 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    margin-right: .6rem
}

.sidebar .title {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .28rem;
    background-color: #0961BF;
    color: #FFF;
    height: 1rem;
    line-height: 1rem;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    overflow: hidden;
    margin-top: -.1rem
}

.sidebar ul {
    padding-bottom: 1rem;
    padding-left: .25rem;
    padding-right: .25rem;
}

.sidebar li {
    border-bottom: 1px #D8D8D8 dashed;

}

.sidebar li>a {

    padding: .2rem 0 .2rem 0;
margin-right:.1rem;
}
.sidebar li>span{
    position: absolute;
    right: 0;
    top: 0.22rem;
}
.sidebar li.on>a {
color: #0961BF;
}

.sidebar li dl{display:none;padding-left:.25rem;padding-bottom:.2rem;}
.sidebar li dt{font-size:.16rem;padding:.1rem 0;color:#fff;line-height:1.5;}

.sidebar li.on dl{display:block;}
.sidebar li dt.on a,.sidebar li dt:hover  a{color:#0961BF;}



.pub-content {
    margin-top: .4rem;
    min-width: 0
}

.pub-title .title {
    /* font-family: 'SourceHanSans-Bold'; */
    font-size: .3rem;
    padding-left: .25rem;
    margin-right: .2rem;
    font-weight: bold;
}

.pub-title .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: .26rem;
    background-color: #0961BF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.pub-title .line {
    height: 1px;
    background-color: #D8D8D8;
    margin-right: .1rem
}

.crumbs {
    font-size: .16rem;
    background: url(../images/home.svg)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem
}

.crumbs a {
    background: url(../images/arrow1.svg)no-repeat right center;
    padding-right: .2rem;
    margin-right: .15rem;
    background-size: .1rem
}

.introduction {
    margin-top: .4rem;
    line-height: 2.4
}

.introduction h4 {
    margin-top: .2rem;
    font-family: 'Microsoft YaHei';
}

.introduction p {
    text-indent: .36rem;
    font-family: 'Microsoft YaHei';
}

.introduction img {
    max-width: 100%
}

.leader {
    margin-top: .2rem
}

.leader .text-con {
    width: 48%;
    border-bottom: 1px #D8D8D8 solid;
    line-height: 1rem;
    font-size: .18rem;
    margin-right: 4%;
    padding-left: .1rem
}

.leader .text-con::after {
    content: '';
    position: absolute;
    right: -.25rem;
    top: 50%;
    width: 1px;
    height: .6rem;
    background-color: #D8D8D8;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.leader .text-con:nth-child(even) {
    margin-right: 0
}

.leader .text-con:nth-child(even)::after,
.leader .text-con:last-child::after {
    display: none
}

.leader .text-con .tit {
    width: 2rem;
    margin-right: .2rem;
    color: #0961BF
}

.leader .text-con span {
    margin-right: .4rem
}

.leader .text-con span:last-child {
    margin-right: 0
}

.goujia {
    margin-top: .4rem
}

.goujia img {
    max-width: 100%
}

.yuanwu {
    line-height: 2.2;
    font-size: .16rem;
    margin-top: .2rem
}

.yuanwu p {
    margin-bottom: .2rem
}

.yuanwu .text p {
    text-indent: .32rem
}

.xueke .submenu {
    margin-top: .5rem
}

.xueke .submenu a {
    background-color: #A9CAEE;
    width: 23.5%;
    height: .6rem;
    line-height: .6rem;
    font-size: .16rem;
    font-family: 'SourceHanSans-Bold';
    color: #FFF;
    margin-right: 2%
}

.xueke .submenu a:last-child {
    margin-right: 0
}

.xueke .submenu a.on {
    background-color: #0961BF
}

.xueke .item {
    border: 1px #D8D8D8 solid;
    padding: .3rem .3rem;
    margin-top: .4rem;
    /* color: #0961BF; */
}

.xueke .item .pic {
    width: 3.3rem;
    height: 2rem;
    overflow: hidden;
    margin-right: .4rem
}

.xueke .item .tit {
    font-size: .22rem;
    /* font-family: 'SourceHanSans-Bold'; */
    font-weight: bold;
    line-height: 35px;
}
.xueke .item .tit a:hover{    color: #0961BF;    text-decoration: none;}
.xueke .item .more {
    margin-top: .7rem;
    text-align: right;
    font-size: .16rem
}
 .more2 {
    margin-top: .25rem;
    text-align: right;
    font-size: .16rem
}

.doctor {
    margin-top: .4rem
}

.doctor .content {
    width: 100%
}

.doctor .info {
    align-items: flex-end
}

.doctor .info .pic {
    width: 5.45rem;
    height: 3.55rem;
    overflow: hidden
}

.doctor .info .text-con>div {
    background-color: #FFF;
    z-index: 20;
    padding: .4rem
}

.doctor .info .text-con::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0961BF;
    z-index: -1;
    bottom: -.1rem;
    right: -.1rem
}

.doctor .info .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-height: 35px;
    -webkit-box-orient: vertical
}

.doctor .info .more {
    font-size: .16rem;
    color: #0961BF;
    margin-top: .65rem;
    background: url(../images/arrow3.svg)no-repeat right center;
    padding-right: .3rem
}

.doctor .tit {
    /* font-family: 'SourceHanSans-Bold'; */
    margin: .4rem;
    color: #0961BF;
    font-size: .3rem;
    text-align: center;
    font-weight: bold;
}

.doctor .tit .more {
    color: #0961BF;
    font-family: 'SourceHanSans-Regular';
    font-size: .16rem;
    background: url(../images/arrow3.svg)no-repeat right center;
    padding-right: .3rem
}

.doctor .item {
    width: 23.5%;
    margin-top: .3rem;
    padding: 0 .3rem;
    box-sizing: border-box
}

.doctor .item:last-child {
    margin-right: 0
}

.doctor .item .pic {
    width: 100%;
    height: 2.5rem;
    overflow: hidden
}

.doctor .item .text-con {
    padding-top: .15rem;
    padding-bottom: .1rem;
    z-index: 20
}

.doctor .item .text-con::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
    height: 0%;
    z-index: -1;
    background-color: #0961BF
}

.doctor .item .name {
    font-size: .22rem;
    font-family: 'SourceHanSans-Bold'
}

.doctor .item .text {
    font-size: .14rem;
    margin-top: .05rem
}

.doctor-details .info-con {
    padding: .3rem;
    border: 1px #D8D8D8 solid;
    margin-top: .4rem
}

.doctor-details .info-con .pic {
    width: 2.6rem;
    height: 3.35rem;
    overflow: hidden;
    margin-right: .4rem
}

.doctor-details .info-con .name-con {
    margin-top: .2rem
}

.doctor-details .info-con .name {
    font-size: .24rem;
    margin-right: .2rem
}

.doctor-details .info-con .text {
    font-size: .16rem;
    line-height: 2;
    margin-top: .2rem
}

.doctor-details .title-con {
    margin-top: .6rem;
    font-size: .24rem;
    line-height: .54rem;
    border-bottom: 2px #0961BF solid
}

.doctor-details .title-con span {
    border-radius: .1rem .1rem 0 0;
    -webkit-border-radius: .1rem .1rem 0 0;
    -moz-border-radius: .1rem .1rem 0 0;
    -ms-border-radius: .1rem .1rem 0 0;
    -o-border-radius: .1rem .1rem 0 0;
    padding: 0 .2rem;
    cursor: pointer;
    color: #666
}

.doctor-details .title-con span.on {
    background-color: #0961BF;
    color: #FFF
}

.doctor-details .content {
    line-height: 2;
    border: 1px #D8D8D8 solid;
    padding: .3rem
}

.doctor-details .content img {
    max-width: 100%
}

.img-list .item {
    margin-top: .3rem;
    padding: .35rem .4rem;
    background-color: #FFF;
    z-index: 20;
    border: 1px #D0EAEE solid
}

.img-list .item::after,
.text-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #0961BF;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
    border-bottom: 4px #EBC98B solid
}

.img-list .item .pic {
    width: 2.4rem;
    height: 1.55rem;
    overflow: hidden;
    margin-right: .4rem
}

.img-list .item .date,
.text-list .item .date {
    width: 1.3rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #0961BF;
    font-size: .14rem
}

.img-list .item .date span,
.text-list .item .date span {
    font-size: .28rem
}

.img-list .item .text-con,
.text-list .item .text-con {
    margin-right: .4rem;
    padding-top: .1rem
}

.img-list .item .tit,
.text-list .item .tit {
    font-size: .22rem
}

.img-list .item .des,
.text-list .item .des {
    color: #666;
    font-size: .16rem;
    line-height: 1.8;
    margin-top: .15rem
}

.page {
    margin-top: .5rem;
    font-size: .14rem;
    line-height: .32rem
}

.page a {
    border: 1px #D8D8D8 solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 .12rem;
    margin-right: .1rem
}

.page span {
    margin-right: .1rem
}

.page .on {
    background-color: #0961BF;
    color: #FFF;
    border-color: #0961BF
}

.page .prev,
.page .next {
    width: .32rem;
    background: url(../images/arrow1.svg)no-repeat center;
    background-size: .08rem
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.text-list .item {
    padding: .3rem .5rem;
    margin-top: .3rem;
    background-color: #FFF;
    z-index: 20;
    border: 1px #D0EAEE solid
}

.news-details {
    margin-top: .4rem
}

.news-details h1 {
    font-size: .24rem
}

.news-details .info {
    background-color: rgba(183, 210, 240, .14);
    margin-top: .15rem;
    color: #666;
    font-size: .14rem;
    line-height: .45rem
}

.news-details .info span {
    margin: 0 .05rem
}

.news-details .info span span {
    margin: 0;
}

.news-details .body {
    line-height: 2.2;
    font-size: .18rem;
    margin: .5rem 0;
}



.news-details .body p {
    text-indent: 2em;
    margin-top: .1rem;
    font-family: 'Microsoft YaHei';
    text-align:justify;
}
.news-details .body p span{ font-family: 'Microsoft YaHei';}
.news-details .body img {
    max-width: 90%;
    margin-top: .3rem;
    margin: 0 auto;
    display: block;
    height: auto !important;
    min-width: 300px;
}

.news-details .body TABLE{width: 100%;margin:0 auto;border-collapse:collapse;border:1px solid #bbb;} 
.news-details .body TABLE TD{border:1px solid #bbb;padding: 5px 5px;word-break: break-all;} 
.news-details .body TABLE TD P {
    text-indent: 0px !important;
    margin: 0px;
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    }

.news-details .edit {
    text-align: right;
    font-size: .14rem;
    margin-top: .4rem;
    padding-bottom: .2rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
    font-family: 'Microsoft YaHei';
}

.news-details .next a {
    margin-top: .2rem;
    font-size: .16rem;
    font-family: 'Microsoft YaHei';
}
/*
.news-details .next a span {
    color: #0961BF
}*/

.keyan .submenu {
    margin-top: .1rem;
}

.keyan .submenu a {
    background-color: #A9CAEE;
    width: 23%;
    height: .6rem;
    line-height: .6rem;
    font-size: .16rem;
    font-family: 'SourceHanSans-Bold';
    color: #FFF;
    margin-right: 2%;
    margin-top: .2rem;
}

.keyan .submenu a:last-child {
    margin-right: 0
}

.keyan .submenu a.on {
    background-color: #0961BF
}

.pub-list {
    margin-top: .3rem
}

.pub-list .item {
    border-bottom: 1px dashed #C4D1E5;
    line-height: .75rem;
    padding-left: .25rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 20
}

.pub-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #DFECFA;
    z-index: -1
}

.pub-list .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: .1rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: url(../images/arrow2.svg)no-repeat center;
    background-size: .08rem
}

.pub-list .item .tit {
    margin-right: .3rem
}

.pub-list .item .date {
    color: #9E9E9E;
    font-size: .16rem
}

.jidi .submenu {
    margin-top: .2rem
}

.jidi .submenu a {
    background-color: #A9CAEE;
    width: 40%;
    height: .6rem;
    line-height: .6rem;
    font-size: .2rem;
    color: #FFF;
    margin-right: 2%;
    margin-top: .3rem;
    color: #0961BF
}

.jidi .submenu a:nth-child(even) {
    margin-right: 0
}

.jidi .submenu a.on {
    background-color: #0961BF;
    font-family: 'SourceHanSans-Bold';
    color: #FFFFFF
}

.qikai {
    margin-top: .4rem;
    border: 1px #D8D8D8 solid;
    padding: .3rem .4rem
}

.qikai .pic {
    width: 2.4rem;
    /* height: 3.35rem; */
    overflow: hidden;
    margin-right: .4rem
}

.qikai .tit {
    font-size: .22rem;
    color: #0961BF;
    font-family: 'SourceHanSans-Bold'
}

.qikai .des {
    font-size: .16rem;
    line-height: 2.0;
}

.qikai .des p {
    margin-top: .2rem
}

.qikai .more {
    text-align: right;
    font-size: .16rem;
    color: #0961BF;
    margin-top: .2rem
}

.lun .submenu {
    margin-top: .2rem
}

.lun .submenu a {
    background-color: #7ba9dc;
    width: 23.5%;
    height: .6rem;
    line-height: .6rem;
    font-size: .16rem;
    /* font-family: 'SourceHanSans-Bold'; */
    color: #FFF;
    margin-right: 2%;
    margin-top: .2rem
}

.lun .submenu a:nth-of-type(4n) {
    margin-right: 0
}

.lun .submenu a.on {
    background-color: #006ebc;
}

.kepu-video {
    margin-top: .4rem
}

.kepu-video .pic {
    width: 6.6rem;
    height: 4rem;
    overflow: hidden;
    margin-bottom: .3rem
}

.kepu-video .tit {
    /* font-family: 'SourceHanSans-Bold'; */
    margin-right: .2rem;
    font-weight: bold;
}

.kepu-video .date {
    font-size: .14rem;
    color: #666
}

@media (min-width:1025px) {

    .xueke .submenu a:hover,
    .keyan .submenu a:hover,
    .lun .submenu a:hover {
        background-color: #0961BF
    }

    .xueke .item:hover .pic img,
    .doctor .item:hover .pic img,
    .img-list .item:hover .pic img,
    .kepu-video:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05)
    }

    .xueke .item:hover .tit,
    .xueke .item:hover .more,
    .doctor .tit .more:hover {
        text-decoration: underline
    }

    .doctor .item:hover .text-con::after {
        height: 100%
    }

    .doctor .item:hover,
    .img-list .item:hover .tit,
    .img-list .item:hover .des,
    .img-list .item:hover .date,
    .text-list .item:hover .tit,
    .text-list .item:hover .des,
    .text-list .item:hover .date {
        color: #FFF
    }

    .img-list .item:hover::after,
    .text-list .item:hover:after,
    .pub-list .item:hover::after {
        width: 100%
    }

    .page a:hover {
        background-color: #0961BF;
        color: #FFF;
        border-color: #0961BF
    }

    .img-list .item:hover .tit,
    .text-list .item:hover .tit {
        font-family: 'SourceHanSans-Bold'
    }

    .pub-list .item:hover {
        padding-right: .2rem;
        padding-left: .4rem
    }

    .pub-list .item:hover::before {
        left: .2rem
    }

    .pub-list .item:hover .date {
        color: #0961BF
    }
}

@media (max-width:1199px) {
    .pub {
        padding-left: .2rem;
        padding-right: .2rem
    }

    .sidebar {
        display: none
    }

    .pub-title .title {
        font-size: 20px
    }

    .crumbs,
    .xueke .item .more,
    .doctor .info .more,
    .doctor .item .text,
    .doctor-details .info-con .text,
    .img-list .item .des,
    .img-list .item .date,
    .page,
    .text-list .item .des,
    .text-list .item .date,
    .news-details .info,
    .news-details .edit,
    .pub-list .item .date,
    .qikai .des,
    .kepu-video .date {
        font-size: 12px
    }

    .leader .text-con,
    .yuanwu,
    .xueke .submenu a,
    .xueke .item .tit,
    .img-list .item .tit,
    .text-list .item .tit,
    .news-details .body,
    .news-details .next a,
    .keyan .submenu a,
    .jidi .submenu a,
    .qikai .more,
    .lun .submenu a {
        font-size: 14px
    }

    .doctor .item .name,
    .doctor-details .info-con .name,
    .qikai .tit {
        font-size: 16px
    }

    .doctor-details .title-con,
    .img-list .item .date span,
    .text-list .item .date span,
    .news-details h1 {
        font-size: 18px
    }

    .leader .text-con .tit,
    .img-list .item .date,
    .text-list .item .date {
        width: 100px
    }

    .img-list .item .pic {
        width: 3rem;
        height: 1.8rem
    }

    .pub-list .item {
        line-height: .9rem
    }

    .jidi .submenu a {
        width: 49%
    }

    .jidi .submenu a:nth-child(even) {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .crumbs {
        display: none
    }

    .n-banner {
        height: 3.8rem;
        border-radius: .6rem 0 0 0;
        -webkit-border-radius: .6rem 0 0 0;
        -moz-border-radius: .6rem 0 0 0;
        -ms-border-radius: .6rem 0 0 0;
        -o-border-radius: .6rem 0 0 0
    }

    .leader .text-con,
    .jidi .submenu a,
    .kepu-video .pic {
        width: 100%;
        margin-right: 0
    }

    .leader .text-con::after {
        display: none
    }

    .xueke .item {
        padding: .2rem
    }

    .xueke .item .pic {
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .xueke .submenu {
        margin-top: 0
    }

    .xueke .submenu a {
        width: 49%;
        margin-top: .2rem
    }

    .xueke .submenu a:nth-child(even) {
        margin-right: 0
    }

    .doctor .item,
    .keyan .submenu a,
    .lun .submenu a {
        width: 49%
    }

    .doctor .item:nth-child(even),
    .keyan .submenu a:nth-child(even),
    .lun .submenu a:nth-child(even) {
        margin-right: 0
    }

    .doctor .item .pic {
        height: 3.5rem;
    }

    .doctor .info .pic {
        width: 100%
    }

    .doctor-details .info-con,
    .qikai {
        display: block
    }

    .doctor-details .info-con .pic,
    .qikai .pic {
        margin-left: auto;
        margin-right: auto
    }

    .doctor-details .info-con .name-con,
    .qikai .tit {
        text-align: center
    }

    .doctor-details .title-con {
        line-height: .7rem
    }

    .img-list .item,
    .text-list .item {
        padding: .2rem
    }

    .img-list .item .pic {
        width: 100%;
        margin-right: 0;
        height: 3.4rem;
        margin-bottom: .3rem
    }
.img-list a .flex-1{
display: block;
    min-width: auto;
}
    .img-list .item .date,
    .text-list .item .date {
        text-align: right;
        width: 90px
    }

    .img-list .item .text-con,
    .text-list .item .text-con {
        margin-right: .2rem
    }

    .page {
        line-height: .4rem
    }

    .page span,
    .page>div,
    .page input[type='submit'] {
        display: none
    }

    .keyan .submenu,
    .qikai .tit,
    .keyan .submenu a {
        margin-top: .2rem
    }
}

.home-introduction {
    padding: .5rem 1rem 0 1.6rem;
    width: 9.6rem;
    height: 2.8rem;
    overflow: hidden;
    background: linear-gradient(90deg, #0961BF, #67D5C8);
    border-radius: 0 0 0 1.2rem;
    -webkit-border-radius: 0 0 0 1.2rem;
    -moz-border-radius: 0 0 0 1.2rem;
    -ms-border-radius: 0 0 0 1.2rem;
    -o-border-radius: 0 0 0 1.2rem
}

.home-introduction .title-con .title img {
    height: .5rem;
    margin-right: .2rem
}

.home-introduction .title-con .title {
    font-size: .26rem;
    font-family: 'SourceHanSans-Bold';
    color: #FFF
}

.home-introduction .title-con .more {
    width: 1.8rem;
    height: .3rem;
    background: url(../images/more.svg)no-repeat right center;
    background-size: auto .3rem
}

.home-introduction .text {
    font-size: .14rem;
    color: #FFF;
    margin-top: .2rem;
    line-height: 1.8;
    max-height: .76rem;
    overflow: hidden
}

.home-tool {
    background-color: #FFF;
    height: 2.8rem
}

.home-tool .item {
    width: 50%;
    height: 1.4rem;
    border-bottom: 1px #D8D8D8 solid;
    border-right: 1px #D8D8D8 solid;
    z-index: 10;
    padding-left: 1.45rem
}

.home-tool .item .hi {
    position: absolute;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    top: -.6rem;
    width: 1.31rem;
    height: 1.06rem;
    opacity: 0
}

.home-tool .item .hi img {
    width: 100%
}

.home-tool .item .icon {
    width: .6rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .2rem
}

.home-tool .item .icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .72rem;
    height: .72rem;
    margin-left: -.36rem;
    margin-top: -.36rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: url(../images/q.png)no-repeat center;
    background-size: 100%
}

@keyframes ani_turn2 {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.home-tool .item:nth-child(even) {
    border-right: 0
}

.home-tool .item .tit {
    font-size: .24rem
}

.home-tool .item:nth-child(1) .icon {
    background-image: url(../images/t-icon1.png)
}

.home-tool .item:nth-child(2) .icon {
    background-image: url(../images/t-icon2.png)
}

.home-tool .item:nth-child(3) .icon {
    background-image: url(../images/t-icon3.png)
}

.home-tool .item:nth-child(4) .icon {
    background-image: url(../images/t-icon4.png)
}

.home-tool .item:nth-child(3),
.home-tool .item:nth-child(4) {
    border-bottom: 0
}

.home-title .title {
    font-family: 'SourceHanSerifCN-Bold'
}

.home-title .cn {
    font-size: .4rem
}

.home-title .cn span {
    color: #0961BF
}

.home-title .en {
    font-size: .16rem;
    text-transform: capitalize
}

.home-title .more {
    color: #666;
    font-size: .16rem;
    padding-right: .25rem;
    background: url(../images/more1.svg)no-repeat right center;
    background-size: .2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.home-news {
    margin-top: .6rem
}

.home-news .text-content {
    margin-top: .5rem;
    margin-right: .5rem
}

.home-news .text-content .pic-con {
    width: 100%;
    overflow: hidden;
    height: 2.12rem
}

.home-news .text-content .pic-con .pic {
    width: 3.15rem;
    height: 2.12rem;
    overflow: hidden;
    margin-right: .4rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem
}

.home-news .text-content .pic-con .tit {
    font-size: .22rem;
    font-family: 'SourceHanSans-Bold';
    max-height: .68rem;
    overflow: hidden
}

.home-news .text-content .pic-con .des {
    font-size: .14rem;
    color: #999;
    margin-top: .2rem;
    max-height: .44rem;
    overflow: hidden;
    line-height: 1.8
}

.home-news .text-content .pic-con .date {
    margin-top: .2rem;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .14rem;
    color: #0961BF
}

.home-news .text-content .pic-con .date span {
    font-size: .28rem
}

.home-news .text-con {
    margin-top: .2rem
}

.home-news .text-con .item {
    line-height: 1rem;
    border-bottom: 1px #CBCBCB solid;
    padding-left: .45rem;
    height: 1rem;
    overflow: hidden
}

.home-news .text-con .item .date {
    color: #0961BF
}

.home-news .text-con .item .tit {
    margin-right: .3rem
}

.home-news .text-con .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
    background: url(../images/dot.svg)no-repeat center;
    background-size: .16rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.home-news .focus {
    width: 7.8rem;
    height: 6.4rem;
    overflow: hidden;
    margin-top: .5rem
}

.home-news .focus .pic {
    width: 100%;
    overflow: hidden;
    height: 4.6rem
}

.home-news .focus .con {
    padding: .25rem .6rem .25rem 1.45rem;
    background-color: #F1F7FD;
    overflow: hidden;
    height: 1.8rem
}

.home-news .focus .tit {
    font-size: .22rem;
    font-family: 'SourceHanSans-Bold';
    margin-right: .4rem;
    max-height: .68rem;
    overflow: hidden
}

.home-news .focus .date {
    white-space: nowrap;
    color: #0961BF;
    font-size: .14rem;
    font-family: 'SourceHanSerifCN-Bold'
}

.home-news .focus .date span {
    font-size: .28rem
}

.home-news .focus .des {
    font-size: .14rem;
    margin-top: .2rem;
    color: #999;
    line-height: 1.8;
    max-height: .52rem;
    overflow: hidden
}

.home-news .focus .swiper-button-white {
    width: .9rem;
    height: .9rem;
    left: 0;
    right: auto;
    background-color: #0961BF;
    margin-top: 0;
    bottom: .9rem;
    top: auto;
    z-index: 20;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/prev3.svg);
    background-size: .2rem
}

.home-news .focus .swiper-button-next {
    bottom: 0;
    background-color: #67D5C8;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.home-news .focus .column {
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    line-height: .38rem;
    background-color: #0961BF;
    color: #FFF;
    font-family: 'SourceHanSans-Bold';
    z-index: 21;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    padding: 0 .2rem
}

.home-news .focus .column::after {
    content: '';
    position: absolute;
    left: -.05rem;
    top: -.05rem;
    right: -.05rem;
    bottom: -.05rem;
    background-color: #0961BF;
    opacity: .5;
    z-index: -1;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem
}

.home-content {
    background: url(../images/bg.jpg)no-repeat center top;
    background-size: cover;
    margin-top: .8rem;
    padding-top: .6rem
}

.home-notice .home-title {
    color: #FFF
}

.home-notice .home-title .more {
    background-image: url(../images/more2.svg);
    color: #FFF
}

.home-notice .title-con {
    margin-top: .2rem
}

.home-notice .title-con span {
    line-height: .4rem;
    width: 1.2rem;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
    font-family: 'SourceHanSans-Medium';
    color: #FFF;
    cursor: pointer
}

.home-notice .title-con span.on {
    background-color: #FFF;
    color: #0961BF;
    font-family: 'SourceHanSans-Bold'
}

.home-notice .content {
    margin-top: .4rem
}

.home-notice .content .swiper-container {
    padding-top: .5rem
}

.home-notice .content .swiper-slide {
    border-radius: 0 .5rem 0 .5rem;
    -webkit-border-radius: 0 .5rem 0 .5rem;
    -moz-border-radius: 0 .5rem 0 .5rem;
    -ms-border-radius: 0 .5rem 0 .5rem;
    -o-border-radius: 0 .5rem 0 .5rem;
    height: 2rem;
    border: 1px rgba(255, 255, 255, .2) solid;
    z-index: 20;
    padding: .6rem .3rem 0 .3rem
}

.home-notice .content .date {
    position: absolute;
    left: .3rem;
    top: -.18rem;
    z-index: 21;
    background-color: #FFF;
    color: #0961BF;
    line-height: .36rem;
    padding: 0 .2rem
}

.home-notice .content .tit {
    color: #FFF;
    max-height: .54rem;
    overflow: hidden
}

.home-notice .content .arrow {
    position: absolute;
    right: .3rem;
    bottom: .3rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: .65rem;
    height: .12rem;
    background: url(../images/arrow4.svg)no-repeat center;
    background-size: 100%;
    z-index: 21
}

.home-notice .content .swiper-button {
    width: .36rem;
    height: .36rem;
    background: #FFF url(../images/prev1.svg)no-repeat center;
    margin-top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .15rem
}

.home-notice .content .swiper-button-prev {
    left: -.7rem
}

.home-notice .content .swiper-button-next {
    right: -.7rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.home-xueke {
    margin-left: 1.1rem;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 105%);
    padding-right: 1.6rem;
    padding-top: .6rem;
    padding-left: .5rem;
    border-radius: .5rem 0 0 0;
    -webkit-border-radius: .5rem 0 0 0;
    -moz-border-radius: .5rem 0 0 0;
    -ms-border-radius: .5rem 0 0 0;
    -o-border-radius: .5rem 0 0 0;
    margin-top: .8rem
}

.home-xueke .content {
    margin-top: .5rem
}

.home-xueke .pic {
    margin-left: -1.6rem;
    width: 9rem;
    height: 5.5rem;
    margin-right: .7rem;
    overflow: hidden;
    border-radius: 0 .7rem 0 0;
    -webkit-border-radius: 0 .7rem 0 0;
    -moz-border-radius: 0 .7rem 0 0;
    -ms-border-radius: 0 .7rem 0 0;
    -o-border-radius: 0 .7rem 0 0
}

.home-xueke .item {
    margin-bottom: .3rem
}

.home-xueke .item .tit-con {
    border-bottom: 1px #C2DDF9 solid;
    line-height: .7rem;
    cursor: pointer
}

.home-xueke .item .tit-con .tit {
    font-size: .24rem;
    font-family: 'SourceHanSans-Medium';
    margin-right: .2rem;
    color: #666;
    opacity: 1
}

.home-xueke .item .tit-con .en {
    opacity: .7;
    color: #333
}

.home-xueke .item .tit-con .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .29rem;
    height: .29rem;
    background: url(../images/arrow6.svg)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.home-xueke .item .sub {
    display: none
}

.home-xueke .item .sub a {
    margin-top: .3rem;
    width: 28%;
    margin-right: 8%
}

.home-xueke .item .sub a:nth-of-type(3n) {
    margin-right: 0
}

.home-xueke .item .sub a>div {
    z-index: 100;
    line-height: .7rem;
    background-color: #FFF;
    border: 1px #C2DDF9 solid;
    border-radius: .2rem 0 .2rem 0;
    -webkit-border-radius: .2rem 0 .2rem 0;
    -moz-border-radius: .2rem 0 .2rem 0;
    -ms-border-radius: .2rem 0 .2rem 0;
    -o-border-radius: .2rem 0 .2rem 0
}

.home-xueke .item.on .tit-con .arrow {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg)
}

.home-xueke .item.on .tit-con .tit {
    color: #0961BF
}

.home-xueke .item.on .sub {
    display: block
}

.home-content1 {
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
    padding-top: .6rem;
    padding-bottom: .8rem;
    margin-top: 5px
}

.home-kexue {
    width: 5.6rem
}

.home-kexue .content {
    width: 100%;
    height: 6.9rem;
    background: url(../images/tbg3.png)no-repeat center;
    background-size: cover;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    margin-top: .55rem;
    padding: .45rem 0
}

.home-kexue .content::after {
    content: '';
    position: absolute;
    left: 1.39rem;
    width: 1px;
    top: .9rem;
    bottom: .7rem;
    background-color: #E5E5E5;
    z-index: 9
}

.home-kexue .content .item {
    padding-left: .5rem;
    padding-right: .5rem;
    height: .8rem;
    border-radius: .4rem 0 0 .4rem;
    -webkit-border-radius: .4rem 0 0 .4rem;
    -moz-border-radius: .4rem 0 0 .4rem;
    -ms-border-radius: .4rem 0 0 .4rem;
    -o-border-radius: .4rem 0 0 .4rem;
    color: #FFF;
    margin-bottom: .4rem
}

.home-kexue .content .item .date {
    text-align: right;
    font-size: .14rem;
    padding-right: .4rem;
    margin-right: .4rem;
    white-space: nowrap;
    width: .9rem
}

.home-kexue .content .item .date span {
    font-size: .2rem
}

.home-kexue .content .item .dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(218, 237, 255, .2);
    left: 1.3rem;
    z-index: 10;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.home-kexue .content .item .dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #DAEDFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.home-kexue .content .item .tit {
    overflow: hidden;
    max-height: .54rem
}

.home-teaching {
    width: 9.6rem;
    margin-right: .7rem
}

.home-teaching .content {
    margin-top: .55rem
}

.home-teaching .content .pic-content,
.home-teaching .content .item1 {
    width: 4.55rem
}

.home-teaching .content .pic-content .item {
    width: 100%;
    margin-bottom: .5rem
}

.home-teaching .content .pic-content .item:last-child {
    margin-bottom: 0
}

.home-teaching .content .pic {
    width: 100%;
    height: 2.7rem;
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem
}

.home-teaching .content .text-con {
    margin-left: .25rem;
    margin-right: .25rem;
    margin-top: -.45rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    padding: .15rem .25rem
}

.home-teaching .content .text-con::after {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    background-color: #67D5C8;
    height: .5rem;
    top: .2rem
}

.home-teaching .content .pic-content .text-con {
    height: .9rem
}

.home-teaching .content .date {
    background: url(../images/date.svg)no-repeat left center;
    padding-left: .25rem;
    color: #40C2B3;
    background-size: .14rem
}

.home-teaching .content .tit {
    font-size: .16rem;
    max-height: .24rem;
    overflow: hidden;
    margin-top: .05rem
}

.home-teaching .content .item1 {
    margin-top: .7rem
}

.home-teaching .content .item1 .tit {
    font-size: .22rem;
    font-family: 'SourceHanSans-Bold';
    margin-top: .05rem;
    overflow: hidden;
    max-height: .66rem
}

.home-teaching .content .item1 .des {
    margin-top: .3rem;
    font-size: .14rem;
    color: #666;
    line-height: 1.8;
    max-height: .51rem;
    overflow: hidden
}

.home-teaching .content .item1 .text-con {
    background-image: url(../images/t1.png);
    background-position: right 90%;
    background-repeat: no-repeat;
    background-size: 1.4rem;
    height: auto
}

.home-teaching .content .item1 .more {
    margin-top: .2rem;
    font-size: .16rem;
    color: #AAA
}

.home-teaching .content .item1 .more .line {
    height: 1px;
    border-bottom: 1px dashed #AAAAAA;
    margin-right: .1rem
}

.home-teaching .content .item1 .more .line::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #AAA solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #FFF
}

.home-dangwu {
    margin-top: .9rem;
    margin-bottom: 1.2rem
}

.home-dangwu .content {
    margin-top: .6rem
}

.home-dangwu .swiper-slide {
    overflow: hidden;
    border-radius: .2rem 0 .2rem 0;
    -webkit-border-radius: .2rem 0 .2rem 0;
    -moz-border-radius: .2rem 0 .2rem 0;
    -ms-border-radius: .2rem 0 .2rem 0;
    -o-border-radius: .2rem 0 .2rem 0;
    height: 2rem
}

.home-dangwu .swiper-button-black {
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #CACACA solid;
    background-size: .1rem
}

.home-dangwu .swiper-button-next {
    right: -.7rem
}

.home-dangwu .swiper-button-prev {
    left: -.7rem
}

.home-kepu {
    margin-top: .6rem
}

.home-kepu .content {
    margin-left: -.3rem;
    margin-right: -.3rem
}

.home-kepu .swiper-container {
    padding: .5rem .3rem
}

.home-kepu .swiper-slide {
    background-color: #FFF;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem
}

.home-kepu .column {
    position: absolute;
    left: .45rem;
    top: -.2rem;
    line-height: .38rem;
    background-color: #0961BF;
    color: #FFF;
    font-family: 'SourceHanSans-Bold';
    z-index: 21;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    padding: 0 .2rem
}

.home-kepu .pic {
    overflow: hidden;
    height: 2.85rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    position: relative
}

.home-kepu .pic .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10px;
    width: .6rem;
    height: .6rem;
    background: url(../images/play.png)no-repeat center
}

.home-kepu .text-con {
    padding: .45rem;
    height: 2.7rem
}

.home-kepu .text-con::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 3px;
    background-color: #40C2B3;
    bottom: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 0
}

.home-kepu .tit {
    font-size: .22rem;
    font-family: 'SourceHanSans-Bold';
    overflow: hidden;
    max-height: .66rem
}

.home-kepu .des {
    color: #666;
    font-size: .14rem;
    line-height: 1.8;
    margin-top: .2rem;
    overflow: hidden;
    max-height: .51rem
}

.home-kepu .date {
    color: #0961BF;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .14rem;
    margin-top: .2rem
}

.home-kepu .date span {
    font-size: .28rem
}

.home-kepu .swiper-pagination {
    bottom: 0
}

.home-kepu .swiper-pagination-bullet {
    background-color: #0961BF;
    width: 10px;
    height: 10px;
    opacity: 1;
    position: relative;
    margin: 0 10px !important
}

.home-kepu .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dashed #0961BF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.home-doctor {
    margin-top: .75rem
}

.home-doctor .content {
    margin-top: .2rem;
    height: 5.8rem
}

.home-doctor .view .pic {
    width: 4.95rem;
    height: 4.95rem;
    overflow: hidden;
    z-index: 10;
    padding-top: .2rem;
    margin-right: .7rem
}

.home-doctor .view .pic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: url(../images/tbg.png)no-repeat center;
    background-size: cover
}

.home-doctor .view .pic img {
    width: 4.1rem
}

.home-doctor .view .name-con {
    color: #666;
    font-size: .16rem
}

.home-doctor .view .name-con .name {
    font-family: 'SourceHanSans-Bold';
    color: #0961BF;
    margin-right: .1rem;
    font-size: .34rem
}

.home-doctor .view .des {
    margin-top: .2rem;
    line-height: 1.8
}

.home-doctor .view .des p {
    padding-left: .3rem;
    background: url(../images/dot1.png)no-repeat left .12rem;
    background-size: .16rem;
    margin-top: .2rem;
    color: #333
}

.home-doctor .view .mores {
    margin-top: .3rem;
    height: .6rem;
    background: url(../images/line2.svg)no-repeat right center;
    background-size: 7.5rem
}

.home-doctor .view .mores span {
    background-color: #0961BF;
    line-height: .42rem;
    color: #FFF;
    width: 1.5rem
}

.home-doctor .preview {
    position: absolute;
    width: 10.7rem;
    bottom: 0;
    right: 0;
    z-index: 20
}

.home-doctor .preview .swiper-container {
    padding-top: .2rem;
    width: 9.5rem;
    margin-left: auto;
    margin-right: auto
}

.home-doctor .preview .swiper-slide {
    width: 1.62rem;
    margin-right: .35rem;
    cursor: pointer
}

.home-doctor .preview .pic-con {
    width: 1.43rem;
    height: 1.43rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #DAEDFF;
    margin-left: auto;
    margin-right: auto;
    padding: .05rem
}

.home-doctor .preview .pic-con .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.home-doctor .preview .pic-con .pic img {
    width: 100%
}

.home-doctor .preview .name {
    font-size: .2rem;
    font-family: 'SourceHanSans-Medium';
    margin-top: .3rem
}

.home-doctor .preview .text {
    font-size: .14rem;
    color: #9E9E9E;
    margin-top: .05rem
}

.home-doctor .preview .arrow-left,
.home-doctor .preview .arrow-right {
    position: absolute;
    top: .7rem;
    width: .36rem;
    height: .36rem;
    background: url(../images/prev2.png)no-repeat center;
    background-size: 100%
}

.home-doctor .preview .arrow-left {
    left: 0
}

.home-doctor .preview .arrow-right {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.home-doctor .preview .active-nav .pic-con::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.62rem;
    height: 1.62rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url(../images/q1.png)no-repeat center;
    background-size: 100%
}

.home-doctor .preview .active-nav .pic-con {
    background-color: #0961BF
}

@media (min-width:1025px) {
    .home-title .more:hover {
        color: #0961BF
    }

    .home-notice .home-title .more:hover {
        color: rgba(255, 255, 255, .7)
    }

    .home-tool .item:hover,
    .home-xueke .item .sub a:hover>div,
    .home-teaching .content .pic-content .item:hover .text-con,
    .home-teaching .content .item1:hover .text-con {
        background-color: #0961BF
    }

    .home-tool .item:hover .icon::after {
        animation: 30s linear infinite ani_turn2;
        -webkit-animation: 30s linear infinite ani_turn2
    }

    .home-tool .item:nth-child(1):hover .icon {
        background-image: url(../images/t-icon1-on.png)
    }

    .home-tool .item:nth-child(2):hover .icon {
        background-image: url(../images/t-icon2-on.png)
    }

    .home-tool .item:nth-child(3):hover .icon {
        background-image: url(../images/t-icon3-on.png)
    }

    .home-tool .item:nth-child(4):hover .icon {
        background-image: url(../images/t-icon4-on.png)
    }

    .home-tool .item:hover .tit,
    .home-xueke .item .sub a:hover,
    .home-teaching .content .pic-content .item:hover .tit,
    .home-teaching .content .pic-content .item:hover .date,
    .home-teaching .content .item1:hover .tit,
    .home-teaching .content .item1:hover .date,
    .home-teaching .content .item1:hover .des,
    .home-teaching .content .item1:hover .more {
        color: #FFF
    }

    .home-tool .item:hover::before {
        content: '';
        position: absolute;
        right: .1rem;
        bottom: .1rem;
        width: 50%;
        height: 100%;
        background: url(../images/t.svg)no-repeat right bottom;
        background-size: .8rem
    }

    .home-tool .item:hover .hi {
        top: -.89rem;
        opacity: 1
    }

    .home-news .text-content .pic-con:hover .pic img,
    .home-news .focus .swiper-slide:hover .pic img,
    .home-teaching .content .item:hover .pic img,
    .home-teaching .content .item1:hover .pic img,
    .home-dangwu .swiper-slide:hover img,
    .home-kepu .swiper-slide:hover .pic img,
    .home-doctor .view .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05)
    }

    .home-news .text-con .item:hover::before {
        background-color: #E9F4FF
    }

    .home-notice .content .swiper-slide:hover {
        background: none;
        border: 0
    }

    .home-notice .content .swiper-slide:hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        top: -.5rem;
        background: url(../images/tbg2.png)no-repeat center;
        background-size: cover;
        z-index: -1;
        border-radius: 0 0 0 .5rem;
        -webkit-border-radius: 0 0 0 .5rem;
        -moz-border-radius: 0 0 0 .5rem;
        -ms-border-radius: 0 0 0 .5rem;
        -o-border-radius: 0 0 0 .5rem
    }

    .home-notice .content .swiper-slide:hover .date,
    .home-doctor .view .swiper-slide:hover .mores span,
    .home-news .focus .swiper-slide:hover .column,
    .home-news .focus .swiper-slide:hover .column::after {
        background-color: #67D5C8;
        color: #FFF
    }

    .home-notice .content .swiper-slide:hover .tit {
        color: #0961BF
    }

    .home-notice .content .swiper-slide:hover .arrow {
        background-image: url(../images/arrow5.png);
        width: .42rem;
        height: .42rem
    }

    .home-xueke .item .sub a:hover>div {
        border-color: #0961BF
    }

    .home-xueke .item .sub a:hover::before {
        content: '';
        position: absolute;
        left: -.05rem;
        top: -.05rem;
        width: 100%;
        height: 100%;
        background-color: #67D5C8;
        border-radius: .2rem 0 .2rem 0;
        -webkit-border-radius: .2rem 0 .2rem 0;
        -moz-border-radius: .2rem 0 .2rem 0;
        -ms-border-radius: .2rem 0 .2rem 0;
        -o-border-radius: .2rem 0 .2rem 0;
        z-index: 1
    }

    .home-notice .content .swiper-button:hover {
        background-color: #67D5C8;
        background-image: url(../images/prev.svg)
    }

    .home-kexue .content .item:hover {
        box-shadow: 0 0 .1rem rgba(0, 149, 132, 0.7);
        background-color: #40C2B3
    }

    .home-kexue .content .item:hover .dot {
        width: .3rem;
        height: .3rem;
        background-color: #DAEDFF;
        left: 1.25rem
    }

    .home-kexue .content .item:hover .dot::after {
        background: linear-gradient(90deg, #67D5C8 0%, #40C2B3 100%)
    }

    .home-teaching .content .pic-content .item:hover .date,
    .home-teaching .content .item1:hover .date {
        background-image: url(../images/date1.svg)
    }

    .home-kepu .swiper-slide:hover {
        box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.1)
    }

    .home-kepu .swiper-slide:hover .column {
        background-color: #40C2B3
    }

    .home-kepu .swiper-slide:hover .column::after {
        content: '';
        position: absolute;
        left: -.03rem;
        top: -.03rem;
        right: -.03rem;
        bottom: -.03rem;
        background-color: #40C2B3;
        opacity: .3;
        z-index: -1;
        border-radius: .4rem;
        -webkit-border-radius: .4rem;
        -moz-border-radius: .4rem;
        -ms-border-radius: .4rem;
        -o-border-radius: .4rem
    }

    .home-kepu .swiper-slide:hover .text-con::after {
        width: 85%
    }

    .home-teaching .content .pic-content .item:hover .tit {
        font-family: 'SourceHanSans-Bold'
    }
}

@media (max-width:1199px) {
    .home-introduction {
        padding-left: .4rem;
        width: 50%;
        padding-right: .4rem
    }

    .home-introduction .title-con .title {
        font-size: 20px
    }

    .home-introduction .text,
    .home-title .more,
    .home-title .en,
    .home-news .text-content .pic-con .des,
    .home-news .text-content .pic-con .date,
    .home-news .focus .date,
    .home-news .focus .des,
    .home-teaching .content .item1 .des,
    .home-teaching .content .item1 .more,
    .home-kexue .content .item .date,
    .home-teaching .content .date,
    .home-kepu .des,
    .home-kepu .date,
    .home-doctor .view .name-con,
    .home-doctor .preview .text,
    .home-doctor .view .mores span {
        font-size: 12px
    }

    .home-tool .item {
        padding-left: .7rem
    }

    .home-tool .item .tit,
    .home-news .text-content .pic-con .tit,
    .home-news .focus .tit,
    .home-teaching .content .tit,
    .home-teaching .content .item1 .tit,
    .home-kepu .tit,
    .home-doctor .preview .name {
        font-size: 14px
    }

    .home-news .text-content .pic-con .date span,
    .home-news .focus .date span,
    .home-xueke .item .tit-con span,
    .home-kepu .date span,
    .home-doctor .view .name-con .name {
        font-size: 18px
    }

    .home-title .cn {
        font-size: 24px
    }

    .home-tool .item .hi {
        display: none
    }

    .home-notice .content .swiper-button-next {
        right: 0
    }

    .home-notice .content .swiper-button-prev {
        left: 0
    }

    .home-xueke {
        padding-right: .2rem;
        margin-left: 0.2rem
    }

    .home-xueke .pic {
        margin-right: .3rem;
        width: 7.2rem
    }

    .home-xueke .item .sub a {
        width: 32%;
        margin-right: 2%
    }

    .home-kexue .content .item .date span {
        font-size: 16px
    }

    .home-dangwu .swiper-button-black {
        width: .48rem;
        height: .48rem
    }

    .home-dangwu .swiper-button-next {
        right: 0
    }

    .home-dangwu .swiper-button-prev {
        left: 0
    }

    .home-kepu .column {
        line-height: 36px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        top: -20px
    }

    .home-kepu .swiper-container {
        padding-bottom: 1rem
    }

    .home-introduction .text,
    .home-news .text-content .pic-con .tit,
    .home-news .text-content .pic-con .des,
    .home-news .text-content .pic-con .date,
    .home-news .focus .des,
    .home-notice .content .tit,
    .home-teaching .content .tit,
    .home-teaching .content .item1 .tit,
    .home-kexue .content .item .tit,
    .home-kepu .tit,
    .home-kepu .des {
        max-height: 100%
    }

    .home-teaching .content .item1 .des {
        max-height: none
    }
}

@media (max-width:950px) {
    .home-introduction {
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        height: auto;
        padding-bottom: .4rem
    }

    .home-news .focus {
        width: 100%;
        height: auto
    }

    .home-news .text-content {
        margin-right: 0
    }

    .home-teaching .content .pic-content .text-con {
        height: auto
    }

    .home-doctor .content {
        height: auto
    }

    .home-doctor .preview {
        position: inherit;
        margin-left: auto;
        margin-right: auto;
        margin-top: .3rem
    }
}

@media (max-width:767px) {
    .home-news .focus .con {
        padding-right: .2rem;
        height: 120px
    }

.news-details .body img {
    min-width: 150px;
}



    .home-news .focus .swiper-button-white {
        height: 60px
    }

    .home-news .focus .swiper-button-prev {
        bottom: 60px
    }

    .home-news .text-content .pic-con .des,
    .home-news .text-content .pic-con .date {
        margin-top: .1rem
    }

    .home-xueke {
        padding-left: .2rem
    }

    .home-xueke .pic {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 4rem
    }

    .home-xueke .text-content {
        margin-top: .3rem
    }

    .home-xueke .item .sub a {
        width: 48%;
        margin-right: 4%
    }

    .home-xueke .item .sub a:nth-of-type(3n) {
        margin-right: 4%
    }

    .home-xueke .item .sub a:nth-child(even) {
        margin-right: 0
    }

    .home-teaching,
    .home-kexue {
        width: 100%;
        margin-right: 0
    }

    .home-teaching .content .pic-content,
    .home-teaching .content .item1 {
        width: 100%
    }

    .home-teaching .content .pic {
        height: 3.8rem
    }

    .home-kexue {
        margin-top: .4rem
    }

    .home-kexue .content {
        height: auto
    }

    .home-kepu .text-con {
        height: auto;
        padding: .4rem .2rem
    }

    .home-kepu .swiper-container {
        padding-bottom: .2rem
    }

    .home-kepu .pic {
        height: 3.8rem
    }

    .home-doctor .preview {
        width: 100%
    }

    .home-doctor .preview .swiper-container {
        width: 5.5rem
    }

    .home-doctor .preview .swiper-slide {
        margin-right: .2rem
    }

    .home-doctor .view .swiper-slide {
        display: block
    }

    .home-doctor .view .pic {
        margin-left: auto;
        margin-right: auto
    }

    .home-doctor .view .mores {
        background-size: 5rem
    }
}